	body {
	background: #00768d url(images/body_bg.png) repeat-y center;
	margin: 0;
	padding: 0;
	font: 62.5% Georgia, Garamond, Times, serif;
	}
	
	ul, ol {
	margin-left: 1em;
	padding-left: 2em;
	}
	
	ul {
	list-style: square;
	}

	p, ul, ol {
	padding-bottom: 15px;
	}
	
	form {
	margin: 10px auto;
	}
	
	textarea {
	max-width: 100%;
	}
	
	pre {
	font-size: 1.5em;
	}
	
	#wrapper {
	border-top: 15px solid #666;
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
	}
	
	p {
	color: #333;
	}
	
	a {
	color: #00768d;
	text-decoration: underline;
	}
	
	a:hover {
	color: #000;
	text-decoration: none;
	}
	
	h1#headertitle {
	font-size: 3.5em;
	padding: 15px 0 0 10px;
	letter-spacing: -3px;
	margin: 0px 0;
	color: #00768d;
	font-weight: normal;
	}
	
	h1#headertitle a {
	text-decoration: none;
	}
	
	#description {
	font-size: 1.5em;
	color: #999;
	padding: 0 0 30px 50px;
	}
	
	#nav {
	padding: 2px 0 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	clear: both;
	}
	
	#nav hr.divider {
	clear: both;
	border: none;
	border-bottom: 1px solid #000;
	padding-top: 2px;
	margin: 0 0 1px 0;
	}
	
	#nav ul {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none;
	}
	
	#nav ul li {
	width: 165px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	float: left;
	border-left: 1px solid #999;
	font-size: 1.6em;
	}
	
	#nav ul li:first-child {
	border-left: none;
	}
	
	#nav ul li a {
	color: #000;
	display: block;
	padding: 3px 0;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}
	
	#nav ul li a:hover, #nav ul .current_page_item a {
	background: #cdcdcd;
	}
	
	#top {
	width: 740px;
	padding: 10px;
	margin-right: 20px;
	float: left;
	}
	
	#topright {
	width: 320px;
	padding: 10px;
	float: left;
	}
	
	#main {
	float: left;
	margin-right: 20px;
	padding: 10px;
	width: 560px;
	}
	
	#content {
	float: left;
	padding: 10px;
	}
	
	h2 {
	letter-spacing: -1px;
	font-size: 2.8em;
	line-height: 1.3em;
	margin: 0 auto .3em;
	font-weight: normal;
	}
	
	#content h2 a, #bottom h3 a {
	color: #000;
	text-decoration: none;
	}
	
	#content h2 a:hover, #bottom h3 a:hover {
	color: #00768d;
	}
	
	#content .date {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: -3px 0 0;
	padding: 0 0 8px;
	}
	
	#content .date a {
	text-decoration: none;
	}

	h3 {
	font-size: 1.6em;
	line-height: 1.3em;
	margin: 0 auto .3em;
	color: #00768d;
	font-weight: normal;
	font-style: Heavy;
	}
	
	h4 {
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto .3em;
	color: #00768d;
	font-weight: normal;
	}
	
	h5 {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 auto .3em;
	}	
	
	h6 {
	font-size: .9em;
	line-height: 1.3em;
	margin: 0 auto .3em;
	}	
	
	#content b, #content strong {
	color: #555;
	}
	
	#content .post {
	clear: both;
	}
	
	#content .tags {
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 1.1em;
	background: #eee;
	padding: 5px;
	margin-bottom: 15px;
	}
	
	#content .homepost {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #dbdbdb;
	}

	#content .first {
	border-top: none;
	padding-top: 0;
	}
	
	#content p, #content ul, #content ol {
	font-size: 1.25em;
	line-height: 1.6em;
	color: #444;
	}
	
	#content ul ul, #content ol ol {
	font-size: 1em;
	}
	
	#content code {
	font-family: Consolas, Monaco, Courier, monospace;
	font-size: 1em;
	color: blue;
	}
	
	#content .postimg {
	float: right;
	margin: 0 0 10px 10px;
	padding: 3px;
	border: 1px solid #cdcdcd;
	width: 130px;
	height: 130px;
	}
	
	#content hr.divider {
	clear: both;
	border: 1px solid #fff;
	padding-top: 2px;
	margin: 0 0 1px 0;
	}
		
	.narrowcolumn {
	width: 380px;
	}
	
	.widecolumn {
	width: 560px;
	}
	
	#content .navigation {
	clear: both;
	margin-bottom: 35px;
	}
	
	#relatedposts {
	background: #00768d;
	padding: 15px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 20px;
	color: #fff;
	}
	
	#relatedposts h4 {
	color: #fff;
	}
	
	#relatedposts ul {
	padding-bottom: 0;
	color: #fff;
	list-style: square;
	}
	
	#relatedposts a {
	color: #fff;
	}
	
	#relatedposts a:hover {
	text-decoration: underline;
	}
	
	#thincolumn {
	margin-left: 420px;
	padding: 0 10px 10px;
	background: #eee;
	}
	
	#thincolumn h5 {
	display: block;
	margin: 0 auto 15px;
	background: url(images/arrow.png) no-repeat bottom;
	width: 99px;
	text-align: center;
	padding-bottom: 30px;
	}
	
	#thincolumn h5 .blackbox {
	display: block;
	padding: 10px 0 5px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	}
	
	#thincolumn ul {
	color: #666;
	margin-left: 0;
	padding-left: 1em;
	list-style: square;
	}
	
	#thincolumn ul li {
	line-height: 1.4em;
	margin-bottom: 5px;
	font-size: 1.1em;
	}
	
	#thincolumn .smalldate {
	font-size: .86em;
	color: #9f9f9f;
	}
	
	#wrapper p.category {
	margin: 0;
	color: #00768d;
	text-transform: uppercase;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	padding-bottom: 0;
	}
	
	#wrapper p.category a {
	text-decoration: none;
	}
	
	#sidebar {
	float: left;
	width: 320px;
	padding: 10px;
	}
	
	#sidebar p, #sidebar ol, #sidebar ul {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666;
	}
	
	#sidebar li {
	margin-bottom: 4px;
	list-style-type: square;
	}
	
	#sidebar .left {
	float: left;
	width: 150px;
	padding-right: 10px;
	}
	
	#sidebar .right {
	float: left;
	width: 150px;
	padding-left: 10px;
	}
	
	#searchbox input {
	width: 250px;
	padding: 6px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	border: 1px solid #999;
	color: #999;
	}
	
	#searchbox #gobutton {
	background: #00768d;
	color: #fff;
	border: 1px solid #999;
	padding: 5px;
	width: 40px;
	}
	
	#bottom {
	padding: 25px 0;
	border-top: 1px solid #cdcdcd;
	border-bottom: 5px solid #cdcdcd;
	margin-bottom: 25px;
	}
	
	#bottom p {
	font-size: 1.2em;
	line-height: 1.4em;
	}
	
	.onefourth h3 a {
	color: #000;
	text-decoration: none;
	}
	
	.onefourth h3 a:hover {
	color: #00768d;
	}
	
	.onefourth {
	float: left;
	width: 200px;
	padding: 10px;
	margin-left: 15px;
	}
	
	#bottom hr {
	clear: both;
	border: 1px solid #fff;
	}


