/* Stylesheet for Omaha Poker Hands					*/
/* Created by Array Studio doo, Serbia				*/
/* Contact: predrag@arraystudio.com					*/


/* 1. Clearfix */

.clearfix:after { /* ie.css, ie7.css */
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* 2. Common */

html {
	background:#eaeaea;
}

strong {
	font-weight:bold;
	}

em {
	font-style:italic;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:'Trebuchet MS', Arial, helvetica, sans-serif;
	line-height:1em;
}

p, div {
	font-family:helvetica, arial, sans-serif;
	font-size:13px;
	line-height:18px;
	color:#333;
}


a:link,
a:visited {
	color:#369;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}


/* 3. Structure */

#wrapper {
	width:960px;
	margin:0 auto;
}

#content {
	width:610px;
	float:left;
}

#sidebar {
	width:350px;
	float:left;
	padding-top:140px;
}

#left {
	width:180px;
	float:left;
}

#right {
	width:170px;
	float:left;
}


/* 4. Header */

#header {
	height:220px;
	background: #eaeaea url(../graphics/bgnd.gif) repeat-x 0 0;
}

#header-inner {
	position:relative;
	width:960px;
	height:220px;
	background: #000 url(../graphics/bgnd-inner.gif) repeat-x 0 0;
	margin:0 auto;
}

#header-inner h1 {
	position:absolute;
	overflow:hidden;
	width:562px;
	height:160px;
	background:#000 url(../graphics/logo.gif) no-repeat;
	}

#header-inner h1 a:link,
#header-inner h1 a:visited {
	display:block;
	width:382px;
	height:160px;
	text-indent:-1000em;
}

#field {
	position:absolute;
	top:59px;
	right:0;
	width:350px;
	height:300px;
	background:#fff url(../graphics/bgnd-field.gif) no-repeat 0 0;
	z-index:2;
}

#field .promotion {
	background:#fff;
	border:2px solid #ccc;
	margin:10px auto 0 auto;
	width:313px;
	height:263px;
	padding: 13px 0px 0px 13px;
}

#field h2 {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	padding:10px 0 15px 0;
	line-height:22px;
}

#field ul li {
	padding-bottom:10px;
	padding-left:10px;
}

#field h2 span {
	color:#a91615;
}

#field .platform-logo,
#field .promo-content {
	float:left;
}


#field .platform-logo img,
#field .promo-content img {
	display:block;
}


#field .platform-logo {
	width:120px;
}


#field h3 {
	font-size:13px;
	font-weight:bold;
}

#field p {
	padding-top:3px;
	line-height:14px;
	padding-bottom:1px;
}

#field span.very-small {
	font-size:10px;
	color:#999;
}

#shadow {
	position:absolute;
	bottom:19px;
	right:350px;
	width:12px;
	height:41px;
	background:#fff url(../graphics/decorative-shadow.gif) no-repeat 0 0;
	z-index:3;
}

#rss {
	position:absolute;
	top:10px;
	right:193px;
}

#tweet {
	position: absolute;
	top: 3px;
	right: 12px;
}

#rss img {
	display:block;
}

#navigation-start {
	position:absolute;
	bottom:19px;
	left:0px;
	width:2px;
	height:40px;
	background:#fff url(../graphics/nav-braker.gif) no-repeat 0 0;
	z-index:4;
	
}

#navigation {
	position:absolute;
	bottom:19px;
	width:600px;
	height:40px;
	overflow:hidden;
}

#navigation ul li {
	height:40px;
	float:left;
	font-family:'Trebuchet MS', Arial, helvetica, sans-serif;
}

#navigation ul li a:link,
#navigation ul li a:visited {
	display:block;
	height:40px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	padding:10px 20px 0 20px;
	background:transparent url(../graphics/nav-braker.gif) no-repeat top right;
}

#navigation ul li a:hover {
	background:#000 url(../graphics/nav-braker.gif) no-repeat top right;
}

/* 5. Wrapper */

#wrapper {
	background:#fff;
	}

/* 6. Content */

#content {
	min-height:400px;
	height: auto !important;
	height: 400px;
}

.entry {
	margin-bottom:30px;
	padding:0 20px 20px 30px;
}

.entry blockquote {
	background:#fff url(../graphics/quote-open.gif) no-repeat 0 0;
	margin-top:20px;
}

.entry blockquote p {
	font-family: Georgia, 'Trebuchet MS', Helvetica, sans-serif;
	font-size:20px;
	line-height:26px;
	font-style:italic;
	padding:20px 70px 26px 80px;
	background:transparent url(../graphics/quote-close.gif) no-repeat right bottom;	
}

