/* @override http://localhost/~luke/kim/wintree/styles/styles.css */

/*
Containers and backgrounds
*/

html, body{
	background: url(../images/background.gif);
	font-family: Times, Georgia, "Times New Roman";
	font-size: 62.5%;
}

#container{
	background: #AE7A30;
	width: 875px;
	margin: 50px auto;
	border: 1px solid #FEFAE9;
}

#header{
	height: 241px;
	padding: 0 0 0 241px;
	background: url(../images/wintree_logo.gif) no-repeat left;
}

#sidebar{
	float: left;
	width: 241px;
}

#content{
	background-color: #F6EDCB;
	margin-left: 241px;
	padding: 1em 2em;
	min-height: 300px;
}

p span{
	width: 100px;
	float: left;
	
}

/*
Type elements
*/
h1{
	font-style: italic;
	color: #AE7A30;
}

#sidebar ul{
	text-transform: uppercase;
	text-align: center;
	padding: 0;
	margin: 0;
}

#sidebar li{
	list-style-type: none;
	height: 22px;
	padding-top: 4px;
	background: url(../images/link_gradient.jpg);
}

#sidebar a{
	font-size: 1.7em;
	color: #FCEFC3;
	text-decoration: none;
}

#content{
	font-size: 2em;
}

#content span.thumb img{
	margin: 10px;
	width: 80px;
	height: 60px;
	border: 3px solid #AE7A30;
}

/* form elements */
input, textarea{
	width: 300px;
}