/*
Theme Name: HolyPress
Theme URI: http://smthemes.com/holypress/
Author: The Smart Magazine Themes
Author URI: http://smthemes.com/
Description: Template by SMThemes.com
Version: 2.0
License: Creative Commons 3.0
Theme date: 01/30/2013
License URI: license.txt
Tags: white, red, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/fonts.css);
@import url(http://fonts.googleapis.com/css?family=Oswald);
html {
	background:#500106;
}
body {	
	background:url(images/background.jpg) 50% top no-repeat;
	color: #1b1b1b;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
a {
	color:#ed4324;
}
a:hover {
	color:#db8b89;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#252525;
	text-decoration:none;
	text-shadow:0 0 1px #787878;
}

#header {
	background:url(images/top.png) left top repeat-x;
}

/*------------------------------ SEARCH ------------------------------*/
#s {
	background:#fff;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border:1px solid #772938;
	height:26px;
	line-height:26px;
	padding:0 10px;
}
.searchbtn {
	height:28px;
	width:53px;
	
}


/*------------------------------ CONTENT ------------------------------*/
.articles dt {
	border-top:1px solid #c0c0c0;
	padding:0;
	padding-top:1px;
	margin:0 30px;
	margin-top:-2px;
	
}
.articles dt:first-child {
	border:none;
}
.articles dd {
	
}
#content .widget {
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #d2d2d2;
	padding-top:1px;
	margin-top:-2px;
	margin-bottom:-1px;
}
#content .sidebar .widget:first-child {
	border-top:none;
}
#content .sidebar .widget:last-child {
	border-bottom:none;
}
.featured_image {
	padding:1px;
	background:#fff;
	box-shadow:0 1px 2px #777;
	border:none;
}
#commentform #submit, input.readmore, a.readmore {
	color:#fff;
	background:#a80825;
	background: -moz-linear-gradient(top, rgba(208,25,63,1) 0%, rgba(142,22,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,25,63,1)), color-stop(100%,rgba(142,22,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* W3C */
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	box-shadow:0 1px 2px #3d0208;
	border:1px solid #9c2b3e;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#fff;
	background:#a80825;
	background: -moz-linear-gradient(top, rgba(208,25,63,1) 0%, rgba(142,22,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,25,63,1)), color-stop(100%,rgba(142,22,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* W3C */
	box-shadow:0 0 2px #cdcac0;
	border:1px solid #beb69f;
}
span.page-numbers {
	color:#fff;
	background:#fefdfc;
	box-shadow:0 0 2px #cdcac0;
	border:none;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	color:#292929;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
	background:#0c0c0c;
	width:1000px;
	margin:0 auto;
	color:#dedede;
}
#footer .container {
	
}
#footer a {
	color:#fff;
}
#footer h3 {
	color:#fff;
}
#footer .footer_txt {
	border-top:1px dashed #575757;
}

/*------------------------------ WIDGETS ------------------------------*/
.tabs_captions .caption {
	border-color:#fff;
}
.fp-next, .fp-prev {
	width:35px;
	height:36px;
	margin:0 25px;
}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content-top {
		width:1004px;
		height:7px;
		margin-top:20px;
		background:url(images/content/top-n.png) left top repeat-y !important;
	}
	#content-bottom {
		width:1004px;
		height:11px;
		margin-bottom:20px;
		background:url(images/content/bottom-n.png) left top repeat-y !important;
	}
	#content .container{
		width:984px;
		padding:0 9px;
		background-position:50% !important;
	}
	#logo {
		float:left;
		margin-top:28px;
	}
	.menusearch {
		z-index:11;
		margin-top:40px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:135px;
	}
	#secondarymenu {
		float:right;
		clear:right;
	}
	#secondarymenu li {
	}
	#secondarymenu li:first-child {
		border-left:none;
	}
	#secondarymenu li:last-child {
		border-right:none;
	}
	#secondarymenu a {
		color:#bcb3aa;
		text-decoration:none;
		padding:5px 10px;
		display:block;
	}
	#secondarymenu a:hover {
		color:#fff;
	}
	#secondarymenu li ul a{ 
		padding:0;
	}
	#secondarymenu li ul a:hover {
		background:none;
	}
	#mainmenu-container {
		background:url(images/menu.png) 50% top no-repeat;
		padding:2px;
		height:35px;
	}
	#mainmenu li a {
		color:#fff;
		text-decoration:none;
		padding:4px 30px;
		font-family:'Oswald';
		font-size:14px;
		text-shadow:0 0 3px #000;
		display:block;
	}
	#mainmenu li:hover{
		background:#a80825;
		background: -moz-linear-gradient(top, rgba(208,25,63,1) 0%, rgba(142,22,41,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(208,25,63,1)), color-stop(100%,rgba(142,22,41,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* IE10+ */
		background: linear-gradient(top, rgba(208,25,63,1) 0%,rgba(142,22,41,1) 100%); /* W3C */
		border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		border-bottom:1px solid #9c2b3e;
	}
	#mainmenu li a:hover {
		text-decoration:underline;
	}
	#header #mainmenu li ul {
		top:43px;
		left:0;
	}
	#secondarymenu li ul {
		top:30px;
	}

	#header li ul  .transparent {
	}
	#header li ul .inner {
		background:#530107;
		border:1px solid #681d22;
		border-radius:6px;
		-moz-border-radius:6px;
		-webkit-border-radius:6px;
	}
	#header ul.children li a, .sub-menu li a {
		color:#fff !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		padding:10px 6px;
	}
	.slider {
		background:#611f23;
		padding:8px;
		width:934px;
		margin:0 auto;
	}
	
	.fp-prev-next-wrap {
		margin:-6px;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:62px;
		width:534px;
	}
	.slider-nothumb .fp-content-fon {
		background:#fff;
	}
	.slider-nothumb .fp-content a,.slider-nothumb .fp-content p{
		color:#000;
	}
	.fp-nav {
		bottom:20px;
		left:auto;
	}
	

}


/*	-==========================- TABLET -==========================-  */
@media only screen and (min-width:640px) and (max-width:1023px) {
	#content-top {
		margin-top:20px;
	}
	#logo {
		float:left;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:35px;
		margin-right:10px;
	}
	#secondarymenu-container {
		height:116px;
		padding-top:25px;
		padding-bottom:25px;
	}
	#secondarymenu li {
		
	}
	#secondarymenu li a{
		color:#fff;
		padding:10px 18px;
	}
	#mainmenu-container {
		background:none;
		margin-bottom:15px;
		padding-bottom:10px;
		border-bottom:1px solid #7a2d36;
		border-top:1px solid #48020a;
	}
	#mainmenu {
	}
	#mainmenu li {
		float:left;
	}
	#mainmenu a {
		color:#fff;
		text-decoration:none;
		padding:10px 20px 5px;
		font-family:'Oswald';
		font-size:14px;
		text-shadow:0 0 3px #000;
		display:block;
	}
	.slider-container { padding-bottom:15px;}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	.menusearch {padding:3px 0;}
	#secondarymenu-container {
		padding-top:25px;
	}
	#logo {
		height:107px;
	}
	#secondarymenu, #mainmenu {
		background:#fff;
		margin:0 -2%;
		padding:0 2%;
		margin-top:10px;
	}
	#bgr {
		width:100%;
	}
	#secondarymenu li, #mainmenu li {
		border-top:1px solid #eee;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #482017;
	}
}