/*
Theme Name: Casino-Spiele.info
Version: 1.0
*/

* {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	color: #62676B;
	font-size: 13px;
	background: url(images/bg.png) repeat-x #F6F6F6;
}

a {
	text-decoration: none;
	color: #100062;
}
a:hover {
	text-decoration: none;
	color: #0099FF;
}

*.clear {
	clear: both;
}

/* ========== */
/* ! Header   */
/* ========== */

div#header {
	width: 960px;
	height: 100px;
	margin: 15px auto 0 auto;
	background: url(images/logo.png) 0 0 no-repeat;
	position: relative;
}
div#header a.home_link {
	width: 460px;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
}
div#header div.banner_468x60 {
	position: absolute;
	top: 20px;
	right: 20px;
}
div#menu_toggle {
	display: none;
}
ul#topmenu {
	width: 940px;
	height: 30px;
	margin: 11px auto 0 auto;
	display: block;
}
ul#topmenu li {
	height: 30px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	background: url(images/topmenu_li.png) 0 0 repeat-x;
	float: left;
}
ul#topmenu li+li {
	margin: 0 0 0 5px;
}
ul#topmenu li.right {
	float: right;
}
ul#topmenu li a {
	height: 30px;
	line-height: 28px;
	padding: 0 10px;
	color: #CCC;
	text-shadow: 0 -1px #000;
	display: block;
}
ul#topmenu li a:hover,
ul#topmenu li.current-cat a {
	color: #FFF;
}
ul#topmenu li:hover,
ul#topmenu li.current-cat {
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
}
ul#topmenu li.search {
}

/* ========== */
/* ! Search   */
/* ========== */

div#search {
	width: 300px;
	height: 65px;
	background: #050042;
	position: absolute;
	z-index: 9999;
	top: -18px;
	right: 10px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
div#search h4 {
	height: 16px;
	line-height: 16px;
	margin: 5px 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 1px #0099FF;
}
div#search input#s {
	width: 150px;
	height: 14px;
	margin: 5px 0 0 10px;
	padding: 2px;
	color: #050042;
	float: left;
}
div#search input#searchsubmit {
	width: 22px;
	height: 18px;
	margin: 5px 0 0 5px;
	color: #050042;
	background: url(images/search_submit.png) 0 0 no-repeat;
	cursor: pointer;
	float: left;
}

div#___gcse_0 {
	margin: 5px 10px 0 10px;
}

div.search_result {
	width: 955px;
	margin: 0 0 0 4px;
}
div.search_result div.box {
	margin: 0 0 10px 5px;
}
div.search_result_headline {
	width: 938px;
	margin: 0 0 10px -4px;
	padding: 9px 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div.search_result_headline h1 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #050042;
}

/* =========== */
/* ! Content   */
/* =========== */

div#content {
	width: 960px;
	margin: 17px auto 0 auto;
	position: relative;
}

div.textbox {
	width: 938px;
	padding: 10px;
	margin: 10px 0 0 0;
	border: 1px solid #E4E4E4;
	background: #FFF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
div.textbox h1 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #050042;
}
div.textbox p {
	line-height: 16px;
	text-align: justify;
}
div.textbox p * {
	font-size: 12px;
}
div.textbox p+p {
	margin-top: 10px;
}

div.textbox span.hide,
div.category_teaser span.hide {
	display: none;
}
div.textbox div.post-ratings,
div.category_teaser div.post-ratings {
	width: 90px;
	position: absolute;
	top: 3px;
	right: 10px;
}

/* ========== */
/* ! Banner   */
/* ========== */

div.banner_468x60,
div.banner_468x60 a {
	width: 468px;
	height: 60px;
}
div.banner_468x60 a {
	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #0099FF;
}
div.banner_160x600 {
	width: 160px;
	height: 600px;
	margin: 15px auto 15px auto;
	border: 1px solid #050042;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.banner_160x600:hover {
	border-color: #0099FF;
}
div.banner_160x600 a {
	width: 160px;
	height: 600px;
	display: block;
}
div.banner_300x250 {
	width: 300px;
	height: 250px;
	margin: 10px auto 0 auto;
	border: 1px solid #050042;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.banner_300x250:hover {
	border-color: #0099FF;
}
div.banner_300x250 a {
	width: 300px;
	height: 250px;
	display: block;
}

/* ========== */
/* ! Teaser   */
/* ========== */

div#teaser {
	width: 450px;
	height: 295px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #FFF;
	background: #050042;
	float: left;
}
div#teaser div.img {
	width: 430px;
    height: 175px;
	padding: 10px;
	cursor: pointer;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	position: relative;
}
div#teaser div.img h2.name {
	width: 410px;
	height: 24px;
	line-height: 23px;
	padding: 0 10px;
	text-shadow: 0 1px #ccc;
	font-weight: bold;
	font-size: 14px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: rgba(255, 255, 255, 0.7);
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
div#teaser div.img h2.name a {
	color: #000;
}
div#teaser div.img div.imgimg {
	width: 428px;
    height: 173px;
    border: 1px solid #0099FF;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px #0099FF;
}
div#teaser div.info {
    width: 450px;
    height: 123px;
	margin: -8px 0 0 0;
}
div#teaser div.info p {
	width: 300px;
	height: 90px;
	line-height: 15px;
	margin: 8px 0 0 10px;
	padding: 0 0 0 0;
	text-align: justify;
	font-size: 12px;
	overflow: hidden;
	float: left;
}
div#teaser div.info div.details,
div#teaser div.info div.play {
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 16px 0 0 10px;
	text-align: center;
	text-shadow: 0 1px #FFF;
	box-shadow: 0 0 3px #555;
	font-size: 14px;
	font-weight: bold;
	color: #0067B3;
	float: left;
	background: url(images/details_bg.png) 0 0 repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#teaser div.info div.details a {
	display: block;
}
div#teaser div.info div.details:hover {
	background: url(images/details_bg_hover.png) 0 0 repeat-x;
}
div#teaser div.info div.play {
	background: url(images/play_bg.png) 0 0 repeat-x;
}
div#teaser div.info div.play:hover {
	background: url(images/play_bg_hover.png) 0 0 repeat-x;
}
div#teaser div.info div.play a {
	color: #FFF;
	text-shadow: 0 -1px #000;
}

/* ========== */
/* ! Latest   */
/* ========== */

div#latest {
	width: 490px;
    height: 293px;
    float: right;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#latest div.feature {	
    width: 470px;
	height: 80px;
	margin: 13px 0 0 10px;
}
div#latest div.feature div.img {	
    width: 130px;
	height: 80px;
	background: #050042;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div#latest div.feature div.img:hover {
	background: #0099FF;
}
div#latest div.feature div.img div.imgimg {
	width: 118px;
	height: 68px;
	margin: 5px 0 0 5px;
	border: 1px solid #0099FF;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px #0099FF;
}
div#latest div.feature div.img div.imgimg:hover {
	border-color: #FFF;
}
div#latest div.feature div.img div.imgimg a {
	width: 118px;
	height: 68px;
	display: block;
}
div#latest div.feature h2 {
	width: 320px;
	height: 18px;
	line-height: 18px;
	margin: 0 0 0 10px;
	padding: 0 5px;
	font-size: 13px;
	border-bottom: 1px dotted #62676B;
	float: left;
}
div#latest div.feature p {
	width: 320px;
	height: 45px;
	line-height: 15px;
	margin: 0 0 0 15px;
	text-align: justify;
	font-size: 11px;
	overflow: hidden;
	float: left;
}
div#latest div.feature a.more,
div#latest div.feature a.play {
	width: 80px;
	height: 14px;
	margin: 2px 0 0 15px;
	font-size: 11px;
	text-align: right;
	display: block;
	float: right;
}
div#latest div.feature a.play {
	color: #0067B3;
}
div#latest div.feature a.play:hover {
	color: #F90;
}

/* ====================== */
/* ! Home Preview Boxes   */
/* ====================== */

div.posts {
	margin-bottom: 10px;
}

