/*
Theme Name: Katherine Howe
Theme URI: http://wordpress.org/
Description: Custom Theme for katherinehowe.com	
Version: 1.0
Author: Jefferson Rabb
Author URI: http://katherinehowe.com/
Tags: 

	Katherine Howe 1.0
	
*/



body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000078;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #2f2c2c;
	font-size: 12px;
}


a {
	font-weight: bold;
	text-decoration: none;
	color: #4f0101;
}
a:hover {
	text-decoration: underline;	
}
h2 {
	font-weight: bold;
	font-size: 19px;
}
#nav {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	height: 30px;
	overflow: hidden;
	
	
}
#nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	
	
}
#nav ul li {
	display: inline;	
	width: auto;
	height: auto;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;

}
#container {
	width: 920px;
	height: 521px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#topedge {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 920px;
	height: 41px;
	overflow: hidden;
}
#leftedge {
	position: absolute;
	top: 41px;
	left: 0px;
	width: 52px;
	height: 502px;
	overflow: hidden;
}

#rightedge {
	position: absolute;
	top: 41px;
	left: 865px;
	width: 55px;
	height: 502px;
	overflow: hidden;
}
#bottomedge {
	position: absolute;
	top: 543px;
	left: 0px;
	width: 920px;
	height: 28px;
	overflow: hidden;
}
#main {
	position: absolute;
	top: 41px;
	left: 52px;
	width: 813px;
	height: 502px;
	overflow: hidden;
	background-image: url(images/pagebg.jpg);
}
#footer {
	position: absolute;
	top: 575px;
	left: 0px;
	text-align: center;
	font-size: 10px;
	color: #ffe280;
	width: 920px;
}
#text {
	margin-left: 17px;
	width: 398px;
	height: 420px;
	overflow: auto;
	position: relative;
}
#text ul li {
	margin-bottom: 1em;	
}
#rightpage {
	position: absolute;
	top: 0px;
	left: 420px;
}
#righttext {
	margin-left: 17px;
	width: 375px;
	height: 420px;
	overflow: auto;
}
#righttextinternal {
	padding-right: 15px;
		
}
#textinternal {
	padding-right: 15px;
		
}
img {
	border: 0;
}
.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
}
/* 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 */

.forminput {
	border: 1px solid #4f0101;
	background-color: #fff;
	color: #000;
	width: 85%;
}
.forminput2 {
	border: 1px solid #4f0101;
	background-color: #fff;
	color: #000;
}
.formtextarea {
	border: 1px solid #4f0101;
	background-color: #fff;
	color: #000;
	width: 85%;
	height: 80px;
}
body { 
scrollbar-3dlight-color:#d2b071; 
scrollbar-arrow-color:#fff; 
scrollbar-base-color:#deb550; 
scrollbar-darkshadow-color:#5d341f; 
scrollbar-face-color:#95551f; 
scrollbar-highlight-color:#886028; 
scrollbar-shadow-color:#b08837; 
scrollbar-track-color:#deb550; 
} 

