/* Main CSS Document */
/* Stirling & Stirling */
/* Author - Paul Smail - Sunsol */
/* Created - 07.08.06 */


/* ---------- Body Elements ---------- */

	
#bodyWrapper{
	width:600px;
}

/* ---------- Main Navigation ---------- */
#nav{
	display:none;
	}
	
#searchBox{
	display:none;
}

#logo{
	float:none;
	display:block;
	margin:0 0 20px 0;
}
	

/* ---------- Left Column ---------- */
#leftColWrapper{
	width:300px;
	border-top:1px solid #999;
	clear:left;
}

.smallThumbnail{
	margin:10px 10px 3px 5px;
}

#submenu{
	display:none;
}

#bodyWrapper #rightColWrapper.cols{
	margin:0;
}
	
/* ---------- Right Column ---------- */
#rightColWrapper{
	margin:20px 0;
	border-top:1px solid #999999;
	width:600px;
	clear:both;
	float:none;
	}
	
.storyFull{
	width:500px;
	margin:0;
	clear:both;
}

/* ---------- Footer ---------- */
#footer{
	border-top:1px solid #999;
	width:600px;
}

#footer p{
	display:none;
}
	
#footerNav{
	display:none;
}

#commentform, #respond, #sidebar{
	display:none;
}

.post, .navigation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	width:500px;
}

.post a, .navigation a{
	color:#000000;
}

.post img{
	padding:10px;
}
	

