/* General styles */
	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#fff;
	/* 	min-width:60em;    	Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
		/* font: 62.5% Verdana, Arial, Helvetica, sans-serif; Resets 1em to 10px */
	}
	a {
		color: #999;
		text-decoration: none;
	}
	small {
		font-size: 11px;
	}
	h1, h2, h3 {
		margin:0.8em 0 0.2em 0;
		padding:0;
	}
.container {
width: 988px;
margin-left:auto;
margin-right:auto;
font-weight:normal;
}

	/* HEADER */
#header {
	position: relative;
	width: 100%;
	top: 0;
	margin: 0;
	padding: 0;
	background: url(images/head_middle.gif) repeat-x top left;
	height: 135px;
}
#headerimg { /* Image Floated */
	position:absolute;
	top: 0;
	right: 0;
	margin: 0;
}
#headernav {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 90px;
	padding-left: 10px;
	margin: 0;
}
#headernav ul {
	margin: 0; padding: 0;
}
#headernav ul li {
	list-style: none;
	display: inline;
	margin-right: 13px;
	color: #CCCCCC;
}
#headernav a {
	color: #999;
	text-decoration: none;
}
#headernav a:hover, #headernav ul li.current_page_item {
	font-weight: bold;
	border-bottom: 2px solid #ffffff;
}

#headernav ul ul { /* Child Pages */
	display:inline;
	padding-left: 5px;
}
#headernav ul ul li {
	border-left: 1px solid #ccc;
	padding-left: 4px;
}
#header .titles {
	float: left;
	margin: 3px 0 0 2px;
	padding-left: 10px;
	height: 75px;
}
#header h1 {
	font: 35px Georgia, serif;
	color: #f60;
}
#header h1 a {
	color: #f60;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
}
#header h2 p.description {
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	padding-left: 75px;
}
#adminmenu {
	position: absolute;
	top: 95px;
	right: 5px;
	border:2px outset #666666;
	background: #f60;
	font-size: 12px;
	padding: 5px;
}
#adminmenu:hover {
	border:2px inset #666666;
}
#adminmenu a {
	color: #000;
}
#adminmenu a:hover {
	color: #fff;
}

#content .entry {
	clear:right;
}
#content p a {
	text-decoration: none;
	color: #f60;
	border-bottom: 1px solid #888888;
}
#content p a:hover {
	color: #f60;
}
#content p {
	font-size: 12px;
	line-height: 20px;
}
#content h2 {
	font-family:Georgia, Times, serif;
	font-size: 28px;
	padding-left: 5px;
	font-weight: normal;
	margin-top: 8px;
}
html > body #content h2 { padding-top: 4px; }
#content h2 a {
	color: #f60;
	text-decoration: none;
}
#content h2 a:hover {
	color: #999;
}
#content h3 {
	font-size: 21px;
	padding-left: 5px;
	border-bottom: 1px solid #666666;
}
#content h4 {
	font-size: 18px;
	padding-left: 5px;
	border-bottom: 1px solid #666666;
}
.posttime a, .tags a, .post_comment a {
	text-decoration: none;
	color: #fff;
}
.tags, .post_comment {
	color: #666666;
}
#content .tags, #content .post_comment, #content .category {
	font-size: 12px;
	padding-left: 4%;
	line-height: 20px;
	margin: 0 15px;
}
#content .tags {
	background: url(images/tag_blue.gif) no-repeat left center;
}
#content .post_comment {
	background: url(images/comment.gif) no-repeat left center;
}
#content .category { /* Used when UTW Tags dont exist */
	background: url(images/folder_brick.gif) no-repeat left center;
}
#content ol, #content ul {
	margin: 10px;
	font-size: 13px;
}
#content ul li {
	list-style:none;
	background: url(images/bullet_white.gif) no-repeat center left;
	padding-left: 18px;
}
span.bqcite {
	background: url(images/link.gif) no-repeat center left;
	padding-left: 18px;
	font-size: 11px;
	float:right;
}
.wp-caption {
	margin: 10px 0 0 0;
	text-align:right;
	}
	
.wp-caption-text {
	margin: 2px 0 0 0;
	color: #f60;
	font-weight:bold;
	}
	
#content img {
border: solid #999999;
}

/* Asides */
ul.asides {
	margin: 0;
	padding: 0;
	list-style:none;
}
ul.asides li {
	color: #212841;
	font-size: 12px;
	background: url(images/note.gif) top left no-repeat !important;
	padding: 0px 15px 0 24px !important;
}
ul.asides li a {
	color: #000000;
	text-decoration: none;
	border-bottom:1px solid #FFFFFF;
}
ul.asides li a:hover {
	border-bottom:1px solid #000000;
	color: #FFFFFF;
}

