/*
Theme Name: Columbus Theme
Theme URI: http://wpexplorer.com
Description: A clean and elegant WordPress theme created for bloggers with lots of backend customization options.
Author: AJ Clarke
Version: 1.0
Tags: light, two-columns, fixed-width, custom-header, custom-background, threaded-comments, custom-menu, post thumbnails, featured slider
License: GPL
*/

/*** Reset Browser Settings ***/

*{
	margin: 0; 
	padding: 0; 
	border: 1; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}
blockquote:before, 
blockquote:after,
q:before, 
q:after { 
	content: ""; 
}
blockquote, 
q { 
	quotes: "" ""; 
}


/*** Main Body ***/

body { 
	font-size: 14px; 
	font-family: arial, sans-serif; 
	line-height: 1.5em; 
	background: #E0E0E0;
	margin-bottom: 40px;
}


/*** Clearfix **/

.clear{ 
	clear: both; 
}


/*** Links ***/

a { 
	text-decoration: none; 
	color: #4C9AC5; 
}
a:hover { 
	text-decoration: underline; 
}


/*** Styles ***/

p { 
	margin: 0 0 1em;
}
textarea,input { 
	font-size: 13px; 
	font-family: arial, sans-serif;
}
strong {
	font-weight: bold;
	color: #000;
}
em {
	font-style: italic;
}
.left{
	float: left;
}
.right{
	float: right;
}
small{
	font-size: 12px;
	color: #666;
}

/*** Headings ***/

h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
}
h1 {
	font-size: 2em;
	color: #141414;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h2,h3,h4 {
	color: #514F44;
}
.postcontent h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #464646;
	margin: 10px 0;
}
h1.posttitle {
	font-size: 2.143em;
	font-weight: bold;
	margin-bottom: 10px;
}
.postcontent h3 {
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 2em 0em 0.63em 0em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3#comments {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#respond h3 {
	font-weight: bold;
	font-size: 1.43em;
	padding: 10px 20px;
}
#featuredposts h2 {
	font-size: 2.143em;
	font-weight: bold;
	margin: 0 0 .2em 0;
	padding: .1em 0 0 0;
	line-height: 1.1em;
	color: #5E8DC1; 
}
h2.posttitlehome{
	color: #3E6C9F;
	font-size: 1.5em;
	margin-bottom: 10px;
	font-weight: normal;
}
h1.category-title{
	padding: 0px 0px 20px 20px;
	font-size: 1em;
	font-style: italic;
}

/*** Main Layout ***/

#container {
	width: 980px;
	background: #FFF url(images/pagebg.png) repeat-y;
	margin: 0 auto;
}
#main {
	float: left;
	width: 639px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
}
#sidebar {
	float: right;
	width: 300px;
	padding: 20px;
}


/*** Header ***/

#header {
	width: 980px;
	margin: 0px auto;
	height: 100px;
	position: relative;
	z-index: 1;
}
#header-logo{
	position: absolute;
	left: 0;
	top: 20px;
}
a.logo {
	height: 45px;
	display: block;
	line-height: 45px;
	font-size: 45px;
	color: #141414;
}
.logo:hover {
	text-decoration: none;
	color: #4C9AC5;
	text-shadow: 1px 1px 1px #E1E1E1;
}
p.tagline {
	color: #666;
	text-shadow: 1px 1px 1px #FFF;
	margin-left: 5px;
}


/*** Primary Nav ***/

#primary-navwrap{
	background: #191919;
	width: 100%;
	height: 35px;
	overflow: hidden;
	border-bottom: 1px solid #303030;
}
#primary-nav ul{
	width: 978px;
	margin: 0 auto;
	list-style: none;
}
#primary-nav li {
	float: left;
}


/*** Primary Drop Down***/

#primary-nav a{
	display: block;
	line-height: 35px;
	height: 35px;
	color: #FFF;
	padding: 0 20px;
	font-size: 15px;
}
#primary-nav a:hover{
	color: #FFF;
	text-decoration: none;
	background: #3C3C3C;
}
#primary-nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	width: 180px;
	height: auto;
	margin: 0px;
	background: #000;
}
#primary-nav li ul li {
	float: none;
	border: none;
}
#primary-nav li ul ul {
	margin: -35px 0 0 180px;
	width: 180px; 
}
#primary-nav li:hover ul ul,
#primary-nav li:hover ul ul ul, 
#primary-nav li.sfhover1 ul ul,
#primary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#primary-nav li:hover ul,
#primary-nav li li:hover ul, 
#primary-nav li li li:hover ul,
#primary-nav li.sfhover ul, 
#primary-nav li li.sfhover1 ul,
#primary-nav li li li.sfhover1 ul {
	left: auto;
}
#primary-nav li:hover,
#primary-nav li.sfhover1 { 
	position: static;
}

