/**
* CSS
* 
* @version 1.0
* @author Smiling Wolf
*/

body {
	background: #b8d6f0 url(./img/bg.gif) top left repeat-y;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	padding: 0;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link, a:visited {
	color: #000000;
}
li.facebook, li.twitter, li.flickr, li.delicious {
	text-indent: 20px;
	line-height: 18px;
	margin-bottom: 1px;
}
li.facebook{ background: 	url('/images/Facebook.png') no-repeat left center; }
li.twitter{ background: 	url('/images/Twitter.png') no-repeat left center; }
li.delicious{ background: 	url('/images/Delicious.png') no-repeat left center; }
li.flickr{ background: 		url('/images/Flickr.png') no-repeat left center; }

a:hover {
	background-color: #0096d6;
}

hr {
	border-style: none;
	border-bottom: 1px dashed #000000;
}

span.hidden {
	display: none;
}

span.highlight1, a.active, li.section-title span:hover {
	background-color: #0096d6;
}

span.highlight2 {
	background-color: #ffffff;
}

#container {
	width: 825px;
}

	#info {
		font-size: 0.7em;
		float: left;
		line-height: 1.4em;
		width: 248px;
	}
	
		#info_content {
			margin: 0 21px;
		}

		/*#info * {
			margin: 0 21px;
		}*/
	
		#info h1 {
			background: url(./img/vanessa_bartlett.gif) top left no-repeat;
			height: 54px;
			margin: 57px 0 28px 0;
			padding: 0;
		}
		
			#info h1 a {
				display: block;
				height: 54px;
				width: 100%;
			}
			
			#info h1 a:hover {
				background-color: transparent;
			}
		
		#info p {
			border-bottom: 1px dashed #000000;
			border-top: 1px dashed #000000;
			margin: 1px 0;
			padding: 10px 0px 20px 0px;
		}
		
		#info ul {
			border-bottom: 1px dashed #000000;
			border-top: 1px dashed #000000;
			margin: 0 0 1px 0;
			padding: 10px 0px 20px 0px;
		}
		
			#info ul li {
				list-style-type: none;
			}
			
				#info ul li a {
					color: #000000;
					margin: 0;
				}
				
		#menu {
			border-style: none;
			padding: 0 0 10px 0;
		}
			
			#menu li {
				margin: 0 0 10px;
				padding: 0;
			}
			
				#menu li span {
					font-weight: bold;
				}
			
				#menu li div ul {
					border-style: none;
					margin: 0;
					padding: 0;
				}
				
					#menu li div ul li {
						border-style: none;
						margin: 0;
						padding: 0;
					}
	
	#content {
		border-bottom: 1px dashed #000000;
		float: left;
		font-style: italic;
		line-height: 1.3em;
		margin-left: 15px;
		position: relative;
		width: 523px;
	}
	
		#content h2, #content h3, #content div, #content p {
			margin-left: 10px;
		}
		
			#content div p {
				margin-left: 0px;
			}
	
		#content_head {
			border-bottom: 1px dashed #000000;
			height: 83px;
			margin-bottom: 55px;
			position: relative;
		}
		
			#content_head h2 {
				bottom: 0px;
				font-size: 0.7em;
				font-weight: normal;
				margin: 0px;
				padding: 0;
				position: absolute;
			}
			
		#content h3 {
			border-top: 1px dashed #000000;
			font-size: 3.0em;
			font-weight: normal;
			line-height: 1.1em;
			margin-bottom: 10px;
			margin-top: 0px;
			padding: 10px 0px 20px 0px;
		}
		
		#content div.row {
			border-top: 1px dashed #000000;
			margin: 0px 0px 0px 10px;
			padding-bottom: 20px;
			padding-top: 10px;
		}
		
		#content div.page_nav {
			font-size: 0.7em;
			font-weight: bold;
			margin: 0px 0px 0px 10px;
			position: absolute;
			right: 0px;
			top: 64px;
		}
		
		#content div.title {
			border-bottom: 1px dashed #000000;
			font-size: 0.7em;
			margin: 0px 0px 0px 10px;
			position: absolute;
			top: 120px;
			width: 513px;
		}
		
		/*#content*/ img {
			margin: 10px 0px;
			margin-left: 0px;
		}