/* Elements */

body {
	background: url(images/background2.jpg) no-repeat center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
	color: #000000;
}


/* Header */

#header {
	text-align: center;
	width: 775px;
	height: 60px;
	margin: 0px auto;
	padding-right: 80px;
}

#header a {
	color: #e5d5af;
}



/* Post */



.header {
	padding: 0 0 1em 0;
	margin-bottom: 20px;
}

.subhead {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin: 20px 5px 0px 10px;
	width: auto;
	border: 0px solid;
	font-size: 18px;
	color: black;
	text-align: justify;
}

.subhead2 {
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	margin-left: 10px; 
	margin-right: 5px;
	width: auto;
	border: 0px solid;
	font-size: 18px;
	color: black;
	text-align: justify;
}

.subhead3 {
    margin: 10px 8px 0px 10px;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #640000;
	text-align: justify;
	
}

.post {
	padding: 8px 8px 8px 8px;
	margin-left: 10px; 
	margin-right:10px;
	width: auto;
	font-weight: bold;
}

.left {
	text-align: left;
}

.post2 {
	padding: 8px 8px 8px 8px;
	margin-left:  10px; 
	margin-right: 10px;
	width: auto;
	font-weight: bold;
	font-size: 14px;
}

.topped {
    margin-bottom: 50px;

}

.shows {
	font-family: Impact;
	font-size: 18px;
	color: #640000;
	text-align: justify;
	padding: 2px 2px 2px 2px;
	margin: 20px 5px 0px 10px;
	width: auto;

}

.shows2 {
	font-size: 16px;
	font-family: Impact;
	text-align: center;

}



.last-post {
	padding-bottom: 350px;

}

.border {
	border: 1px black solid;

}

.linked {
	color: #e5d5af;

}

.linked2 a {
	color: #640000;

}


/* Content */

#content {
	width: 855px;
	margin: 20px auto;
	padding: 0px 0px 0px 0px;
}


/* colomn one */

#colOne {
	float: left;
	width: 190px;
}

#colOne p {
	margin-top: 10px;
}

#colOne h2{
	color: black;
	border: 0px solid;
	text-align: left;
	
}

#colOne h2 top {
	margin-top: 15px;
}


#colOne ul {
	margin: 0;
	padding-left: 0px;
	list-style: none;
	
}

#colOne li {
	margin-bottom: 1em;
	
}

#colOne li li {
	margin-bottom: 0;
	padding-left: 0;
	line-height: 20px;
	
}

#colOne a {
	color: #e5d5af;
	text-decoration: none;
}




/* colomn two */

#colTwo {
	float: left;
	width: 450px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-right: 4px solid black;
	border-left: 4px solid black;
}

#colTwo a {
	color: #e5d5af;
}


/* colomn three */

#colThree {
	float: left;
	width: 190px;
}


#colThree a {
	color: #e5d5af;
}



/* Footer */

#footer {
	width: 775px;
	margin: 0px auto;
	padding: 15px 0px;
	border-top: #363636 1px solid;
	
}

#footer p {
	margin: 0px;
	font-size: 10px;
	text-align: center;
	letter-spacing: 2px;
}