body {
	background: #EEF1F8 url(images/jci-bg.png) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	letter-spacing: 1px;
}

a {
	text-decoration: none;
	color: #A90827;
}
a:hover { text-decoration: underline; }

img { border: none; }

blockquote {
	margin: auto 0;
	border: 1px dashed #0C3E64;
	background: #FAFCFE url(images/quote.png) top right no-repeat;
	padding: 5px;
	font-size: 115%;
}

#page {
	width: 800px;
	margin: auto;
}

#header #headerimg h1 a span { display: none; }
#header #headerimg h1 a {
	display: block;
	width: 300px;
	height: 55px;
	background-image: url(images/jci-logo.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	margin-bottom: 40px;
	float: right;
}

#jci-des {
	padding-top: 50px;
	font-size: 14px;
	line-height: 25px;
	color: #aeaeae;
}

#jci-des ul { list-style: none; padding: 0; }
#jci-des ul li { padding-left: 15px; float: left; }

ul#nav { margin-top: 0; }
ul#nav li { margin-bottom: 5px; }
ul#nav li a {
	display: block;
	padding-left: 20px;
	background: transparent url(images/jci-list-sprite.gif) top left no-repeat;
}
ul#nav li a:hover, ul#nav li.current_page_item a {
	background: transparent url(images/jci-list-sprite.gif) bottom left no-repeat;
	text-decoration: underline;
}

ul#recent li { margin-top: 10px; }

#content {
	width: 480px;
	float: left;
	margin-right: 20px;
}

.entry {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
}

.post { overflow: hidden; }
.post h2 { margin: 0; }

.about-author {
	font-size: 70%;
	background: #efefef;
	border: solid 1px #ccc;
	padding: 10px;
	float: left;
	width: 95%;
}
.about-author img {
	float: left;
	display: block;
	margin-right: 5px;
}

.wp-caption {
	width: 95%;
	margin: auto;
	background: #efefef;
	border: solid 1px #ccc;
	padding: 2px;
}

#sidebar {
	width: 300px;
	float: left;
	margin-top: -31px;
}

#sidebar ul {
	list-style: none;
	padding-left: 10px;
	margin-bottom: 0;
}

#sidebar h2 {
	font-size: 100%;
	margin-bottom: 0;
}

#sidebar .btn span { display: none; }
#sidebar a.btn {
	width: 31px;
	height: 31px;
	display: inline-table;
	margin-right: 20px;
}
#sidebar #rss { background: url(images/rss.png) top left no-repeat; }
#sidebar #newsletter { background: url(images/email.png) top left no-repeat; }
#sidebar #twitter { background: url(images/twitter.png) top left no-repeat; }
#sidebar #facebook { background: url(images/facebook.png) top left no-repeat; }

textarea#comment { width: 99%; }

#footer { text-align: center; }

/* date box */
.datebox {
	width: 60px;
	height: 68px;
	display: inline;
	float: left;
	text-align: center;
	font-weight: bold;
	margin-left: -60px;
	opacity: 0.5;
	font-family: Times;
	position: absolute;
}
.datebox .day {
   font-size: 300%;
}
.datebox .month {
	font-size: 160%;
	text-transform: uppercase;
	position: relative;
	top: -10px;
}
.datebox .year {
	font-size: 125%;
	position: relative;
	top: -15px;
}

/* box */
.box { margin-bottom: 20px; }

.topleft {
	width: 12px;
	height: 27px;
	display: block;
	float: left;
	background: url(images/jci-box-sprite.png) top left no-repeat;
}
.topcenter {
	border-top: #aaa solid 1px;
	background-color: #f7f7f7;
	height: 27px;
	display: block;
	float: left;
	font-size:14px;
	font-weight: bold;
	color: #555;
	letter-spacing: 2px;
	line-height: 29px;
	width: 246px;
}
.topright {
	width: 12px;
	height: 27px;
	display: block;
	float: left;
	background: url(images/jci-box-sprite.png) top right no-repeat;
}

.mid {
	padding: 0 12px;
	border-left: #aaa solid 1px;
	border-right: #aaa solid 1px;
	background-color: #f7f7f7;
	width: 244px;
}

.botleft {
	width: 12px;
	height: 10px;
	display: block;
	float: left;
	background: url(images/jci-box-sprite.png) bottom left no-repeat;
}
.botcenter {
	border-bottom: #aaa solid 1px;
	background-color: #f7f7f7;
	height: 9px;
	display: block;
	float: left;
	width: 246px;
}
.botright {
	width: 12px;
	height: 10px;
	display: block;
	float: left;
	background: url(images/jci-box-sprite.png) bottom right no-repeat;
}
/* end box */

#searchbox {
	text-align: center;
	margin: 40px 0 20px;
}

#quote div { margin-top: 5px; }

/* comments */
#commentform #submit { float: right; }

#wpstats {
	display: block;
	margin: auto;
}

.wpcf7-list-item {
	margin-right: 10px;
	display: inline-table;
	width: 29%;
}
.halfies { width: 225px; }
.block { display: block; }
.floatleft { float: left; }
.floatright { float: right; }
.alignright { text-align: right; }
.alignleft { text-align: left; }

.red { color: #A90827; }

.linkcat h2 { display: none; }

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */