html, body { margin: 0; padding: 0; }
body {font-family: Verdana, Helvetica, sans-serif;font-size: 13px;text-align: center;padding-bottom: 20px;color: #333;}
body * {margin: 0px; padding: 0px;}
/*Link Styles*/
a, a:visited, a:active {text-decoration: underline;}
a:hover {text-decoration: none; background-color: #e8ece8;}
/*Text Elements*/
p, ul, ol, blockquote {color: #333;}
ol, ul {margin: 5px 35px;}
blockquote {margin: 5px 0px 5px 10px;padding: 0px 0px 0px 10px;border-left: 1px solid #999;}

img { border: 0px; background: none; }

p {

	padding: 10px 0px;

	margin: 0px;

}



p.slot {

    font-size: 12px;

    font-family: Georgia, Arial, Helvetica, sans-serif;

	}

/*********************************************

		Header Styles

*********************************************/

h1, h1 a, h1 a:visited { /* This style used as title on single posts and pages */

	font-family: Arial, Helvetica, sans-serif;

	font-size: 21px;

	font-weight: bold;

	padding: 10px 0px 5px 0px;

	margin: 0px;

	color: #6B030B;

	text-decoration: none;

}

h4 { /* This style used as header in the sidebars */

	background: url(images/red-stripe.gif) repeat-x;

	font-size: 15px;

	color: #FFF;

	font-family: Georgia, Helvetica, Arial, Sans-Serif;

	margin: 0px 0px 10px 0px;

	padding: 5px;

	font-weight: bold;

        text-align: center;

}

h2, h2 a, h2 a:visited { /* This style used as the post titles on homepage/archive */

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 20px;

	font-weight: bold;

	padding: 10px 0px 5px 0px;

	margin: 0px;

	color: #6B030B;

	text-decoration: underline;

}

h2 a:hover {

	color: #333;

	text-decoration: none;

}

h3, h3 a { /* This style used as title for comments and as the identifying header on archive page  */

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 20px;

	padding: 5px 0px 5px 0px;

	margin: 0px;

	color: #A80000;

	text-decoration: underline;

	text-align: center;

}



h2.arch { /* This style used as title for comments and as the identifying header on archive page  */

	font-family: Georgia, Arial, Helvetica, sans-serif;

	font-size: 24px;

	padding: 5px 0px 5px 0px;

	margin: 0px;

	color: #A80000;

	text-align: center;

    text-decoration: none;

}



h2.slots {

	font-weight: bold;

	color: #6B030B;

	text-decoration: none;

	text-align: center;

	}



h3.post {

	font-weight: bold;

	color: #000;

        text-decoration: none;

	text-align: left;

	}



/*********************************************

		Container Div

*********************************************/

#container {

	background: transparent;

	border: 0px solid #000;

	text-align: left;

    margin: 0px auto;

    width: 1150px;

    padding: 0px;

}



/*********************************************

		Header Styles

*********************************************/

#header {

	border: 0px solid black;

	background: transparent;

	margin: 0px;

	padding: 0px;

	display: block;

	position: relative;

}

/*********************************************

		Horizontal Navigaion Styles

*********************************************/

#menu {

	color: #333;

	font-size: 15px;

	font-family: Georgia, Verdana, Helvetica, Arial, Sans-Serif;

	text-align: center;

	padding: 0px 0px;

	margin: 0px;

	display: block;

}

#menu ul {

	background: transparent;

	margin: 0px;

	padding: 7px 0px 5px 0px;

	}

#menu ul li {

	display: inline;

	list-style-type: none;

	margin: 0px;

	padding: 7px 0px 5px 0px;

	}

#menu ul li a {

	color: #333;

	padding: 7px 10px 5px 10px;

	margin: 0px;

	text-decoration: underline;

        font-weight: bold;

	}

/* if you want to set a "current page item" style, do it here */

