/* GENERAL ELEMENTS */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	color: #111;
	border-top: 3px solid #444;
}

H1, H2, H3 {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-weight: normal;
}

H1 {
	color: #fffd01;	
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
}

H1 a:hover {
	text-decoration: none;
}

H2{
	font-size: 115%;
	color: #06c;
	font-weight: normal;
}

H3 {
	font-size: 110%;
	font-weight: bold;
	margin: 0;
	
}

p {
	margin: 3px 0 15px 0;
}

a {
	text-decoration: none;
        color: #ffbe00;
}

a:hover {
	text-decoration: none;
	color: #f60
}



/* PAGE TOP & STRUCTURE */

#header, #topnav, .post, .content {
	width: 740px;
	margin: 0 auto;
}

.content H1{
        color: #ffbe00;
}



.sbcontent {
	width: 760px;
	margin: 0 auto;
}

#access {
	background: #444;
	padding: 3px;
	border-bottom: 3px solid #444;
	text-align: right;
	color: #739900;
	display: none;
}

#backtotop {
	float: right;
}

#access a, #backtotop a {
	color: #fff;
}

#main {
	padding-top: 20px;
	background: rgb(100%,100%,100%);
}

.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }

/* HEADER */

#header {
	background: url(lime.jpg) no-repeat;
	margin-top: 25px;
	padding: 0;
	height: 180px;
}

#header h1 {
	display: inline;
	text-transform: none;
	font: 36px Georgia, Times New Roman, Times, serif;
	border-right: 1px solid gray;
	padding: 0 12px 0 0;
	margin: 0;
	font-weight: normal;
}

#header p {
	display: inline;
	padding-left: 8px;
	position: relative;
	bottom: 5px;
}

#larger {
	font: 22px;
	padding: 0 12px 0 0;
	margin: 0;
	font-weight: normal;
	}

#header h1 a {
	color: gray;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

/* LOWER PAGE */

#sidebar {
	width: 100%;
	background: #444;
	margin-top: 40px;
	padding: 20px 0 50px 0;
	border-top: #444 3px solid;
	color:  #fff;
}

.col {
	width: 30%;
	float: left;
	margin: 10px;
	padding: 0;
}

.col ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.col li {
	border-bottom: 1px #fff solid;
	margin: 0;
	padding: 0 10px 0 0;
	_padding: 0;
}

.col li a {
	display: block;
	width: 100%;
	_width: 95%;
	color: #fff;
	text-decoration: none;
	padding: 5px;	
}

.col li a:hover {
	background: #666666;
	color: #fff;
}

.spacer {
		width: 5%;
		float: left;
		margin:0;
		padding: 0;
}

/* TOP SITE NAVIGATION */

#topnav {
	list-style-type: none;
	float: right;
	text-align: right;
	margin-top: 80px;
	padding: 0;
}

#topnav li {
	display: inline;
	margin-right: 10px;	
}

#topnav li a {
	color: #739900;
}


/* Search navigation */

.navigation {
	text-align: right;
	padding-bottom: 10px;
}

/* POST */

#posts {
}

.post {
	padding: 0;
	line-height: 1.8em;
}
	
img.center {
	padding: 10px;
	margin: 5px 5px 5px 0;
	border: 1px #ccc solid;
	}
	
img.alignright {
	padding: 0 0 0 4px;
display: block;
	margin: 0 4px auto;
	}

img.alignleft {
	margin: 0 0 0 4px;
	padding: 0 5px 0 0;
	display: block;
	}

img.wrapleft {
	float: left;
	margin-right: 10px;
}

/* POST COMMENT */

#comment ol {
	padding-left: 30px;

}
#comment p {
	margin-top: 0;
}

/* FOOTER */

#footer {
	background: #739900;
	font-size: 11px;
	padding: 5px;
}

#footer a {
	color: #fff;
}