div.posts h3 {
	width: 938px;
	height: 26px;
	line-height: 26px;
	margin: 10px 0 0 0;
	padding: 0 10px;
	font-size: 16px;
	font-weight: bold;
	color: #050042;
	background: white;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

div.box {
	width: 230px;
	height: 289px;
	margin: 10px 0 0 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div.box:hover {
	border: 1px solid #050042;
}
div.box.nomargin {
	margin-left: 1px;
}
div.box div.img {
    width: 210px;
	height: 132px;
	background: #050042;
	margin: 10px 0 0 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div.box div.img:hover {
	background: #0099FF;
}
div.box div.img div.imgimg {
	width: 198px;
	height: 120px;
	margin: 5px 0 0 5px;
	border: 1px solid #0099FF;
	border-radius: 3px;
	background-position: 50% 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 5px #0099FF;
}
div.box div.img div.imgimg a {
	width: 198px;
	height: 120px;
	display: block;
}
div.box div.img div.imgimg:hover {
	border: 1px solid #FFF;
}
div.box h2 {
	width: 200px;
	height: 18px;
	line-height: 18px;
	margin: 5px 0 0 10px;
	padding: 0 5px;
	font-size: 14px;
	border-bottom: 1px dotted #62676B;
	float: left;
}
div.box p {
	width: 200px;
	height: 75px;
	line-height: 15px;
	margin: 3px 0 0 10px;
	padding: 0 5px;
	text-align: justify;
	font-size: 11px;
	overflow: hidden;
	float: left;
}
div.box div.read,
div.box a.goto {
	width: 96px;
	height: 24px;
	line-height: 24px;
	margin: 8px 0 0 12px;
	background: url(images/button_bg.png) 0 0 repeat-x;
	text-align: center;
	color: #000000;
	font-size: 12px;
	text-shadow: 0 1px #FFF;
	cursor: pointer;
	box-shadow: 0 0 3px #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div.box div.read a {
	display: block;
}
div.box a.goto {
	width: 94px;
	height: 24px;
	margin: 7px 12px 0 0;
	color: #FFF;
	text-shadow: 0 -1px #000;
	border: 1px solid #0099FF;
	background: url(images/play_bg.png) 0 0 repeat-x;
	float: right;
}
div.box div.read:hover {
	background: url(images/button_bg_hover.png) 0 0 repeat-x;
}
div.box a.goto:hover {
	background: url(images/play_bg_hover.png) 0 0 repeat-x;
}

div.special_margin {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	justify-content: space-around;
	-webkit-justify-content: space-around;
}

div.minibox {
	width: 140px;
	height: 140px;
	margin: 0 0 14px 0;
	box-sizing: border-box;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	position: relative;
}
div.minibox img {
	height: 140px;
	margin-left: -116px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
}
div.minibox span {
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #FFF;
	background: rgba( 0,0,0, 0.7 );
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
}
div.minibox:hover {
	border-color: #09F;
}
div.minibox:hover span {
	color: #09F;
}

/* ========================== */
/* ! Category Preview Boxes   */
/* ========================== */

div.category {
	width: 758px;
	float: left;
}

div.category div.box {
	width: 756px;
	height: 152px;
	margin: 0 0 10px 0;
	float: none;
}
div.category div.box h2 {
	width: 506px;
	margin: 10px 0 0 10px;
}
div.category div.box p {
	width: 506px;
}
div.category div.read {
	margin: 8px 12px 0 0;
	float: right;
}

/* =================== */
/* ! Category Teaser   */
/* =================== */

div.category_teaser {
	width: 736px;
	margin: 0 0 10px 0;
	padding: 9px 10px 10px 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
}
div.category_teaser h1 {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #050042;
}
div.category_teaser p {
	padding: 2px 0 0 0;
	line-height: 16px;
	text-align: justify;
}

/* ==================== */
/* ! Category Sidebar   */
/* ==================== */

div.styler {
	width: 30px;
	float: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #0099FF;
	background: #050042;
}

div.sidebar {
	width: 170px;
	padding: 0 10px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
}
div.sidebar h3 {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 0 5px;
	font-size: 14px;
	font-weight: bold;
	color: #050042;
	border-bottom: 1px dotted #050042;
}
div.sidebar ul {
	margin: 5px 0 0 0;
}
div.sidebar li {
	line-height: 15px;
	margin: 0 0 0 30px;
	font-size: 12px;
	list-style: circle;
	color: #050042;
}
div.sidebar li a {
	display: block;
}
div.sidebar li:hover,
div.sidebar li.current-cat {
	list-style: disc;
	color: #0099FF;
}
div.sidebar li.current-cat a {
	font-weight: bold;
	color: #0099FF;
}

/* ========= */
/* ! Pager   */
/* ========= */

div.wp-pagenavi {
	width: 960px;
	height: 26px;
	font-size: 14px;
}
div.wp-pagenavi a,
div.wp-pagenavi span {
	height: 24px;
	line-height: 24px;
	margin: 0 0 0 5px;
	padding: 0 10px;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
	display: block;
}
div.wp-pagenavi span.pages {
	margin: 0;
}
div.wp-pagenavi span.current {
	font-weight: bold;
	color: #FFF;
	background: #050042;
	border-color: #0099FF;
}
div.wp-pagenavi a:hover {
	color: #FFF;
	background: #050042;
	border-color: #0099FF;
}

/* ========== */
/* ! Single   */
/* ========== */

div.demo {
	width: 958px;
	margin-bottom: 10px;
	background: #fff;
    border: 1px solid #E4E4E4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
div.demo iframe {
	width: 938px;
	height: 648px;
	margin: 10px;
}

div.singlepost {
	width: 548px;
	text-align: justify;
	font-size: 13px;
	background: #fff;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	float: left;
}
div.singlepost:hover {
	border: 1px solid #050042;
}
div.singlepost.maxi {
	width: 958px;
}
div.demo h1,
div.singlepost h1,
div.singlepost h2,
div.singlepost .h2 {
	width: 528px;
	height: 30px;
	line-height: 30px;
	margin: -1px 0 0 -1px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	position: relative;
	border: 1px solid #050042;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div.singlepost.maxi h1,
div.singlepost.maxi h2,
div.demo h1 {
	width: 938px;
}
div.singlepost h1 span,
div.singlepost h2 span {
	width: 100px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px #FFF;
	position: absolute;
	background: url(images/button_bg.png) 0 0 repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	top: 5px;
	right: 5px;
}
div.singlepost h1 span:hover,
div.singlepost h2 span:hover {
	background: url(images/button_bg_hover.png) 0 0 repeat-x;
}
div.singlepost h1 span a,
div.singlepost h2 span a {
	display: block;
}

div.singlepost p {
	line-height: 16px;
	margin: 10px;
}
div.singlepost p strong {
	color: #050042;
}
div.singlepost p img {
	border: 1px solid #0099ff;
}
div.singlepost p img:hover {
	border-color: #050042;
}
div.singlepost ul {
	margin: 0 10px 10px 10px;
}
div.singlepost ul li {
	line-height: 16px;
	margin: 0 10px 0 25px;
	list-style: circle;
}

div.singlepost div.playnow {
	width: 548px;
	height: 70px;
	line-height: 70px;
	margin: -1px 0 0 -1px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px #000;
	color: #EEE;
	background: url(images/goto_big.png) 0 0 repeat-x;
	position: relative;
	border: 1px solid #0099FF;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}
div.singlepost div.playnow a {
	color: #FF9900;
	display: block;
}
div.singlepost div.playnow a:hover {
	color: #0067B3;
}

div.comments div.right input {
	width: 150px;
	height: 18px;
	margin: 5px 0 0 5px;
	border: 1px solid #E4E4E4;
}
div.comments div.right textarea {
	width: 386px;
	margin: 5px 0 0 5px;
	border: 1px solid #E4E4E4;
}
div.comments div.right input#submit {
	width: 386px;
	height: 24px;
	margin: 5px auto 0 auto;
	display: block;
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 -1px #050042;
	cursor: pointer;
	border: 1px solid #050042;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ol.commentlist {
	margin: 10px;
}
ol.commentlist li+li {
	margin-top: 5px;
	padding-top: 10px;
	border-top: 1px solid #CCC;
}
ol.commentlist li p {
	margin: 5px 0 0 10px;
}
.comment-body {
	position: relative;
}
.comment-author {
	height: 32px;
}
.comment-author img,
.comment-author .fn,
.comment-author .says {
	color: #050042;
	float: left;
}
.comment-author .fn,
.comment-author .says {
	margin-left: 5px;
}
.comment-meta {
	margin: -17px 0 0 37px;
	color: #CCC;
	float: left;
}
.comment-meta a {
	color: #CCC;
}
.pingback .comment-meta {
	margin: -18px 0 0 5px;
}

div#overlay {
	width: 940px;
	margin: 10px 0 0 10px;
	padding: 0 0 10px 0;
	background: #FFF;
	border: 1px solid #050042;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: absolute;
	z-index: 9999;
}
div#overlay h1 {
	width: 920px;
	height: 30px;
	line-height: 30px;
	margin: -1px 0 10px -1px;
	padding: 0 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	position: relative;
	border: 1px solid #050042;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div#overlay h1 span {
	width: 150px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 1px #FFF;
	cursor: pointer;
	color: #050042;
	position: absolute;
	background: url(images/button_bg.png) 0 0 repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	top: 5px;
	right: 5px;
}
div#overlay h1 span:hover {
	background: url(images/button_bg_hover.png) 0 0 repeat-x;
}

/* ================== */
/* ! Single Gallery   */
/* ================== */

div#gallery {
	width: 400px;
	height: 336px;
	float: right;
}
div#gallery h2 {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	position: relative;
	border: 1px solid #050042;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div#gallery-wrapper {
	width: 400px;
	height: 306px;
}
div#gallery-wrapper div.img {
	width: 394px;
	height: 300px;
	padding: 3px;
	display: block;
	position: absolute;
	background: #050042;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
}
div#gallery-wrapper img {
	width: 394px;
	height: 300px;
	display: block;
	cursor: pointer;
	border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	position: relative;
}
div#gallery-wrapper a {
	width: 394px;
	height: 300px;
	position: relative;
	display: block;
	z-index: 9999;
	top: 3px;
	left: 3px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#gallery-wrapper a:hover {
	background: url(images/game_hover.png) 0 0 no-repeat;
}

/* ================== */
/* ! Single Infobox   */
/* ================== */

div.right {
	width: 400px;
	float: right;
}

div.infobox {
	width: 398px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
}
div.infobox.logo {
	padding: 0;
	text-align: center;
}
div.infobox.logo a {
	display: block;
	padding: 10px 0;
}
div.infobox_left,
div.infobox_right {
	width: 193px;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
}
div.infobox_right {
	margin: 10px 0 0 10px;
}
div.infobox:hover,
div.infobox_left:hover,
div.infobox_right:hover {
	border: 1px solid #050042;
}

div.infobox h3,
div.infobox_left h3,
div.infobox_right h3 {
	width: 378px;
	height: 25px;
	margin: -1px 0 0 -1px;
	padding: 0 10px;
	line-height: 25px;
	font-size: 13px;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	border: 1px solid #050042;
	border-bottom: none;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
}
div.infobox_left h3,
div.infobox_right h3 {
	width: 173px;
}
div.infobox_right.rating h3 {
	width: 183px;
	font-size: 12px;
	padding: 0 5px;
}
div.infobox h4 {
	width: 174px;
	height: 16px;
	line-height: 16px;
	margin: 10px 0 0 10px;
	padding: 0 5px;
	font-weight: bold;
	font-size: 12px;
	color: #050042;
	display: block;
	border-bottom: 1px dotted #0099FF;
	float: left;
}
div.infobox strong {
	width: 174px;
	margin: 5px 0 0 15px;
	font-weight: normal;
	float: left;
	display: block;
}
div.infobox strong a {
	color: #62676B;
}
div.infobox strong+strong {
	margin-left: 20px;
}
div.infobox_left p,
div.infobox_right p {
	margin: 10px 10px 0 10px;
	line-height: 15px;
	text-align: center;
}
div.infobox_left.related p {
	font-size: 11px;
}
div.infobox_left ul {
	width: 173px;
	margin: 10px 0 0 10px;
}
div.infobox_left ul li {
	margin: 0 0 0 15px;
	padding: 0 0 0 -5px;
	line-height: 16px;
	list-style: circle;
	color: #050042;
}
div.infobox_left ul li:hover {
	list-style: disc;
	color: #0099FF;
}
div.infobox_left ul li a {
	margin: 0 0 0 -5px;
	display: block;
}

