/*
Theme Name: Cherryworld
Version: 0.62
Author: CherryWorld
*/

@charset "utf-8";
/* CSS Document */
BODY {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}
/************************************************/
/* WP core
/************************************************/
.alignnone {
    margin: 10px 10px 10px 0;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 10px auto 10px auto;
}
.alignright {
    float:right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float:left;
    margin: 10px 10px 10px 0;
}
.aligncenter {
    display: block;
    margin: 10px auto 10px auto;
}
a img.alignright {
    float:right;
    margin: 10px 0 10px 10px;
}
a img.alignnone {
    margin: 10px 10px 10px 0;
}
a img.alignleft {
    float:left;
    margin: 10px 10px 10px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 10px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 10px 10px 10px 0;
}
.wp-caption.alignleft {
    margin: 10px 10px 10px 0;
}
.wp-caption.alignright {
    margin: 10px 0 10px 10px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
/************************************************/
/* Misc
/************************************************/
#outer {
	width: 1000px;
	margin: 0 auto;
}
a {
	color: #666
}
.nomarginb {
    margin-bottom: 0;
}
/************************************************/
/* Header
/************************************************/
#header {
	height: 168px;
	position: relative;
	margin-bottom:15px;
}
#header img.logo {
	margin: 10px;
}
#header .navigation {
	color: #ffffff;
	border-radius: 10px;
	padding: 5px 10px 6px 8px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 40px;
}
#header .navigation .headnav {
    margin: 0;
    padding: 0;
    list-style: none;
}
#header .navigation .headnav li {
	color: #fff;
	font-size:16px;
	padding: 4px 8px 6px 8px;
	margin: 5px;
    float: left;
    position: relative;
}
#header .navigation .headnav li a {
    color: #000;
    font-weight: bold;
}
#header .navigation .headnav li ul li a {
    color: #666;
}
#header .navigation .headnav li a:hover {
    text-decoration: none;
}
#header .navigation .headnav li.current_page_item,
#header .navigation .headnav li.current-menu-item,
#header .navigation .headnav li:hover
{
	color: #000;
	text-shadow: 0 0 2px #ccc;
	box-shadow:inset 0 0 3px #ccc;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#header .navigation .headnav li.has-submenu:hover {
    color: #000;
    box-shadow: none !important;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;

    -webkit-border-top-left-radius: 8px;
    -moz-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
}
#header .navigation .headnav li:hover ul {
    display: block;
}
#header .navigation .headnav li ul {
    position: absolute;
    width: 200px;
    display: none;
    box-shadow: 1px 1px 1px #ccc;
    z-index: 999;

    padding: 9px 12px;
    top: 30px;
    left: -25px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;

    -webkit-border-top-right-radius: 8px;
    -moz-border-top-right-radius: 8px;
    border-top-right-radius: 8px;

    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;

    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
#header .navigation .headnav li ul li {
    display: block;
    float: none;
}
#header .navigation .headnav li ul li {
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
    font-size: 13px !important;
}
#header .navigation .headnav li ul li:hover {
    text-shadow: none !important;
}
#header .navigation .headnav li ul li a:hover {
    color: #444;
}
#header #search {
	float:right;
	margin: 35px 55px 0 0;
}
#header #search #s {
	width: 200px;
}
#header #search .form-search .input-append .search-query {
	border-radius:0;
	padding-left:8px;
}
/************************************************/
/* Auto completer
/************************************************/
.ac_results {
	padding: 0px;
	background: #fff;
	border: 1px solid #75b9f0;
	border-top: 0;
	margin-top: -1px;
	overflow: hidden;
	width: 238px;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 4px 8px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	overflow: hidden;
	font-size: 13px;
}

/* changes for matches */
.ac_results li span{
	float: right;
	padding-right: 10px;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}
