/*
Theme Name: Cenla Focus Theme
Author: Micah Touchet
Author URI: http://newbirthcreative.com/
*/
/*Colors
Dark blue: #3a5593
Light blue: #6187bc
Red: #c64437
Dark gray:
Medium gray:
Light gray:
*/

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #e9e9e9;
}
a {
	color: #3a5593;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
img {
	border: 0;
}
.break {
	font-size: 0;
	width: 0;
	height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}
/** BEGIN wrapper **/
#wrapper {
	width: 970px;
	background: url(images/background.gif) repeat-y 0 0;
	margin: auto auto;
	text-align: left;
	padding: 0 7px;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	background: #ffffff url(images/header.gif) repeat-x 0 0;
}
#header ul {
	float: left;
	list-style-type: none;
	padding: 10px 0;
}
#header ul li {
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 15px;
	border-left: 1px solid #6187bc;
}
#header ul li.f {
	border: 0;
}
#header .links {
	background: url(images/rss_16.png) left center no-repeat;
	float: right;
	font-size: 10px;
	color: #6187bc;
	padding: 12px 10px 10px 20px;
}
#header .links a {
	margin: 0 5px;
}
#header .logo {
	margin: 10px 18px;
	float: left;
	display: inline;
}
#header .logo h1 {
	display: none;
}
#header .logo p {
	display: none;
}
#header .tagline {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 18px;
	background: #333;
	color: #e9e9e9;
	padding: 4px 15px 0;
}
#header .tagline h2 {
	display: inline;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
#header .tagline span {
	float: right;
	display: block;
	width: 400px;
	text-align: right;
}
#header .ad468x60 {
	float: right;
	border: 1px solid #333;
	margin: 10px 10px 15px;
	display: inline;
}
#header ol {
	list-style-type: none;
	height: 35px;
	background-color: #6187bc;
}
#header ol li {
	float: left;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
#header ol li a {
	color: #fff;
	display: block;
	padding: 10px 12px;
}
#header ol li a:hover {
	background-color: #3a5593;
}

/** END header **/

/** BEGIN content **/
#content {
	width: 666px;
	float: left;
}
#content .post {
	width: 270px;
	height: 279px;
	float: left;
	padding: 20px 15px 0 35px;
	overflow: hidden;
}
#content .post h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin-bottom: 10px;
	letter-spacing: -0.02em;
}
#content .post h2 a {
	color: #3a5593;
}
#content .post h2 a:hover {
	color: #6187bc;
}
#content ul.post-categories {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
#content ul.post-categories li {
	margin: 0;
	padding: 0;
	font-size: 9px;
}
div.post ul.post-categories li a {
	text-transform: uppercase;
	padding: 3px;
	color: #fff;
	display: block;
	background: #6187bc;
	font-size: 10px;
}
#content div.cover-title ul.post-categories li a {
	background: #3a5593;
	font-size: 12px;
	padding: 5px;
}
.date, .wp-caption-text {
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #808080;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.wp-caption-text {
	margin-top: 5px;
}
#content .post .continue-cover a {
	color: #fff;
	background-color: #3a5593;
	padding: 5px 8px;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 25px;
}
#content .post .continue-cover a:hover {
	background-color: #6187bc;
}
#content .post p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#content .post .thumb {
	height: 92px;
	overflow: hidden;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #E8E8E8;
	margin-bottom: 10px;
}
#content .post .thumb div {
	height: 92px;
	overflow: hidden;
}
#content .post .thumb img {
	width: 247px;
}
#content .postnav {
	clear: both;
	padding: 20px 34px 40px;
}
#content .postnav ul {
	list-style-type: none;
	border: 0;
}
#content .postnav ul li {
	float: left;
	padding: 2px;
	padding: 2px;
}
#content .postnav ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
	border: 0;
	padding: 5px 8px;
	background-color: #9F9F9F;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#content .postnav ul li a:hover {
	background-color: #c64437;
	border: 0 !important;
}
#content .postnav ul li.next a {
	width: auto;
	padding: 2px 4px;
}
#content .postnav .page_info {
	text-align: center;
	text-decoration: none;
	border: 0;
	padding: 5px 8px;
	background-color: #9F9F9F;
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 2px;
}
#content .recent {
	border-bottom: 1px solid #DDDDDD;
	width: auto;
	height: auto;
}
#content .recent h2 {
	font-size: 22px;
}
#content p img {
	border: 1px solid #808080;
}
.no-border {
	border: none !important;
}
#content .more-link {
	display: none;
}
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	width: 304px;
	float: right;
	padding-bottom: 20px;
}
#sidebar .wrapper {
	padding: 0 15px;
}
#sidebar h2 {
	color: #252525;
	font-size: 11px;
	text-transform: uppercase;
	margin: 15px 0 10px;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	border-bottom: 1px dotted #DADADA;
	line-height: 1.4;
	padding: 4px 0;
	font-size: 11px;
}
#sidebar ul li a {
	color: #808080;
}
#sidebar ul li a:hover {
	color: #3a5593;
}
#sidebar ul li.camera {
	background: url(images/camera_16.png) left center no-repeat;
	padding-left: 20px;
}
#sidebar ul li.twitter {
	background: url(images/twitter_16.png) left center no-repeat;
	padding-left: 20px;
}
#sidebar ul li.facebook {
	background: url(images/facebook_16.png) no-repeat left center;
	padding-left: 20px;
}
#sidebar ul li.picasa {
	background: url(images/picasa_16.png) left center no-repeat;
	padding-left: 20px;
}
#sidebar ul li.linkedin {
	background: url(images/linkedin_16.png) left center no-repeat;
	padding-left: 20px;
}
#sidebar ul li.rss {
	background: url(images/rss_16.png) left center no-repeat;
	padding-left: 20px;
}
#sidebar .ads {
	text-align: center;
	padding: 10px 0;
}
#sidebar .ads img {
	margin: 3px;
}
#sidebar .search {
	background: #EEEEEE url(images/search.gif) no-repeat center center;
	border-width: 1px 0;
	border-color: #E8E8E8;
	border-style: solid;
	height: 52px;
}
#sidebar .search input {
	float: left;
	border: 0;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 200px;
	margin: 18px 11px 0 22px;
	outline: none;
	background: #fff !important;
}
#sidebar .search input:focus {
	outline: none; /* gets rid of otherwise useful blue glow in safari */
}
#sidebar .search button {
	float: left;
	border: 0;
	text-indent: -9999px;
	width: 53px;
	height: 32px;
	margin-top: 10px;
	background-color: transparent;
}
#sidebar .l {
	float: left;
	width: 125px;
}
#sidebar .r {
	float: right;
	width: 125px;
}
#sidebar .sbar li {
	font-size: 12px;
	padding-left: 12px;
	background: url(images/bullet.gif) no-repeat 0 8px;
	border: 0;
}
#sidebar .weather {
	margin: 15px 0px 15px 6px;
}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background: #3a5593;
	color: #cee0f9;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 30px;
}
#footer a {
	color: #cee0f9;
	text-decoration: underline;
}
#footer h4 {
	display: inline;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
}
#footer h4 span {
	float: right;
	display: block;
	width: 400px;
	text-align: right;
}
/** END footer **/

