/*
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; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}
a, a img{
	border: 0; 
	outline: 0; 
}
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, "Helvetica", sans-serif;
	line-height: 1.5em; 
	background-color:#000;
	color: #707070;
	border-top:15px solid #333;
}


/*** Clearfix **/

.clear{ 
	clear: both; 
}


/*** Links ***/

a { 
	text-decoration: none; 
	color: #000; 
}
a:hover { 
	text-decoration: none; 
	color: #4c9ae0;
}


/*** Styles ***/

p { 
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
textarea,input { 
	font-size: 13px; 
	font-family: arial, sans-serif;
}
strong {
	font-weight: bold;
	color: #4c9ae0;
}
em {
	font-style: italic;
}
.left{
	float: left;
}
.right{
	float: right;
}
}
.center{
	float:center;
}
small{
	font-size: 12px;
	color: #666;
}

/*** Headings ***/

h1,h2,h3,h4,h5,h6 {
	line-height: 140%;
}
h1 {
	font-size: 1.8em;
	color: #141414;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1em;
}
h2,h3,h4 {
	color: #514F44;
}
h9 {
	color: #4c9ae0;
	font-weight:bold;
	font-size: 1.1em;
	margin-top: 80px;
}
.postcontent h2{
	font-size: 1.5em;
	font-weight: bold;
	color: #464646;
	margin: 10px 0;
}
h1.posttitle {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
.postcontent h3 {
	font-size: 15px;
	font-weight: normal;
	color: #333;
	margin: 1em 0em 0.63em 0em;
	font-style: normal;
	font-family: Arial, "Helvetica", sans-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 0px;
}
h2.posttitlehome{
	font-size: 20px;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
h2.posttitlehome a{
	color: #2C2C2C;
}

h2.posttitlehome a:hover{
	color: #4c9ae0;
}

h1.category-title{
	color: #4C9AE0;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-size: 14px;
}

/*** Main Layout ***/

#container {
	width: 960px;
	margin: 0 auto;
}
#main {
	float: left;
	width: 640px;
	position: relative;
	z-index: 1;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-right: 30px;
}
#sidebar {
	float: left;
	width: 269px;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 0px;
	background: #FFF url(images/pagebg.png) repeat-y;
	
}


/*** Header ***/

#header {
	width: 960px;
	margin: 0px auto;
	height: 100px;
	position: relative;
	z-index: 1;
	color: #666;
	text-shadow: 0px 0px 0px #FFF;
}
#header-logo{
	position: absolute;
	left: 0;
	bottom: 20px;
}
a.logo {
	font-family: Arial, "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #141414;
	text-shadow: 1px 1px 1px #FFF;
}
.logo:hover {
	text-decoration: none;
	color: #ff0066;
}


/*** Primary Nav ***/

#primary-navwrap{
	background: #333;
	width: 100%;
	height: 30px;
	overflow: hidden;
}
#primary-nav ul{
	width: 960px;
	margin: 0 auto;
	list-style: none;
}
#primary-nav li {
	float: left;
}


/*** Primary Drop Down***/

#primary-nav a{
	display: block;
	line-height: 30px;
	height: 30px;
	color: #FFF;
	font-size: 11px;
	margin-right: 20px;
}
#primary-nav a:hover{
	color: #FFF;
	text-decoration: none;
}
#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: #333;
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 30px;
}
#secondary-nav ul{
	list-style: none;
}
#secondary-nav li {
	float: left;
}
#secondary-nav a{
	display: block;
	line-height: 30px;
	color:#E0E0E0;
	padding: 0 0px;
	border-right:#444 1px solid;
	width: 100px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	
}
#secondary-nav a:hover{
	text-decoration: none;
	background: #fff;
	color:#485068;
}


/*** 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 ***/
#search-wrap{
	position: relative;
	height: 35px;
}
#searchform{
	font-size: .8em
}
input#search{
	position: absolute;
	left:0;
	width: 160px; 
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border: none; 
	color: #666; 
}
#searchsubmit{ 
	position: absolute;
	right: 0;
	display: block;
	height: 30px;
	line-height: 40px;
	padding: 0 15px;
	background: #2C2C2C; 
	color: #FFF; 
	font-weight: bold;  
	padding: 4px; 
	cursor: pointer; 
	border: 1px solid #DDD;
}
#searchsubmit:hover{ 
	background: #484848;
}


/*** Post  ***/

.post {
	position: relative;
	height:210px;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 0px solid #ddd;
}

.post2 {
	position: relative;
	padding-left: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	border-bottom: 0px solid #ddd;
}


