/*
Theme Name: Poker Man
Theme URI: http://www.sinisanikolic.info/wp
Description: Wordpress theme for poker.
Version: 1.0
Author: sin2384
Author URI: http://www.sinisanikolic.info/
*/

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

html {
	background: url(images/bg-back.gif) repeat left top;
}

body {
	background: url(images/bg-up.gif) repeat-x left top;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#mainwrap {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

/* HEADER */

#header {
	height: 111px;
	position: relative;
	margin-bottom: 20px;
}

.logo {
	position: relative;
    top: 36px;
    padding-top: 36px;
    height: 75px;
	width: 520px;
	color: #152002;
    background: url(images/logo.jpg) no-repeat;
    left: -10px;
}
*+html .logo {
    left: -210px;
}
* html .logo {
    left: -215px;
}


.banner {
  position: absolute;
  top: 40px;
  margin-left: 500px;
}

ul#topmenu {
  /* enter your style if needed */
}
ul#topmenu li {
  display: inline;
}
ul#topmenu li a {
  display: block;
  float: left;
  color: #FFF;
  margin-right: 5px;
  font-size: 12px;
  margin-top: 5px;
}
/* END HEADER */

/* CONTENT */

#subwrap {
	float: left;
	width: 726px;
	margin-bottom: 20px;
}
* html #subwrap, * html #sidebar {
  margin-top: 0px;
}


/* NAVIGATION */

#navigation {
	width: 711px;
	height: 42px;
	background: url(images/navigation-bg.gif) no-repeat left top;
	list-style: none;
}

#navigation li {
   display: inline;
}

#navigation li a {
    float: left;
	padding: 0 15px;
	line-height: 42px;
	height: 42px;
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	color: #fff;
}

#navigation li a:hover {
	background: url(images/navigation-hover.gif) repeat-x left top;
}

#navigation li.current_page_item a {
	background: url(images/navigation-hover.gif) repeat-x left top;
	text-decoration: none;
	font-size: 12px;
}

#navigation li.current_page_item:first-child a {
	text-decoration: none;
	font-size: 11px;
}

/* END NAVIGATION */

#featured-posts-wrapper {
  width: 711px;
  margin-top: 10px;
}


#content {
    margin-top: 20px;
    background: #828383;
    width: 711px;
}

#single-page {
    width: 711px;
    margin-top: 20px;
}

/* POST */

.post {
	background: #fff;
	padding: 20px;
	font-size: 13px;
	position: relative;
    margin-bottom: 20px;
}

.post .post-date {
	position: absolute;
	right: 0px;
    top: 0px;
	width: 60px;
	height: 60px;
	color: #000;
	font-size: 15px;
    background: url(images/date.png) no-repeat;
}

.post-date .date-day {
	display: block;
	padding: 0px 0 8px;
	text-align: center;
	font-weight: bold;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
}

.post-date .date-month {
	text-align: center;
	display: block;
	text-transform: uppercase;
}



.post h2 {
	color: #000;
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 4px;
    width: 280px;
}

.post h2 a {
	color: red;
	text-decoration: none;
}

.post h2 a:hover {
	color: blue;
}

.post .metadata {
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #878787;
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.post .metadata a {
	color: #878787;
	text-decoration: none;
}

.post .metadata .feedback a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.post .entry {
	padding-top: 10px;
	line-height: 1.5;
}

.post .entry a {
	color: #9c4617;
	text-decoration: none;
	padding: 2px;
}

.post .entry a:hover {
	color: #ffffff;
}

.post .entry p, .post .entry ul, .post .entry ol {
	padding-bottom: 10px;
}



/* END POST*/




/* PAGE NAVIGATION */

.wp-pagenavi, .prev-next {
    clear: both;
	background-color: #828383;
	padding: 10px 20px 20px;
	font-size: 13px;
}

.wp-pagenavi {
	text-align: right;
}

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
	border: 1px solid #717171 !important;
	color: #717171 !important;
}

