#masthead{
	background: #fff;
	height: 80px;
	border-bottom: 5px solid #5D6D7D;
	position:fixed; 
	top:0; 
	left:0; 
	z-index:2000; 
	width:100%;
}

.logo{
	float: left;
	width:190px;
	margin-top: 30px;
	margin-left: 10px;
	
}

h1.site-title{
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 180px;
	height: 20px;
	background: url(../images/logo.png) no-repeat;
	
}

h1.site-title a:link{
	display: block;
	width: 180px;
	height: 20px;
}

/* Layout */

#primary, #secondary{
	margin-top:40px ;
	margin-bottom: 40px;
}

#main{
	margin-top: 80px;
}



/* Menu */

	

#botmenu{
	width: 600px;
	float: left;
	margin: 23px 0px 0px 0px;
	}
	
#submenu {
	padding:0px 0px;

	}
	
#submenu ul {
	width: auto;
	float:left;
	list-style: none;
	margin: 0;
	padding: 0 0px;
	font-size: 12px;
	}
	
#submenu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	color: #222;
	text-transform: uppercase;
	}
	
#submenu li a {
	color: #444;
	display: block;
    margin: 0;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	position: relative;
	}

#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a  {
	color: #2A80B9;
	
	}
	
#submenu li a.sf-with-ul {
	padding-right: 10px;
	}	
	

	
#submenu li ul li a, #submenu li ul li a:link, #submenu li ul li a:visited,
#submenu li ul li ul li a, #submenu li ul li ul li a:link, #submenu li ul li ul li a:visited,
#submenu li ul li ul li ul li a, #submenu li ul li ul li ul li a:link, #submenu li ul li ul li ul li a:visited {
	color: #fff;
	width: 148px; 
	margin: 0;
	padding: 7px 10px;
	position: relative;
	font-size: 12px;
	border-bottom:1px solid #a6b2b2;
	}
	
#submenu ul li ul li:last-child a,#submenu ul li ul li ul li:last-child a,#submenu ul li ul li ul li ul li:last-child a  {
	border-bottom:none;

}

	
#submenu li ul li a:hover ,#submenu li ul li ul li a:hover ,#submenu li ul li ul li ul li a:hover {
	color: #fff; 
		}


#submenu li ul {
	font-size: 12px;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0px 0px 0px 10px;
	padding: 5px 5px;
	background:#95A5A5;
	border:1px solid #7E8C8D;
	border-radius: 3px;
	}

#submenu li ul a { 
	width: 150px;
	}

#submenu li ul a:hover, #submenu li ul a:active { 
	}

#submenu li ul ul {
	margin: -36px 0 0 177px;
	}

#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
	left: -999em;
	}

#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul {
	left: auto;
	}

#submenu li:hover, #submenu li.sfHover { 
	position: static;
	}
	
	
/* Category dropdown	 */

#catdrop{
	width: 160px;
	float: left;
	margin: 30px 0px 0px 0px;
}

h3.cathead{
	padding:0px 0px 0px 20px;
	background: url(../images/catlist.png) left center no-repeat;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	display: block;
	cursor: pointer;
}	

.catlist{
	width:160px;
	background: #fff;
	display: none;
	margin-top: 10px;
}

.catlist ul{

	padding: 10px 10px;
	margin: 0px;
	
}

.catlist ul li{
	list-style: none;
	font-size: 12px;
	padding: 7px 5px;
	border-bottom: 1px solid #ddd;
}

.catlist ul li a:link,.catlist ul li a:visited{
	color:#777;
} 

.catlist ul li a:hover{
	color:#3598DB;
}

.catlist ul li:last-child{
	border: none;
}


/* Search */

#searchform #s{
	background:#fff;;
	border: 1px solid #ddd;
	border-radius: 0px;
	padding: 10px 10px;
	width:278px!important;
	float: left;
	margin: 0px 0px 50px 0px;
}

#searchsubmit{
	display: none;
}
/* Feature area */