.entry p.quote-author {
	padding-right:90px;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	padding-bottom:30px;
}

.entry ul {
	padding-bottom:20px;
}

.entry ul li {
	list-style:disc inside;

}

.entry ul.recap li {
	font-size:18px;
	padding-bottom:10px;
}


h1.main-title {
	font-size:32px;
	padding:20px 20px 40px 30px;
}

h1.main-title span {
	color:#f60;
	border-bottom:1px dashed #f60;
}


.entry h2 {
	font-size:24px;
	font-weight:normal;
	color:#333;
	padding-bottom:20px;
	padding-top:5px;
	width:480px;
}

.entry h3 {
	font-size:18px;
	font-weight:normal;
	color:#f60;
	padding-bottom:10px;
	width:480px;
}

.entry h2 a:link,
.entry h2 a:visited {
	color:#369;
	text-decoration:none;
}

.entry p {
	padding:0 0 18px 0;
}

.entry h2 a:hover {
	text-decoration:underline;
}

.entry h2 span.post-note {
	display:block;
	font-size:11px;
	color:#999;
	line-height:14px;
	padding-bottom:10px;
	padding-top:10px;
}



.entry .date {
	float:right;
	width:70px;
	height:65px;
	background:#fff url(../graphics/small-cal.gif) no-repeat 0 0;
}

.entry .date .month {
	margin-top:18px;
	display:block;
	text-align:center;
	font-size:11px;
	color:#741918;
	font-weight:bold;
}

.entry .date .day {
	display:block;
	text-align:center;
	font-size:24px;
}

.entry .post-details {
	background:#fcf3d2;
	border:1px dashed #f2e3b0;
	font-size:11px;
	color:#333;
	padding:5px;
	margin-top:10px;
}

.entry .post-details a:link,
.entry .post-details a:visited {
	color:#cf6b29;
	text-decoration:underline;
}

.entry .post-details .comments-holder {
	font-family:Arial, sans-serif;
	display:block;
	background:url(../graphics/icon-comment.gif) no-repeat 0 1px;
	padding-left:20px;
	float:right;
	font-weight:bold;
}

.entry .post-details .tags-holder {
	font-family:Arial, sans-serif;
	display:block;
	background:url(../graphics/icon-tag.gif) no-repeat 0 0px;
	padding-left:20px;
}

.navigation-fancy {
	padding:0 20px 20px 30px;
}

#comments {
	padding:0 20px 0 30px;
	margin-top:-20px;
}

#addcomment,
#trackbacks {
	padding:20px 20px 0 30px;
}

#addcomment h4,
#comments h4,
#trackbacks h4 {
	margin:0;
	padding:0 0 2px 0;
	font-size:18px;
	color:#333;
	border-bottom:1px solid #ddd;
}

#comments .comment,
#trackbacks .comment {
	background:#dff0ff;
	padding:5px;
	margin-top:5px;
	border:1px solid #c3def5;
}

#comments .comment-counter,
#trackbacks .comment-counter {
	text-align:center;
	width:50px;
	font-size:16px;
	font-weight:bold;
	background:#fff;
	float:left;
	padding:6px 1px;
	border:1px solid #c3def5;
	color:#666;
}

#comments .ucomment_meta,
#trackbacks .ucomment_meta {
	font-size:11px;
}

#comments .ucomment,
#comments .mcomment,
#trackbacks .ucomment,
#trackbacks .mcomment {
	float:left;
	width:460px;
	padding-left:20px;
	color:#333;
}

#comments p,
#trackbacks p {
	color:#235b8b;
	font-size:13px;
	font-family:'Trebuchet MS', Helvetica, serif;
}

#addcomment ul.form-item {
	margin-top:10px;
}

#addcomment ul.form-item li {
	padding-bottom:10px;
}

#addcomment ul.form-item li label {
	display:block;
	color:#333;
	font-size:12px;
	font-weight:bold;
}

#addcomment ul.form-item li span.desc {
	display:block;
	color:#999;
	font-weight:bold;
	font-size:11px;
}

#addcomment .asterix {
	color:#c00;
	font-weight:bold;
	font-size:16px;
}

#addcomment p {
	padding-top:10px;
	font-size:11px;
}

#single_post_nav {
	padding:10px 20px 30px 30px;
}

#single_post_nav .back,
#single_post_nav .fwrd {
	float:left;
	width:50%;
}

#single_post_nav .fwrd {
	text-align:right;
}

