*
{
	margin: 0px;
	padding: 0px;
}

ul
{
    list-style: none;
}

body 
{
	font-size: 11px;
	margin: 0px;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(img/bg.gif);
	background-repeat: repeat-x;
}

#wrap
{
	width:1072px;
	margin: 0px auto;
	padding: 0 0;
}


                         /***************************************************
                         *********************** Blogtitle **************
                         *****************************************************/

#blogtitle
{
	height: 150px;
	background-image: url(img/bg-header.png);
	background-position: 27px;
	background-repeat: no-repeat;
	display: block;
	color: #ffffff;
	text-align: left;
	padding: 5px 0 0 0;
	text-align: left;
}

#blogtitle a:link {
	color: #FF0000;
	text-decoration: none;
	border: none;
}

#blogtitle a:hover {
	color: #FF6600;
	text-decoration: none;
	margin-left: 0;
}

#blogtitle ul 
{
	margin:0;
	padding:0;
	padding-top: 5px;
	padding-left: 14px;
}

#blogtitle li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
	border-color:#6F7076;
}


#blogtitle .marquee 
{
	color: #ffffff;
	padding: 7px 0 0 290px;
	width: 500px;
}

                         /***************************************************
                         *********************** Container **************
                         *****************************************************/
#container
{
	clear:left;
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0;
	width: 990px;
	background: url(img/container.png);
	background-repeat: repeat-y;
}

#left
{
	float:left;
	width: 696px;
	padding-left: 10px;
}

#right
{
	float:right;
	width: 265px;
	padding-right: 10px;
	padding-top: 15px;
}

#intro
{
	float: right;
	display: block;
	background-image: url(img/intro.png);
	background-repeat: no-repeat;
	width: 690px;
	height: 215px;
	margin-top: 25px;
	text-align: left;
	color: #FFFFFF;
}


                         /***************************************************
                         *********************** Left Sidebar Container *******
                         *****************************************************/
#leftnav
{
	float: left;
	width: 186px;
	margin: 0;
	margin-top: 15px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align: left;
}


                         /***************************************************
                         *********************** Right Sidebar Container *******
                         *****************************************************/

#rightnav
{
	width: 265px;
	margin: 0;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: left;
}

                         /***************************************************
                         *********************** Content **************
                         *****************************************************/
#content
{
	float: right;
	display: block;
	width: 510px;
	text-align: left;
	padding-top: 25px;
}



                         /***************************************************
                         *********************** Footer **************
                         *****************************************************/

#footwrap
{
	font-family: Arial, Helvetica, sans-serif;
	clear:both;
	color: #2d2d2d;
	font-weight: normal;
	background: url(img/footer.png) bottom;
	
	height:60px;
}

#footwrap p
{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align:center;
}

#footwrap a:link {
	color: #152A2F;
	text-decoration: none;
	border: none;
	font-weight: bold;
}
#footwrap a:hover, #footwrap a:visited:hover, #footwrap a:visited {
	color: #E5CFAB;
	text-decoration: underline;
	border: none;
}


                         /***************************************************
                         *********************** Left Sidebar **************
                         *****************************************************/
#sidebarleft
{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: none;
	padding: 0px 12px 0 2px;
}

#sidebarleft ul
{
    list-type: none;
}

#sidebarleft li
{
	border-bottom:1px dotted #ffffff;	
}

#sidebarleft li.menu
{
	background:url(img/bg-side-li.png) no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	border-right: none;
	border-left: none;
	border-bottom: none;
	margin-bottom: 10px;
}


#sidebarleft ul li
{
	padding-left: 18px;
	margin-left: 10px;
	margin-right: 14px;
	padding-bottom: 2px;
	background:url(img/li.png) top left no-repeat;
}

#sidebarleft ul li li
{
	padding-left: 0;
	margin-left: 8px;
	margin-right: 3px;
	padding: 2px 0;
}

#sidebarleft a:link, #sidebarleft a:visited{
	color:#0046C0;
	text-decoration: none;
	border: none;
}

#sidebarleft a:hover, #sidebarleft a:visited:hover {
	color: #000000 !important;
	border: none;
}