#feature-cover{
	background-color:#B4A399 ;
	background-image:url(../images/feature.jpg); 
	background-position: 50% 80px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 440px;
	min-height: 440px;
	display: block;
	width: 100%;
	margin-bottom: 20px;

}

.feature-box{
	width:1000px;
	margin:0px auto;
	position: relative;
	height: 440px;
}

#slider{
	width:595px;
	height:350px;
	background: url(../images/slide.png);
	position: absolute;
	left: 0px;
	bottom: -15px;
}

#slidescreen{
	margin:20px 0px 0px 73px;
	width:450px;
	height: 280px;
}


a.tprev{
	width:150px;
	background: #5DADE2;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	float: left;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 900;
}

a.tdload{
	width:150px;
	background: #49C9B0;
	color: #fff;
	text-align: center;
	padding: 10px 0px;
	display: block;
	float: left;
	margin-left: 10px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 900;
}


.intro{
	width:370px;
	position: absolute;
	right: 30px;
	top:180px;
}

.intro h1{
	font-size: 60px;
	font-family: 'Six Caps', sans-serif;
	text-transform: uppercase;
	color: #4d4750;

	
}

.intro h3{

	text-transform: uppercase;
	font-size: 14px;
	letter-spacing:-1px;
	color:#757575;
	font-weight: bold;

}

/* Sort */

ul.hsort{
	list-style: none;
	margin: 0px 10px 30px 10px ;
	border-bottom: 1px solid #ED7367;
	
	
}

ul.hsort li{
	float: left;
	margin: 0px 20px 0px 0px;
	list-style: none;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 10px;
}


ul.hsort li.active{
	border-bottom: 4px solid #ED7367;
}

ul.hsort li a:visited,ul.hsort li a:link{
	color: #555;
} 

/* Themes */

.themebox{
	background: #fff;
	margin-bottom: 40px;
}

.themebox .entry-header{
	padding:20px 20px 10px 20px;
}

.themebox .entry-header h1.entry-title{
	font-size: 18px;
	font-weight: 700;
}

.themebox .entry-header h1.entry-title a:link,.themebox .entry-header h1.entry-title a:visited {
	color:#2D3E50;
}

.themebox .meta{
	padding: 0px 20px;
}

.themebox .meta h3{
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	padding: 0px 0px 10px 0px;
	font-weight: 700;
	color: #34495E;
	
}

.themebox .meta ul{
	padding: 10px 0px 10px 0px;
	margin: 0px;
	
}

.themebox .meta ul li{
	list-style: none;
	margin: 10px 0px;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	background: url(../images/check.png) left center no-repeat;
}


.themebox .buttons a.preview,.themebox .buttons a.download{
	display: inline-block;
	float: left;
	width: 123px;
	padding:8px 0px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
}

.themebox .buttons a.preview{
	background: #5DADE2;
}

.themebox .buttons a.preview:hover{
	background: #3598DB;
}


.themebox .buttons a.download{
	margin-left: 10px;
	background: #49C9B0;
	
}

.themebox .buttons a.download:hover{
	background: #1BBC9B;
	
}

.themebox .entry-meta{
	margin: 20px 20px 0px 20px;
	border-top: 1px solid #ddd;
	padding: 10px 0px 20px 0px;
	font-size: 10px;
}

.themebox .entry-meta .post-ratings em{
	font-style: normal;
}

/* Theme Single */
.single-content{
	background: #fff;
}
.single-entry-header{
	padding: 30px 0px;
	background: #7E8C8D;
}

.single-entry-header h1{
	font-size: 26px;
	color: #fff;
}

.single-entry-header .themecat{
	font-size: 10px;
	text-transform: uppercase;
	margin: 5px 0px;
}

.single-entry-header .themecat a{
	color:#fff;
	background: url(../images/tag.png) left center no-repeat;
	padding: 0px 0px 0px 15px;
}

.post{
	background: #fff;
}

