@charset "utf-8";

body,td,th {
	color: #000;
}
img{
	border: 0;	
}
#maintable td,th {
	color: #000;
	text-align:justify;
}
body {
	background-color: #fdf4e0;
}
#page{
	width:925px;
	margin:auto;
}
#bigpic{
	background:url(assets/header1.jpg) no-repeat;
	width:739px;
	height:392px;
}
.postmetadata{
	background-color:#e9dfc2;	
	font-size: 12px;
	height:autopx;
	padding:4px;
	border: 1px solid #c0b79d;
}
.postmetadata a{
	text-decoration:none;
}
.postdate{
	font-size: 12px;
	color: #999;
}
a, entry a {
	color:#b42b45;
}
a.more{
	text-align:right;	
	display:block;
	font-style:italic;
}

h2.postheader a{
	font-family: Impact, "Arial Black", Gadget, sans-serif;	
	_letter-spacing: 0.1em;
	font-weight:normal;
	color: #000;
	text-decoration:none;
	text-transform:uppercase;
}
h2.postheader a:hover{
	color: #000;
	text-decoration:underline;
}

h2.postheader a.red{
	font-family: Impact, "Arial Black", Gadget, sans-serif;	
	_letter-spacing: 0.1em;
	font-weight:normal;
	color: #b42b45;
	text-decoration:none;
	text-transform:uppercase;
}
h2.postheader a.red:hover{
	color: #b42b45;
	text-decoration:underline;
}


#faves_header{
	width: 167px;
	height:27px;
	background:url(assets/faves_header.gif) no-repeat;
}
#highlights{
	background: #fff;
	width: 153px;
	height:356px;
	overflow:auto;
	padding:5px;
	margin-right: 10px;
	border-left:solid 2px #999;
	border-bottom:solid 2px #999;
	border-right:solid 2px #999;
	color: #b42b45;
	font-size:12px;
}
#blogposts{
	width: 350px;
	height:1000px;
	overflow:auto;
	padding:5px;
}


.nav {
	color: #FFF;
	text-decoration:none;
}
#navtable td{
	padding:2px;
}
#navtable{
	margin-bottom: 10px;	
	background-color:#b42b45;
}
#celebs{
	background:url(assets/celebs.jpg) no-repeat; 	
	background-position: 4px 4px;
	height:62px;
	padding:8px;
	padding-top:182px;
}
hr.black{
	border:none;
	_height:1px;
	color:#000;
	background-color:#000;
}
hr.gray{
	border:none;
	height:1px;
	color:#000;
	background-color:#999;
	margin-bottom: 5px;
}
hr.red{
	border:none;
	_height:1px;
	color:#b42b45;
	background-color:#b42b45;
}
.red{
	color:#b42b45;	
}
.black{
	color:#000000;	
}
.white{
	color:#ffffff;	
}
.gray{
	color:#999999;	
}
.impact{
	font-family: Impact, "Arial Black", Gadget, sans-serif;	
	letter-spacing: 0.1em;
}
#maintable{
	margin-top: 10px;	
	border:solid 2px #999;
	border-collapse:collapse;
}
.rightborder{
	border-right:solid 2px #999;	
}
.bottomborder{
	border-bottom:solid 2px #999;	
}
.small{
	font-size:12px;	
}

.weather_info{
	padding-left: 4px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
}
.weather_info a{
	color:#999;
}
h2.red{
	font-family: Arial;	
	font-weight: bold;
	color:#b42b45;	

}

#celebs_wrapper{
	position: relative;
	width:500px;
	height:480px;
	margin:0 auto;
}
#celebs_nav{
	margin:0 auto;
	width: 720px;
	height:120px;
	overflow:auto;
	white-space:nowrap;
}
#celebs_nav img{
	border:0;
	margin-left:6px;
	margin-right:6px;
}
#celebs_img_div{
	position:absolute;
	z-index:100;
	margin: 0 auto;
	width:500px;
	height:480px;
}
#celebs_frame_div{
	position:absolute;
	z-index:200;
	margin: 0 auto;
	width:500px;
	height:480px;
}
#celebs_name{
	position:absolute;
	z-index:300;
	margin: 0 auto;
	width:auto;
	height:auto;
	font: 18px "Arial Black", Gadget, sans-serif;
}
#celebs_shadow_div{
	position:absolute;
	z-index:50;
	margin: 0 auto;
	width:500px;
	height:480px;
}
td#celebs_frame, td#celebs_img, td#celebs_shadow{
	text-align: center;
	
}

#twitterfeed li{	
	font-size: 12px;
	list-style: none;
	border: dashed 1px #928769;
	padding: 12px;
	padding-top: 6px;
	background: #ffe;
}
.entry-meta{
	_background-color:#e9dfc2;
	font-size: 10px;
	display:block;	
}
a.twitterwidget-title{
	font-family: Impact, "Arial Black", Gadget, sans-serif;	
	color: #b42b45;
	_letter-spacing: 0.1em;
	font-weight:normal;
	text-decoration:none;
}



#searchform div label{
	display: none;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 {
	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;
	}
/* End Images */
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