#sidebarleft .title {
	font-family: Arial, sans-serif;
	color: #144B9F;
	text-align: center;
	font-size: 12px;
	height: 19px;
	padding: 4px 4px 10px 4px;
	margin-top:8px;
	background:url(img/h2l.png) top right no-repeat;
}

#sidebarleft .title3 {
	font-family: Arial, sans-serif;
	color: #144B9F;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	height: 19px;
	padding: 4px 4px 10px 4px;
	margin-top:8px;
	background:url(img/titlel.png) top right no-repeat;
}

#sidebarleft .title2 {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 14px;
	padding: 4px 8px 10px 10px;
	margin-top:8px;
}

#sidebarleft p
{
    padding: 3px;
}

.sidebar-left
{
	widht: 174px;
	height: 376px;
	margin-left: 7px;
	padding: 10px;
	color: #ffffff;
	background:url(img/bg-left-content.png) no-repeat;
}


                         /***************************************************
                         *********************** Right Sidebar **************
                         *****************************************************/

#sidebarright
{
	font-family: Arial, sans-serif;
	color: #ffffff;
	background: none;
	padding: 0 2px  0px 2px;
}

#sidebarright ul
{
    list-type:none;
}

#sidebarright li
{
	background:url(img/bg-lat.png) bottom no-repeat;
	padding-bottom: 30px;
}

#sidebarright li.jackpots
{
	background:url(img/bg-jackpots.png) bottom no-repeat;
	padding-bottom: 30px;
}

#sidebarright .title2
{
color: #FF3300;
font-size: 12px;
font-weight: bold;
text-align: center;
}


#sidebarright ul li
{
	padding-left: 0;
	margin-left: 2px;
	margin-right: 2px;
	padding-bottom: 2px;
}

#sidebarright ul li li
{
	padding-left: 0;
	margin-left: 2px;
	padding: 2px 0;
}


#sidebarright a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: none;
}

#sidebarright a:hover {
	color: #00CCFF;
	border: none;
}

#sidebarright a:visited:hover {
	color:#00CCFF;
	border: none;
}

#sidebarright a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#sidebarright .title {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	padding: 18px 8px 0px 16px;
	background: url(img/h2r.png) top right no-repeat;
	margin-top:8px;
}

#sidebarright .title3 {
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	height: 41px;
	padding: 18px 8px 0px 16px;
	background: url(img/titler.png) top right no-repeat;
	margin-top:8px;
}

#sidebarleft p
{
padding: 3px;
}

#leftnav p, #rightnav p { margin: 0 0 1em 0; }

.frame {
	padding: 2px;
	color: #ffffff;
}

.bonus {
background-image:url(img/bg-bonus.png);
margin: 0px 0 0 6px;
padding-top: 8px;
text-align:center;
width: 118px;
height: 22px;
}

.bonus a{
	color: #030F47 !important;
	text-transform: uppercase;
	text-decoration:underline;
}

.bonus a:hover{
	color: #333333 !important;
	text-decoration:underline;
}



                         /***************************************************
                         *********************** Paragraph **************
                         *****************************************************/

p
{
margin-bottom: 12px;
margin-top: 12px;
}

                         /***************************************************
                         *********************** Blockquote ********************
                         *****************************************************/

blockquote
{
margin: 0px 0px 0px 30px;
padding: 0px 25px 0px 0px;
font-style: italic;
color: #999;
border-left: 4px solid #480000;
}


                         /***************************************************
                         *********************** Post Metadata ****************
                         *****************************************************/

.postmetadata
{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin: 10px auto 10px auto;
	padding: 5px 8px 8px 0;
	text-align: left;
	color:#003399;
	width:98%;
	background-color: #CCCCCC;
}


#content .postmetadata
{
padding-left: 10px;
}

.postmetadata a:link, .postmetadata a:visited
{
	border: none;
	color: #333333;
	font-weight: normal;
}

.postmetadata a:hover, .postmetadata a:visited:hover
{
	border: none;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}


                         /***************************************************
                         *********************** Links ********************
                         *****************************************************/