/* BOXES AND STUFF */

	#featured {
	background: #00768d;
	padding: 15px 10px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 3em;
	}
	
	#featured h4 {
	margin: 5px 0 5px 3%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	font-size: 1.4em;
	}
	
	#featured a {
	color: #2dbad7;
	font-weight: bold;
	text-decoration: none;
	}
	
	#featured a:hover {
	color: #000;
	}

	#featured ul {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: .9em;
	}
	
	#featured ul li {
	list-style-type: none;
	float: left;
	width: 30%;
	margin-left: 3%;
	line-height: 1.4em;
	font-size: 1.2em;
	}
	
	#featured img {
	width: 100%;
	height: 70px;
	}
	
	#featured .featured_title {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	display: block;
	margin-bottom: -10px;
	}
	
	#featured hr {
	clear: both;
	border: 1px solid #00768d;
	margin: 0;
	}	

	#archive hr {
	clear: both;
	border: 1px solid #fff;
	margin: 0;
	}	

	#morecontenttabs {
	margin: -52px 0 20px 0;
	} 

	#morecontenttabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
	} 

	#morecontenttabs ul li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
	} 
	
	#morecontenttabs ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 6px;
	text-align: center;
	color: #000;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	border: 1px solid #dbdbdb;
	border-bottom: none;
	} 

	#morecontenttabs ul li a:hover {
	background: #eee;
	}
	
	#morecontenttabs ul .active a {
	background: #eee;
	font-weight: bold;
	}

	#morecontentbox {
	clear: both;
	background: #eee;
	border: 1px solid #dbdbdb;
	padding: 15px;
	margin-bottom: 3em;
	margin-top: 60px;
	}
	
	#morecontentboxes .morecontent_tagcloud, #morecontentboxes .morecontent_tweets {
	display: none;
	}
	
	#morecontentboxes li {
	margin-bottom: 10px;
	}

/* COMMENTS */

	ol.commentlist {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
	
	ol.commentlist li {
	font-size: 10px;
	background: #fff;
	}
	
	ol.commentlist, ol.commentlist * {
	list-style: none;
	}
	
	ol.commentlist li, ol.commentlist * li {
	border: 1px solid #dbdbdb;
	padding: 15px 10px;
	margin-bottom: 10px;
	}
	
	img.avatar {
	float: right; 
	padding: 3px;
	border: 1px solid #dbdbdb;
	margin: 0 0 5px 5px;
	}
	
	#content ol.commentlist .bypostauthor, ol.commentlist li * .bypostauthor {
	background: #ddd;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	}

/* ADDS */

	#wrapper .advertisements {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: .9em;
	text-transform: uppercase;
	border-bottom: 1px solid #dbdbdb;
	padding: 3px 0;
	margin-bottom: 1em;
	}

	#bottomadd{
	text-align: center;	
	padding: 10px 0;
	}
	
	#topadd {
	float: right;
	width: 468px;
	padding-top: 20px;
	}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

	.syntaxhighlighter {
	font-size: 1.4em;	
	}

/* Loadign Div Style */
	#loading{
	position:fixed;
	width:300px;
	top:30px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	padding:7px 0 0 0;
	font:bold 11px Arial, Helvetica, sans-serif;
	z-index: 99 !important;
	}



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px !important;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */



