/* Reset browser defaults */

* {margin:0;padding:0}

/*----------- Global Elements ---------------*/
body {
	font:.76em/1.3em arial;
	margin:0 auto;
	text-align:center;
	color:#000;
}

#main { background: url(../img/bg-header.jpg) no-repeat top center #F3F3F3;}
#solo { background: url(../img/bg-header-sm.jpg) no-repeat top center #F3F3F3;}
#splash { background: url(../img/bg.jpg) repeat-x top center #F3F3F3; }

/* ----- <a> ------*/
a {color:#CC0000;text-decoration:none;font-weight:bold}
a:hover {color:#FF3333;text-decoration:none;font-weight:bold}

/* ----- <p> ------*/
p {margin-bottom:.9em}

.lined {margin-bottom:10px;padding-left:12px;border-left:8px solid #292929;}
.splash {margin-bottom:10px;padding-left:12px;border-left:8px solid #292929;height:250px;background:url(../img/bg-splash.jpg) no-repeat top right;}

.title {
	font-size:1em;
	height:15px;
	width:150px;
	font-weight:bold;
	border-bottom:1px solid black;
	margin-bottom:4px;
	background: url(../img/x.jpg) no-repeat;
	padding-left:20px;
	}

#footer p {margin-bottom:.2em}

.break {clear:both;}

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

.date {font-weight:bold;border-bottom:1px solid #FFF;margin-bottom:8px;}


/* --- <img> ---- */
img {border:0;}

.border {border:2px solid #FFF;display:inline;float:left;margin:10px 16px 10px 0;}


/* --- <ul> --- */
ul  { list-style-type:none;}

li {margin-bottom:.3em;}
	
#menu li {
 	padding-left:10px;
	width:150px;
	height:17px;
	border-left:8px solid #292929;
	background:#F6F6F6;
	margin:0;
	}

.lineup li { list-style-type:none;display:inline;float:left;margin:0 3px 2px 3px;}

.bullet li { list-style-type:none;background:   url(../img/bullet.gif) no-repeat 0 0; padding-left:13px;margin-bottom:5px;margin:0 0 10px 10px;}

.pagelist ul {display:inline;float:right;color:#FFF; padding-top:3px;}
.pagelist li, .prev li, .next li { display:inline;float:left;padding-right:5px;}


/* ------ <dd> --------*/
dl {width:300px;margin-bottom:15px;}
dd {display:inline;float:left;width:70px; font-weight:bold;margin:0 10px 8px 0;}
dt {float:left;width:220px;margin-bottom:8px;}

/* ----headers ----*/
h1 {font-size:1.3em;color:#000;border-bottom:1px solid black;font-weight:bold;text-align:right;margin-bottom:20px;}
	 
h2 {clear:both;margin:10px 0 .8em 0;font-weight:bold;font-size:1.2em;color:#cc0000;border-bottom:1px solid #F3F3F3;}

h3 { font-size:1.2em;color:#FFF;border-bottom:1px solid #F6F6F6;margin:10px 0 10px 5px;}

/* ---- Content ----- */

#header {
	height:149px;
	width:690px;
	margin:0 auto;
	padding-top:5px;
	color:#fff;
	background:   url(../img/header.jpg) no-repeat 0 0;
	text-align:right;
	}

#solo #header {
	height:100px;
	width:690px;
	margin:0 auto;
	color:#fff;
	background:   url(../img/header-small.jpg) no-repeat 0 0;
	text-align:right;
	}

#splash #header {
	height:238px;
	width:711px;
	margin:0 auto;
	color:#fff;
	background:   url(../img/splash.jpg) no-repeat 0 0;
	text-align:right;
	}

#main #home a, #solo #main a:hover { 
		display:block;
		width:170px;
		height:100px;
		text-indent:-500000px;
		text-align:left;
		float:right;
		}



#solo #home a, #solo #home a:hover { 
		display:block;
		width:140px;
		height:72px;
		text-indent:-500000px;
		text-align:left;
		float:right;
		}

#content {
	background: url(../img/bg-top.jpg) repeat-x #FFF;
	padding:0;
	}

#main #content {
	background: url(../img/bg-content.jpg) repeat-x;
	height:329px;
	}

#contwrap {
	width:690px;
	margin:0 auto;
	padding:0;
	text-align:left;
	}

#main  #contwrap {	
	height:329px;
	}

#left {
	width:198px;
	padding:20px 0 0 0;
	display:inline;
	float:left;
	}

#main #left {
		height:309px;
		position:absolute;
		z-index:0;
		}

#divide {	
	width:75px;
	height:329px;
	position:absolute;
	top:0px;
	right:0px;
	float:right;
	background:  url(../img/break.gif) no-repeat;
	z-index:20;
	}	

#right {
	text-align:justify;
	width:485px;
	padding:20px 0 0 0;
	float:right;
	z-index:30px;
	}

	
#main #right {
	text-align:justify;
	width:485px;
	height:295px;
	padding:20px 0 0 0;
	float:right;
	z-index:30px;
	}

#full {
	width:690px;
	padding:20px 0 1px 0;
	margin:0 auto;
	}

#main #full {
	height:309px;
	}

#gallery li {
	background: url(../img/bg_thumb.gif) 15px 0 no-repeat;
	display:inline;
	float:left;
	width:220px;
	margin:0;
	padding:4px 0 15px 10px;
	}

#gallery .img {
	padding:4px;
	width:200px;
	}

#sub {
	width:200px;
	background:#F6F6F6;
	padding:5px;
	margin-left:5px;
	}
#nav {
	background: url(../img/bullet.gif) no-repeat #3A3A3A;
	text-align:left;
	color:#FFF;
	padding:3px 0 3px 30px;
	width:670px;
	}

#additional {
	clear:both;
	width:100%;
	padding-top:30px;
	background: url(../img/bg-bottom.jpg) repeat-x top center #F3F3F3;
	text-align:left;
	}
	
#extra {
	width:690px;
	margin:0 auto;
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom:1px solid grey;
	}

#footer  {
	clear:both;
	color:#000;
	background:#F3F3F3;
	text-align:center;
	padding:10px 0 10px 0;
	font:.75em/1.5em Arial, Helvetica, sans-serif;
	}

/* =Photos
----------------------------------------------- */
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #grey;
}


.slides li {
  float:left;
  width:85px;
  display:inline;
  margin:0 15px 0 0;
  padding:4px;
  list-style:none;
  font-size:85%;
  line-height:1.4em;
  border-right:2px solid grey;
  border-bottom:2px solid grey;
  }
 
#photo_container {
 	display:inline;
	float:left;
	margin-right:20px;	
 	padding:4px;
	border-right:2px solid grey;
	border-bottom:2px solid grey;
	}

	
/* ------- Forms -------*/
input, select, textarea { background:#747669;border:1px solid white;color:#fff;padding:2px;}