h3.themetitle{
	font-size: 20px;
	text-align: center;
	margin: 30px 0px 5px 0px;
	color:#2D3E50;
}

.themepost .entry-content{
	padding: 0px 30px;
}
.themepost .screenshot {
	margin:0px 30px;
	padding: 20px 0px 30px 0px;

}

.themepost .screenshot img{
	margin: 0px auto;
	display: block;
}

.themepost .themetime{
	text-align: center;
	font-size: 12px;
	
}

.themepost .meta{
	margin: 20px 0px;
}

.themepost .meta h3{
	border-bottom: 1px solid #ddd;
	margin-bottom:10px;
	font-size: 14px;
	padding: 0px 0px 10px 0px;
	font-weight: 700;
	color: #34495E;
}

.themepost .meta ul{
	width: 300px;
	float: left;
	margin: 5px 0px;
}

.themepost ul li{
	list-style: none;
	margin: 10px 0px;
	font-size: 12px;
	padding: 0px 0px 0px 20px;
	background: url(../images/check.png) left center no-repeat;
}

.themepost .meta .buttons{
	float: left;
}



.themepost .buttons{
	width:250px;
	float: left;
	margin:5px 0px 0px  10px;
}
.themepost .buttons a.preview,.themepost .buttons a.download{
	display: inline-block;
	width: 250px;
	padding:10px 0px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	border-radius: 3px;
	font-weight: 700;
	margin: 5px 0px 0px 0px;
}

.themepost .buttons a.preview{
	background: #5DADE2;
}

.themepost .buttons a.preview:hover{
	background: #3598DB;
}


.themepost .buttons a.download{

	background: #49C9B0;
	
}

.themepost .buttons a.download:hover{
	background: #1BBC9B;
	
}

.themepost .entry-meta{
	margin: 0px 30px 0px 30px;
	border-top: 1px solid #ddd;
	padding: 10px 0px 20px 0px;
	font-size: 10px;
}

.themebox .entry-meta .post-ratings em{
	font-style: normal;
}

/* Pages */

article.page{
	background: #fff;
}

.themebox .entry-content{
	padding: 0px 0px;
}


/* error */

.not-found .entry-header h1.entry-title{
	padding:  30px 30px;
	font-size: 26px;
	text-align: center;
}

.tallerror{
	font-size: 300px;
	font-family: 'Six caps';
	text-align: center;
	line-height: 100%;
}

.not-found .entry-content{
	text-align: center;
	padding: 0px 0px 40px 0px;
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0px 30px 0px;
	
}

h1.widget-title {
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom:10px;
	color:#34495E;
	text-transform: uppercase;
	border-bottom: 2px solid #95A5A5;
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #777;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #777;
    text-decoration: none;
}

.widget ul li a:hover{
	color:#586566;
}

.widget.widget_categories ul li,.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px solid #ddd;
    padding: 7px 0px;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
     border-bottom: 1px solid #ddd;
}

.widget ul#recentcomments li.recentcomments {
     border-bottom: 1px solid #ddd;
    padding: 7px 0;
}

.widget .textwidget p {
    padding: 0px 0px;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
}

.widget .tagcloud a{
	color:#F5634A;
}

.widget #calendar_wrap{
	padding:0px 20px 20px 20px;
	color: #fff;
}





/* Bottom */

#bottom{
	margin:0px;
	padding:0px;
	background:#fff;
	}

#bottom ul{
	margin:10px 0px;
	padding:0px;
}

h3.bothead{
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom:10px;
	color:#34495E;
	text-transform: uppercase;
	border-bottom: 2px solid #95A5A5;
	}
	
.botwid{
	padding:30px 0px;
	color: #818181;
	list-style:none;
	width:280px;
	float:left;

	}
	
.botwid ul {
	list-style-type: none;
	margin:  0px;
	padding: 0px 0px 0px 0px ;


	}
