/*
divergentmindmedia.com
(c)2008 Divergent Mind Media, LLC

created for:
fieldhollar

authors:
brad burleson (brad@divergentdesign.net)

*/

/* RESET ============================= */


table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* TAGS ============================= */



body {
	background: #ffffff;
	color: black;
	font-size: 14px;
	font-family: trebuchet MS, geneva, arial, sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	color: #BA6C46;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

p {
	margin-bottom: 14px;
}

li {
	line-height: 22px;
}

input {
	padding: 3px;
	border: 0;
	border-bottom: groove 1px black;
}

select {
	padding: 3px;
	border: 0;
	border-bottom: groove 1px black;
}

textarea {
	padding: 3px;
	border: groove 1px black;
}

label {
	display: block;
	margin-bottom: 5px;
	font-size: 18px;
}

strong {
	font-size: 18px;
}

menutype {
	font-size: 14px;
	}
	
	

/* MASTER =========================== */

#wrapper {
	width: 600px;
	margin: auto;
	
	
}

/* CONTAINER ======================== */



/* HEADER =========================== */

#header {
	color: black;
	margin: auto;
	width: 550px;
	height: 200px;
	background-image: url('./images/header.jpg');
	background-repeat: no-repeat;
}

/* NAVBAR =========================== */

#navbar {
	width: 550px;
	height: 30px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 8px;
	padding-top: 7px;
	background-image: url('./images/menu_bar.jpg');
	background-repeat: no-repeat;
}
	
#menu {
	text-align: center;
	font-weight: bold;
}

#menu a {
	padding: 10px;
	color: white;
}

#menu a:link {
	color: white;
}

#menu a:visited {
	color: white;
}

#menu a:hover {
	color: red;
  	
}

#menu a:active {
	color: blue;
}



/* CONTENT =========================== */

#content {
	width: 550px;
	margin: auto;
	border: none;
	background: white;
}

#content #body {
	width: 550px;
	margin-bottom: 10px;
}

#content #flash {
	background-image: url('./images/fieldhollar.gif');
	background-repeat: no-repeat;
	width: 500px;
	height: 110px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border: solid black 1px;
}

#bio_pic {
	background-image: url('./images/bio_pic.jpg');
	background-repeat: no-repeat;
	float: left;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	width: 265px;
	height: 200px;
	border: none;

}

#IndexPic {
	background-image: url('./images/faders.jpg');
	background-repeat: no-repeat;
	margin: auto;
	width: 500px;
	height: 100px;
	padding-bottom: 10px;
}


/* FLASH PLAYER =====================*/
#flashPlayer {
	margin-top: 15px;
}


/* FOOTER =========================== */

#footer {
	width: 550px;
	height: 24px;
	margin: auto;
	margin-top: 10px;
	padding-top: 10px;
	background-image: url('./images/footer_line.jpg') ;
	background-repeat: no-repeat;
}

#byline  {
	margin: auto;
	font-size: 12px;
	text-align: center;
	color: black;
	}