/* reset 
--------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}

nav ul {
    list-style:none;
}

/*
ul
{
  font-size:12px;
  margin-left: 20px; 
  margin-bottom: 12px;
}*/

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    text-decoration:none;
}

mark {
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

input, select {
    vertical-align:middle;
}


/* base
--------------------------------------------- */

body {
	font: normal 100% "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;	
	background: #2B1A3A url(./images/pageBG.jpg) repeat-x 0 0;
}

h1,h2,h3 {
	color: #432859;
	margin-bottom: 20px;
}

h1, h2
{
margin-top:3px;
}

h4 {
	color: #432859;
	margin-bottom: 5px;
	margin-top: 20px;
}

h1 { font-size: 20px;}
h2 { font-size: 16px;}
h3 { font-size: 13px;}
h4 { font-size: 14px;}

p {
	font-size: 12px;
    line-height: 16px;	
	margin-bottom: 10px;
	text-align: justify;
}

ul {
	font-size: 12px;
	line-height: 16px;	
	margin-bottom: 10px;
}

a {
	/* color:#4a4a4a; */
	color:#76479D;
	text-decoration: none;	
}
a:hover {
  color: #4A2C63;
}

.blogpost a {
  /* #db36a4 !important; */
  color: #76479D;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;  
}
.blogpost a:hover {
  color: #4A2C63;
}

input {
	font: bold 100% Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
}

table th, table td {
	text-align: left;
}

/* form */

form div {
	margin-bottom: 10px;
}

label {
	display: block;
	font-size: 13px;
	margin-bottom: 2px;
}

input[type=text], textarea {
	width: 100%;
	color: #1D1D1D;
	font: normal 15px Helvetica, Arial, sans-serif;
	padding: 5px 0.8333%; /* 5px / 600px */
	border: 1px solid #CECEC4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

textarea {	
	height: 100px;
}

input[type=text]:focus, textarea:focus {
	-webkit-box-shadow:0 0 8px rgba(0,0,0,.2);
	-moz-box-shadow:0 0 8px rgba(0,0,0,.2);
	box-shadow:0 0 8px rgba(0,0,0,.2);
}

input[type=submit] {
	color: #FFFFFF;
	background: #4F3660;
	font: bold 13px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, sans-serif;	
	padding: 6px 12px;
	border: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,.8);
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.5);		
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
	cursor: pointer;
}


input[type=submit]:active {
	position: relative;
	top: 1px;
}


/* page structure
--------------------------------------------- */

.wrap {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}

#main {
	background: #FFFFFF;
	padding: 60px 30px 20px 50px;
}

.home #main {
	padding: 20px;
}

#content {
	position: relative;
	float: left;
	width: 640px;
}

.home #content {
	width: 700px;
}

#sidebar {
	float: right;
	width: 240px;
}

/* header
--------------------------------------------- */

#header {
	background: url(./images/navBG.jpg) #202020 repeat-x 0 0;
	padding: 20px;
}

#logo {
	position: absolute;
	z-index: 5;
	top: -20px;
	left: 0;
}

#nav {
	float: left;
	margin-left: 230px;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	font-size: 13px;
	color: #7A7A7A;
	padding: 8px;
	margin-right: 20px;
}

/* #nav li.current-menu-item a, #nav li.current-post-ancestor a, #nav li.current-menu-parent a, #nav li.current-post-parent a, .blog #nav li.current_page_parent a, .single #nav li.current_page_parent a { */

#nav li.current-menu-item a {
	color: #FFFFFF;
	background: #1A1A1A;
	border: 1px solid #282828;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}



#nav a:hover {
	color: #FFFFFF;
}

#banner {
	margin: 0 auto;
	width: 1060px;
}

/* footer
--------------------------------------------- */

#footer_links {
	background: #191919;
	margin-bottom: 80px;
	padding: 50px 20px 17px 20px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}

.home #footer_links {
	padding-top: 20px;
}

#footer_links dl {
	float: left;
	width: 184px;
	margin-right: 20px;
}

#footer_links dt {
	color: #FFFFFF;
	margin-bottom: 5px;
	font-size: 13px;
}

#footer_links ul {
	list-style-type: none;
}

#footer_links a {
	display: block;
	color: #7A7A7A;
	font-size: 12px;
	padding: 3px 0;
}

#footer_links a:hover {
	color: #FFFFFF;
}

#footer {
	position: relative;
	clear: both;
	background: #191919;
	padding: 20px;
}


#footer ul {
	float: left;
}

#footer li {
	float: left;
	margin-right: 20px;
	height: 26px;
	width: 100px;
	position: relative;
}

#footer li img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer small {
	position: absolute;
	top: 4px;
	left: -120px;
	color: #3D3740;
	font-size: 12px;
}


