/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

div#contentbox {
	width: 960px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #fff url(../images/bg_contentwrap.gif) no-repeat bottom center;
}

div#content {
	width: 700px;
	float: left;
	background:#fff;
}

div#sidebar {
	width: 220px;
	float: right;
	margin-right:10px;
	background:#fff;
}

div#blogsidebar {
	width: 220px;
	float: left;
	margin: 0 10px;
}
	
/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

h2.pagetitle {
	padding: 20px 0 0 20px;
	color: #cb0101;
	font-family: 'Lucida Sans', Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	line-height: 1.4em;
	font-weight: bold;
}

h2.pagetitle strong {
	font-size: .65em;
	color: #999;
	display: block;
	margin-bottom: 15px;
	padding-left: 3px;
	line-height: 1em;
}

div.feature {
	width: 635px;
	padding: 10px 35px;
	clear: both;
	height: 100%;
	margin-bottom: 20px;
	margin-left: 10px;
}

div.featuresTitle {
	margin-top:25px;
	margin-left:14px;
}

div.feature img {  
	-moz-outline: 1px solid #bbb;
	-moz-box-shadow: 3px 3px 4px #999;
	-moz-border-bottom-right-radius: 4px;
	-webkit-box-shadow: 3px 3px 4px #999;
	-webkit-border-bottom-right-radius: 4px;
}

div.alt {
	background: #ededed;
	border: 1px solid #e6e6e6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div#content p {
	padding-bottom: 1em;
	line-height: 1.6em;
}

div#content h2 {
	color: #cb0101;
	font: bold 1.8em/1.5em Arial, Helvetica, sans-serif;
}

div#content h3 {
	color: #cb0101;
	font: bold 1.6em/1.3em Arial, Helvetica, sans-serif;
}

div#content ul, div#content ol, div#content dl {
	padding-left: 30px;
}
div#content ul li, div#content ol li, div#content dl dd, div#content dl dt {
	padding-bottom: .8em;
}

img.alignleft {
	float: left;
	margin: 0 10px 3px 0;
}
img.alignright {
	float: right;
	margin: 0 0 3px 10px;
}


/***********************************************************************
	1 - sidebox STYLES
************************************************************************/

div.sidebox {
	padding: 15px 0;
}

div.sidebox h3, div#blogsidebar div.sidebox h3 {
	padding: 0 0 5px 10px;
	border-bottom: 1px solid #d6d7d7;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 3px;
	color: #333;
}

div.sidebox p, div.sidebox ul {
	padding: 3px 0 5px 10px;
}

div.sidebox ul {
	list-style-type: none;
	padding-left: 10px;
}
div.sidebox ul li {
	padding-bottom: .3em;
}
div.sidebox ul li a:hover {
	text-decoration: underline;
}

div#blogsidebar ul, div#blogsidebar h3 {
	padding-left: 15px;
}

div#blogsidebar div.sidebox ul li, li.cat-item {
	background: url(../images/icon_arrow_blue.gif) no-repeat top left;
	background-position: 0 3px;
	padding-left: 14px;
}

/***********************************************************************
	2 - POST/PAGE STYLES
************************************************************************/

div.post {
	width: 640px;
	padding: 0 25px 25px;
}

	
/***********************************************************************
	1 - GLOBAL STYLES
************************************************************************/

div#blog {
	width: 460px;
	float: left;
}

div#blog div.post {
	width: 440px;
	padding: 0 10px;
	clear: both;
	margin-bottom: 25px;
}

div#blog div.post div.entry {
	padding: 0 10px;
}

div#blog div.post h2 a {
	color: #CA262F;
}

div.thedate {
	border: 1px solid #e7e7e7;
	width: 48px;
	float: left;
	margin: 0 15px 10px 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}	
div.thedate p {
	background: #fafafa url(../images/bg_date.jpg) repeat-x top left;
	border: 1px solid #fff;
	color: #232323;
	font-weight: bold;
	padding: 2px 0 4px 0 !important;
}
div.thedate p span {
	display: block;
	padding-bottom: 2px;
	line-height: 1em;
}
div.thedate p span.month {
	font-size: 12px;
}
div.thedate p span.day {
	font-size: 26px;
}
div.thedate p span.year {
	padding-bottom: 0;
	font-size: 12px;
}

div.postinfo {
	clear: both;
	background: #ededed url(../images/bg_postinfo.gif) repeat-x top left;
	border: 1px solid #e6e6e6;
	padding: 10px 15px 2px 15px;
	margin-top: 7px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

span.commentslink a {
	background: url(../images/icon_comment.gif) no-repeat left;
	padding-left: 17px;
}

span.subscribelink a {
	background: url(../images/icon_rss_bw.gif) no-repeat left;
	padding-left: 17px;
}

div.postinfo a:hover {
	text-decoration: underline;
}

div#respond, div#commentarea {
	padding: 5px 10px;
}
div#respond h3 {
	padding-bottom: 10px;
	color: #333;
}

h3#comments {
	color: #333 !important;
}

form#commentform input.textbox, form#commentform textarea.textbox, form#searchform input.textbox {
	background: #f7f7f7;
	border: 2px solid #ccc;
	padding: 2px 3px;
	margin-right: 4px;
}

form#commentform input.textbox:focus, form#commentform textarea.textbox:focus, form#searchform input.textbox:focus {
	border-color: #999;
}

form#commentform textarea {
	font: 12px/1.3em 'Lucida Sans', Arial, Helvetica, sans-serif;
	width: 97%;
}

form#commentform label {
	font-weight: bold;
}
form#commentform label small {
	font-weight: normal;
	color: #777;
}



ol.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0 !important;
	color: #333;
}

ol.commentlist li {
	padding: 10px 20px;
	background: #f5f5f5;
	margin-bottom: 5px;
}

ol.commentlist a:hover {
	text-decoration: underline;
}

ol.commentlist li.bypostauthor {
	background: #eaf8ff;
}

ol.commentlist div.comment-author {
	line-height: 1.5em;
}

ol.commentlist cite a {
	color: #cb0101;
}

ol.commentlist div.comment-meta {
	color: #333;
	font-weight: bold;
	font-size: 11px;
}

ol.commentlist div.comment-meta a {
	color: #333;
}



form#searchform input.textbox {
	width: 126px;
	margin-left: 10px;
}
input#searchsubmit {
	vertical-align: middle;
}

p.postmetadata {
	clear: both;
}

div.navigation {
	margin: 10px 0;
}
div.navigation a {
	color: #888;
}
div.navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.navigation div.left {
	width: 45%;
	float: left;
}
div.navigation div.right {
	width: 45%;
	float: right;
	text-align: right;
}