/************************************************/
/* Homepage
/************************************************/
.homepage .sliderwrap {
    position:  relative;
}
.homepage .sliderwrap #next,
.homepage .sliderwrap #prev {
    position: absolute;
    top: 80px;
    z-index: 102;
    cursor: pointer;
}
.homepage .sliderwrap #next {
    right: -20px;
}
.homepage .sliderwrap #prev {
    left: -20px;
}
.homepage .slide {
    width: 1000px;
}
.homepage .slide .photo {
	float: left;
	width: 231px;
	margin: 15px 30px 30px 30px;
	box-shadow: 0 0 20px #fff;
	text-align: center;
}
.homepage .slide .text {
	padding: 15px 0;
	float:left;
	width: 709px;
}
.homepage .slide .text h3 {
	margin: 0;
	color: #444;
	font-family: 'Monda', sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 26px;
}
.homepage .slide .text h3 a {
	color: #444;
}
.homepage .homepage-banners {
    margin: 20px 0;
}
.homepage-banners .banners {
    text-align: center;
}
.homepage-banners .banners .banner {
    display: inline-block;
    margin: 0 10px;
}
.homepage-banners .banners .banner img {
    height: 60px;
    width: 234px;
}
.homepage-banners .banners .banner a.image-link {
    display: block;
}
.homepage-banners .banners .banner a.text-link {
    color: #000;
    text-decoration: underline;
}
.homepage #content h3 {
	color: #2a98ae;
	font-family: 'Monda', sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 20px;
	margin: 0 0 10px 0;
	line-height: 1em;
}
.homepage .mostpop {
	margin-bottom: 25px;
}
.homepage .recent {
	margin-bottom: 15px;
}
.homepage #content .recent h3 {
	color: #de0000;
}
.homepage .gamelist .item {
	width: 148px;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
.homepage .gamelist .item .star {
	position: absolute;
	bottom: -10px;
	left: -10px;
	z-index:100;
}
.homepage .gamelist .item .starnr {
	position: absolute;
	bottom: 11px;
	left: 13px;
	z-index:101;
	font-family: 'Monda', sans-serif;
	text-shadow: 0 1px 0 #fff;
	font-size: 18px;
    font-weight: bold;
	color: #b80000;
}
#content.homepage .text a {
    text-decoration: underline;
    color: #ff7800;
}
.homepage .latestnews .item {
	margin-bottom: 11px;
}
.homepage .latestnews .photo {
	float: left;
	margin: 4px 15px 0 0;
	width: 90px;
}
.homepage .latestnews .text {
	width: 360px;
	float:left;
}
.homepage .latestnews .text p {
	margin: 0;
	padding: 0;
}
.homepage .latestnews .text h4 {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
.homepage .latestnews .text h4 a {
	color: #000;
}
.homepage .latestnews .item a.more {
	color: #ff7800;
}
/************************************************/
/* Content
/************************************************/
.contenttitle,h1.contenttitle {
	color: #444;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20000', endColorstr='#b50000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	padding: 8px 15px 10px 15px;
	font-family: 'Monda', sans-serif;
	font-size:16px;
	margin:0 ;
	line-height:1.5em;
	font-weight: normal;
}
#content {
	background:#fff;
	min-height:100px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
#content .inner {
	padding: 15px;
}
/************************************************/
/* Search
/************************************************/
.postlist .item {
	margin-bottom: 20px;
}
.postlist .item .photo {
	float: left;
	margin: 0 13px 0 0;
    height: 134px;
    width: 180px;
    background: #eee;
}
.postlist .item h3 {
	margin: 0 0 10px 0;
	padding-top: 3px;
	font-size: 18px;
	line-height: 1em;
	font-family: 'Monda', sans-serif;
}
.postlist .item h3 a {
    color: #2A98AE;
}
.postlist .item .readmore {
    font-weight: bold;
    text-decoration: underline;
    color: #FF7800;
}
/************************************************/
/* Pages archive
/************************************************/
#content.pages-archive .inner {
    padding-bottom: 0;
}
#content.pages-archive .item {
    margin: 0 0 15px 0;
}
#content.pages-archive .item h3 {
    text-decoration: none;
    margin: 0 5px 5px 0;
    color: #444;
    font-size: 13px;
    line-height: 1em;
}
#content.pages-archive .item h3 a {
    color: #444;
    text-decoration: none;
}
#content.pages-archive .item p {
    margin: 0;
}
#content.pages-archive .item p.more a {
    font-weight: bold;
    text-decoration: underline;
}
/************************************************/
/* Gameindex
/************************************************/
#content.gameindex .item {
	float: left;
	margin: 0 15px 15px 0;
	width: 231px;
	overflow: hidden;
}
#content.gameindex .last {
	margin-right: 0;
}
#content.gameindex .item h3 {
	text-decoration: none;
	margin: 0 5px 5px 0;
	color: #444;
	font-size: 13px;
	line-height: 1em;
}
#content.gameindex .item h3 a {
	color: #444;
	text-decoration: none;
}
#content.gameindex .item .photo {
	overflow: hidden;
}
#content.gameindex .inner {
	padding-bottom: 0;
}
#content.gameindex .navigation ol {
	padding-bottom: 15px;
}
/************************************************/
/* Gamepage
/************************************************/
.banner-game-top {
    margin-bottom: 15px;
    text-align: center;
}
.gamepage {
    width: 1000px;
    color: #000;
    margin-bottom: 15px;
}
.gamepage h1 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size:22px;
}
.gamepage .options {
    float: right;
    text-align: right;
    margin: 7px 0 0 0;
}
.gamepage .options a {
    text-decoration: none;
    margin: 0 0 0 5px;
    color: #ffd200;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 7px;
    background: #fff;
    border-radius: 6px;
    font-family: Arial, Helvetica, sans-serif;
}
.gamepage .options a.realmoney strong {
    text-decoration: blink;
}
.gamepage .options a {
    color: #000;
}
.gamepage .content {
    color: #000;
    background: #fff;
    padding: 10px 15px;
    margin: 0 0 15px 0;
    border-bottom-right-radius: 13px;
    border-bottom-left-radius: 13px;
}
.gamepage .content a {
	color: #FF7800;
	text-decoration: underline;
}
.gamepage #game {
    text-align: center;
    background-color: #000;
    padding: 0;
    height: 686px;
    width: 1000px;
    margin: 0;
    overflow: hidden;
}
.gamepage #fullscreen {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    display: none;
    z-index: 100;
}
#fullscreen-options.contenttitle {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    text-align: center;
    height: 25px;
}
#fullscreen-options a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
}
.gamepage p.big_button {
    text-align: center;
    margin-bottom: 10px;
}
.gamepage .casino-buttons {
	text-align: center;
	padding-bottom: 5px;
}
.gamepage .casino-buttons a {
	text-decoration: none;
}
.gamepage .casino-buttons img {
	margin: 0 5px 10px 5px;
}
.gamepage div.metadata {
    color: #666;
    margin-top: 10px;
    padding: 0 0 5px 0;
}
.gamepage div.metadata p {
    margin: 0;
    background: #eee;
    border-radius: 5px;
    padding: 5px;
}
.gamepage div.metadata p.tags {
    margin-bottom: 10px;
}
.gamepage div.metadata a {
    color: #FF7800;
    text-decoration: underline;
}
/************************************************/
/* Footer
/************************************************/
#footer {

}
#footer .last-viewed {
	padding: 13px 15px 20px 15px;
	background: #f2f2f2;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	border-radius: 10px;
	margin: 15px 0;
}
#footer .last-viewed .title {
	text-decoration: none;
	color: #444;
	font-size: 16px;
    font-weight: bold;
	font-family: 'Monda', sans-serif;
	margin: 0 0 10px 0;
}
#footer .last-viewed .item {
	float: left;
	margin: 0 15px 0 0;
	width: 231px;
	overflow: hidden;
}
#footer .last-viewed .last {
	margin-right: 0;
    width: 230px;
    overflow: hidden;
}
#footer .last-viewed .item h3 {
	text-decoration: none;
	margin: 0 5px 5px 0;
	color: #444;
	font-size: 13px;
	line-height: 1em;
}
#footer .last-viewed .item h3 a {
	color: #444;
	text-decoration: none;
}
#footer .last-viewed .item .photo {
	overflow: hidden;
}
.copy {
	text-align: center;
	padding: 0 0 15px 0;
}
.clearfix::after{content:"";display:table;clear:both}