/* breadcrumbs
--------------------------------------------- */

#breadcrumbs {
	margin-bottom: 20px;
	color: #706170;	
	font-size: 12px;
}

#breadcrumbs a {
	color: #000000;
	font-size: 12px;
	margin-right: 5px;
}


#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs a.current {
	color: #A8A8A8;
}

/* homepage
--------------------------------------------- */

/* main pick */

#main_pick {
	position: relative;
	width: 657px;
	height: 112px;
	padding: 20px;
	margin-bottom: 62px;
	background: url(./images/purpleBGlrg.png) no-repeat 0 0;
	color: #FFFFFF;	
}

#main_pick .icon {
	position: absolute;
	top: 7px;
	left: 20px;
}

#main_pick strong {
	font-size: 22px;
	text-transform: uppercase;	
  white-space: nowrap;  	
}

#main_pick p {
	font-size: 14px;
	line-height: 18px;
}

#main_pick strong, #main_pick p {
	margin-left: 160px;
}

#main_pick .play_now {
	position: absolute;
	z-index: 10;
	bottom: -40px;
	left: 15px;
	display: block;
	width: 249px;
	height: 89px;
	text-indent: -9999px;
	background: url(./images/playnowLrg.png) no-repeat 0 0;
}

#main_pick .play_now:hover {
	background-position: 0 -89px;
}

#main_pick .play_now_number {
	position: absolute;
	z-index: 20;
	bottom: -8px;
	left: 33px;
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	font-weight: bold;
}

#main_pick .read_review {
	position: absolute;
	z-index: 10;
	right: 15px;
	bottom: -25px;
	display: block;
	width: 159px;
	height: 55px;
	text-indent: -9999px;
	background: url(./images/reviewLrg.png) no-repeat 0 0;
}

#main_pick .read_review:hover {
	background-position: 0 -55px;
}

#main_pick .left {
	width: 550px;
}


/* sub picks */

.sub_pick {
	position: relative;
	float: left;
	width: 208px;
	height: 102px;
	margin: 0 5px 40px 0;
	padding: 10px;
	color: #FFFFFF;
	background: url(./images/purpleBG.png) no-repeat 0 0;


}

.sub_pick.last {
	margin-right: 0;
}

.sub_pick strong {
	float: right;
	width: 120px;
	font-size:18px;
	line-height: 14px;
	margin-bottom: 14px;
	text-transform:uppercase;
}

.sub_pick em {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-size: 14px;
}

.sub_pick p {
	clear: both;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 0;
}

.sub_pick .play_now {
	position: absolute;
	bottom: -14px;
	left: 15px;
	display: block;
	width: 107px;
	height: 43px;
	text-indent: -9999px;
	background: url(./images/playnow.png) no-repeat 0 0;
}

.sub_pick .play_now:hover {
	background-position: 0 -43px;
}

.sub_pick .read_review {
	position: absolute;
	right: 15px;
	bottom: -14px;
	display: block;
	width: 82px;
	height: 43px;
	text-indent: -9999px;
	background: url(./images/smallreview.png) no-repeat 0 0;
}

.sub_pick .read_review:hover {
	background-position: 0 -43px;
}


.sub_pick .icon {
	position: absolute;
	top: -32px;
	left: 13px;
}

/* sub content */

#sub_content .left {
	width: 525px;
	padding: 10px 40px 10px 0;	
}

#sub_content .right {
	width: 350px;
	padding: 10px 0 10px 40px;
	border-left: 1px solid #B2B2B2;
}

#sub_content .more {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}

#sub_content a.more:hover {
	text-decoration: underline;
}

/* latest news */

#latest_news {
	list-style-type: none;
}

#latest_news a {
  color: #63B17A;
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
}
#latest_news a:hover {
  color: #000000;
}

#latest_news a span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
}

#latest_news a:hover span {
	text-decoration: underline;
}

/* review
--------------------------------------------- */

.review {
	position: relative;
	border-bottom: 1px solid #CDCDCD;
	padding: 0 0 10px 30px;
	margin-bottom: 40px;
}

.review_more {
	padding-left: 30px;
}

#play_now_large {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
	width: 249px;
	height: 89px;
	text-indent: -9999px;
	background: url(./images/playnowLrg.png) no-repeat 0 0;
}

#play_now_large:hover {
	background-position: 0 -89px;
}

.review .play_now_number {
	position: absolute;
	z-index: 20;
	top: 69px;
	right: 203px;
	font-size: 22px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.5);
	font-weight: bold;
	color:#FFFFFF;
}

#features {
	position: relative;
	margin-bottom: 30px;
	background: #F2F2F2;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 10px 20px;	
}

#features #screenshot {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: -25px;
}

