/*  
Theme Name: Washed-Up Celeb
Theme URI: http://www.washedupceleb.com
Description: Official WordPress theme for washedupceleb.com.
Version: 0.5
Author: Enrique Garcia
Author URI: http://www.the-exclamation.com/
Tags: blue, green, celebrities
*/

html, body {height: 100%}
body {
	font: 10pt Tahoma, Verdana, Arial, Sans-Serif;
	background: #FFF url('/_images/bg.jpg') repeat-x center top;
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0; 
}

blockquote {
	border: 1px dotted black;
	padding: 7px;
}

a, a:link, a:visited { color: #069;}
a:active, a:hover { color: #2AB; text-decoration: none; }
#footer a, #footer a:link, #footer a:visited { color: white; }
#footer a:active, #footer a:hover { color: #CF9; }

h1, h2, h3 {
	font-family: "Century Gothic";
	margin-bottom: 8px;
	}

p {
	padding: 0;
	margin: 0;
	}

#page {
	margin: 0 auto;
	padding: 0;
	height: 100%;
	text-align: left;
	width: 1024px;
}

.top {
	height: 100px;
	clear: both;
	}

#toplogo {
	width: 222px;
	height: 100px;
	background: transparent url('/_images/washedupceleb_1.jpg') no-repeat center top;
	float: left;
	}

#topad {
	width: 802px;
	height: 90px;
	padding: 5px 0;
	text-align: center;
	vertical-align: middle;
	float: left;
	}

#menubar {
	width: 1024px;
	height: 50px;
	background: transparent url('/_images/menubar.png') no-repeat center top;
	clear: both;
	}

#menubar form {
	display: inline;
	height: 40px;
	margin: 0;
	padding: 0;
	}
#menubar form input #s {
	width: 185px;
	height: 40px;
	background: transparent url('/_images/searchbg.gif') repeat-x center top;
	}

#mainbody {
	width: 640px;
	overflow: hidden;
	float: left;
	padding-top: 5px;
	}

#sidebar {
	float: left;
	width: 364px;
	padding: 5px 0 0 20px;
	overflow: hidden;
	}
#sidebar h3 {
	margin: 0 0 4px 0;
	color: #248;
	}
.cat-item { margin: 0 0 0 15px; }
.children { margin: 0 0 0 -42px; }

#recentcomments, .xoxo { margin: 0 0 0 -25px; }

.lefty, .righty {
	width: 165px;
	float: left;
	}
.righty {
	padding-left: 10px;
	}

.lrc {
	clear: both;
	height: 1px;
	border: 0;
	margin: 0;
	}

.spacer {
	clear: both;
	height: 24px;
	border: 0;
	margin: 0;
	}

.post {
	padding-bottom: 30px;
	}

.postavatar {
	float: left;
	margin: 0 10px 10px 0;
	}

.meta {
	clear: both;
	color: #257;
	font-size: 0.9em;
	font-style: italic;
	padding: 5px 12px 8px 10px;
	background-color: #def;
	}
.block {
	float: right;
	margin: 0 5px 0 30px;
	}

.ad336 {
	width: 344px;
	padding: 10px 10px 30px 10px;
	text-align: center;
	vertical-align: center;
	}

.sidebar1 {
	width: 344px;
	min-height: 100px;
	padding: 0 10px 10px 10px;
	background-color: #c2ffa8;
	}

.sidebar2 {
	width: 344px;
	min-height: 100px;
	padding: 0 10px 10px 10px;
	background-color: #e8ff73;
	}

#footer {
	clear: both;
	text-align: center;
	background-color: #1e49a4;
	color: white;
	padding: 10px 10px 20px 10px;
	}