/*
Theme Name: ThemeToday
Author: ThemeToday
Author URI: https://theme.today/
Version: 1.0
Text Domain: themetoday
*/



html, body {
	margin:0;
	padding:0;
	color:#939393;
	font-family:PT Sans;
}
p {
	line-height:24px;
}
a { color:#85bbdd; }
h1, h2, h3, h4, h5, h6 {
	color:#242c34;
}
.container-box {
	width:1100px;
	margin:0 auto;
	max-width:100%;
}
.clear {
	clear:both;
}
hr {
	border:none;
	height:1px;
	background:#dbdbdb;
	clear:both;
	margin:10px 0;
}
header.header-block {
	background:url(images/header.jpg) left top repeat-x;
}
#logo {
	width:362px;
	display:block;
	margin:0 auto;
}
#logo img {
	vertical-align:bottom;
}
.site-navigation ul {
	margin:0;
	padding:0;
}
.site-navigation ul li {
	padding:0;
	list-style:none;
	float:left;
	position:relative;
	margin-right:60px;
}
.site-navigation ul li a {
	text-transform:uppercase;
	text-decoration:none;
	padding:30px 0;
	display:block;
	font-size:1em;
	color:#9b9b9b;
}
.site-navigation ul li a:hover {
	padding:30px 0 25px;
	border-bottom:5px solid #85bbdd;
	color:#85bbdd;
}
.site-navigation ul li ul {
	display:none;
	position:absolute;
	z-index:99999;
	min-width:176px;
	background:#f5f5f5;
	top:100%;
	left:0;
}
.site-navigation ul li:hover ul {
	display:block;
}
.site-navigation ul li ul li {
	display:block;
	float:none;
}
.site-navigation ul li ul li a {
	padding:10px 12px;
	font-size:0.8em;
	color:#a6a6a6;
}
.site-navigation ul li ul li a:hover {
	padding:10px 12px;
	border:none;
	color:#797979;
	background:none;
}
header.header-block .searchform {
	float:right;
	border:1px solid #dadada;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	height:28px;
	overflow:hidden;
	padding:0 10px;
	margin:26px 0;
}
.searchtxt {
	border:none;
	color:#9b9b9b;
	text-transform:uppercase;
	height:28px;
	line-height:28px;
	padding:0;
	width:200px;
	font-size:0.7em;
}
.searchbtn {
	background:url(images/search.png) center no-repeat;
	border:none;
	float:right;
	height:28px;
	width:28px;
}

.frontpage-txt {
	padding:60px 0;
	margin:0 0 60px;
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}







#container {
    float: left;
    width: 750px;
	min-height:1px;
	margin-right:50px;
}

.sidebar {
    float: left;
    width: 300px;
}
.sidebar .widget {
	margin-bottom:60px;
}
.sidebar .widget h4 {
	text-transform:uppercase;
	margin-top:0;
}

.sidebar .widget ul {
	padding:0;
	margin:0;
}
.sidebar .widget ul li {
	border-bottom:1px solid #f4f4f4;
	list-style:none;
}
.sidebar .widget ul li a {
	display:block;
	padding:10px 0;
}
.sidebar .widget ul li a:hover {
	
}
.tagcloud a {
	padding-right:10px;
}
#calendar_wrap {
}
#wp-calendar {
	width:100%;
}
#wp-calendar td {
	text-align:center;
}
#wp-calendar caption {
	font-size:1.2em;
	padding:10px 0;
}




.theme-item {
	padding-top:12px;
	background:url(images/themebar.png) top left no-repeat;
	width:332px;
	float:left;
	margin-right:60px;
	margin-bottom:60px;
}
.theme-item:nth-child(2n) {
	margin-right:0;
}
.theme-item img {
	max-width:100%;
	width:332px;
	height:249px;
}
.theme-item .entry-title {
	font-size:14px;
	text-transform:uppercase;
	float:left;
}
.theme-item .entry-title a {
	color:#242c34;
	text-decoration:none;
}
.theme-item .theme-date {
	font-size:13px;
	line-height:14px;
	padding:11px 0;
	color:#acacac;
	float:right;
}


nav.pagination {
	clear:both;
}
.page-numbers {
	list-style:none;
	margin:0;
	padding:0;
}
.page-numbers span.current {
	color:#fff;
	background:#85bbdd;
	border:1px solid #85bbdd;
	padding:5px 10px;
	float:left;
	margin-right:10px;
}
.page-numbers a {
	color:#a6a6a6;
	border:1px solid #eeeeee;
	background:#eeeeee;
	padding:5px 10px;
	float:left;
	margin-right:10px;
}
.page-numbers span.dots {
	float:left;
	margin-right:10px;
}





footer {
	background:#262f37;
	padding-top:60px;
	margin-top:60px;
	color:#85888f;
	font-size:0.8em;
}
#footer-title {
	text-align:center;
	padding:15px 0;
	margin-bottom:60px;
}
#footer-title h3{
	background:#3b3e45;
	padding:0 20px;
	display:inline;
}
.footer-columns .widget {
	float: left;
    margin-right: 2%;
}
.footer-columns .widget h4 {
	margin:0;
	background:#3b3e45;
	text-transform:uppercase;
	padding:10px;
	color:#85888f;
	font-size:1em;
	margin-bottom:20px;
}
.widget_popularthemes .popular-theme {
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #252b30;
}
.widget_popularthemes .wp-post-image {
	float:left;
	margin-right:15px;
}
.widget_popularthemes h5 {
	padding:0;
	margin:0;
	font-size:1em;
}
.widget_popularthemes a {
	color:#85888f;
	text-decoration:none;
}
.footer-copyright {
	margin-top:60px;
	padding:15px 0;
	border-top:1px solid #252b30;
	
}











article.theme-single {
	margin-bottom:60px;
}
h1.entry-title {
	margin-top:0;
}
.theme-info-wrapper {
	border:1px solid #dddddd;
	padding:10px;
	margin-bottom:10px;
	text-align:center;
}
.theme-info-wrapper .featured_image {
	width:658px;
	height:auto;
}
.theme-single .download-link,
.theme-single .demo-link {
	color:#a5a5a5;
	float:left;
	width:230px;
	height:47px;
	line-height:47px;
	border:1px solid #dbdbdb;
	text-align:center;
	margin-right:10px;
	text-decoration:none;
}
.theme-single .download-link {
	background:#85bbdd;
	color:#fff;
	border-color:#85bbdd;
}

.theme-single .demo-link {
	margin-left:90px;
}
.lerating-wrapper {
	width:100%;
	float:left;
	text-align:center;
	padding:7px 0;
}
#respond {
	clear:both;
}
#commentform #submit {
	border:1px solid #ddd;
	background:none;
	padding:15px 40px;
	float:left;
}






