* { 
	padding: 0; 
	margin: 0; 
}

body {
	font-family: Georgia, sans;
	font-size: 12px;
	background-color: #fff;
}

a {
	color: #00a4e4;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FC7715;
}

img {
	border-style: none;
}

#wrapper { 
	margin: 0 auto;
	width: 940px;
	background-color: #fff;
	padding: 0 15px;
}

/* @group Header */

#header {
	width: 940px;
	padding: 24px 0 0;
	height: 79px;
	margin: 0;
}

#header h1 {
	width: 83px;
	height: 20px;
	float: left;
	background: url(images/logo.gif) no-repeat;
	text-indent: -5000px;
}

#header h1 a {
	width: 83px;
	height: 20px;
	float: left;
}

#header .headerlinks {
	float: right;
	padding-right: 16px;
	overflow: hidden;
}

#header .nav {
	width: 305px;
	float: left;
	overflow: hidden;
	margin-left: 56px;
}

#header .nav.aut {
	width: 167px;
}

#header .nav h2 {
	float: left;
	font: 11px Georgia;
	color: #525252;
	text-transform: uppercase;
	width: 69px;
	margin: 0;
	padding: 0 6px 0 0;
	text-align: right;
}

#header .nav ul {
	float: right;
	height: 65px;
	width: 220px;
}

#header .nav ul.authors {
	width: 80px;
}

#header .nav ul.authors li {
	width: 36px;
}

#header .nav ul li {
	list-style-type: none;
	margin-bottom: 3px;
	color: #ababab;
	font: 11px/13px Georgia;
	text-transform: uppercase;
	width: 106px;
	float: left;
	margin-right: 3px;
}

#header .nav ul li a {
	color: #ababab;
	text-decoration: none;
}

#header .nav ul li a:hover {
	text-decoration: none;
	color: #FC7715;
}



/* @end */

#content {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* @group Mainc */

#mainc { 
	float: left;
	margin: 0;
	padding: 0;
	width: 620px;
	display: inline;
	position: relative;
}

#mainc h2.pagetitle {
	font-size: 25px;
	color: #333;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 19px;
}

#mainc input#search {
	width: 105px;
	height: 14px;
	border-style: none;
	background: url(images/search.gif) no-repeat;
	color: #696969;
	font-size: 10px;
	text-transform: lowercase;
	font-style: italic;
	padding-left: 9px;
	padding-top: 4px;
	padding-right: 8px;
}

#mainc .alignleft {
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
}

#mainc .subs {
	height: 58px;
	width: 562px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainc .subs p.feed {
	font: 11px Georgia;
	color: #00a4e4;
	text-transform: uppercase;
	float: left;
	margin-bottom: 35px;
}

#mainc .subs p.feed a {
	color: #00a4e4;
	text-decoration: none;
}

#mainc .subs p.feed a:hover {
	text-decoration: none;
	color: #FC7715;
}

#mainc .subs .search {
	float: right;
}

#mainc .subs p.sub {
	float: left;
	clear: both;
	font: 11px Georgia;
	color: #ababab;
	text-transform: uppercase;
}

#mainc .subs p.sub a {
	color: #ababab;
	text-decoration: none;
}

#mainc .subs p.sub a:hover {
	text-decoration: none;
	color: #FC7715;
}

#mainc .mpost {
	width: 562px;
	overflow: hidden;
	border-bottom: 1px dotted #505050;
	padding-bottom: 15px;
	margin-bottom: 5px;
	padding-top: 15px;
}

#mainc .mpost h2 {
	font: 21px Georgia;
	color: #000033;
	margin-bottom: 10px;
}

#mainc .mpost h2 a {
	color: #000033;
	text-decoration: none;
}

#mainc .mpost h2 a:hover {
	text-decoration: none;
	color: #FC7715;
}

#mainc .mpost p.date {
	font: 12px Georgia;
	color: #00a4e4;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#mainc .mpost p.date a {
	color: #00a4e4;
	text-decoration: none;
}

#mainc .mpost p.date a:hover {
	text-decoration: none;
	color: #FC7715;
}

#mainc .mpost p {
	font: 12px/17px Helvetica;
	color: #1e1e1e;
	margin-bottom: 10px;
}

#mainc .mpost blockquote {
	font: italic 13px/15px Helvetica;
	color: #1e1e1e;
	padding-left: 25px;
	padding-right: 25px;
}

#mainc .mpost ul,#mainc .mpost ol {
	color: #1e1e1e;
	margin-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
	font: 12px/17px Helvetica;
}

#mainc .mpost li {
	margin-bottom: 5px;
}

#mainc .mpost img {
	margin-bottom: 10px;
}

#mainc .mpost p.tag {
	font: 11px Georgia;
	color: #7d7d7d;
	margin-bottom: 7px;
}

#mainc .mpost p.tag span {
	font-style: italic;
}

#mainc .mpost p.tag a {
	color: #00a4e4;
	text-decoration: none;
	text-transform: lowercase;
}

