/*AdrienPreuss Designs
Theme URL: http://www.adrienpreussdesign.com.
Description: custom theme for Adrien PReuss Designs, based on a design by Adrian Preuss, built by CircleAlpha Designs.
Version: v1.0
Author: CircleAlpha Designs
Author URL: http://design.circlealpha.com
Latest updated: june 24, 2008
*/

/*  The Basics  */

body,td,th {
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin: 0;
}
a:link {
	color: #669999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #669999;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #339999;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 8px;
}


/*  Layout  */

#header {
	width: 700px;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 10px;
	}

#wrap {
	width: 100%;
	margin: 0;
}
#content {
	float: none;
	width: 700px;
	margin-top: 10%;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#textbox {
	width: 700px;
	padding-top: 10px;
	clear: both;
	padding-bottom: 15px;
	border-bottom: 2px dotted #CCCCCC;
}

#nav-space {
	height: 10px;
	width: 700px;
	clear: both;
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 10px;
}

#nav {
	width: 700px;
}

/*  Menu  */

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11em;
		margin-top : -1.35em;
		background: #FFF;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 11em;
	w\idth : 10em;
	display : block;
	color : #333333;
	text-decoration : none;
	padding-top: 0;
	padding-right: 0.1em;
	padding-bottom: 0;
	padding-left: 0.1em;
	}
	
	#nav li a:hover {
		color : #669999;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