/*** Secondary Nav ***/

#secondary-navwrap{
	background: #2D2D2D;
	margin: 0 auto;
	position: relative;
	width: 980px;
	height: 45px;
}
#secondary-nav ul{
	list-style: none;
}
#secondary-nav li {
	float: left;
}
#secondary-nav a{
	display: block;
	line-height: 45px;
	color: #FFF;
	padding: 0 20px;
}
#secondary-nav a:hover{
	text-decoration: none;
	background: #282828;
	color: #4C9AC5;
}


/*** Secondary Drop Down***/

#secondary-nav li ul {
	z-index: 9999;
	position: absolute;
	background: #2D2D2D;
	left: -999em;
	width: 180px;
	height: auto;
}
#secondary-nav li ul a{
	line-height: 35px;
	height: 35px;
	border-top: 1px solid #3f3f3f;
	border-bottom: 1px solid #1D1D1D;
}
#secondary-nav li ul li {
	float: none;
	border: none;
}
#secondary-nav li ul ul {
	margin: -37px 0 0 180px;
	width: 180px;
}
#secondary-nav li:hover ul ul,
#secondary-nav li:hover ul ul ul, 
#secondary-nav li.sfhover1 ul ul,
#secondary-nav li.sfhover1 ul ul ul {
	left: -999em;
}
#secondary-nav li:hover ul,
#secondary-nav li li:hover ul, 
#secondary-nav li li li:hover ul,
#secondary-nav li.sfhover ul, 
#secondary-nav li li.sfhover1 ul,
#secondary-nav li li li.sfhover1 ul {
	left: auto;
}
#secondary-nav li:hover,
#secondary-nav li.sfhover1 { 
	position: static;
}


/*** Search ***/

#searchform{
	position: absolute;
	right: 20px;
	top: 9px;
	font-size: .8em
}
input#search{ 
	width: 200px; 
	padding: 5px; 
	border: 1px solid #000; 
	color: #666; 
	background: #F9F9F9 url(images/white-search-shadow.png) repeat-x; 
}
#searchsubmit{ 
	background: #F4F4F4; 
	color: #666; 
	font-weight: bold; 
	text-shadow: 0px 1px #FFF; 
	padding: 4px; 
	cursor: pointer; 
	border: 1px solid #000;
}
#searchsubmit:hover{ 
	color: #4376AD;
}


/*** Post  ***/

.post {
	position: relative;
	border-bottom: 1px solid #CCC;
	padding: 20px;
}
.postimg img{
	float: left;
	margin: 0 20px 10px 0 !important;
}
.noborder{
	border-bottom: none;
}
.single{
	margin-bottom: 20px;
	padding-top: 0;
}


/*** Post Content ***/

.postcontentt h1 {
	font-size: 2em;
	font-weight: bold;
	color: #FF7600;
}
.postcontent {
	color: #707070;
	margin-bottom: 20px;
}
.postcontent ul {
	margin: 10px 40px;
}
.postcontent ol {
	margin: 10px 40px;
}
.postcontent .alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.postcontent .alignright {
	float: right;
	margin: 0 0 10px 10px;
}
.postcontent .aligncenter,
.postcontent .center {
	text-align: center;
	margin: 0 auto;
	display: block;
}
.postcontent blockquote {
	padding: 0 15px 0 10px;
	font-style: italic;
	border-left: 4px solid #63a5ee;
	font-size: 0.86em;
	margin: 20px 0;
	margin-left: 20px;
}
.postcontent a img{
	padding: 3px;
	border: 1px solid #CCC;
	margin: 10px;
}
.postcontent a:hover img{
	border: 1px solid #333;
}
a.read-more{
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 3px 7px;
	color: #333;
	font-size: 0.79em;
}
a.read-more:hover{
	color: #FFF;
	background: #141414;
	text-decoration: none;
}