/* Date Format */
.date {
	float:left;
	height:45px;
	width:35px;
	margin-right:8px;
	background:url(images/calendar.gif) no-repeat;
	margin-top: 8px;
}
html > body .date { padding-top: 0px; }
.date p {
	text-align:center;
	color:#9b9b8e;
	margin:0 0 0 -2px;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}
.date span.day {
	font-size:18px;
	display:block;
	margin-top: 0px;
}
.date span.month {
	font-size:9px;
	height:12px;
	display:block;
	color: #FFFFFF;
	letter-spacing: 1.4px
}
.editlink img {
	width: 16px;
	height: 16px;
	border: none !important;
	padding: 0 !important;
	margin: 4px 0 0 !important;
	position: absolute;
	right: 20px;
}
.navigation {
	padding:10px;
}
.navigation a {
	color:#999;
	text-decoration: none;
}
.navigation a:hover {
	color:#000;
}

/* COMMENTS SECTION */
#comments h4 {
	font-size: 20px;
}
#commentform input, #commentform textarea {
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
	color: #000000;
	background-color: #999;
}
#commentform input:focus, #commentform textarea:focus {
	background: #fff;
	color: #333;
	border-color: #666;
}
#commentform input {
	width: 200px;
	margin: 5px 5px 1px 0;
}
input#submit {
	width:auto;
}
#commentform textarea {
	height: 300px;
	width: 400px;
}
.commentsrsslink, .trackbacklink {
	background: url(images/feedicon16px.gif) no-repeat top left;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	font-size: 16px;
}
.commentseditlink * {
	color: red;
	font-size: 5px;
}
.trackbacklink {
	background: url(images/arrow_refresh.gif) no-repeat top left;
}
#comment ol {
	font-size: 10px;
}
ol#commentlist li {
	margin: 0 50px 0 40px;
	list-style: none;
	color: #999;
}
html > body ol#commentlist li {
	margin-left: 20px;
}
ol#commentlist div.commentnum {
	margin: 0;
	padding: 5px 0px 0px 0px;
	font-size: 35px;
	width: auto;
	float: left;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
}
ol#commentlist img.gravatar {
	float: right;
	background-color: #ffffff;
	padding: 2px;
	border: 1px solid #000000;
}
#comments .metalinks {
	margin: 0px auto;
	text-align: center;
	padding: 25px 0;
}
#comments .metalinks a {
	text-decoration: none;
	color: #999;
}
#respond {
	clear: right;
}
.authorcomment {
	padding: 10px;
	background-color: #CCCCCC;
	color: #fff;
	border: 1px dotted #fff;
	font-size: 1em !important; 
}
.regularcomment {
	padding: 10px;
	color: #999999;
	font-size: 8px !important;
}
.commentauthinfo {
	font-size: 10px;
	color: #999;
}
.commentauthinfo a {
	color: #f60;
}
.pingback {
	font-size: 9px !important;
}
.servicelinks {
	background: #ffffff;
	border: 1px dotted #f60;
	width: 28px;
	height: auto;
	float: right;
	margin:0 10px;
}

.servicelinks img {
	padding: 4px 0px;
	display: block;
	margin: 0 auto;
}

	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.main {
		float:left;
		width:100%;
		position:relative;
	}
	#content,
	#sidebar {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (left menu) settings */
	.leftmenu {
		background:#000;		/* right column background colour */
	}
	.leftmenu .main {
		right:80%;			/* right column width */
		background:#999;	/* left column background colour */
	}
	.leftmenu #content {
		width:76%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu #sidebar {
		width:16%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
#sidebar #s {
	border: 1px inset #999999;
	margin: 0 auto;
	padding: 2px 3px;
}
#sidebar a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #f60;
}
html > body #sidebar a {
border-bottom: 1px dotted #f60; }

#sidebar a:hover {
	color: #FFFFFF;
}
#sidebar h2, #sidebar h3 {
	font-size: 14px;
	font-weight:bold;
	margin: 15px 0 px 0;
}

#sidebar p {
	padding: 0;
	font-size: 13px;
	color: #000;
	margin: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	list-style-type: none;
	line-height: 15px;
}
#sidebar ul li small {
	font-size: 7px
}

	/* Footer styles */
	#footer {
		clear:both;
		float:left;
		width:100%;
		border-top:3px solid #fff;
	}
	#footer p {
		padding:10px;
		margin:0;
		font-size: 10px;
	}