#menu ul li.current_page_item a, #menu ul li.current_page_item a:visited {

}

#menu ul li a:hover {

	color: #333;

	text-decoration: none;

	}



/*********************************************

		Content Div

*********************************************/

#content {

	float: left;

	margin: 0px;

	padding: 0px 25px 20px 25px;

	width: 600px;

	display: block;

	border: 0px solid black;

}

.post-more { 

    background-color: #920510;

    color: #fff;

    text-decoration: underline;

    font-size: 13px;

    font-weight: bold;

    text-align: right;

}

.post-more a, .post-more a:visited { 

color: #fff;

}

.post-more a:hover {text-decoration: none; background-color: #6C030B;}



#catdesk { font-family: Verdana, Helvetica, sans-serif;

	   font-size: 14px;

	   color: #000;

}



/*********************************************

		Post Meta Styles

*********************************************/

.meta-top {

	clear: both; /* we need this so floats in the post are cleared */

	padding: 5px 0px;

	margin: 0px 0px;

	background: none;

	border-top: 1px solid #999;

}

.meta-bottom {

	clear: both; /* we need this so floats in the post are cleared */

	padding: 5px 0px;

	margin: 5px 0px;

	background: none;

}

.meta-date {

}

.meta-author {

}

.meta-comments {

}

.meta-category {

}



/*********************************************

		Previous/Next Page Navigation

*********************************************/

.page-nav {

	clear: both; /* To clear any floats */

	margin: 10px 0px;

	padding: 10px 0px;

}

.nav-previous {

	width: 249px;

	float: left;

	text-align: left;

}

.nav-next {

	width: 249px;

	float: right;

	text-align: right;

}



/*********************************************

		Left Sidebar

*********************************************/

div.textwidget {color: #000; }



div.textwidget a {color: #000;

  text-decoration: underline; }



div.textwidget a:hover {

	color: #fa0f0f;

	text-decoration: underline;

}



#l_sidebar {

	font-size: 13px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	display: inline;

	float: left;

	border: 0px solid black;

	width: 200px;

	margin: 10px 0px 15px 0px;

	display: block; /* floats are handled as block elements, this is to fix

						a margin collapsing bug in IE */

}

#l_sidebar p {

	padding: 5px;

    color: #000;

}

#l_sidebar img {

	text-align: center;

}

#l_sidebar form {

	padding: 0px;

	margin: 5px;

}

#l_sidebar ul {

	list-style-type: none;

	padding: 0px;

	margin: 0px;

}

#l_sidebar ul li {

	padding: 0px 0px 10px 0px;

}

#l_sidebar ul li ul {

	padding: 0px 0px 0px 0px;

}

#l_sidebar ul li ul li {

	padding: 0px;

	margin: 5px;

}

#l_sidebar ul li ul li a {

	color: #000;

	text-decoration: underline;

}

#l_sidebar ul li ul li a:hover {

	color: #fa0f0f;

	text-decoration: underline;

}

#l_sidebar ul li ul li ul {

	padding: 0px;

	margin: 0px;

}

#l_sidebar ul li ul li ul li {

	padding: 0px;

	margin: 5px 10px 5px 5px;

}



/*********************************************

		Right Sidebar

*********************************************/

#r_sidebar {

	font-size: 13px;

	font-family: Verdana, Arial, Helvetica, Sans-Serif;

	color: #000;

	display: inline;

	float: right;

	border: 0px solid black;

	width: 300px;

	margin: 10px 0px 15px 0px;

	display: block; /* floats are handled as block elements, this is to fix

							   a margin collapsing bug in IE */

}

#r_sidebar p {

	padding: 5px;

	color: #000;

}

#r_sidebar img {

	text-align: center;

}

#r_sidebar form {

	padding: 0px;

	margin: 5px;

}

#r_sidebar ul {

	list-style-type: none;

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li {

	padding: 0px 0px 10px 0px;

    color: #000;

}

