@charset "UTF-8";
/* CSS Document */

/* HTML & Body
------------------------------------------------ */
* { 
	margin: 0; 
	padding: 0 
	}

html {/*-- prevent page jump --*/
	height: 100%;
	margin-bottom: 1px;
	}
	

body {
	font: 62.5%/1.5em "Lucida Grande", Arial, sans-serif;
	color: #434547;
	background: #434547 url(i/bg-blstr-lt.gif) repeat;
	cursor: default;
	}



/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #333;
	padding-left: 30px;
	padding-top: 1.2em;
}
h4, h5, h6 {
    line-height: 1.3em;
    border: 0;
}

h1 {
	font-size: 2em;
	padding-left: 20px;
}
h2 {
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
}
h3 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #462416;
}
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; font-weight: bold; }
h6 { font-size: 1em; font-weight: bold; }
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-right: 0;
	margin-left: 0px;
	padding: 0.5em 30px .5em;
}
h1.rep {/*-- header image replacement --*/
	background: url(i/VB-newheader3.jpg) no-repeat top;
	height: 413px;
	width: 750px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

/* Bones
------------------------------------------------ */
#container {
	width: 750px;
	margin: 0 auto 0px;
	background: #fff;
	border: 1px solid #000;
	}

#header {
	width: 750px;
	height: 413px;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	}

#content {
	background: url(i/content-bggrad.jpg) repeat-x bottom;
	margin: 0px;
	padding: 0px 0px 20px;
	width: 750px;
	float: right;
	}
#calendar {
	width: 702px;
	margin-bottom: 30px;
	clear: both;
	float: left;
	margin-left: 30px;
	display: inline;
	margin-top: 20px;
	border: 1px solid #fff;
}

#footer {
	clear: both;
	color: #fff;
	background: #5f321f;
	padding: 0px;
	margin: 0px;
	}


/* Top navigation
------------------------------------------------ */
#navcontainer {
	height: 35px;
	width: 750px;
	background: #fff url(i/nav-bggrad.jpg) repeat-x top;
	margin-top: 0px;
}



/* Content links and lists and text stuff
------------------------------------------------ */

#content a:link, #content a:visited {
	color: #555;
	border-bottom: 1px solid #555;
	text-decoration: none;
	}

#content a:hover {
	color: #5f321f;
	text-decoration: none;
	border-bottom: 1px solid #000;
	}
#content a:active, #content a:focus  {
	color: #555;
	text-decoration: none;
	border-bottom: 1px solid #555;
	}

#content ul, #content  ol {
	margin: 10px 0 5px 20px;
	}
#content p.last {
	padding-bottom: 3em;
}
#content p span.brown {
	font-weight: bold;
	color: #462416;
}
#content p, #content h3, #content h4, #content ul {
	margin-left: 100px;
	}
#content p.author {
	margin-right: 30px;
	margin-bottom: 2em;
	margin-left: 330px;
	border-bottom: 1px solid #6666FF;
	padding-bottom: 1em;
	padding-left: 0px;
	}
#sponsor {
	margin-left: 130px;
	margin-top: 10px;
	float: left;
	width: 580px;
}

/* list styles - pdf icon */
#content ul, #content ul.pdf{
	font-size: 1.2em;
	line-height: 2em;
	text-decoration: none;
	padding-top: .2em;
	margin-top: .2em;
	padding-bottom: 2em;
	}
h3.leftmargin {
	margin-left: 500px;
}
div.sponsor h3 {
	margin-left: 0px;
	padding-left: 0px;
}
#content ul.pdf li a, #content ul li a{
	background: url(i/pdficon.gif) no-repeat 0 50%;
	padding-left: 30px;
	margin-left: 50px;
	/*font-size: 1.2em;
	line-height: 2em;*/
	text-decoration: none;
	padding-bottom: .2em;
	}

#content ul.pdf li a:link, #content ul li a:visited {
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #633;
	}
#content ul.pdf li a:hover, #content ul li a:hover {
	text-decoration: none;
	color: #333333;
	border-bottom-color: #66f;
	}
#content ul.pdf li a:active, #content ul.pdf li a:focus,  #content ul li a:active, #content ul li a:focus {
	text-decoration: none;	
	}
	
/* list styles - external icon */

#content ul.external li a{
	background: url(i/external.gif) no-repeat 5px 50%;
	padding-left: 30px;
	margin-left: 50px;
	text-decoration: none;
	padding-bottom: 0.2em;
	}

	
/* Graphics
------------------------------------------------ */

#content img {
	border: 1px solid #333;
	padding: 0px;
	margin: 10px 20px 10px 30px;
	float: left;
	clear: left;
	}
#content div.logo img {
	border:none;
	margin:-96px 0px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	}
#header img {
	margin: 0px;
	padding: 0px;
}

/* sponsors */

#content div.sponsor {
	padding: 0px;
	border-top: 1px solid #9999FF;
	float: left;
	width: 204px;
	margin: 10px 30px 20px 300px;
	height: 1%;
	clear: left;
	}
#content div.sponsor img {
	margin: 0px;
}
#content div.sponsor h3 {
	margin: 0px;
}
#content div.sponsor p {
	margin: 0px;
	padding: .2em 0px;
}


/* Footer
________________________________________________ */

#footer p {
	padding-left: 30px;
	color: #6699FF;
	padding-bottom: 50px;
	margin: 0px;
	padding-top: 10px;
	}




/* Misc.
------------------------------------------------ */

abbr, acronym {
	cursor: help;
	border-bottom: 1px solid #666;
	}
.clear {
	clear: both;
	}

hr {
	margin: .5em 0;
	background:#eee;
	height:1px;
	color:#663300;
	border:none;
	clear:both}
	

/* Photo Gallery
----------------------------------------------- */
#content #photoholder { /* holds all thumbs */
	float: left;
	display:inline;
	border: 1px solid #999;
	padding-top: 10px;
	background: #fafafa;
	width: 660px;
	padding-left: 0px/*was 10px*/;
	margin: 10px 20px 40px 50px;
	}

.caption {
	font-size: .9em;
	padding-top: .2em;
}
 .clearboth { clear: both; }




/* quotes stuff
----------------------------------------------- */

blockquote {
	margin: 0px;
	padding: 0px;
	}
#content div#videoplayer {
	width: 324px;
	margin: 10px 20px 10px 30px;
	float: left;
}
body#front {
	background: #000000;
}
prebox {
	background: url(i/body-bg.png) repeat-y center;
	margin: 0px auto;
	width: 790px;
}
.p.blue {
	color: #0066FF;
}
#content p.caption {
	padding: 0px;
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
	width: 250px;
	color: #3D5A9A;
	margin-top: 0px;
	display: inline;
}