/** BEGIN miscellaneous **/
#comments {
	padding: 0 35px 20px;
}
#comments h2 {
	margin: 20px 0 5px;
	font-size: 18px;
	font-weight: normal;
}
#comments p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#comments form {
	padding-top: 20px;
}
#comments form p {
	margin-bottom: 5px;
}
#comments form input, textarea {
	border: 1px solid #cccccc;
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding: 4px;
	background-position: 4px 4px;
	background-repeat: no-repeat;
}
#comments form input {
	width: 260px;
	border: 1px solid #cccccc;
}
#comments form textarea {
	width: 350px;
	padding: 4px 4px !important;
	border: 1px solid #cccccc;
}
#comments form button {
	border: 1px solid #909090;
	background-color: #cccccc;
	font-size: 10px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 120px;
	height: 23px;
}
.commentdetails {
	margin-top: 25px;
}
.commentauthor {
	margin-bottom: 5px !important;
	font-weight: bold;
}
.commentdate {
	font-size: 9px;
	margin-bottom: 5px;
	color: #909090;
}
.required {
	color: #ff0000;
}
h2.title {
	font-size: 12px;
	text-transform: uppercase;
	padding: 25px 35px 0;
	color: #565656;
}
.single ul.post-categories li a {
	font-size: 12px;
	text-transform: uppercase;
	padding: 25px 0 0;
	color: #565656;
	font-weight: bold;
}
.single {
	padding: 20px 35px;
}
.single h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	margin-bottom: 15px;
}
.single h3 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
	margin-top: 4px;
}
.single p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.single ul {
	margin: 0 0 10px 16px;
}
.single ol {
	margin: 0 0 10px 18px;
}
.single li {
	line-height: 16px;
	padding: 2px 0;
}
.author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #565656;
}
.author span {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}
.single blockquote {
	padding: 10px 10px 5px;
	margin-bottom: 10px;
	background-color: #eeeeee;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e8e8e8;
}
.breadcrumb {
	padding: 20px 35px;
}
.wp-caption-text {
}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
#comments ol li {
	padding: 10px;
	border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
#comments ol li .avatar {
	float: right;
}
#comments ol li .comment-author {
}
#comments ol li .comment-author .fn {
	font-weight: bold;
	font-size: 15px;
}
#comments ol li .comment-meta {
	font-size: 10px;
	color: #999999;
	margin: 5px 0 10px;
}
#comments ol li .reply {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 10px;
}
#comments .children {
	list-style-type: none;
}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 10px;
}
#comments .navigation a {
	color: #999999;
	padding: 3px 8px;
	border: 1px solid #cccccc;
}
#comments .navigation a:hover {
	color: #000000;
	border-color: #000000;
	text-decoration: none;
}
/** END wordpress 2.7 comments **/