a:link, a:visited
{
	color: #0D3A7B;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover
{
	text-decoration: underline;
	color: #333333 !important;
}


a img 
{
border:none;
background:none;
padding:5px;
}

#feed, #feed img a:link, #feed img a:visited
{
border: none;
}


                         /***************************************************
                         *********************** Comments ********************
                         *****************************************************/

.commentlist
{
padding-left: 40px;
padding-right: 15px;
color: #000000;
}

.commentlist li
{
	margin: 8px 10px 8px 15px;
	padding-left: 12px;
	list-style: none;
	margin-bottom: 2px;
	background-color: #FFFFFF;
}

.commentlist li ul li
{
border: none;
}

/*li.alt
{
border-bottom: 2px solid #D8A860;
}*/

.commentlist cite
{
padding: 2px 3px 1px 3px;
}

.commentlist p
{
padding: 5px 5px 2px 3px;
margin-bottom: 5px;
}

.commentlist a:link
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #E0A915;
}

.commentlist a:visited
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #152A2F;
}

.commentlist a:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #152A2F;
}

.commentlist a:visited:hover
{
border: none;
text-decoration: underline;
font-weight: bold;
color: #152A2F;
}


.commentmetadata a:link, .commentmetadata a:hover, .commentmetadata a:visited
{
padding-left: 20px;
text-decoration: none;
color: #E0A915;
}

.commentnumber {
font: italic normal 14px 'Times New Roman', Times, serif;
margin-top: 2px;
float:right;
color: #E0A915;
font-size: 28pt;
}

#comment
{
width:80%;
}

                         /***************************************************
                         *********************** Headings**************
                         *****************************************************/


h3, h1
{
	font-family: Arial, sans-serif;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0 4px 15px;
	margin: 0px 20px 15px 10px;
	text-align: left;
	background-image:url(img/h3c.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

h3, h1 a:link, h3, h1 a:visited
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

h3, h1 a:hover, h3, h1 a:visited:hover
{
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
}


                          /*Miscellaneous*/
.date {
font-size: 14px;
float: right;
text-transform: uppercase;
letter-spacing: -2px;
padding: 0 5px;
margin-top: 12px;
text-align: center;
color: #480000;
border: 1px groove #D8A860;
background: #E5CFAB url(img/date.png) no-repeat;
}

.welcome {
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
padding: 0 10px 3px 10px;
}

.toplist {
margin-bottom: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
padding: 0 10px 3px 10px;
}

.bg-list {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: justify;
padding: 10px;
background: url(img/bg-list.jpg) no-repeat bottom;
height: 80px;
}



.casino td {
vertical-align:top;
}

.casinolast {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
text-align:justify;
padding-top: 10px;
padding-bottom: 10px;
}



.casinolast td {
vertical-align:top;
}


.title {
font-size: 14px;
font-weight:bold;
padding-left: 6px;
padding-bottom: 2px;
background-image:url(img/bg-title.png);
}

.title a {
	color:#0D3A7B;
}

.title1 {
font-size: 14px;
color: #FF0000;
font-weight:bold;
padding-left: 0px;
padding-bottom: 2px;
background-image:url(img/bg-title.png);
}

.title1 a {
	color:#FF6600;
}


.content {
text-align:justify;
padding: 5px;
}

.bottom {
padding: 0 10px 0 0px;
}

.bottom a{
color: #FFFFFF;
}

.scarica {
text-align:center;
float: left;
font-size: 12px;
width: 100px;
background-image:url(img/button.png);
padding: 2px 0 3px 0;
margin-top: 15px;
margin-bottom: 5px;
}

.scarica a {
	color: #FFFFFF;
}

.scarica a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

.review {
text-align:center;
float: right;
font-size: 12px;
width: 100px;
background-image:url(img/button.png);
padding: 2px 0 3px 0;
margin-top: 15px;
margin-bottom: 5px;
margin-left: 18px;
}

.review a {
	color: #FFFFFF;
}

.review a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

.entry {
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 5px;
text-align: justify;
padding: 0 10px 3px 5px;
}

.entryhome {
font-family:Arial, Helvetica, sans-serif;
margin-bottom: 5px;
text-align: justify;
padding: 0 25px 3px 12px;
}

.entryhome img a:link {
widht: 450px;
height: 59px;
}


.post
{
display: block;
overflow:hidden;
width:98%;
margin-left:auto;
margin-right: auto;
background-image:url(img/bg-post.png);
}

.post-top
{
display: block;
overflow:hidden;
width:98%;
margin-left:auto;
margin-right: auto;
height: 20px;
background-image:url(img/bg-post-top.png);
}

.post-bottom
{
display: block;
overflow:hidden;
width:98%;
margin-left:auto;
margin-right: auto;
height: 30px;
background-image:url(img/bg-post-bottom.png);
background-position: bottom;
}


                    
code
{
display: block;
margin: 10px 30px 0 30px;
padding: 2px 10px 5px 10px;
border-top: 4px solid #333;
color: #FFFFE8;
background: #480000;
}


/* navigation
--------------------------------------------------*/
#navigation 
{
margin-left:auto;
margin-right:auto;
width: 990px;
overflow: hidden;
height:27px;
line-height:1.6em;
background-image:url(img/bg-menu.png);
margin-bottom: 0;
padding-bottom: 5px;
}

#navigation ul 
{
margin:0;
padding:0;
padding-left: 24px;
padding-top:7px;
}

#navigation li {
float:left;
margin:0 1px 0 1px;
padding:1px;
list-style-type:none;
white-space:nowrap;
background-color: #0D3A7B;
}

#navigation li:hover {
	float:left;
	margin:0 1px 0 1px;
	padding:1px;
	list-style-type:none;
	white-space:nowrap;
	background-color: #CCCCCC;
}