.wp-pagenavi a:hover {	
	border: 1px solid #717171 !important;
	color: #ffffff !important;
	background-color: #717171 !important;
}

.wp-pagenavi span.pages {
	color: #717171 !important;
	border: 1px solid #717171 !important;
}

.wp-pagenavi span.current {
	border: 1px solid #717171 !important;
	color: #FFFFFF !important;
	background-color: #717171 !important;
}

.prev-next .alignright {
	float: right;
	width: 300px;
	text-align: right;
}

.prev-next .alignleft {
	float: left;
	width: 300px;
}

.prev-next a {
	color: #fff;
    background: #A8540C;
    padding: 5px;
}
/* END CONTENT */

/* SIDEBAR */

#sidebar {
	width: 241px;
	float: right;
    background: #828383;
    margin-right: 32px;
}

#sidebar .side-widget {
	margin: 10px 0 15px;
	background: url(images/side-bg.png) no-repeat left bottom;
	font-size: 13px;
	line-height: 1.3;
	padding: 0 15px 10px;
}

#sidebar .side-rss {
	background: #828383;
	padding: 0;
    margin: 0;
    height: 42px;
}

.side-rss p {
	padding: 0 !important;
}

.side-widget h3 {
	background: url(images/side-top.png) no-repeat left top;
	height: 28px;
	font-size: 15px;
	color: #fff;
	padding: 10px 15px;
	margin: 0 -15px;
}

.side-widget p{
	padding: 10px 15px 15px 20px;
}

.side-widget p, .side-widget ul, .side-widget ol {
	line-height: 1.3;
}

.side-widget ul, .side-widget ol {
	list-style-position: inside;
}
.side-widget li {
  background: url(images/bullet.jpg) repeat-x;
  list-style: none;
  text-align: center;
}
.side-widget li:hover, li.sfhover {
  background: url(images/bullet-hover.jpg) repeat-x;
}


.side-widget a {
    color: #fff;
	text-decoration: none;
}

.side-widget ul li, .side-widget ol li {
	padding: 8px 0;
	border-top: 1px solid #dfdfdf
}

.side-widget ul li:first-child, .side-widget ol li:first-child {
	border-top: none;
}

/* END SIDEBAR */





/* FOOTER */

#footer {
	color: #fff;
	font-size: 12px;
	padding: 20px 0;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

.wps {
	float: left;
	width: 600px;
}


/* END FOOTER */



/* COMMENTS*/

.display-comments {
	padding: 20px;
}

h3#comments, h3#respond {
	font: 18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #2a3a0e;
	padding-bottom: 10px;
}

ol.list-of-comments {
	list-style: none;
}

ol.list-of-comments li {
	margin-bottom: 30px;
}

ol.list-of-comments li .comment-gravatar {
	float: left;
	width: 44px;
	text-align: center;
	padding-top: 10px;
}

ol.list-of-comments li .comment-body {
	float: right;
	padding-top: 10px;
	width: 510px;
	padding-right: 10px;
}

ol.list-of-comments li .comment-body .comment-head {
	color: #fff;
	font: 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 10px;
}

ol.list-of-comments li .comment-body .comment-head a {
	color: #fff;
}

ol.list-of-comments li .comment-body .comment-text  {
	color: #464734;
	font-size: 13px;
	line-height: 1.4;
}

ol.list-of-comments li .comment-body .comment-text p, ol.list-of-comments li .comment-body .comment-text ul, ol.list-of-comments li .comment-body .comment-text ol {
	padding-bottom: 15px;
}

ol.list-of-comments li .comment-body .comment-text a {
	color: #464734;
	font-weight: bold;
}

ol.list-of-comments li .comment-body .comment-text a:hover {
	text-decoration: none;
}

.comment-form {
 /*enter your style if needed*/
}

