/*
File:			custom.css
Description:	San Diego Swing Cats - custom styles for Thesis
*/


/* ----------------------------------- */
/* CUSTOM BACKGROUND
/* ----------------------------------- */

body.custom { background: #7ea0aa; }

.custom #container { margin-bottom: 3em; background: #fff; }

.custom #page { padding-top: 0; }

.custom #content { padding-top: 1.5em; }

.custom #sidebars { padding-top: 1em; }


/* ----------------------------------- */
/* HEADER AND NAV MENU
/* ----------------------------------- */

#sdsc_header, #sdsc_nav_menu { width: 96.3em; margin: 0 auto; }

	.ie #sdsc_header, .ie #sdsc_nav_menu { font-size: 50%; }

	#sdsc_header { height: 19em; background-color: #f4f6df; }

		#sdsc_header img.logo { float: left; padding: 2em 0 0 4.5em; position: relative; z-index: 1; }
	
		#sdsc_header img.nameplate { float: left; padding: 5.4em 0 0 3.5em; }
	
	#sdsc_nav_menu { 
		height: 4em; 
		background: url(/wp-content/themes/thesis/custom/images/sdsc-navmenu.gif) top left repeat-x;
		border-bottom: 1px solid #7fa1ab;
	}

		#sdsc_nav_menu ul {
			float: left;
			display: inline;
			list-style: none;
			margin: 0 0 0 3.6em; 
		}
		
			.ie #sdsc_nav_menu ul {
				margin: 0 0 0 27em; 
			}

		#sdsc_nav_menu li {
			float: left;
			display: inline;
			font-family: Arial, sans-serif;
			font-size: 1.5em;
			margin: .2em 2.5em 0 0;
		}
			
			#sdsc_nav_menu li a {
				display: block;
				padding: .6em 0 .6em 0;
				text-decoration: none;
				/* background: #aaa; */ 
			}

			#sdsc_nav_menu li a:link, #sdsc_nav_menu li a:visited { color: #004358; }
			
			#sdsc_nav_menu li a:hover, #sdsc_nav_menu li a:active { color: #3a3a3a; }

			#sdsc_nav_menu li.selected a { font-weight: bold; }

/* Hide the Thesis header */
.custom #header { display: none; }


/* ----------------------------------- */
/* HEADLINES
/* ----------------------------------- */
.custom #content h1, .custom #content h2, .custom #content h3, .custom #content h4 {
	/* font-family: Arial, Helvetica, sans-serif; */
	font-weight: bold;
}
	
.custom #content h3 { font-size: 1.57em; margin: 1.5em 0 0.4em; }


/* ----------------------------------- */
/* BLOCKQUOTES
/* ----------------------------------- */

.custom .format_text blockquote { 
	background: url(images/blockquote.gif) top left no-repeat;
	border: none;
	padding: .5em 0 0 4.5em;
	margin: 0 1.5em 0 .5em;
	color: #555;
}

.custom .format_text cite { 
	display: block; 
	text-align: left;
	padding: .6em 0 0 1.5em; 
	font-weight: bold;
	font-style: italic;
}

		.custom .format_text cite a:link, .custom .format_text cite a:visited {
			text-decoration: none;
			color: #555;
		}
		
		.custom .format_text cite a:hover, .custom .format_text cite a:active {
			text-decoration: underline;
			color: #2361a1;
		}


/* ----------------------------------- */
/* PULLQUOTES
/* ----------------------------------- */
.custom .format_text blockquote.left, .custom .format_text blockquote.right { 
	background: none; 
	border: 3px double #ddd; 
	border-width: 3px 0;
	padding: 0.611em 0;
	font-style: normal;
	color: #293f69;
}


/* ----------------------------------- */
/* TABLES
/* ----------------------------------- */
.custom .links td {
	padding: 0 2.5em 1.5em 0;
}


/* ----------------------------------- */
/* OTHER STYLES
/* ----------------------------------- */

/* Alert box */
.custom .format_text p.alert { background: #ffebbb; border: 1px solid #a6863d; }

/* Paragraph bottom margin for spacing other elements */
.custom .p-margin { margin-bottom: 1.571em; }

/* Clear */
.custom .clear { clear: both; }


/* ----------------------------------- */
/* PAGE SPECIFIC STYLES
/* ----------------------------------- */

/* Photos page */
p.photos { padding-top: 3em; }


/* ----------------------------------- */
/* SIDEBAR HEADERS
/* ----------------------------------- */

.custom .sidebar h3 {
	font-size: .93em;
	font-weight: bold; 
	text-transform: uppercase; 
	font-variant: normal;
	margin-bottom: .8em;
	color: #3a3a3a; 
}


/* ----------------------------------- */
/* SIDEBAR WIDGETS
/* ----------------------------------- */

.custom li.widget { border-bottom: 1px solid #ddd; padding-bottom: 1.72em; margin-bottom: 1em; }

.custom li#search { padding-bottom: 1.3em; }


/* ----------------------------------- */
/* FOOTER
/* ----------------------------------- */

.custom #footer { text-align: center; }