div.right a.goto,
div.right span.goto {
	width: 398px;
	height: 80px;
	line-height: 80px;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0 -1px #000;
	background: url(images/goto_big.png) 0 0 repeat-x;
	border: 1px solid #100062;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
}
div.right span.goto {
	color: #FFF;
}
div.right a.goto:hover {
	background: url(images/goto_big_hover.png) 0 0 repeat-x;
}

div.post-ratings {
	margin: 9px 0 0 0;
	text-align: center;
}
div#post-ratings-7-loading {
	display: none !important;
}

/* ========= */
/* ! Table   */
/* ========= */

div#table {
	width: 756px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #FFF;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
div#table div.head {
	width: 746px;
	height: 30px;
	padding: 0 5px;
	background: url(images/topmenu_li_hover.png) 0 0 repeat-x;
	border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}
div#table div.row {
	width: 746px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 5px 0 0 0;
}
div#table div.row+div.row {
	margin-top: 5px;
	border-top: 1px solid #E4E4E4;
}
div#table div.head div,
div#table div.row div {
	height: 30px;
	line-height: 30px;
	float: left;
}
div#table div.head div {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0 -1px #000;
}

div#table div.ranking {
	width: 40px;
	text-align: center;
}
div#table div.name {
	width: 220px;
}
div#table div.name div.img {
	width: 118px;
	height: 30px;
	margin: 0 10px 0 0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div#table div.rating {
	width: 120px;
}
div#table div.rating div.post-ratings {
	width: 80px;
	margin: 6px 0 0 5px;
}
div#table div.bonus {
	width: 160px;
}
div#table div.details {
	width: 96px;
}
div#table div.goto {
	width: 96px;
	margin: 0 0 0 10px;
}

