/* -------------------------------------------------------------
	Freedom's Song Wolf Rescue and Sanctuary
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			16 August 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #263b65 url(../images/bg_body.gif);
	font: normal 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #666;
	text-align: center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #5b6b8a;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

ul li {
	padding-left: 12px;
	position: relative;
	list-style-type: none;
	background: url(../images/icon_list.gif) no-repeat 0 7px;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#index {
	width: 698px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/bg_index.gif) repeat-y;
	border: 1px solid #fff;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}



/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	clear: both;
	float: left;
	background: #fff;
}

#masthead ul {
	width: 160px;
	margin-top: 31px;
	float: right;
}

#masthead li {
	display: inline;
	padding: 0 6px;
	background: transparent;
	border-left: 1px solid #baad9c;
}

#masthead li.first {
	border: 0px;
}

#masthead a:link, #masthead a:visited {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #5F85AB;
	text-decoration: none;
}

#masthead a:hover, #masthead a:active {
	text-decoration: underline;
}

#brand, #brand a {
	width: 255px;
	height: 75px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	background: url(../images/logo_freedoms_song.gif) no-repeat;
}

#brand {
	float: left;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 523px;
	height: 188px;
	float: left;
	position: relative;
	z-index: 800;
	background: url(../images/img_messaging_home.jpg) no-repeat;
}

#interior #messaging {
	height: 94px;
	background: url(../images/img_messaging_01.jpg) no-repeat;
}

#header {
	width: 523px;
	height: 32px;
	float: left;
}

#home #header {
	background: url(../images/title_homepage.jpg);
	overflow: hidden;
	text-indent: -9000em;
}

#interior #header {
	width: 480px;
	height: 18px;
	margin: 22px 0 12px 19px;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 174px;
	padding-bottom: 140px;
	float: left;
	border-right: 1px solid #fff;
	background: #baad9c url(../images/bg_sidebar.gif) repeat-x left bottom;
}


/* --- ui --- */

#ui {
	width: 174px;
	height: 182px;
	padding-top: 6px;
	background: #2c4373 url(../images/bg_ui.gif) repeat-x;
}

#ui li {
	width: 174px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	background: transparent;
	z-index: 900;
}

#ui a:link, #ui a:visited {
	height: 25px;
	width: 149px;
	padding: 0 0 0 25px;
	display: block;
	background: url(../images/bg_ui_list.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 25px;
}

#ui a:hover, #ui a:active {
	background-position: bottom left;
}

/* --- ui flyouts --- */

#ui li:hover,
#ui li.over {
	overflow: visible;
}

#ui li:hover a,
#ui li.over a {
	background-position: bottom left;
}

#ui ul {
	width: 174px;
	position: absolute;
	left: 174px;
	top: 0;
	background: #2c4373 url(../images/bg_ui.gif) repeat-x;
	border-right: 1px solid #738BA6;
	border-left: 1px solid #fff;
}

#ui ul a:link, 
#ui ul a:visited {
	background-position: top left;
}

#ui ul a:hover, 
#ui ul a:active {
	background-position: bottom left;
}


/* --- help list --- */

#help_list li {
	width: 174px;
	height: 80px;
	padding: 0;
	background: #baad9c;
}

#help_list h3 {
	width: 174px;
	height: 32px;
}

#help_list a {
	width: 174px;
	height: 48px;
}

#help_sponsors h3 {
	background: url(../images/title_sponsors.jpg) no-repeat;
}

#help_volunteers h3 {
	background: url(../images/title_volunteers.jpg) no-repeat;
}

#help_sponsors a {
	background: url(../images/title_sponsors_link.jpg) no-repeat;
}

#help_volunteers a {
	background: url(../images/title_volunteers_link.jpg) no-repeat;
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 482px;
	padding: 15px 0 50px 18px;
	float: left;
}

#interior #body {
	padding-top: 0;
}

#body ul {
	padding-left: 10px;
}

#body .sitemap ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#body .sitemap li {
	margin: 0;
	padding: 0 0 10px 10px;
}

#body .sitemap li li {
	padding-bottom: 0;
}


/* --- Image Positioning --- */

.floatLeft {
	float: left;
	padding: 0 8px 8px 0;
}

.floatRight {
	float: right;
	padding: 0 0 8px 8px;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	padding-top: 10px;
	clear: both;
	color: #5b6b8a;
	text-align: left;
	font-size: 0.9em;
}

#footer a:link, #footer a:visited {
	color: #5b6b8a;
}


#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	width: 520px;
	float: left;
}

#copyright a {
	margin-left: 105px;
}

#site_credit {
	width: 150px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.inputClass {
	border: 1px solid #999;
	font: normal 11px/1.4em Arial, Helvetica, sans-serif;
}

.required {
	color: #f00;
}





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}