#r_sidebar ul li a{

	color: #000;

	text-decoration: underline;

}

#r_sidebar ul li a:hover {

	color: #fa0f0f;

	text-decoration: underline;

}

#r_sidebar ul li ul {

	padding: 0px 0px 0px 0px;

}

#r_sidebar ul li ul li {

	padding: 0px;

	margin: 5px;

}

#r_sidebar ul li ul li a {

	color: #000;

	text-decoration: underline;

}

#r_sidebar ul li ul li a:hover {

	color: #fa0f0f;

	text-decoration: underline;

}

#r_sidebar ul li ul li ul {

	padding: 0px;

	margin: 0px;

}

#r_sidebar ul li ul li ul li {

	padding: 0px;

	margin: 5px 10px 5px 5px;

}

.news {

	font-size: 11px;

	color: #000;

}



#other { text-align: right; 

}

/*********************************************

		Comment Styles

*********************************************/

.comments {

	padding: 8px;

}

.comments .even {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	background: #FFFFFF;

	overflow: hidden;

	border-bottom: 1px dotted #B7B7B7;

}

.comments .odd {

	margin: 5px 0px 5px 0px;

	padding: 10px;

	background: #FFFFFF;

	overflow: hidden;

	border-bottom: 1px dotted #B7B7B7;

}

#resp { font-size: 17px;

	color: #76050B;

	font-family: Georgia, Helvetica, Arial, Sans-Serif;

	font-weight: bold;

        text-align: left;

}

#res { font-size: 17px;

	color: #000;

	font-family: Georgia, Helvetica, Arial, Sans-Serif;

	font-weight: bold;

        text-align: left;

}

/*********************************************

		Footer Styles

*********************************************/

#footer {

	margin: 15px 0px 0px 0px;

	padding: 5px;

	clear: both;

	background: #FFF;

	border-top: 1px solid #697279;

	text-align: center;

	font-family: Verdana, Arial, Sans-Serif;

	font-size: 11px;

}

#footer a {

	color: #CC3333;

	text-decoration: underline;

}

#footer a:hover {

	color: #000;

	text-decoration: underline;

}



/*********************************************

		Prewie Styles

*********************************************/



#prewie {

        padding-bottom: 0px;

        padding-top: 0px;

        border: 3px dashed red;

        margin: 10px 0px 15px 0px;

        text-align: center;

}



#prewie p {

        margin: 0px 5px 0px 5px;

}



#prewie a {

        color: black;

        text-decoration: underline;

        font-size: 12px;

        font-weight: 900;

        color: green;

        font-variant: small-caps;

}



#prewie h1 {

        color: red;

        text-align: center;

        font-family: Georgia;

	font-size: 13px;

}



/* Captions */

.aligncenter,

div.aligncenter {

display: block;

margin-left: auto;

margin-right: auto;

}



.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;

line-height: 17px;

padding: 0 4px 5px;

margin: 0;

}

/* End captions */



#vabank {

text-align: center;

margin-bottom:8px;

}



#text_header {

height: 174px;

width: 1150px;

background-image: url(images/header2.jpg);

background-repeat: no-repeat;

}



h1.head {

        font-family: Georgia, Helvetica, sans-serif;

	font-size: 26px;

	font-weight: bold;

	text-align: left;

        margin-left: 15px;

	color: #fff;

	text-decoration: none;

}



.best {     

        margin-left: 600px;

        margin-top: 10px;	

}



/*********************************************

		GameBox Styles

*********************************************/



#gamebox {

        padding-bottom: 0px;

        padding-top: 0px;

        margin: 5px 0px 5px 0px;

        background-color: #33BD50;

}



#gamebox p {

        margin: 0px 0px 0px 5px;

}



#gamebox a {

        color: #c7101d;

        font-family: Georgia, 'Times New Roman', Times, serif;

        text-decoration: underline;

        font-size: 24px;

        font-weight: 900;

        margin: 35px 25px 35px 25px;

}



