/*  
Theme Name: Agape Lland Llamas LCP
Theme URI: http://www.agapellandllamas.com/
Description: Burnt Moutain Llama LCP for Agape Lland Llamas
Version: 1.0
Author: James Baldys
Author URI: http://www.zeeight.com/z8grey2/

	The CSS, XHTML and design is released under the MIT License:
	http://www.opensource.org/licenses/mit-license.php

*/

/* Begin General Formatting and Typography */
body {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
	background-color: #cc9933;
	color: #333;
	text-align: center;
	margin-top:30px;
	}
#fullWrapper {
	width:820px;
	margin:0 auto;
	text-align:left;
}
#header {
	width:810px;
	height:121px;
	border:2px solid #ccc;
	text-align:center;
	background-color:#fff;
}
#header a img {
	border:none;
}
#container {
	clear:both;
	padding:10px 0px 10px 0px;
}
#footer {
	clear:both;
	width:800px;
	font-size:12px;
	text-align:center;
}	
#tinyClear {
	clear:both;
}
/* various classes */
.center {
	text-align:center;
}
.borderBlack {
	border:1px solid #000;
	margin:5px 5px 5px 5px;
}
.borderWhite {
	border:2px solid #fff;
	margin:5px 5px 5px 5px;
}
/* top menu */
#sidebar {
	display:block;
	width:810px;
	padding:0 0;
}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	float:left;
	margin:0px 5px 0px 5px;
}
#sidebar ul li a {
	display:block;
	width:63px;
	height:72px;
	background-repeat:no-repeat;
}
/* Content Area */
#textWrapper {
	clear:both;
}

/* Content Area */

#catWrapper {
	clear:both;
	background-color:#fff;
	padding:10px 10px 10px 10px;
	margin:20px 0 0 0;
	border:2px solid #aaa;
}
#catWrapper img {
	border:1px solid #000;
}
#catWrapper a img {
	border:2px solid #0000ee;
}
#catWrapper a:hover img {
	border:2px solid #000;
}
#catWrapper h2 {
	text-decoration:underline;
	font-size:2em;
	margin:15px 0 5px 0;
}
#catWrapper .post {
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}
#catWrapper p {
	margin:10px 0 10px 0;
}
