/*
Theme Name: The Online Roulette
Theme URI: http://www.theonline-roulette.com/
Description: theonline-roulette.com
Version: 1.0
Author: Yoav Matchulsky :: yoav@matchulsky.com
*/


/* Begin Typography & Colors */
a:link, a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	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: #CCCCCC;
	font-size: large;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	background: black;
	padding: 5px;
	margin: 10px 0 0 5px;
}
.post h2 {
	background: #872439;
}

.date {
	font-weight: bold;
	padding-left: 10px;
}

h2 .title_with_bullet {
/*	vertical-align: super;*/
}

.readmore a {
	font-size: small;
	font-weight: bold;
}

/* End Typography & Colors */


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

#page {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	text-align: left;
	background: #872439;
	border: 1px solid #cccccc;
}

#header {
	margin: 0 0 10px 0px;
	padding: 0;
	height: 229px;
	width: 800px;
}

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

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

#content {
	float: right;
	width: 555px;
	margin: 0px;
	padding: 0px;
/*	background: #7f0504;*/
	padding-bottom: 10px;
	margin-right: 10px;
/*	border: 1px solid black;*/
}

#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: 760px;
	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;
}
