/*******************************************************
TITLE: Fixed One-Column #2 Layout (Basic) V1.0 (Beta)
DATE: 20070807
AUTHOR: The CSS Tinderbox - http://www.csstinderbox.com
*******************************************************/

body {
	margin:0;
	padding:0;
	height:100%;
	background-color:#241200;
	color:#170104;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-image:url(images/bg_page_black.jpg);
}

a {
color:#360a00;
text-decoration:underline;
}

a:hover {
color:#170104;
text-decoration:none;
}

ul {
margin:0 0 0 20px;
list-style-type:disc;
}

li {
margin:4px 0 5px 10px;
}


blockquote {
margin:1em;
padding:.5em;
}

blockquote p {
margin:.2em;
}

#container {
	padding:0;
	width:760px;
	text-align:left;
	background-color:#FFF;
	background-image:url(images/bg_content.jpg);
	background-repeat:repeat-y;
	position: relative;
	margin: auto;
}
#header {
	margin:0;
	height:148px;
	background-image:url(images/new_header1.jpg);
	background-repeat:no-repeat;
	padding-top: 7px;
	padding-right: 20px;
}

#header h1 {
margin:0;
padding:20px 0 0 20px;
font-size:1.8em;
letter-spacing:.1em;
color:#ffffff;
font-weight:lighter;
}

#header h2 {
margin:0;
padding:0 0 0 20px;
font-size:115%;
font-weight:lighter;
letter-spacing:.1em;
color:#eeeeee;
}

/* Old Navigation CSS - commented out but left in for archive purposes

#navlist
{
margin: 0;
padding: 0;
float:right;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size:140%;
font-family:"Times New Roman", Times, serif;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #360a00;
padding-bottom: 4px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 3px solid #4b371c;
padding-bottom: 4px;
background: transparent;
color: #e336ff;
}

#navlist a:link#current {
color:#350a00;
}

#navlist a:hover { color: #e336ff; padding-bottom: 4px; }
*/

#leftColumn {
	float:left;
	margin: 10px 0 0 0;
	padding:0;
	width:240px;
	font-size:0.9em;
	z-index: 1000;
}



#leftColumn p {
	padding:5px
}


#leftColumn h2 {
margin:2px 5px;
padding:4px 6px;
font-size:100%;
font-weight:bold;
color:#e9ddb7;
background-color:#170104;
}

#leftColumn ul {
	margin:0 0 0 0;
	list-style:none;
}

#leftColumn li {
margin:6px 0 6px 15px;
}

#leftColumn li a {
text-decoration:underline;
}

#leftColumn li a:hover{
text-decoration:none;
}

#centerColumn {
	margin:15px 0 0 260px;
	padding:0 15px 0 0;
	min-height:250px;
	height:auto;
!important
height:250px;
}

#centerColumn p {
	line-height:125%;
	margin:0;
	padding:6px 0;
}

#centerColumn h1 {
	margin:0 0 12px 0;
	padding:3px 10px 5px 8px;
	font-size:150%;
	font-weight:normal;
	font-style:italic;
	background-color:#e336ff;
	color:#fff;
	font-family:"Times New Roman", Times, serif;
	border:1px solid #360a00;
}

#centerColumn h2 {
margin:0 0 12px 0;
padding:10px 0 5px 0;
font-size:125%;
font-weight:bold;
color:#360a00;
border-bottom:1px dashed #360a00;
font-family: Arial, Helvetica, sans-serif;
}

#oneColumn {
width:100%;
margin:0;
padding:10px 0 x;
}

#oneColumn p {
font-size:90&;
line-height:150%;
}

#bigphoto {
	/*background-image:url(images/bg_big-photo.jpg);
background-repeat:no-repeat;*/
text-align:center;
	height:100px;
	width:760px;
	margin:auto;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 2px;
	border-bottom-color: #B98B64;
}

#littlephotos {
	height:110px;
	margin:-20px 0 10px 0;
	text-align:center;
	padding:0;
}

img.littlephoto {
	margin:0 25px;
	padding: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AA794B;
	border-bottom-color: #963;
}

#footer {
	margin:0 auto;
	padding:10;
	height:34px;
	font-size:90%;
	width: 760px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	clear: both;
}
#copyright {
	position: relative;
	z-index: 2;
	margin:auto;
	height: 18px;
	width: 760px;
	top: 0px;
	color: #000000;
	text-align:center;
	font-size:12px;
	line-height: 16px;
	background-color: #F3EAC3;
}
#copyright a:link {
	color: #333333;
}
#copyright a:visited {
	color: #000000;
}
#copyright a:hover {
	color: #cf0063;
}

#footer p {
	color: #FFF;
}

#footer p a {
	color:#CCC;
	text-decoration: none;
}

p.centered {
margin:0;
padding:0px 5px;
}

img.sectionpic {
	padding:2px;
	border:1px solid #B98B64;
	margin:8px;
}

img.profilepic {
float:right;
padding:2px;
border:1px solid #B98B64;
margin:8px;
}
#shows {
	height: 70px;
	width: 440px;
	float: right;
	line-height: 16px;
	top: 70px;
	position: relative;
	left: 5px;
}
.showtext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	text-decoration: none;
}
.showheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3px;
}
.boldtext {
	font-weight: bold;
}
#loc_photobig {
	text-align: center;
	margin: auto;
	padding: 0px;
}
#loc_photolittle {
	text-align: right;
	padding: 0px;
	margin-top: -50px;
	margin-right: -85px;
	margin-bottom: 0px;
	margin-left: 0px;
}