.addtoany_share_save_container ul li {
	margin:0 !important;
	padding:0 !important;
}

.addtoany_share_save_container ul li img {
	display:block;
}


/* 7. Sidebar */



.advert img {
	display:block;
	margin-bottom:10px;
}

.l160 { /* left sidebar advertisement */
	padding-left:10px;
}

.sidebar_box {
	border:1px solid #ddd;
	padding:5px;
	width:148px;
	margin-bottom:10px;
}

#left .sidebar_box {
	margin-left:10px;
}

.sidebar_box h4 {
	border-bottom:1px dashed #f2e3b0;
	color:#6f1615;
	font-size:16px;
	padding:0 0 5px 0;
	margin-bottom:5px;
}

.sidebar_box ul {
	font-size:11px;
}

.sidebar_box ul li {
	line-height:14px;
	padding-bottom:5px;
	padding-left:16px;
	background:#fff url(../graphics/bullet-spade.gif) no-repeat 0 1px;
}

.sidebar_box ul.children {
	margin-top:5px;
}












.sidebar_box h2 {
	font-size:16px;
	text-align:center;
	font-weight:bold;
	padding:10px 0 15px 0;
	line-height:18px;
}

.sidebar_box ul.promo li {
	padding-bottom:10px;
	padding-left:10px;
	background: none;
}

.sidebar_box ul.promo li.first {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.sidebar_box h2 span {
	color:#a91615;
}

.sidebar_box .platform-logo,
.sidebar_box .promo-content {
	text-align:center;
}

.sidebar_box .platform-logo img,
.sidebar_box .promo-content img {
}


.sidebar_box .platform-logo {
	width:120px;
}


.sidebar_box h3 {
	font-size:13px;
	font-weight:bold;
	line-height: 16px;
}

.sidebar_box p {
	padding-top:3px;
	line-height:16px;
	padding-bottom:1px;
}

.sidebar_box p span {
	line-height: 14px;
}

.sidebar_box span.very-small {
	font-size:10px;
	color:#999;
}













/* 8. Footer */

#footer-inside {
	width:960px;
	height:64px;
	margin:0 auto;
	background: #000 url(../graphics/bgnd-footer.gif) repeat-x 0 0;
}

#footer-inside ul {
	padding-top:20px;
	padding-left:20px;
}

#footer-inside ul li {
	display:inline;
	font-size:13px;
	padding-right:20px;
	color:#fff;
}

#footer-inside ul li a:link,
#footer-inside ul li a:visited {
	color:#fff;
}

#footer-inside ul.side {
	float:right;
	font-weight:normal;
}

#footer {
	background:#7d7066 url(../graphics/bgnd-footer2.gif) repeat-x 0 0;
	height:100px;
}

#footer .array-studio {
	float:right;
	padding-top:35px;
	padding-right:25px;
}

#footer .array-studio img {
	display:block;
}

/* 9. Wordpress Inherited */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	font-weight:bold;
	line-height: 17px;
	padding: 5px 4px 5px;
	margin: 0;
}

/* twitter - plugin */

.twitter-holder {
	padding-bottom:15px;
}

.twitter-holder img {
	display:block;
	margin-left:10px;
}

.twitter-posts {
	background:#abeaed;
	border-left:2px solid #99d7da;
	border-right:2px solid #99d7da;
	width:136px;
	padding:0 10px 0 10px;
	margin-left:10px;
}

.twitter-posts h2 {
	font-size:16px;
	text-align:center;
	padding-bottom:20px;
}



.twitter-posts ul li {
	font-size:11px;
	line-height:14px;
	padding-bottom:10px;
	color:#062628;
}

.show-question-content {
	font-weight: bold;
	padding-bottom: 7px;
}

.explanation {
	font-style: italic;
	color: #999;
}

.answer {
	margin-bottom: 7px;
}

.quiz-image {
	padding: 10px 0px 10px 0px;
}

.quiz-area label {
	padding-left: 7px;
}

h3.quiz-title {
	font-size: 32px;
	text-align: center;
	color: #f29b42;
	font-weight: bold;
	width: 100%;
	padding-bottom: 20px;
}

h3.quiz-title span {
	font-size: 16px;
	color: #333;
}

h4.quiz-title {
	font-size: 22px;
	color: #333;
	text-align: center;
	font-weight: bold;
	padding-bottom:20px;
}

h4.quiz-title span {
	color: #f29b42;
}

h5.quiz-title {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}

hr {
	color: #ccc;
}

.quiz-center {
	padding:0px 0px 15px 45px;
}