body{
	/*:Text color*/	
	color:#333;
	/*:Base Font Size */
	font-size:11px;
	/*:Background image*/
	background-image:url(images/backgrounds/9f9890.gif);
	/*:Background color*/
	background-color:#9f9890;
	/*:Background repeat*/
	background-repeat:repeat-x;
	/*:Background fixed*/
	background-attachment:scroll;	
	
}
#header_image {
	/*:Header image*/
	background-image:url(images/headers/words.jpg);
}
#logo {
	/*:Logo*/
	background-image:url(images/logos/apple_chancery.png);
}

/*----------------------------------------------------------------------------- Basic Typography */

#wpf-wrapper th{
	background:#8F877D none repeat scroll 0 0;
	color:#222222;
	font-weight:bold;
}
#wpf-wrapper .wpf-bright {
	background:#EEEEEE none repeat scroll 0 0;
	color:#333333;
}

#wpf-wrapper #wpf-info {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	margin-top:0;
	padding:0;
	text-align:right;
}
h1,h2,h3,h4,h5,h6{
	/*:Headers*/	
	color:#480000;
}
a:link,a:visited{ 
	/*:Link color*/	
	color:#480000; 
}
a:hover,a:focus,a:active{ 
	/*:Hover color*/	
	color: #9f9890; 
}
#site_name a{
	/*:Site Name*/	
	color:#000;
}
#footer, #footer a{
	/*:Footer text*/	
	color:#333;
}


/*----------------------------------------------------------------------------- Plugins Etc */

fieldset,textarea,input,select,table,th,td,#mysite_search #s,ul.commentlist li,
#container .ngg-gallery-thumbnail img,#container .ngg-widget img,.ngg-imagebrowser-nav .back,.ngg-imagebrowser-nav .next,.ngg-imagebrowserimg,.ngg-album,.ngg-album-compact,.ngg-thumbnail img
#container blockquote.quotescollection,.answer,.content blockquote,
.googledir table td,.googledir table tr,.googledir table,.googledir table th,.post .date{
	/*:Forms and tables text*/	
	color:#333;
	/*:Forms and table borders*/	
	border-color:#AFAAA4;
	/*:Forms and table backgrounds*/	
	background-color:#E1E0DD;
}
.rss_break,.post-division,.search_break,.post .metadata{	
	/*:Forms and table borders*/	
	border-color:#AFAAA4;
}
tr.alt td,th,#wp-calendar #today,#todayLarge, ul.commentlist li.alt{
	/*:Alternate rows and headers*/	
	background-color:#BFBAB3;
}


/*----------------------------------------------------------------------------- Announcement Text */


#announcement_header{
	/*:Announcement text header*/
	color:#333;
}
#announcement_body{
	/*:Announcement text body*/
	color:#333;
}
#announcement_link a{
	/*:Announcement text link*/
	color:#fff;
}	

/*-----------------------------------------------------------------------------  Menu */

#nav a{
	/*:Top Level Menu Text*/		
	color:#000;
}
#nav ul a{
	/*:Dropdown Background*/		
	background-color:#E1E0DD;
	/*:Dropdown text*/		
	color:#000;
}	
#nav ul a:hover{
	/*:Dropdown Hover Background*/		
	background-color:#F8F8F7;
	/*:Dropdown Hover Text*/		
	color:#000;
}