.botwid li{
	list-style-type: none;
	margin: 0 ;
	padding: 0px 0px;
   border-bottom: 1px solid #e7e8e2;
	}
.botwid ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	background-repeat:no-repeat;
		}

.botwid ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;
	}

.botwid ul ul ul ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	border:0;

	}

.botwid ul li {
	height:100%;
	line-height:18px;
	clear: left;	
	list-style-type: none;
	}
	
.botwid ul li a:link, .botwid ul li a:visited  {
	
	color: #818181;
	text-decoration: none;
	padding: 7px 0px 7px 0px;
	display:block;


	}

.botwid ul li a:hover{

	color: #586566;
	}

.botwid p{
	padding: 7px 0px;
	margin:0;
	line-height:150%;
	c
	}

.botwid table {
	width:100%;
	text-align:center;
	color: #818181;
	}		
		
.botwid ul#recentcomments li.recentcomments {
     border-bottom: 1px solid #e7e8e2;
    padding: 7px 0;
}

/* paginate */

.paginate{
	margin:0px 10px;
	
}

.paginate a{
	background: #95A5A5;
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    color: #fff;
}

.paginate span{
	color: #fff;
	background: #586566; /* Old browsers */
    display: block;
    width:30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
}



/* Comments */


#comments{
	padding: 10px 30px
}

h2.comments-title{
	font-size: 16px;
	font-weight: 700;
	margin: 0px 0px 20px 0px;
}

#comments ol.commentlist {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

#comments ol.commentlist li.comment,#comments ol.commentlist li.pingback {
    margin: 0px 0px;
    padding: 0px 0px;
    line-height: 1.6;
}

ol.commentlist li .comment-author .avatar {
     margin: 10px 10px;
     float:left;
}

.comfoot em {
     color:#fff;
}
span.says{
	display:none;
}

footer.comfoot{
	background: #7E8C8D;
}
cite.fn {
    color: #fff;
    font-style:normal;
    font-weight:bold;
    font-size:14px;
    padding-top: 10px;
    display: block;
}

cite.fn a:link,cite.fn a:visited {
	color:#fff;
}

ol.commentlist li .comment-meta a {
    color: #fff;
    text-decoration: none!important;
    
}
.comment-content{
	padding: 20px 30px 20px 30px;
	background: #fff;
	border:1px solid #f2f2f2;
}

ol.commentlist li .reply {
    background:#95A5A5;
    color: #fff;
    font-size: 12px;
    padding:5px 10px;
    display: inline-block;
}

ol.commentlist li .reply a {
	color:#fff;
}

.space{
	height:50px;
}

ol.commentlist li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 0px 0px 0px 50px;
}


#respond {
    margin: 30px 0;
}

#respond h3 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    padding: 5px 0px;
    margin:0px 0px;
}

#commentform {
    padding: 0px 0px;
}

#commentform p {
    color: #777;
    margin: 5px 0;
}

.form-allowed-tags{
	font-size:13px;
}

#respond label {
    display:inline;
    color: #777;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 50%;
    display:block;
    margin-top:5px;
}

#respond input#submit {
	width:130px;
    background:#eee;
    color: #555;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

textarea#comment {
    display:block;
    margin-top:5px;
    background: #fff;
    border: 1px solid #ddd;
    width: 70%;
    color: #333;
    margin: 5px 0 0;
    padding: 10px 10px;
}

.form-allowed-tags{
	padding:20px 0px;

}

ol.commentlist li .comment-meta,#respond label small {
    font-size: 10px;
}





/* Footer */

.site-footer{
	background: #7E8C8D;
	font-size: 12px;
}
.site-info{
	padding:30px 0px 10px 0px;
	text-align: left;
}

.fcred{
	color:#fff;
	padding:0px 10px;
}

.fcred a:link, .fcred a:visited{
	color:#fff;
	text-decoration:none;
	}
	
.credleft{
	float: left;
	width:450px;
}

.credright{
	float: right;
	width: 450px;
	text-align: right;
}