body
{
	margin : 0;
	padding : 0;
	background-color : #333333;

	font-family : "Trebuchet MS", Trebuchet, sans-serif;

}


#wrapper
{
	margin : 0 auto 0 auto;
	width : 900px;
	
	background-image : url('images/bg.gif');
	background-repeat : repeat-y;
}

#content_side
{

	width : 750px;
	float : right;
}

#nav_side
{
	background-image : url('images/vine.jpg');
	background-repeat : no-repeat;

	height : 280px;


	width : 120px;
	float : left;


	padding : 105px 0 0 20px;
	margin : 0;
	
	color : white;	

	font-size : 12px;
}


#nav_side h2
{
	font-size : 14px;
	padding : 0;
	
	border-bottom : 1px solid white;
}

#nav_side ul
{
	list-style-type : none;

	padding : 0;
	margin : 0;
}

#nav_side li
{
	padding : 0px 0 5px 5px;
	margin : 0;
}

#nav_side a
{
	color : white;
	text-decoration : none;
	
}

#nav_side a:hover
{
	text-decoration : underline;
}


#header
{
	background-color : white;
	padding : 40px 0 10px 10px;
	height : 50px;
}

#logo
{
	float : left;
}

#tagline {
	float : right;
	margin : 0 10px 0px 0px;
	padding : 20px 0px 0 100px;
	
	
	border-bottom : 1px solid black;
}


#footer
{
	clear : both;
	background-color : black;
	color : white;
	
	padding : 10px;
	text-align : center;
}

#top_menu
{
	/*border-top : 4px solid #004a0e;*/

	background-color : black;
}

#top_menu ul
{
	list-style-type : none;
	padding : 10px 0 10px 20px;
	margin : 0px;
	text-transform: uppercase;
	font-size : 12px;
}

#top_menu li
{
	display : inline;
	padding : 10px;
	margin : 0;
}

#top_menu li a
{
	color : white;
	text-decoration : none;
	padding : 5px;
}

#top_menu li a:hover
{
	background-color : #09711c;
}

.selected
{
	background-color : #3e8f4a;
}


#content
{
	margin : 0;
	padding : 20px 50px 20px 20px;
	
	min-height : 200px;
}


h1
{
	font-size : 19px;
	margin : 5px 0 5px 0;
	padding : 0;
}

h2
{
	font-size : 17px;
	margin : 10px 0 5px 0;
	padding : 0;
}

h3 {
	font-size : 15px;
	margin : 5px 0 5px 0;
	padding : 0;
}

p
{
	font-size : 14px;
	margin : 0 0 15px 0;
	padding : 0;
}


.postmetadata {

	font-size: 12px;
	color : #999999;
	border-bottom : 1px dashed #999999;
	margin-bottom : 5px;
}

.postcommentlink {
	text-align : right;

	font-size : 15px;
	
}

#content img
{
	border : 0;
	padding : 0px 5px 0px 5px;
}

.button
{
	border : 1px solid #004a0f;
	background-color : #9dd5a7;
	color : black;
	padding : 6px;
}


.notices
{
	border : 1px solid #003300;
	background-color : #ccffcc;
	margin : 10px 0 10px 0;
	padding : 10px 10px 10px 20px;
}

.errors
{
	border : 1px solid #660000;
	background-color : #cc9999;
	margin : 10px 0 10px 0;
	padding : 10px 10px 10px 20px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}