/* THE TROUBLE WITH AID */

* {margin:0; padding:0;}

body {
	
	margin:0; padding:0;
	
	background: #8B2F21 url(/images/layout/background.jpg) top center repeat-x;
	
	font-family:"Trebuchet MS", Lucida, Arial, sans-serif; font-size:12px; color:#FFFFFF;
}

#wrapper {
	
	width:835px; clear:both;
	
	margin:0 auto; padding:0;
	
	background: url(/images/layout/wrapper-background.gif) top center no-repeat;
	
	overflow: hidden;
}

a:link, a:active, a:visited {color:#e9ab4c; text-decoration:underline;}
a:hover {color:#e9ab4c; text-decoration:none;}

.clear {clear:both;}

/* ---------- HEADER & NAVIGATION ---------- */

#header {
	
	width:100%; height:277px;
	
	margin:0 auto; padding:0;
	
	background: url(/images/layout/header.jpg) top center no-repeat;
}

a.header-link {display:block; height:250px; margin:0 auto; padding:0; border:0;}
a.header-link span {display:none;}

#nav{
	position: relative;
	height: 62px;
	padding-left: 120px;
}

	#nav li{
		position: relative;
		float: left;
		height: 62px;	
		width: 216px;
		list-style: none;
	}
	
	#nav li a{
		position: relative;
		float: left;
		height: 60px;
		padding: 4px 0 0 0;
		font-size: 24px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		line-height: 100%;
	}
	
	#nav li span{
		position: relative;
		font-size: 18px;
		font-weight: normal;
	}
	
	#nav li a.buy{
		color: #8B2F21;
	}
	
	



/* ---------- LEFT COLUMN ---------- */

#left-column {
	
	float:left; 
	
	width:600px;
	
	margin:0; padding:25px 0;
}

p.intro, div.intro {
	
	margin:0; padding:20px;
	
	color:#EC8F2E; font-size:17px; line-height:24px;
}

.post-head {
	
	width:560px;
	
	margin:15px auto; padding:0;
	
	background: #7B2619;
}

.post-head-top {
	
	height:15px; width:560px; clear:both;
	
	margin:0; padding:0;
	
	background: url(/images/layout/post-head-top.gif) top center no-repeat;
}

.post-head-bottom {
	
	height:15px; width:560px; clear:both;
	
	margin:0; padding:0;
	
	background: url(/images/layout/post-head-bottom.gif) top center no-repeat;
}

.post-head span {color:#E9AB4C; padding:0 20px;}
.post-head h1 {
	
	font-size:22px; font-weight:bold;
	
	color:#FFFFFF; padding:0 20px;
}

.post-content {
	
	width:560px;
	
	margin:0 auto; padding:0;
	
	background: #A03525;
	font-size: 14px;
}

.post-content-top {
	
	height:10px; width:560px; clear:both;
	
	margin:0; padding:0;
	
	background: url(/images/layout/post-content-top.gif) top center no-repeat;
}

.post-content-bottom {
	
	height:10px; width:560px; clear:both;
	
	margin:0; padding:0;
	
	background: url(/images/layout/post-content-bottom.gif) top center no-repeat;
}

.post-content-padding {padding:10px 20px; line-height:18px;}

p.comment-count {line-height:30px; margin-bottom:10px;}

a.count {

	width:55px; height:40px; display:block; line-height:30px; float:left;
	
	background: url(/images/layout/comment.gif) center center no-repeat;
	
	color:#A03525; text-decoration:none; text-align:center;
	
	font-size:24px; font-weight:bold; margin-right:10px;
	
}



/* ---------- RIGHT COLUMN ---------- */

#right-column {
	
	width:235px; float:left;
	
	margin:0; padding:0;
}

#right-photo {
	
	width:235px; height:167px;
	
	margin:0; padding:0;
}

h2 {
	
	width:183px;
	
	margin:15px 20px 0 12px; padding:8px 10px;
	
	font-size:17px; font-weight:normal;
	
	background: #7B2619 url(/images/layout/h2-head.gif) top center no-repeat;
}

#right-column ul {

	width:183px;
	
	margin:0 20px 0 12px; padding:10px;
	
	background: #A03525 url(/images/layout/list-bottom.gif) bottom center no-repeat;
}

#right-column ul li {
	
	list-style:none; line-height:18px;
	
	background: url(/images/layout/arrow.gif) top left no-repeat;
	
	margin:5px 0; padding:0 0 0 20px;
}

#right-column ul li a {
	
	font-size:12px; color:#FFFFFF; text-decoration:none;
}
#right-column ul li a:hover {
	
	font-size:12px; color:#FFFFFF; text-decoration:underline;
}


#footer {
	margin: 20px 0;
	text-align: left;
}


#subscribe {
	margin: 20px 0 0 0;
}

#subscribe p {
	margin: 10px 0;
}