.postimg img{
	float: left;
	margin: 0 20px 10px 0 !important;
	
	background: white;
	border: 1px solid #ddd;
	display: block;
	padding: 4px;
		
}

.postimg img:hover{
	background:#ddd;
	border: 1px solid #ddd;
	display: block;
	padding: 4px;
}


.noborder{
	border-bottom: none;
}
.single{
	margin-bottom: 20px;
	padding-top: 0;
}


/*** Post Content ***/

.postcontentt h1 {
	font-size: 2em;
	font-weight: bold;
}
.postcontent {
	color: #707070;
	margin-bottom: 20px;
	border-bottom: 0px solid #ddd;
	
}
.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{
	margin: 0px;
}
a.read-more{
	margin-left: 0px;
	color: #4c9ae0;
	font-size: 12px;
}
a.read-more:hover{
	background:#4c9ae0;
	color: #fff;
	text-decoration: underlined;
}

/*** Byline ***/
#byline {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 20px;
}
#byline a{
	color: #999;
	text-decoration: none;
}
span.metas{
	margin-right: 2px;
	background: #F4F4F4;
	padding: 3px 10px; color: #999;
	text-shadow: 1px 1px 1px #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/*** Comments ***/
.commentlist li {
	margin: 0 20px ;
}
.comment-wrap{
	border: 1px solid #DFDFDF;
	margin-left: 60px;
	padding: 20px;
	position:relative;
	margin-bottom: 20px;
	color: #464646;
}
ol.commentlist {
	list-style: none;
	}
.comment-avatar img{
	float: left;
	padding: 2px;
	border: 1px solid #DFDFDF;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
#commentform{
	padding-left: 0px;
	padding-right: 0px;
}
#commentform textarea,
#commentform input {
	border: 1px solid #898989;
	padding: 4px;
}
#commentform label {
	font-size: 12px;
	color: #666;
	padding: 0 0 0 5px;
}
#commentform label span {
	font-weight: normal;
	font-style: italic;
	font-size: .8em;
}
#commentform textarea {
	width: 392px;
}
.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: #FDFDFD;
}
input#submit {
	background: #333;
	border: 1px solid #333;
	padding: 5px 15px;
	color: #FFF;
	font-size: 11px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}
input#submit:hover{
	background: #fff;
	border:1px solid #333;
	color: #333;
	padding: 5px 15px;
	font-size: 11px;
	
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	cursor: pointer;
}
input#author{
	border: 1px solid #cdcdcd;
	font-family: Arial, "Helvetica", sans-serif;
}
input#email{
	border: 1px solid #cdcdcd;
	font-family: Arial, "Helvetica", sans-serif;
}
input#url{
	border: 1px solid #cdcdcd;
	font-family: Arial, "Helvetica", sans-serif;
}
textarea#comment{
	border: 1px solid #cdcdcd;
	font-family: Arial, "Helvetica", sans-serif;
}
ol.commentlist li#blank {
	visibility: hidden;
	}
#cancel-comment-reply-link{
	font-size: 12px;
	margin-left: 20px;
	color: #F00;
}

/*** Pagination & Page Navi ***/
.paginate{
	font-weight: normal;
	font-size: 0.86em;
	height: 40px;
	line-height: 30px;
	width: 600px;
	padding: 0 20px;
}
.paginate a:hover{
	text-decoration: none;
}
.paginate-left{
	float: left;
}
.paginate-right{
	float: right;
}
.paginate-right a{
	text-decoration: none;
}
.wp-pagenavi{
	margin: 0px;
	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: 960px; 
	font-size: .88em;
	color: #888;
}
#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: #666;
	border-top: 10px solid #ddd;
	margin:auto;
	margin-top: 50px;
	text-align:	left;
	width: 960px;
	height: 100px; 
	font-size: 10px;
	padding-top: 10px;
	background: #fff;
}
#copyright a{
	color: #697777;
}


/*** Sidebar ***/

#sidebar{
	margin-top:30px;
}


#sidebar li{
	margin: 0px 0;
	background-color:#FFFFFF;
}
#sidebar li:hover{
	margin: 0px 0;
	background-color:#333;
	color:#FFFFFF;
	
}
.box{
	margin-bottom: 20px;
}
.box a:hover{
	margin-bottom: 20px;
	color:#FFFFFF;
}
.box a{
	color: #666;
}
.box ul{
	margin: 0;
	padding: 0;
	list-style: none !important;
}
.box ul li ul{
	margin-bottom: 10px;
}
.textwidget{
	padding: 20px 10px;
}
#sidebar h4{
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 15px;
	color: #666;
	font-weight:bold;
	padding: 10px 0px;
	margin: 0;
	text-shadow: 0px 0px #666;
}


/***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;
}