/*
	Theme Name: Strawberry Bookworm
	Theme URI: http://www.scribbledwall.com
	Description: Designed by Frankie Biscuit. Please do not steal.
	Version: 1.0
	Author: Frankie Biscuit
*/

body{
	text-align: left;
	background:#060100 url("graphics/contactpic.png") no-repeat bottom left;
	height:100%;
	color:#b8aea8;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:.7em;
	margin:0px;
}

body a{
	text-decoration:none;
	color:#FF1200;
}

img{
	border-style: none;
}

span
{
	display: none;
}

.header {
	background:#000;
	border-bottom:#80716d solid 1px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left:90px;
	font-size:.9em;
}

.header a{
	color:#ac958e;
	margin-right:8px;
}

.header a:hover{
	color:#FF1200;
}

.content{	
}

.entrytitle{
	width:214px;
	height:80px;
	display:block;
	background: url("graphics/contacttitle.gif") no-repeat bottom left;
	margin-top:0px;
	margin-left:80px;
}

.breaker{
	clear:both;
	padding-bottom:50px;
}

.textking{
	font-size:1.9em;
	margin:0;
	line-height:1.3em;
	letter-spacing:.05em;
}

.textknight{
	font-size:1.25em;
	line-height:1.6em;
	letter-spacing:.1em;
	margin:0;
}

.textsquire{
	color:#6e5852;
	font-size:.95em;
	line-height:1.9em;
	padding-bottom:30px;
	letter-spacing:.1em;
	margin:0;
}

.hearto {
	height:22px;
	width:20px;
	margin-left:130px;
	background:url("graphics/contactheart.png") no-repeat top left;
	clear:both;
}

.textpeasant{
	color:#6e5852;
	text-align:center;
	letter-spacing:.1em;
}

.footer {
	clear:both;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-right:20px;
	font-size:.8em;
	bottom:0;
	right:0;
	position:absolute;
}

.footer a{
	color:#6e5852;
}

.footer a:hover{
	color:#FF1200;
}

/*####################### ROLL OVER NAV BUTTONS #################################*/
#headerimage
{
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	margin-top:6px;
	margin-left:50px;
	display: block;
	width: 25px;
	height: 21px;
	background: url("graphics/contactpresent.png") no-repeat 0 0;

}

#headerimage:hover
{ 
	background-position: 0 -21px;
}

#headerimage span
{
	display: none;
}
/*#############################################################################*/

/* Begin Form Elements */

.messagebox {
	color:#ac958e;
	width:300px;
	float:right;
	font-family: Georgia, 'Times New Roman', serif;
	padding:20px;
	margin-right:40px;
	margin-top:-20px;
	background:#060100;
}

.messagebox a:hover{
	text-decoration:underline;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#respond {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	padding-top:1px;
	padding-bottom:40px;
	margin-top:0px;
	letter-spacing:-0.1em;
}

.replylabels{
	float:left;
	color:#6e5852;
}

.replylabels p{
	margin-top:0px;
	margin-bottom:17px;
}

.replyboxes{
	float:right;
	padding-right:0px;
	margin-right:0px;
	width:185px;
}

.replyboxes input{
	background:#1e0404;
	color:#ac958e;
	border:none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width:350px;
	width:185px;
	padding:3px;
	margin-bottom:10px;
}

.messagebreak {
	clear:both;
	padding-top:0px;
	color:#6e5852;
}

.messagebreak textarea {
	clear:both;
	width:300px;
	background:#1e0404;
	color:#6e5852;
	border:none;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin-top:10px;
}

#submit {
	float:right;
	margin-right:5px;
	}
/* End Form Elements */