/*
Theme Name: PokerFan
Theme URI: http://smthemes.com/pokerfun
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: 02/26/2014
License URI: license.txt
Tags: white, red, three-columns, fixed-width, featured-images, custom-menu, translation-ready, threaded-comments, theme-options
*/


/*	-==========================- GENERAL -==========================-  */
/*------------------------------ PAGE ------------------------------*/
@import url(css/font.css);
@import url(http://fonts.googleapis.com/css?family=Oswald);
html {
	background:#500106;
}
body {	
	background:url(images/background.jpg) repeat;
	color: #1b1b1b;
    font: 12px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
}
a {
	color:#e10101;
}
a:hover {
	color:#db8b89;
}
h1, h2, h3, h4, h5, h6, a.post_ttl {
	color:#252525;
	text-decoration:none;
}


/*------------------------------ MENU ------------------------------*/
#mainmenu a {
		text-decoration:none;
		color:#fff;
}


/*------------------------------ SEARCH ------------------------------*/
#s {
	height:21px;
	line-height:21px;
}
.searchbtn {
	width:30px;
	height:24px;
}
#secondarymenu a {
	text-decoration:none;
	color:#fff;
}


/*------------------------------ CONTENT ------------------------------*/
#header {
	background:url(images/top.png) left top repeat-x;
}
#content-top {
	height:8px;
	padding:0 5px;
}
.articles dt {
	border-top:1px solid #c0c0c0;
	padding-top:1px;
	margin-top:-1px;
}
.articles dt:first-child {
	border:none;
}
#content .widget {
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #d2d2d2;
	padding-top:2px;
	margin-top:-2px;
}
#content .widget ul li {
	border-top:1px dotted #636363;
}
.featured_image {
	padding:5px;
	background:#fff;
	box-shadow:0 1px 2px #777;
}
#commentform #submit, input.readmore, a.readmore {
	color:#fff;
	border:none;
	text-decoration:none;
	width:128px;
	height:37px;
	line-height:37px;
	background:url(images/readmore.png) left top no-repeat;
	cursor:pointer;
	text-align:center;
	margin-right:3px;
	margin-bottom:3px;
	padding:0;
}
.page-numbers {
	padding:5px 10px;
}
a.page-numbers {
	color:#fff;
	background-image: linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -o-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -moz-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -webkit-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -ms-linear-gradient(top, rgb(223,27,13) 0%, rgb(151,5,5) 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgb(223,27,13)),color-stop(1, rgb(151,5,5)));
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
span.page-numbers {
	color:#fff;
-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background:#fefdfc;
	box-shadow:0px 0px 10px #7b674d inset;
	color:#292929;
	
}
.fp-next, .fp-prev {
	height:38px;
	width:19px;
	margin:0 -25px;
}
.fp-prev {
	margin-left:-39px;
}
/*------------------------------ FOOTER ------------------------------*/
#footer {
		background:#0c0c0c;
		width:1000px;
		margin:0 auto;
		padding-top:20px;
		color:#dedede;
}
#footer .container {
	border-top:1px dashed #575757;
}
#footer a {
	color:#fff;
}
#footer h3 {
	color:#fff;
}

#footer .footer_txt {
	border-top:1px dashed #575757;
}
#content-bottom {
		height:0;
	}
/*	-==========================- DESKTOP -==========================-  */
@media only screen and (min-width:1024px) {
	#content .container{
		padding:0 5px;
	}
	#logo {
		position:absolute;
		left:50%;
		margin-left:-142px;
	}
	.menusearch {
		float:right;
		margin-top:35px;
	}
	/*------------------------------ MENU ------------------------------*/
	#secondarymenu-container {
		height:83px;
		padding-top:9px;
	}
	#secondarymenu {
		background-image: linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -o-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -moz-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -webkit-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -ms-linear-gradient(left , rgb(182,13,13) 0%, rgb(233,5,5) 50%, rgb(182,13,13) 100%);
		background-image: -webkit-gradient( linear, left bottom, right bottom, color-stop(0, rgb(182,13,13)), color-stop(0.5, rgb(233,5,5)), color-stop(1, rgb(182,13,13)) );
		border:1px solid #d21a1a;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
		height:28px;
		float:left;
		margin-top:30px;
	}
	#secondarymenu li {
		padding:5px 10px;
	}

	#mainmenu-container {
		background:url(images/menu.png) left top no-repeat;
		height:85px;
		width:1000px;
		padding:6px 5px;
		margin:0 -5px;
	}
	#mainmenu li {
		padding:26px 30px;
	}
	#mainmenu li:hover {
		box-shadow:0px 0px 20px #830c0c inset;
	}
	#mainmenu li a {
		color:#fff;
		font-family:'Oswald';
		font-size:15px;
		text-decoration:none;
	}
	#mainmenu li ul {
		top:58px;
	}


	#header li ul  .transparent {
		background:#dd0707;
		box-shadow:0 0 10px #a60505 inset;
	}
	#header ul.children li a, #header .sub-menu li a {
		color:#fff !important;
	}
	
	
	/*------------------------------ SLIDER ------------------------------*/
	.slider-container {
		background:url(images/slider.png) left top repeat-y;
		padding:0 5px;
		padding-bottom:20px;
		margin:0 -5px;
	}
	.slider {
		background:#fff;
		padding:8px;
		width:896px;
		margin:0 auto;
		box-shadow:0 0 2px #630505;
	}
	.fp-slides,.fp-thumbnail,.fp-slides-items  {
		height:415px;
		width:896px;
	}
	.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) {
	#logo {
		float:left;
	}
	/*------------------------------ MENU ------------------------------*/
	.menusearch {
		float:right;
		margin-top:35px;
	}
	#secondarymenu-container {
		height:102px;
	}
	#mainmenu-container {
		clear:left;
		background:#e80606;
		border-bottom:1px solid #a40909;
		margin:20px 0;
		width:100%;
		padding-bottom:22px;
	}
	#mainmenu li {
		float:left;
	}
	#mainmenu a {
		padding:22px 22px 11px;
		font-family:'Oswald';
		font-size:15px;
		display:block;
		color:#fff;
	}
}

/*	-==========================- MOBILE -==========================-  */
@media only screen and (min-width:240px) and (max-width:639px) {
	#secondarymenu, #mainmenu {
		background:url(images/slider.png) 50% repeat-y;
		margin:0 -2%;
		padding:0 2%;
	}
	.footer-widgets .widgetf:first-child {
		border:none;
	}
	#footer {
		width:100%;
	}
	.widgetf {
		border-top:1px solid #45362d;
	}
}