@charset "UTF-8";
/*  
Copyright (c) 2008, Stephanie Whited. All rights reserved.
http://stephaniewhited.com/
*/

body {
	color: #666; margin: 0px 0px 50px 20px; background: #fcfcfc; 
	padding: 0px; font-family: 'Verdana'; font-size: 11px; line-height: 1.3em; }

#container { width: 700px; overflow: hidden; }

#title { width: 700px; margin: 0px 0px 0px 0px; padding: 30px 0px 15px 0px; border-bottom: 1px solid #ccc; }	
	h1 { margin: 0px; padding: 0px 0px 8px 0px; font-size: 14px; font-weight: normal; color: #000; }
	h1 a { color: #444; }
	h1 a:hover { color: #000; text-decoration: none; }

	#title_nav {  margin: 0px 0px 10px 0px; color: #ccc; background-color: #fff; padding: 5px 0px 5px 0px; border-top: 1px solid #fafafa; border-bottom: 1px solid #fafafa; }
	#title_nav a { color: #666; }
	#title_nav a:hover { color: #333; text-decoration: none; }

#home_main, #main { width: 678px; background-color: #fff; }
	#main { padding: 15px 10px 30px 10px; }

	h2 { font-size: 11px; font-weight: bold; color: #666; margin: 0px 0px 5px 0px; padding-top: 0px; }
	
	#main_left { width: 250px; float: left; } 
	#main_right { width: 410px; float: right; padding-right: 10px; }
	

#footer { width: 700px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 15px 0px 15px 0px; }
	.photo_caption, .footer_credit { color: #ccc; }
	.photo_caption a, .footer_credit a { color: #ccc; }
	.photo_caption a:hover, .footer_credit a:hover { color: #333; }
	
	.photo_caption { font-size: 8px; line-height: 1.3em; padding-top: 10px; }

a { color: #ff6633; text-decoration: none; }
a:hover { text-decoration: none; color: #ff6633; }
a img {border:none; }

img { margin:0px; padding:0px; border: none; }

a.black_link  { color: #111; }
a:hover.black_link { color: #000; }

p { padding-bottom: 10px; }

em { color: #000; font-weight: normal; font-style: normal; }

ul { list-style: none; padding: 0px 0px 20px 0px; margin: 0px 0px 0px 0px; }
li { margin: 0px 0px 5px 0px; padding: 0px; line-height:1em; }