div#table div.details div.read,
div#table div.goto a.goto {
	width: 96px;
	height: 24px;
	line-height: 24px;
	margin: 2px 0 0 0;
	background: url(images/button_bg.png) 0 0 repeat-x;
	text-align: center;
	color: #000000;
	font-size: 12px;
	text-shadow: 0 1px #FFF;
	cursor: pointer;
	box-shadow: 0 0 3px #555;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: left;
}
div#table div.details div.read a {
	display: block;
}
div#table div.goto a.goto {
	width: 94px;
	height: 24px;
	margin: 2px 0 0 0;
	color: #FFF;
	text-shadow: 0 -1px #000;
	border: 1px solid #0099FF;
	background: url(images/play_bg.png) 0 0 repeat-x;
	float: right;
}
div#table div.details div.read:hover {
	background: url(images/button_bg_hover.png) 0 0 repeat-x;
}
div#table div.goto a.goto:hover {
	background: url(images/play_bg_hover.png) 0 0 repeat-x;
}

/* ========== */
/* ! Footer   */
/* ========== */

div#wrapper_footer {
	width: 100%;
	margin: 10px 0 0 0;
	padding: 10px 0 8px 0;
	background: url(images/footer.png) 0 0 repeat-x #100062;
}

div#footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

div#footer div.categories,
div#footer div.links,
div#footer div.games {
	width: 180px;
	margin: 8px 30px 0 30px;
	float: left;
}
div#footer div.categories {
}
div#footer div.categories .h2,
div#footer div.links .h2,
div#footer div.games .h2 {
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
}
div#footer div.categories ul,
div#footer div.links ul,
div#footer div.games ul {
	margin: 5px 0 0 0;
}
div#footer div.categories li,
div#footer div.links li,
div#footer div.games li {
	height: 14px;
	line-height: 14px;
	padding: 0 0 0 20px;
	font-size: 11px;
	background: url(images/footer_li.png) 12px 4px no-repeat;
}
div#footer div.categories li:hover,
div#footer div.categories li.current-cat,
div#footer div.links li:hover,
div#footer div.games li:hover {
	background-image: url(images/footer_li_hover.png);
}
div#footer div.categories li a,
div#footer div.links li a,
div#footer div.games li a {
	display: block;
}
div#footer div.categories li a,
div#footer div.links li a,
div#footer div.games a {
	color: #FFF;
}
div#footer div.categories li a:hover,
div#footer div.categories li.current-cat a,
div#footer div.links li a:hover,
div#footer div.games a:hover {
	color: #0099FF;
}

div#footer div.banner_468x60 {
	position: absolute;
	right: 20px;
	top: 70px;
}

div.yarpp-related {
	margin: 0 !important;
}

div#footer p.author {
	color: #FFF;
	padding: 8px 0 0 0;
}
div#footer p.author a {
	color: #FFF;
}