.comment-form p {
	padding-bottom: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input, .comment-form p textarea {
	color: #1a1a1a;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.comment-form p input {
	height: 18px;
	padding: 2px;
}

.comment-form p textarea {
	padding: 2px;
	width: 550px;
}

/* END COMMENTS */


/* FOOTER */

#footer {
	clear: both;
}

#navigation:after, .prev-next:after, #footer:after, ol.commentlist li:after {
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
}

#navigation, .prev-next, #footer, ol.commentlist li {
	min-height: 0;
}

* html #navigation, * html .prev-next, * html #footer, * html ol.commentlist li {
	height: 1%;
}



#sponsors {
   /* enter your style if needed */
}
#des {
  position: relative;
  left: -280px;
}
.spo {
  margin-right: 15px;
}
/* END FOOTER */

/* CONTENT GLIDER */

.glidecontentwrapper{
	position:relative; /* Do not change this value */
	width:100%;
	height:175px; /* Set height to be able to contain height of largest content shown*/
	overflow:hidden;
	margin:0;
	}
.glidecontent img {
  float: left;
  margin: 5px;
}


.glidecontentwrapper .post { /*style for each glide content DIV within wrapper.*/
	background-color: #000;
	position:absolute; /* Do not change this value */
	width:100%;
	padding:0;
	margin:0;
    color: #fff;
	/* height:220px; */
	overflow:hidden;
	float:left;
}

.glidecontent .meta { margin-bottom:5px; }

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	float:right;
}

.glidecontenttoggler a { /*style for every navigational link within toggler */
	display:block;
	height:15px;
	float:left;
	font-size:11px;
	text-transform:uppercase;
	color:#948F73;
}

.glidecontenttoggler a.selected, .glidecontenttoggler a:hover { /*style for selected page's toggler link. ".selected" class auto generated! */
	color:#E86E0A;
}
h3.title a {
  color: #E86E0A;
}


.glidecontenttoggler a span {
	display:block;
	height:15px;
	float:left;
	cursor:pointer;
}

.glidecontenttoggler a.toc { /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev { /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	background: url(images/previous.jpg) no-repeat;
    padding: 3px;
    margin-left: -30px;
    margin-right: 35px;
    width: 55px;
}
.glidecontenttoggler a.next {
	background: url(images/next.jpg) no-repeat;
    padding: 3px;
    margin-left: -30px;
    width: 55px;
}
* html .glidecontenttoggler a.next, * html .glidecontenttoggler a.prev {
  position: relative;
  left: -1px;
}


.glidecontenttoggler a.prev:hover {
}

.glidecontenttoggler a.next:hover{
}

#togglebox {
	margin-bottom:10px;
}
/* END CONTENT GLIDER */
/* STEP CAROUSEL */
#mygallery {
	background-color:#828383;
}

.stepcarousel{       clear: both;
position:relative; /*leave this value alone*/
overflow:scroll; /*leave this value alone*/
width:655px; /*Width of Carousel Viewer itself*/
height:204px; /*Height should enough to fit largest content's height*/
left: 30px;
}

.stepcarousel .belt{
position:absolute; /*leave this value alone*/
left:0;
top:0;
}

.stepcarousel .panel{
float:left; /*leave this value alone*/
overflow:hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin-right:9px ; /*margin around each panel*/
width:194px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
height:186px;
background-color:#D56509;
padding:8px;
border:1px solid #000000;    text-align: center;
}

.stepcarousel .panel img{
float:left; /*leave this value alone*/
margin:0; /*margin around each panel*/
padding:0;
}

.stepcarousel .panel span {
	font-size:15px;
	line-height:38px;
}

.stepcarousel .panel a { color:#fff; }

.stepcarousel .panel a:hover { color:#7C7C7C; }
/* END STEP CAROUSEL */

/* TWO ROWS CONTENT */
.row { clear: both; }
.col1 { width: 322px; float: left; padding: 0 10px; margin-right: 15px; }
.col2 { width: 322px; float: left; padding: 0 10px; }
/* END TWO ROWS CONTENT */

