body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #FFF url(/images/background.jpg) repeat-x;
	color: #555555;
}
img {
	border: 0px;
}
a {
	color: #4472a0;
}
.cleaner {
	clear:both;
}

#wrapper {
	position:relative;
	width: 915px;
	margin-left: auto;
	margin-right: auto;
}


/* top area */
#top {
	height: 150px;
}
#top #logo {
	margin-top: 44px;
	float:left;
}
#top #nav {
	float:right;
	margin-top: 75px;
}
#top #nav a {
	margin-right: 25px;
	font-size: 16px;
	text-decoration: none;
	color: #989797;
}
#top #nav a:hover {
	color: #4472a0;
}
#top #nav a#current {
	color: #4472a0;
}


/* feature box */
#featurebox {
	clear:both;
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 15px 0px 15px 15px;
	margin-bottom: 20px;
}
#featurebox .a300block {
	float:left;
	margin-right: 25px;
	width: 305px;
}
#featurebox .a300block .header, #featurebox .adblock .header {
	font-size: 18px;
	color: #4472a0;
	float:left;
}
#featurebox .a300block .more, #featurebox .adblock .more {
	float:right;
}
#featurebox .a300block .more a, #featurebox .adblock .more a {
	background: url(/images/arrow.gif) bottom right no-repeat;
	padding-right: 15px;
	color: #c3c3c3;
	text-decoration: none;
	line-height: 20px;
}
#featurebox .a300block .item {
	margin-top: 15px;
	font-size : 13px;
}
#featurebox .a300block .item a {
	color: #555;
	text-decoration: none;
}
#featurebox .a300block .item a:hover {
	color: #4472a0;
}

#featurebox .adblock {
	float:left;
	margin-right: 15px;
	width: 220px;
}

#featurebox .adblock .sponsorad {
	margin-top: 5px;
}


/* LEFT COLUMN  / ENTRY */

#c_left {
	float:left;
}
#c_left .entry, #c_left #page_content {
	width: 635px;
	margin-bottom: 20px;
}
#c_left .entry .top {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
}
#c_left .entry .top .date {
	float:left;
	padding: 10px 15px 10px 15px;
	margin-right: 10px;
	border-right: 1px solid #f0f0f0;
	color: #49ae55;
	text-align:center;
	letter-spacing: 2px;
}
#c_left .entry .top .date .month, #c_left .entry .top .date .year {
	font-size: 18px;
	line-height: 18px;
}
#c_left .entry .top .date .day {
	font-size: 36px;
	line-height: 30px;
}
#c_left .entry .top .infobox {
	padding: 10px;
}
#c_left .entry .top .infobox .share {
	float:right;
	padding: 0 0 0 10px;
}
#c_left .entry .top .infobox .title a {
	font-size: 18px;
	color: #4472a0;
	text-decoration: none;
}
#c_left .entry .top .infobox .title a:hover {
	text-decoration: underline;
}
#c_left .entry .top .infobox .info {
	clear:right;
	font-size: 10px;
	color: #666;
	margin-top: 10px;
}
#c_left .entry .top .infobox .info a {
	text-decoration:none;
}
#c_left .entry .top .infobox .info a:hover {
	text-decoration: underline;
}
#c_left .entry .blurb {
	font-size: 14px;
	line-height: 24px;
	padding: 10px;
}
#c_left .entry .blurb a {
	color: #4472a0;
	font-weight: bold;
	text-decoration: none;
}
#c_left .entry .blurb a:hover {
	text-decoration:underline;
}	

/* FULL ENTRY PAGE */
#c_left #fullentry h1 {
	font-size: 26px;
	color: #4472a0;
	line-height: 32px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

#c_left #fullentry #tags {
	font-size: 14px;
	line-height: 38px;
	margin: 10px;
	padding: 0px;
	width: 600px;
}

#c_left #fullentry #tags a {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 5px;
	margin-right: 10px;
	text-decoration:none;
}

#c_left #fullentry #tags a:hover {
	border: 1px solid #d7d7d7;
	background: #e9e9e9;
	padding: 5px;
	margin-right: 10px;
	text-decoration:none;
}

#c_left #fullentry .header {
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
}

#c_left #social {
	margin: 10px 0 10px 10px;
}

#c_left #social img {
	padding-right: 7px;
	vertical-align: middle;
}

#c_left .header_comments {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 4px 5px 5px 6px;
	margin-top: 20px;
}
#c_left .header_comments a {
	background: url(/images/icons/comments.png) bottom left no-repeat;
	padding-left: 22px;
	font-size: 18px;
	text-decoration: none;
}

#c_left .header_comments #add_comment {
	float:right;
	border-left: 1px solid #e9e9e9;
	padding-left: 5px;
}
#c_left .header_comments #add_comment a {
	background: url(/images/icons/comment_add.png) top left no-repeat;
	padding-left: 22px;
	font-size: 18px;
}
#c_left #add_comment_form table {
	border: 0px;
	padding: 10px;
}
#c_left #add_comment_form table tr td {
	padding: 10px;
}

