/* basics */

/* reset */
* {
margin: 0;
padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
display: block;
}

/* standard body */
body {
margin: 0 auto;
width: 960px;
font: 14px/20px "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
background: #a9a9a9 url("images/bg.png") repeat;
}

/* standard alignments */
.alignleft {
float: left;
}

img.alignleft {
margin: 2px 10px 0 0; 
}

.alignright {
float: right;
}

img.alignright {
margin: 5px 0 0 10px; 
}

.center {
text-align: center;
}

/* Hx tags */

h1 {
font-size: 40px;
font-family: Garamond, Georgia, Times, "Times New Roman", serif;
padding: 20px 0;
}

h2 {
font-size: 24px;
padding: 20px 0;
}

h2 a {
color: #C10909;
}

h2 a:hover {
color: #000;
}

h3 {
font-size: 18px;
color: #000;
padding-bottom: 3px;
border-bottom: #C10909 1px solid;
margin-bottom: 10px;
}

p {
padding-bottom: 20px;
}

/* header */

header {
margin-top: 10px;
background: #000;
height: 140px; /* for IE */
min-height: 140px; /* for not-IE */
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

header .games_casino_logo {margin:18px; display:block; position: absolute;}

header h1 {
color: #171515;
clear: right;
float: right;
color:#cdcdcd;
font-size: 15px;
display:block;
width:350px;
margin: 15px 0 0 0;
}

header h2 {color: #171515;
clear: right;
float: right;
color:#cdcdcd;
font-size: 11px;
width:350px;
margin: -35px 0 0 0;
}

/* nav */

nav {
background: #000;
margin: 0 auto;
width: 960px;
display: block;
border-top: 1px solid #FFF;
float: left;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

nav .menu {
font-size: 13px;
font-weight: bold;
margin-left: 12px;
}

nav .menu ul {
list-style: none;
margin: 0;
}

nav .menu li {
float: left;
position: relative;
}

nav .menu a {
display: block;
text-decoration: none;
color: #FFF;
padding: 0 18px;
line-height: 38px;
}

nav .menu a:hover {
color: #000;
}

/* nav 1-level dropdowns */
nav .menu li ul { 
display: none; 
}

nav .menu ul li a {
display: block;
text-decoration: none;
color: #FFF;
background: #000;
margin-left: 1px;
white-space: nowrap;
}
nav .menu ul li a:hover { 
background: #fff;
}

nav .menu li:hover ul {
display: block;
position: absolute;
width:auto;
}

nav .menu li:hover li {
float: none;
width:auto;
}

nav .menu li:hover a { 
background: #000;
text-decoration: none;
}

nav .menu li:hover li a:hover { 
background: #fff;
text-decoration: underline;
}

/* content and sidebar layout */

#content {
float: right; 
width: 610px; 
margin:10px 0 10px 0; 
padding:5px 20px 5px 20px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
min-height:1690px;
}

#content h1,h2,h3,h4,h5,h6
{ font-size:14px }

#content ol li {margin-left:30px; padding:3px;}
#content ul li {margin-left:30px; padding:3px;}
#content .ul2 li { margin-left:60px; list-style: square;}
#content .nopad li {padding:0px;}

aside {
float: left;
text-align: left; 
width: 300px; 
margin:0; 
padding:0;
}

/* article */

.articlecontent h5 a {color:#C10909; text-decoration:underline;}
.articlecontent h5 a:hover {color:#000; text-decoration: underline;}

.articlecontent p a {
color: #C10909;
}

.articlecontent p a:hover {
color: #000;
}

/* box shadow on pics */
.articlecontent img {
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

.articlecontent .noeffects {
-webkit-box-shadow: none;
-moz-box-shadow: none;
}

/* sidebar */
aside section {
margin: 10px 0 0 0;
padding: 10px 15px;
background-color: #fff;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

aside section ul {
margin: 0 0 0 20px;
list-style-image: url(images/redarrow.gif);
color: #C10909;
}

aside section ul li a {
display: block;
text-decoration: none;
color: #000;
}

aside section ul li a:hover {
background-color: #C10909;
color: #fff;
}

aside section.home {height:1270px; min-height:1270px;}

aside section.internal {height:1000px; min-height:1000px;}

aside section img {padding:1px; border: 1px solid #333;}

/* footer */
footer {
clear: both;
float: left;
background: #222;
width: 960px;
color: #fff;
margin-bottom: 10px;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}

footer p {
text-align: right;
font-size: 11px;
padding-right: 20px;
}

footer a {
color: #999;
}

footer a:hover {
color: #FFF;
text-decoration: none;
}
