/*
Theme Name: The online Bingo
Theme URI: http://www.theonline-bingo.com/
Description: http://www.theonline-bingo.com
Version: 1.0
Author: Yoav Matchulsky
*/


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

/* post header when not a link */
h2 {
	font-size: small;
	font-weight: bold;
	margin: 10px 0 0 5px;
}

h2 .title_with_bullet {
	vertical-align: super;
}

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


/* read more link in main page */
.readmore a:link, .readmore a:visited {
	color: #000099;
	font-size: small;
	font-weight: bold;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #FF6D00;
	color: #000099;
	text-align: center;
	font-size: small;
	}

#page {
	text-align: left;

	background-color: #fff601;
	margin: 0px auto;
	padding: 0px;
	width: 761px;
	border: 1px solid #959596;
}

#header {
	padding: 0;
	height: 149px;
	width: 761px;
	margin: 0 0 0 0px;
}
#middle {
	width: 761px;
}

#side_links {
	float: left;
	width: 150px;
	height: 200px;
	margin-left: 10px;
	padding-left: 10px;
}

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

#content {
	float: right;
	width: 555px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-right: 10px;
	border: 2px solid #959596;
}


#bottom_links {
/*	border: 2px solid #959596;*/
	clear: both;
	width: 741px;
	padding: 10px;
	margin: 10px 0 0px 10px;
	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;
}

#footer {
	border: none;
	}

/* End Typography & Colors */
	
.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: red;
}
#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;
	font-weight: bolder;
	color: #000099;
}
/* 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;
}
