/*
File:			custom.css
Description:	Custom styles for Thesis
*/

img#wpstats{
width:0px;
height:0px;
overflow:hidden;}

body.custom {
font-family: Rockwell, Georgia, Palatino, "Times New Roman", serif;
background: #b09f87 url(images/cardboard_tile.jpg) repeat;
}

.custom #page {
/* 	background: #FFF9EF; */
}

.custom .format_text a, .custom .format_text a:visited { color: #901a1c; }
.custom .sidebar a, .custom .sidebar a:visited { color: #901a1c; }
.custom .postnav a, .custom .postnav a:visited { color: #901a1c; }
.custom #comments a, .custom #comments a:visited { color: #901a1c; }


.custom #container{
	background-color: #FFF;
	border-left: gray 2px solid;
	border-right: gray 2px solid;
}

.custom .sidebar input[type="text"] {
font-family: Rockwell, Georgia, Palatino, "Times New Roman", serif;
}

.custom #header{
background: #b09f87 url(images/cardboard_tile.jpg) repeat;
	border: gray 1px solid;
	height: 90px;
}

.custom #logo a {
display:block;
text-indent: -9999px;
height:70px;
width:813px;
background:url(images/logo_header_white.png) right 10px no-repeat;
}

.custom #playpen_logo a {
display:block;
text-indent: -9999px;
height:70px;
width:813px;
background: url(images/playpen_logo_header.png) right 10px no-repeat;
}


.custom #header #tagline {
color: #000;
font-size: 1.55em;
text-align: right;
}