#c_left #add_comment_form table tr td table {
	border: 0px;
	padding: 0px;
}
#c_left #add_comment_form table tr td table tr td {
	padding: 0px;
}
#c_left #add_comment_form .commentmethod {
	font-size: 16px;
	font-weight: bold;
	line-height: 50px;
}
#c_left .comment {
	margin: 30px 50px 20px 20px;
	clear: both;
}
#c_left .comment_content {
	 border-left: 1px solid #e9e9e9;
	 border-bottom: 1px solid #e9e9e9;
	 padding: 0 0 0 10px;
	 font-size: 12px;
	 line-height: 18px;
}
#c_left .comment_content p {
	margin: 0 0 10px 0;
}

#c_left .comment_author {
	float:right;
	width: 185px;
	background: url(/images/comment_nub.gif) top left no-repeat;
	padding: 0 0 0 20px;
	font-size: 9px;
}
#c_left .comment_author a {
	font-size: 12px;
	text-decoration: none;
}
#c_left .comment_author a:hover {
	text-decoration: underline;
}


#c_left #page_content #authorphoto {
	float:left;
	margin: 0px 20px 0px 0px;
}

#c_left #page_content .author {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 16px;
	width: 300px;
	float:left;
	margin-right: 10px;
}
#c_left #page_content .author p {
	margin: 5px 0px 5px 0px;
}
#c_left #page_content .author a {
	font-size: 10px;
	text-decoration: none;
	color: #989797;
}
#c_left #page_content .author a.authorname {
	font-size: 18px;
	color: #4472a0;
}
#c_left #page_content .author .author_photo {
	float:left;
	padding-right: 15px;
	padding-bottom: 0px;
}

#c_left .textad {
	width: 593px;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	color:#CCC;
	border: 1px dotted #EEE;
	margin-bottom: 20px;
	background: #fdfdfd;
}

#c_left .archive_header {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 4px 5px 5px 6px;
	margin: 10px 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	cursor:pointer;
}

#c_left .archive_content {
	font-size: 14px;
	padding: 5px;
}

#c_left .archive_content a {
	text-decoration: none;
}
#c_left .archive_content a:hover {
	text-decoration: underline;
}

/* RIGHT COLUMN */

#c_right {
	float:right;
	width: 260px;
}
#c_right .header {
	border: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 8px;
	margin-top: 20px;
	font-size: 16px;
}
#c_right .content {
	padding: 8px;
	margin-top: 10px;	
	margin-bottom: 10px;
}
#c_right .content .tag_cloud {
	display: inline;
	padding-right: 10px;
}
#c_right .content .authors {
	float:left;
	margin-right: 10px;
	width: 100px;
	text-align:center;
}
#c_right .content#author {
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	font-size: 10px;
	line-height: 16px;
}
#c_right .content#author p {
	margin: 5px 0px 5px 0px;
}
#c_right .content#author a {
	font-size: 10px;
	text-decoration: none;
	color: #989797;
}
#c_right .content#author a#authorname {
	font-size: 18px;
	color: #4472a0;
}
#c_right .content #author_photo {
	float:left;
	padding-right: 15px;
	padding-bottom: 0px;
}
#c_right .ad {
	padding: 5px;
	margin-top: 10px;
}

#c_right .alink {
	margin-top: 8px;
}

#c_right #archivecalendar {
	font-size: 14px;
}
#c_right #archivecalendar a {
	text-decoration: none;
}
#c_right #archivecalendar table tr td {
	padding: 6px;
	vertical-align:middle;
	text-align:center;
}
#c_right #archivecalendar table tr td.linked {
	background-color: #f8f8f8;
	border: 1px solid #e9e9e9;
}
#c_right #archivecalendar table tr td.calendarHeader {
	font-size: 16px;
	font-weight: bold;
}
#c_right #archivecalendar table tr td.calendarToday {
	font-size: 18px;
	font-weight: bold;
}

#footer {
	clear: both;
	font-size: 12px;
	line-height: 20px;
	border-top: 1px solid #e9e9e9;
	background: #f8f8f8;
	padding: 10px;
	margin-top: 20px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}


/* Subsection Tabs
--------------------*/
#c_right ul.column_tabs {
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #e9e9e9;
	height:24px;
	clear:both;
}

#c_right ul.column_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

#c_right ul.column_tabs li.tab a {
	display:block;
	height:20px;
	padding:4px 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:60px;
	text-decoration: none;
}

#c_right #loggedout {
	display:block;
	height:20px;
	padding:4px 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:160px;
	text-decoration: none;
}

#c_right ul.column_tabs li.tab a:hover {
	color:#666;
}

#c_right ul.column_tabs li.tab a.active, #c_right ul.column_tabs li.tab #makeactive a {
	background-color:#f8f8f8;
	border:1px solid #e9e9e9;
	border-bottom: 0;
}

#c_right .tab_content {
	background-color:#f8f8f8;
	padding: 8px;
	margin-top: 0;	
	margin-bottom: 10px;
	border-left:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
	border-top: 0;
}

#c_right .tab_content a {
	line-height: 18px;
	text-decoration: none;
}
#c_right .tab_content a:hover {
	text-decoration: underline;
}

#c_right .tab_content table tr td {
	padding: 4px;
	vertical-align:middle;
}
#c_right .tab_content table tr td .r_input {
	width: 120px;
}
#c_right .tab_content table#remembercheck tr td {
	padding: 0;
	margin: 0;
	font-size: 10px;
}

#c_right .tab_content #register_error {
	padding: 10px;
}