#gamebox img {

        margin: 10px 10px 10px 10px;

}



/*********************************************

	Online Slots Slotico Stile

*********************************************/



#slots {

        width: 550px;

        align: center;

}



#slots tr {

        font-weight: bold;

        text-align: center;

}

tr#game {text-align: right; font-weight: normal;}

/*Raiting Tables*/

.table_border { margin-top: 10px; }
.table_bg_top {color:#fff; padding-left:20px; padding-top:5px; padding-bottom:5px; text-align: center; background: url(images/red-stripe.gif) repeat-x; font-size: 15px;}
.table_bg_top span {font-family: Georgia, Helvetica, Arial, Sans-Serif;}
.td_bg {height:23px; font-family:Verdana, Geneva, sans-serif; font-size:12px; color:#000; padding-left:10px; font-weight: bold; text-align: center;border-bottom-style:double;border-bottom-width:thin;}
.style_span { padding-left:10px;}
.style_bonus {color:#0C0; font-weight:bold;}
.img_s {border:0px; padding-left:10px;}
.td_bg3 {height:40px; padding-left:10px; font-family:Verdana, Geneva, sans-serif; font-size:12px; text-align: center; vertical-align: middle;border-bottom-style:dotted;border-bottom-width:thin;}
.td_num {font-family:Verdana, Geneva, sans-serif; font-size:15px; font-weight:bold;text-align: center; vertical-align: middle;border-bottom-style:dotted;border-bottom-width:thin;background-color:#FAF3D2;}

/*Reviews Tables*/
.table_b { border-spacing: 3px; margin: 0 auto; width: 545px;}
.td_c { font-family:Verdana; font-size:12px; padding: 3px 3px 3px 3px; font-weight: bold; text-align: left; background-color: #F0F0F0; border-bottom: 1px solid #b6d1e6; border-left: 1px solid #b6d1e6;}
.td_r { font-family:Verdana; font-size:12px; padding-left: 7px; padding-right: 7px; color: #000; border-bottom: 1px solid #b6d1e6; border-left: 1px solid #b6d1e6; border-right: 1px solid #b6d1e6; }
.table_name {color:#000; padding-left:20px; padding-top:5px; padding-bottom:5px; text-align: center; font-size: 17px; border-bottom: 1px solid #b6d1e6; border-left: 1px solid #b6d1e6; border-right: 1px solid #b6d1e6; font-family: Verdana; font-weight: normal; background-color: #F0F0F0;}
.table_link {padding-left:20px; padding-top:5px; padding-bottom:5px; text-align: center; border-bottom: 1px solid #b6d1e6; border-left: 1px solid #b6d1e6; border-right: 1px solid #b6d1e6; font-family: Verdana; font-weight: bold; background-color: #F0F0F0;}
.table_link a {text-decoration: underline; color:#000; font-size: 14px;}

/*Month Casino*/
h3.month { font-size: 18px; color: #000; text-decoration: none; font-weight: bold; }
#month {text-align: center; margin:7px;}

.button {
   border-top: 1px solid #36b32b;
   background: #2eb01a;
   background: -webkit-gradient(linear, left top, left bottom, from(#17cf23), to(#2eb01a));
   background: -webkit-linear-gradient(top, #17cf23, #2eb01a);
   background: -moz-linear-gradient(top, #17cf23, #2eb01a);
   background: -ms-linear-gradient(top, #17cf23, #2eb01a);
   background: -o-linear-gradient(top, #17cf23, #2eb01a);
   padding: 8px 16px;
   -webkit-border-radius: 9px;
   -moz-border-radius: 9px;
   border-radius: 9px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 12px;
   font-family: Georgia, Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #38b52f;
   background: #38b52f;
   color: #ffffff;
   }
.button:active {
   border-top-color: #3ba12c;
   background: #3ba12c;
   }