#mainc .mpost p.tag span a:hover {
	text-decoration: none;
	color: #FC7715;
}



/* @end */

/* @group Sidebar */

#sidebar { 
	display: inline;
	margin: 0;
	padding: 0;
	width: 319px;
	float: right;
}

#sidebar ul {
	margin-bottom: 15px;
	margin-left: 2px;
	padding-left: 13px;
}

#sidebar ul li {
	margin-bottom: 4px;
	color: #4d4d4d;
}

#sidebar ul li a {
	color: #4d4d4d;
}

#sidebar ul li a:hover {
	color: #FC7715;
}

#sidebar .feat {
	width: 317px;
	height: 58px;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
}

#sidebar .feat p {
	font: 11px Georgia;
	color: #00a4e4;
	text-transform: uppercase;
}

#sidebar .feat p a {
	color: #00a4e4;
	text-decoration: none;
}

#sidebar .feat p a:hover {
	text-decoration: none;
	color: #FC7715;
}

#sidebar .sidep {
	overflow: hidden;
	width: 317px;
	margin-bottom: 10px;
}

#sidebar .sidep h2 {
	font: 16px Georgia;
	color: #000033;
	margin-bottom: 3px;
}

#sidebar .sidep h2 a {
	color: #000033;
	text-decoration: none;
}

#sidebar .sidep h2 a:hover {
	text-decoration: none;
	color: #FC7715;
}

#sidebar .sidep p.author {
	text-transform: uppercase;
	font: 11px Georgia;
	color: #00a4e4;
	margin-bottom: 10px;
}

#sidebar .sidep p.author a {
	color: #00a4e4;
	text-decoration: none;
}

#sidebar .sidep p.author a:hover {
	text-decoration: none;
	color: #FC7715;
}

#sidebar .sidep p {
	font: 11px/15px Georgia;
	color: #4d4d4d;
	margin-bottom: 10px;
}

#sidebar .sidep p.more {
	font: bold 10px Georgia;
	color: #00a4e4;
	text-transform: uppercase;
	float: left;
}

#sidebar .sidep p.more a {
	color: #00a4e4;
	text-decoration: none;
	border-bottom: 1px dotted #434343;
	padding-bottom: 1px;
}

#sidebar .comm {
	width: 317px;
	overflow: hidden;
	margin-bottom: 10px;
}

#sidebar .comm p {
	font: 11px/15px Georgia;
	color: #696969;
	margin-bottom: 10px;
}

#sidebar .comm p.acomm {
	text-transform: uppercase;
	color: #00a4e4;
	padding-bottom: 1px;
	border-bottom: 1px dotted #505050;
	float: left;
}

#sidebar .comm p.acomm a {
	color: #00a4e4;
	text-decoration: none;
}

#sidebar ul.tweets li {
	color: #696969;
	font: 11px/18px Georgia;
	margin-bottom: 15px;
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

#sidebar ul.tweets li a {
	color: #00a4e4;
}

#sidebar ul.tweets li a:hover {
	color: #FC7715;
}

#sidebar ul.tweets {
	margin: 0;
	padding: 0;
}

p.welcome {
	visibility: hidden;
	width: 0;
	height: 0;
}



/* @end */

#footer { 
	width: 970px;
	clear: both;
	padding-bottom: 15px;
	padding-top: 25px;
}

#footer p {
	color: #a8a8a8;
	font: 11px Arial;
}

.clear { 
	clear: both; 
	background: none; 
}

/* @group Comments */

.postcomments {
	overflow: hidden;
	border-bottom: 1px dotted #505050;
	padding-bottom: 9px;
	margin-bottom: 15px;
	width: 562px;
	margin-top: 15px;
}

.postcomments .navigation {
	float: left;
	width: 0;
	height: 0;
	visibility: hidden;
}

.postcomments h3 {
	color: #000033;
	font-weight: normal;
	padding: 0;
	margin: 0 0 12px;
	font-size: 21px;
	text-decoration: none;
	font-style: normal;
}

ol.commentlist {
	margin-bottom: 15px;
}

ol.commentlist li {
	margin-bottom: 15px;
}

ol.commentlist li p {
	margin-bottom: 10px;
	color: #696969;
	font-size: 11px;
	line-height: 15px;
}

.commentmetadata {
	margin-bottom: 6px;
	margin-top: 5px;
}

ol.commentlist li .avatar {
	float: left;
	margin-bottom: 0;
	margin-right: 8px;
}

form#commentform {
}

form#commentform p {
	margin-bottom: 10px;
}

form#commentform input#author, form#commentform input#url, form#commentform input#email {
	border: 1px solid #696969;
	width: 216px;
	height: 18px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #696969;
	font: 12px Georgia, Sans;
	margin-right: 4px;
}

form#commentform textarea {
	border: 1px solid #696969;
	width: 400px;
	height: 165px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	color: #696969;
	font: 12px Georgia, Sans;
}



/* @end */