/*
Title: "Marty Holcomb" screen styles
Date Modified: 4/17/2010
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	navigation
	typography
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	font: normal 12px/1.4em Arial, Helvetica, sans-serif;
	background: #0076A3 url(/images/backgrounds/main.jpg) repeat-x top left;
	color: #000;
	}

#wrapper {
	background: #fff url(/images/logos/marty_shadow.jpg) top left no-repeat;
	width: 640px;
	margin: 0 auto;
	padding: 0 0 25px 0;
	text-align: left;
	overflow: hidden;
	}

/* ----- header ----- */
#header {
	margin: 0 auto;
	padding: 0;
	height: 153px;
	width: 640px;
	}

#logo {
	width: 240px;
	margin: 0;
	padding: 0;
	}

#logo h1, #logo h1 a {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #93c2de;
	width: 240px;
	height: 153px; 
	background: url(/images/logos/martyholcomb.jpg) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	text-align: left;
	}

#logo h1 a:hover {
color: #fff;
}

/* ----- main content ----- */
#main {
	margin: 0 0 0 165px;
	padding: 25px 20px 145px 20px;
	width: 430px;
	text-align: left;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

#sidebar {
	float: left;
	margin: 35px 0 0 15px;
	padding: 0 0 150px 0;
	width: 150px;
	background: #DEE3E5;
	}

#sidebar h3 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .1em;
	color: #9a9a9a;
	margin: 10px 0 0 10px;
	padding: 0;
	}

#sidebar ul {
	line-height: 1.7em;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	}

#sidebar ul {
	list-style-type: none;
	margin-left: 18px;
	padding: 0;
	}

#sidebar ul li a {
	background: url(/images/misc/pointer_blue_light.gif) center left no-repeat;
	padding-left: 10px;
	}

#sidebar ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	}

#sidebar ul li a:hover {
	color: #00719d;
	text-decoration: underline;
	}

#sidebar ul ul li a:visited {
	color: #024466;
	}

#sidebar #search {
position: relative;
width: 130px;
margin: 5px auto;
margin-bottom: 10px;
}

#sidebar #search input#keywords {
width: 95px;
}

#sidebar #search input#search-submit {
position: absolute;
top: 3px;
right: 9px;
}

/* ----- footer ----- */
#footer {
	width: 640px;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	clear: both;
	color: #ccc;
	font-style: normal;
	font-size: x-small;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}

/* navigation
------------------------------------- */
a {
	color: #00719d;
	text-decoration: none
	}

a:link {
	color: #00719d;
	text-decoration: none
	}

a:hover  {
	color: #00719d;
	text-decoration: underline
	}

/* typography
------------------------------------- */
h2, h3, dt, dt a, legend {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-weight: normal;
	line-height: 1.4em;
	text-decoration: none;
	color: #9a9a9a;
	}

h2 {
	font-family: "Times New Roman", Georgia, Times, serif;
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .1em;
	color: #9a9a9a;
	width: auto;
	padding: 7px 0 0 0;
}

h2 a, h2 a:link, h2 a:hover {
color: #9a9a9a;
text-decoration: none;
}
	
h3, dt, legend {
	font-weight: normal;
	font-size: 16px;
	}

h4 {
	font-size: 11px;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* ----- misc ----- */
.footnote {
	color: #999;
	font-size: 80%;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 125px;
	margin: 0 0 10px 15px;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}
	
blockquote.pullquote {
background: url(/images/misc/quote.gif) no-repeat top left;
font: normal 125%/1.5em "Times New Roman", Georgia, Times, serif;
color: #333;
padding-left: 45px;
margin: 25px;
margin-left: 15px;
}

blockquote.pullquote p {
padding-top: 7px;
padding-right: 15px;
}


/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}
