/* ----------------------------------------
Theme Name: Basic_Liz
Theme URI: http://www.lizhamilton.com
Description: A two column, simple theme
Version: 1.0
Author: Elizabeth Hamilton
Author URI: http://www.handcraftedsites.com
Last Modified: 2006.05.06
Provides: Theme definition file for WordPress 1.5+
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #194F72;
	/* Next line is necessary instead of setting margin props. to auto because IE doesn't render it. */
	text-align: center;
	}
	h1, h2, h3 { color: #E63E00; }

	h1 { font-size: 150%; } 
	h2 { font-size: 130%; }
	h3 { font-size: 110%; }

#wrapper {
	position: relative;
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 5px;
	background-image: url(images/header_orangedoor.jpg);
	background-repeat: no-repeat;
	background-position: left top; /* starts the background image at 0, 0 */
	border: 1px solid black;
	background-color: #F3D2AE;
	text-align: left;
	
}
									
								

/* main holds the menu and the text block */									
#mainblock {
	
	margin-top: 113px;
	color: #353D4E;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	
}

/* content holds the text and images*/
#content  {
				font-size: 70%;
				position: inline;
				margin-top: 113px;
				margin-left: 170px;
				padding: 20px 15px 30px 20px;
				line-height: 1.2em;
				background-color: #ffffcc;
				}

#content a:link { text-decoration: none; color: #0066cc; }
#content a:visited { text-decoration: none; color: #336699; }					
#content a:hover { color: #996666; text-decoration: underline; }				

#navigation {
	
	position: absolute;
	top: 113px;
	left: 0;
	width: 170;
	
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

/* These classes provide backgrounds for the menu squares */
li.red {
		background-image: url(images/red.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}

li.blue {
		background-image: url(images/blue.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}

li.turquoise {
		background-image: url(images/turquoise.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}

li.orange {
		background-image: url(images/orange.gif);
		background-repeat: no-repeat;
		background-position: left top;
		}

ul.plain { list-style: none; } 

li { padding-bottom: 12px; }

#navigation li {
	width: 170px;
	border-bottom: 1px solid #c0c0c0;
	margin: 0;
	padding: 0;
	font-size: 0.7em;
	vertical-align: bottom; /* Removes unwanted margin in IE */
}
#navigation a:link, #navigation a:visited {
	display: block;
	padding: 5px 5px 5px 15px;
	/*border-left: 12px solid #353D4E;
	border-right: 10px solid #353D4E;*/
	/*background-color: #49778F;*/
	color: #FFFFFF;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #02988C;
	color: #FFFFFF;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer {
	border-top: 1px solid gray;
	padding: 15px 0 15px 0px;
	font-size: 65%;
	text-align: center;
	font-style: italic;
	/*background-color: #F3D2AE;*/
	background-color: #FDF9B6;
	clear: both;
}




.spacerbox 
				{
				width: 400px;
				height: 50px;
				
				
				}

.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}

	
/* Print Styles */
@import  url("print.css")
