/*
Theme Name: OGS Network Theme
Author: Blue Lotus Productions, info@bluelotusprod.com
*/

*{
	margin: 0px;
	padding: 0px;
}
body{
	background: url('images/bg.png') 50% 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a{
	color: #0059cb;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
h1{
	border: 1 solid #c3c3c3;
	color: #0059cb;
	font-size: 30px;
}
#default h1{
	border-width: 0px;
}
h2{
	color: #0059cb;
	font-size: 21px;
}
#default h2{
	font-size: 20px;
}
img{
	border-width: 0px;
}
p{
	margin: 1em 0px;
}
ul{
	list-style-type: none;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
#wrapper{
	margin: 0px auto;
	position: relative;
	width: 960px;
}
#header{
	height: 120px;
}
#nav{
	background-image: url('images/navbar.png');
	height: 32px;
	margin-bottom: 10px;
	width: 960px;
}
#nav li{
	float: left;
}
#nav li a{
	border-color: #4a7fd6;
	border-style: solid;
	border-width: 0px 1px;
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 10px 24px;
}
#nav li:first-child a, #nav .first a{
	border-left-width: 0px;
}
#nav li:last-child a, #nav .last a{
	border-right-width: 0px;
}
#main{
	background: #fff url('images/mainbg.png') repeat-x;
	border: 1px solid #dadada;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	padding: 8px;
}
#sidebar{
	clear: left;
	float: left;
	width: 240px;
}
#sidebar h3{
	background: url('images/sidehead.png') no-repeat;
	color: #fff;
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	padding-left: 15px;
	width: 225px;
}
#sidebar h3 a{
	color: #fff;
}
#sidebar #sidetop li{
	border-bottom: 1px solid #ebebeb;
	padding: 10px 5px;
	background: #f6f6f6;
}
#sidebar #sidetop li a{
	color: #000;
	font-weight: bold;
	line-height: 31px;
}
#sidebar #sidetop li img{
	margin-right: 5px;
	vertical-align: top;
}
#sidebar #sidewidgets ul{
	background-color: #f6f6f6;
	padding: 0px 0px 30px 15px;
}
#sidebar #sidewidgets li{
	background: url('images/bluedot.png') no-repeat 0px 4px;
	margin: 0.5em 0px;
	padding-left: 10px;
}
#sidebar #sidewidgets li a{
	color: #000;
}
#content{
	float: right;
	width: 690px;
}
#content a{
	color: #0c00ff;
	text-decoration: underline;
}
.table{
	font-weight: bold;
	width: 689px;
}
.tr{
	background: url('images/tblrow.png') no-repeat;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	height: 54px;
}
.thead{
	background-image: url('images/thead.png');
	color: #fff;
	font-size: 10px;
	height: 25px;
	text-shadow: 0px 0px 15px #fff;
	width: 689px;
}
.table .site, .table .us, .table .signup, .table .rakeback, .table .bonus, .table .playnow{
	float: left;
	padding: 5px;
	text-align: center;
}
.table .thead .us{
	width: 37px;
}
.table .site{
	width: 113px;
}
.table .tr .site{
	color: #0059cb;
	font-size: 10px;
	text-decoration: underline;
}
.table .tr .site img{
	display: block;
}
.table .signup{
	width: 87px;
}
.table .tr .signup{
	color: #f7941d;
	font-size: 11px;
}
.table .tr .signup div{
	font-size: 22px;
}
.table .tr .signup span{
	color: #4283d6;
}
.table .rakeback{
	width: 58px;
}
.table .tr .rakeback{
	color: #0059cb;
	font-size: 15px;
	line-height: 44px;
}
.table .bonus{
	width: 70px;
}
.table .tr .bonus{
	color: #0059cb;
	font-size: 14px;
	line-height: 44px;
}
.table .playnow{
	width: 262px;
}
.table .tr .playnow a{
	background-image: url('images/playbg.png');
	color: #0059cb;
	display: block;
	font-size: 16px;
	height: 43px;
	line-height: 43px;
	margin: 0px auto;
	text-decoration: underline;
	width: 247px;
}
.table .tfoot{
	background-image: url('images/tfoot.png');
	height: 11px;
	width: 689px;
}
#content h3{
	border-bottom: 1px solid #c9c9c9;
	color: #0059cb;
	font-size: 18px;
	font-style: italic;
	margin: 15px 0 0 0;
}
#content ul{
	margin-left: 50px;
	list-style-type: disc;
}
#content li{
	margin: 1em 0px;
	padding-left: 5px;
}
#footer{
	background-color: #0059cb;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	color: #fff;
	padding: 25px 0px;
	text-align: center;
	margin-bottom: 15px;
}
#footer li{
	display: inline;
	padding: 0px 5px;
	border-right: 1px solid #fff;
}
#footer li:last-child{
	border-right-width: 0px;
}
#footer a{
	color: #fff;
	font-size: 14px;
}
#footer p{
	text-align: center;
}
.review{
	background: url('images/reviewbg.png') repeat-x;
	border: 1px solid #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0px;
	padding: 3px;
	position: relative;
}
.review p{
	font-size: 11px;
	margin: 6px 0px;
}
.review .network{
	color: #005ec8;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}
.review .bonus{
	color: #c80000;
	font-size: 14px;
	font-weight: bold;
}
.review .best{
	color: #c80000;
	font-size: 15px;
	font-weight: bold;
}
#content .review ul{;
	margin: 0px;
	list-style-position: inside;
}
.review .left{
	padding: 5px 0px 10px 5px;
	position: relative;
	width: 470px;
}
.review .left ul{
	font-size: 11px;
	font-weight: bold;
}
#content .review .left li{
	margin: 0.5em 0px;
}
.review .left li span{
	color: #c80000;
}
.review .yel, .review .blu{
	font-weight: bold;
	height: 41px;
	padding: 10px 0px;
	text-align: center;
	width: 227px;
}
.review .yel{
	background-image: url('images/yellowbg.png');
	color: #000;
	float: left;
}
.review .yel a{
	color: #000;
}
.review .blu{
	background-image: url('images/bluebg.png');
	color: #fff;
	float: right;
	font-size: 14px;
}
.review .blu a{
	color: #fff;
}
.review .blu div{
	text-decoration: underline;
}
#roomreview .review .yel, #roomreview .review .blu{
	font-size: 17px;
}
#roomreview .review .yel div, #roomreview .review .blu div{
	font-size: 11px;
	text-decoration: underline;
}
.review .right{
	border-left: 2px solid #fff;
	padding: 5px 0px 5px 10px;
	width: 180px;
}
#content .review .right li{
	margin: 11px 0px;
}
.review .grn, .review .red{
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 31px;
	line-height: 30px;
	margin-top: 5px;
	text-align: center;
	text-decoration: underline;
	width: 180px;
}
.review .grn{
	background-image: url('images/greenbg.png');
}
.review .red{
	background-image: url('images/redbg.png');
}
.review .grn2{
	background-image: url('images/greenbg2.png');
	color: #fff;
	display: block;
	font-size: 17px;
	height: 41px;
	font-weight: bold;
	padding: 10px 0px;
	text-align: center;
	width: 180px;
}
.review .grn2 span{
	display: block;
	font-size: 11px;
	text-decoration: underline;
}
.review .bot .left, .review .bot .right{
	padding-top: 0px;
}
.review .bot .pt{
	padding-top: 11px;
}
.review .top .left, .review .top .right{
	padding-bottom: 0px;
}
.postinfo{
	color: #6d6d6d;
	font-size: 12px;
	margin-bottom: 1em;
}
.post h2{
	border-bottom: 1px solid #c7c7c7;
}
.thumbnail{
	float: left;
	height: 140px;
	width: 140px;
}
#content .right{
	width: 420px;
}
#content .post h2 a{
	color: #0059cb;
	font-size: 18px;
	text-decoration: none;
}
#recentposts{
	background-image: url('images/recentposts.png');
	color: #fff;
	font-size: 14px;
	height: 22px;
	margin: 0px auto;
	padding: 5px;
	width: 629px;
}
.post{
	margin: 15px auto;
	width: 620px;
}
.sticky{
	margin: 0px 0px 30px;
	width: 660px;
}
#content .post h1 a{
	color: #0059cb;
	text-decoration: none;
}

#content p{
	text-align: justify;
}

.alignleft {  
	background-color: #e0e0e0;
	border: 1px solid #969696;
	border-radius: 10px;
	color: #757575;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	padding: 15px 15px 15px 15px;
	float: left;
	margin-right:10px;
	text-align: center;
}

.alignleft2 {  
	background-color: #e0e0e0;
	border: 1px solid #969696;
	border-radius: 10px;
	color: #757575;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	padding: 10px 5px 5px 15px;
	float: left;
	margin-right:10px;
}

.sticky .thumbnail {  /* .wp-caption */
	background-color: #e0e0e0;
	border: 1px solid #969696;
	border-radius: 10px;
	color: #757575;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 12px;
	padding: 10px 5px 5px 15px;
	float: left;
	margin-right:10px;
}

.attachment-post-thumbnail{
	height: 150px;
	width: 150px;
}

.sticky .postinfo{
	margin-bottom: 1em;
}
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

.posts{
	background-color: #f6f6f6;
	padding-top: 20px;
	padding-bottom: 20px;
}
