/* 
    Document   : style.css
    Created on : Mar 15, 2008, 3:29:59 PM
    Author     : Chad Rhyner
    Description:
        This stylesheet is to be used for shadetree.com.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#content {
	width:					1000px;
	font-family:			Calibri,Tahoma,Arial;
	font-size:       		18px;
	margin:          		5px auto 5px auto;
	padding:                0px;
	border:					5px solid #D56B00;
}

#top {
	width:              	750px;
	margin-left:			220px;
}

#top p {
	font-size:				40px;
	font-variant:			small-caps;
	color:					#0075D5;
	font-weight:			bolder;
	vertical-align:			middle;
	word-spacing:			0.7em;
}

.list {
	list-style-type:		disc;
}

#content_left {
	width:					210px;
	height:					800px;
	margin-left:			0px; 
	float:					left;
}

#content_left img {
	border:					0px;
}

#content_main {
	margin:					0px 0px 0px 220px;
	border-top:				2px solid #D56B00;
	border-left:			2px solid #D56B00;
	padding:                25px;
}

#footer {
	margin:					10px auto 10px auto;
	clear:					both;	
	height:					112px;
	width:					200px;
	background-image:    	url('../images/footer-leaf.png');
	background-position: 	center;
	background-repeat:		repeat-y;
}

#footer p {
	font-size:				11px;
	font-weight:			normal;
	word-spacing:			0.6em;
	text-align:				center;
	position:				relative;
	top:					51px;
}
	
.breadcrumbs {
	font-size:				12px;
}

#captcha {
	height:					300px;
	width:					500px;
	border:					0px;
}