/*** Byline ***/
#byline {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 20px;
	color: #333;
	letter-spacing: 1px;
}
#byline a{
	color: #999;
	text-decoration: none;
}
span.metas{
	margin-right: 10px;
	background: #F4F4F4;
	padding: 3px 5px; color: #999;
	text-shadow: 1px 1px 1px #FFF;
}


/*** Comments ***/
.commentlist li {
	margin: 0 20px ;
}
.comment-wrap{
	border: 1px solid #CCC;
	margin-left: 80px;
	padding: 20px;
	position: relative;
	margin-bottom: 20px;
}
ol.commentlist {
	list-style: none;
}
.comment-avatar {
	float: left;
	width: 60px;
	height: 60px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #EBEBEB;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
#commentform{
	padding: 20px;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .857em;
	color: #898989;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 572px;
}
.reply a{
	position: absolute;
	bottom: 0;
	right: 0;
	background: #F4F4F4;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 2px 10px; 
	color: #333;
	text-decoration: none;
	font-size: .8em;
}
.reply a:hover{
	background: #141414;
	color: #FFF;
}
input#submit {
	padding: 5px;
	border: 1px solid #CCC;
	color: #333;
	background: #F4F4F4;
	cursor: pointer;
}
input#submit:hover{
	background: #141414;
	color: #FFF;
}
input#author{
	border: 1px solid #cdcdcd;
}
input#email{
	border: 1px solid #cdcdcd;
}
input#url{
	border: 1px solid #cdcdcd;
}
textarea#comment{
	border: 1px solid #cdcdcd;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link {
	margin-left: 20px;
	color: #C50A17;
	font-weight: bold;
}


/*** Pagination & Page Navi ***/
.paginate{
	font-weight: normal;
	font-size: 0.86em;
	height: 40px;
	line-height: 40px;
	width: 600px;
	padding: 0 20px;
}
.paginate a:hover{
	text-decoration: none;
}
.paginate-left{
	float: left;
}
.paginate-right{
	float: right;
}
.paginate-right a{
	text-decoration: underline;
}
.wp-pagenavi{
	margin: 20px;
	color: #333;
}

/*** Footer ***/
#footer h4{
	font-size: 1.57em;
	margin-bottom: 20px;
	color: #FFF;
	font-style: italic;
	font-family: Georgia;
	text-shadow: 1px 1px 1px #000;
	font-weight: normal;
}
#footer { 
	background: #2D2D2D;
	padding: 0;
	margin: 0 auto;
	width: 980px; 
	font-size: .88em;
	color: #EBEBEB;
}
#footer ul{
	list-style: none;
}
#footer li{
	float: left;
	width: 205px;
	padding: 20px;
}
li.blogroll{
	width: 180px !important;
}
#footer li li{
	margin: 0;
	padding: 2px 0;
}


/*** Copyright ***/
#copyright{
	color: #697777;
	margin: 0 auto;
	width: 940px; 
	font-size: .85em;
	padding: 20px;
	background: #1D1D1D;
}


/*** Sidebar ***/
#sidebar ul{
	background: #FFF;
	list-style: none;
	margin: 0; 
}
#sidebar li{
	margin: 5px 0;
}
.box{
	margin-bottom: 20px;
}
.box a{
	color: #666;
}
.box a:hover{
	text-decoration: none;
	color: #5E8DC1;
}
.box ul{
	padding: 20px 10px;
	border: 1px solid #CCC;
	background: #FFF;
}
.textwidget{
	padding: 20px 10px;
	border: 1px solid #CCC;
	background: #FFF;
}
#sidebar h4{
	font-size: 18px;
	color: #666;
	font-weight: normal;
	padding: 10px 0px;
	margin: 0;
	text-shadow: 1px 1px #FFF;
}


/*** Subscribe ***/
.subscribe-twitter a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px; 
	background: url(images/twitter.png) left no-repeat;
}
.subscribe-twitter a:hover{
	margin-left: 0px !important;
}
.subscribe-feed a{
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/feed.png) left no-repeat;
}
.subscribe-feed a:hover{
	margin-left: 0px !important;
}

/***Ads***/
#header-ad{ 
	position: absolute; 
	right: 0; 
	top: 20px;
}

/*** WordPress Styles ***/
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