#features #review_screenshot {
	position: absolute;
	z-index: 2;
	left: 39px;
	top: 20px;
}

#features h2 {
	margin-bottom: 3px;
}

#features h2, #features table {
	clear: both;
	float: right;
	width: 280px;
}

#features th, #features td {
	font-size: 11px;
	width: 140px;
	padding: 2px 0;
}

#features th {
	color: #616161;
	font-weight: normal;
}

.review_more {
	margin-bottom: 20px;
}

.review_table {
	float: left;
	width: 295px;
}

.review_table thead td {
	color: #442956;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;

}

.review_table tbody {
	display: block;
	padding: 10px;
	background: #442956;
	color: #FFFFFF;
	font-size: 11px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}


.review_table th, .review_table td {
	width: 147px;
	padding: 2px 0;
}


#wide_button {
	display: block;
	position: absolute;
	bottom: -55px;
	left: 30px;
	background: url(./images/wideButton.png) no-repeat 0 0;
	width: 567px;
	height: 45px;
	font-size: 18px;
	padding: 15px 20px 0 180px;
	overflow: hidden;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

/* game
--------------------------------------------- */

.game_intro.left {
	width: 346px;
}

.game_intro.right {
	width: 204px;
}


#play_now_purple {
	float: right;
	display: block;
	margin: 0 0 20px 20px;
	width: 204px;
	height: 56px;
	padding: 33px 0 0 15px;
	overflow: hidden;
	background: url(./images/gamePurple.png) no-repeat 0 0;
	color: #FFFFFF;
	text-transform: uppercase;
	text-shadow: 2px 2px 5px rgba(0,0,0,.5);
	font-size: 13px;
	font-weight: bold;
}

#screenshots {
	margin-bottom: 20px;
}

#screenshots li {
	float: left;
	background: url(./images/playphone.png) no-repeat 0 0;
	width: 158px;
	height: 270px;
	margin-right: 2px;
	overflow: hidden;
}

#screenshots li.last {
	margin-right: 0;
}

#screenshots img {
	position: relative;
	top: 47px;
	left: 15px;
}

#availability {
	list-style-type: none;
	border: 1px solid #D6D6D6;
	margin-bottom: 20px;
	padding: 5px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#availability li {
	float: left;
	margin-right: 30px;
}

#availability .available {
	padding-top: 12px;
}

#game_review {
	clear: both;
	padding: 20px 20px 20px 30px;
	margin-bottom: 40px;
	background: #F2F2F2;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#game_review .left {
	width: 225px;
}

#game_review .right {
	width: 225px;
}

#game_review h3 {
	font-size: 12px;
	margin-bottom: 2px;
}

#game_review h3#verdict {
	margin-bottom: 5px;
}

#game_review p, #game_review a {
	font-size: 11px;
}

#game_review a {
	//display: block;
	color: #63B17A;
	line-height: 16px;
	margin-bottom: 10px;
	text-decoration: none;
}

#game_review ol {
	list-style-type: disc;
	margin: 0 0 10px 15px;
	font-size: 11px;
}

/* stars
--------------------------------------------- */

/* purple stars and white stars */

.stars.purple {
	background: url(./images/purplestars.png) no-repeat 0 0;	
	width: 69px;
	height: 13px;	
}

.stars.white {
	background: url(./images/whitestars.png) no-repeat 0 0;	
	width: 69px;
	height: 13px;	
}

.stars.purple.five, .stars.white.five {
	background-position: 0 0;
}

.stars.purple.four, .stars.white.four {
	background-position: 0 -13px;
}

.stars.purple.three, .stars.white.three {
	background-position: 0 -26px;
}

.stars.purple.two, .stars.white.two {
	background-position: 0 -39px;
}

.stars.purple.one, .stars.white.one {
	background-position: 0 -52px;
}

/* green stars */

.stars.green {
	background: url(./images/greenstars.png) no-repeat 0 0;	
	width: 128px;
	height: 18px;
}

.stars.green.five {
	background-position: 0 0;
}

.stars.green.four {
	background-position: 0 -18px;
}

.stars.green.three {
	background-position: 0 -36px;
}

.stars.green.two {
	background-position: 0 -54px;
}

.stars.green.one {
	background-position: 0 -72px;
}

/* sidebar
--------------------------------------------- */

#top_rated {
	background: url(./images/sidebar.png) no-repeat 0 0;
	overflow: hidden;
	width: 219px;
	height: 286px;
	padding: 40px 10px 10px 10px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom: 30px;
}

#top_rated h2 {
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	margin-bottom: 14px;
}

#top_rated ul {
	list-style-type: none;
}

#top_rated li a {
	position: relative;
	display: block;
	background: #1B1023;
	color: #412752;
	padding: 5px 10px 7px 10px;
	margin-bottom: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#top_rated li img {
	position: absolute;
	z-index: 10;
	top: -6px;
	left: 0px;
	height: 40px;
	width: 40px;
}

