/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

@import url("custom_buttons.css");

.custom #header { border-width: 0; position: relative; }
.custom #header_area, .custom #header { background-color: #999999; }
.custom #header .rss { position: absolute; left: 555px; bottom: -10px; } 
.custom #header .rss:hover { bottom: -8px; }

/*
.custom .menu-mainmenu-container { background-color: #999999; }
.custom #menu-mainmenu { border-color: #999999; font-family: Tahoma, Verdana; }
.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a { background-color: #999999; border-color: #999999; border-width: 0; }
*/

.custom .menu a { text-transform: none; letter-spacing: 0px; }
.custom .menu, .custom .menu_container { background-color: #EFEFEF; }

.custom #sidebars .sidebar h3 {
	font-variant: normal;
	letter-spacing: normal;
	border-bottom: 1px solid #DFDFDF;
	padding-bottom: 1px;
}

/* 
SLW- for any page that has a table and the photopage class 
*/
.custom.photopage table td { padding: 0 60px 0 0; width: 300px; }
.custom.photopage table td a img { margin: 25px 0 0 0; padding: 10px; background-color: #F0F0F0; border-radius: 3px; }

.custom #archive_intro { background-color: #FBFBFB; font-family: 'Droid Sans'; }
.custom #archive_intro p, .custom #archive_intro h1 { margin-bottom: 12px; }
.custom #archive_intro h1 { }