#navigation li a 
{
display:block;
padding:0 18px;
font-size:0.8em;
text-transform:uppercase;
letter-spacing:1px;
}

#navigation form 
{
float:right;
height:100%;
width:164px;
padding:0 15px;
line-height:0;
}

#navigation form fieldset 
{
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s 
{
height:1.5em;
width:115px;
margin:0 5px 0 0;
padding:0;
border:1px solid;
font-size:0.8em;
vertical-align:middle;
}

#navigation #searchbutton 
{
height:2em;
width:auto;
padding:0 1px;
font-size:9px;
letter-spacing:1px;
text-align:center;
vertical-align:middle;
}


#navigation li 
{
border-color:#7F7F7F;
}

#navigation a 
{
color:white;
font-weight: bold;
}

#navigation .selected,
#navigation .current_page_item,
#navigation a:hover
{
	color: #0D3A7B !important;
	text-decoration: none;
}


/******************Calendar**************/
#wp-calendar 
{
empty-cells: show;
margin: 10px auto 0;
width: 160px;
}

#wp-calendar #next a 
{
padding-right: 10px;
text-align: right;
}

#wp-calendar #prev a 
{
padding-left: 10px;
text-align: left;
}

#wp-calendar td 
{
padding: 2px 0;
text-align: center;
}

#wp-calendar th 
{
/*padding: 3px 0;*/
text-align: center;
}

#wp-calendar caption 
{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}

img 
{	
border:none;
}

.alignright {
text-align: right;
}

.alignleft {
text-align: left
}

.navigation {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 0;
}

.wp-smiley
{
padding: 0;
}

.textwidget
{
margin: 2px 5px 2px 5px;
}

/****Rounded corners********/
.roundcont {
	background-color: #CCCCCC;
	margin: 10px 30px 10px 10px;
	width: 89%;
}

.roundcont1 {
	background-color: #CCCCCC;
	margin-top: 10px;
}

.postmetadata1
{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin: 10px auto 10px auto;
	padding: 5px 8px 8px 0;
	text-align: left;
	color:#ffffff;
	width:98%;
	background-color: #CCCCCC;
}

.postmetadata2
{
	font-family: Arial, Helvetica, sans-serif;
	display:block;
	margin: 10px auto 10px auto;
	padding: 8px;
	text-align: justify;
	color:#ffffff;
	background-color: #CCCCCC;
}

.postmetadata2 a
{
	color: #FFFFCC;
}

.postmetadata2 a:hover
{
text-decoration: underline; 
}

.roundcont p {
	margin: 0 10px;
}

img.corner {
   width: 5px;
   height: 5px;
   border: none;
   display: block !important;