#top_rated a strong, #top_rated a em {
	float: left;
	display: block;
}

#top_rated a strong {
	font-size: 20px;
	color: #3C2F44;
	width: 25px;	
}

#top_rated a em {
	font-style: normal;
	font-weight:bold;
	font-size:  13px;
	margin-left: 5px;
color:#EDD3DA;
}

#top_rated a em, #top_rated .stars {
	margin-top: 5px;
}


#top_rated .stars {
	float: right;
}

#top_rated li a:hover {
	background: #5D466C;
}

#top_rated a:hover strong {
	color: #7E6A87;
}

#top_rated a:hover em {
	color: #FFFFFF;
}

#top_rated a:hover .stars.purple {
	background-image: url(./images/whitestars.png);
}

#top_rated a.more {
	display: block;
	color: #999999;
	text-align: center;
}

#casino_articles {
	width: 100%;
	background: #F2F2F2;
	border: 1px solid #DBDBDB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#casino_articles h2 {
	border-bottom: 1px solid #DBDBDB;
	font-size: 14px;
	padding: 10px 20px;
	margin-bottom: 10px;
	background: #E6E6E6;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 6px;
}

#casino_articles ul {
	margin: 0 10px 10px 10px;
	list-style-type: none;
}

#casino_articles li a {
	display: block;
	padding: 10px 10px 10px 35px;
	margin-bottom: 5px;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

#casino_articles li a em {
	display: block;
	font-style: normal;
	color: #555555;
	font-size: 11px;
}

#casino_articles li a:hover {
	background: #E2E2E2 url(./images/rightarrow.png) no-repeat 15px 50%;
	font-weight: bold;	
}

#casino_articles li a:hover em {
	font-weight: normal;
}

/* blogpost
--------------------------------------------- */

.blogpost, #comments, #reply {
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.blogpost h1, .blogpost h2 {
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 24px;	
}

.blogpost h3 {
	margin-bottom: 5px;
}

.blogpost h1 {
	color: #2D2D2D;
	margin-bottom: 10px;
	font-size: 28px;
}

.blogpost img {	
	margin: 15px 0 20px 0;
	opacity: 1;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-o-box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	box-shadow: 1px 1px 4px rgba(0,0,0,.5);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
	
.blogpost a:hover img {
	opacity: .8;
}

.blogpost p {
	margin-bottom: 10px;
}

.blogpost .post-content {
	margin-bottom: 20px;
}

.blogpost .post-content img {
	position: relative;
	top: -10px;
}

.blogpost  ul
{
margin-left:30px;
}

.blogpost footer {
	border-top: 1px solid #4F3660;
	padding-top: 10px;
	font-size: 12px;
	color: #6D6D6D;
}


/* comments */
#comments h2, #reply h2 {
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: normal;
}

.commentlist {
	list-style-type: none;
}

.commentlist li {
	border-bottom: 2px solid #4F3660;
	margin-bottom: 20px;
}

.commentlist li:last-child {
	margin-bottom: none;
	border-bottom: none;
}

.meta {
	font-size: 11px;
	color: #6D6D6D;
	margin-bottom: 5px;
}

.commentlist h3 {
	font-size: 15px;
	font-weight: normal;
}

.commentlist p {
	font-size: 12px;
}

.commentlist img {	
	border: 5px solid #4F3660;
}

.gravatar {
	float: left;
	width: 55px;
}

.comment-body {
	margin-left: 75px;
}



/* wordpress generated classes
--------------------------------------------- */

.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.alignleft, .alignright {
	margin-bottom: 20px;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

.wp-caption {
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {}

.wp-caption p.wp-caption-text {}

 
/* misc. 
--------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	text-align: center;
}

hr, .hide {
	display: none;
	visibility: hidden;
}

img {
	max-width: 100%;
}

a img {
	border: none;
}	

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
    
* html .group { /* IE6 */
  height: 1%;
}

*:first-child+html .group { /* IE7 */
  min-height: 1px;
}  

img .central
{
	display:block;
	margin-left:auto; 
	margin-right:auto;
}

img .centralNoBorder
{
	display:block;
	margin-left:auto; 
	margin-right:auto;
	border:0px;
}

img. floatLeft
{
	float:left;
}

p img.central
{
	display:block;
	margin-left:auto; 
	margin-right:auto;
	margin-top: 30px;
}

.figureTextCentered
{
	text-align:center;
	margin-top:-21px;
	margin-bottom:12px;
}


.figureTextCenteredTiny
{
	text-align:center;
	margin-top:-21px;
	margin-bottom:12px;
	font-size:10px;
}
   