/*
Theme Name: Casino Online Live
Theme URI: http://www.casino-onlinelive.com/
Description: casino-onlinelive.com
Version: 1.0
Author: Yoav Matchulsky
*/


/* Begin Typography & Colors */
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

/* post header when its a link */
#content .post h2 a, .post h2 a, h2 a, h2 .title_with_bullet a {
/*	color: #E3A572;*/
	color: #ffffff;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: small;
	font-weight: bold;
	padding: 5px;
	margin: 10px 0 0 5px;
}

.post h2 {
	background: #225E92;
}

h2 .title_with_bullet {
	vertical-align: super;
}

.date {
	padding-left: 5px;
	font-weight: bold;
	float: right;
}
.readmore a {
	font-size: small;
	font-weight: bold;
}

/* End Typography & Colors */


/* Begin Structure */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
}

#page {
	margin: 0px auto;
	padding: 0px;
	width: 806px;
	text-align: left;
	background: url(images/bg.png);
}

#header {
	margin: 0 0 10px 0px;
	padding: 0;
	height: 258px;
	width: 806px;
}

#middle {
	width: 806px;
}
#side_links {
	float: left;
	width: 150px;
	height: 200px;
/*	background: #7f0504;*/
	margin-left: 10px;
	padding-left: 10px;
	
	position: relative;
	left: -40px;	
}

/* related sites */
#side_links h2, #bottom_links h2 {
	font-size: 12px;
	padding-left: 10px;
}

#content {
	float: right;
	width: 540px;
	margin: 0px;
	padding: 0px;
/*	background: #7f0504;*/
	padding-bottom: 10px;
	margin-right: 10px;
	
	position: relative;
	left: -120px;
}

#bottom_links {
	clear: both;
	position: relative;
	top: 10px;
	left: 20px;
	width: 735px;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#side_links ul {
	margin: 0;
	padding: 0; 
	list-style-type: disc;
	list-style-position: inside;
}

#bottom_links ul {
	margin: 0px;
	padding: 10px;
}
#bottom_links ul li {
	display: inline;
}
.entry {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post {
	margin: 0 0 0px;
	text-align: justify;
}

#pager {
	text-align: center;
}

#pager a {
	font-size: small;
	font-weight: normal;
}

#pager_curr_page {
/*	color: black;*/
	font-weight: bold;
}

#footer {
	padding: 0;
	margin: 5px auto;
	width: 806px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #CCCCCC;
	text-decoration: none;
}

/* End Structure */


/* img classes */
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered, img.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
a img {
	border: none;
}
/* End Images */

hr {
	width: 80%;
	margin: 20px auto;
	text-align: center;
}

