body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}
	
#main {
	background-color: #33312B;
	width: 800px;
	border: 1px solid #000;
	margin: 0 auto;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	}

#content {
	background-color: white;
	border-top: 3px solid black;
	padding: 10px;
	color: #33312B;
	height: 100%;
	/*overflow: auto;*/
	font-size: 1em;
}

.emailfooter {
	color: #FFFFFF;
	}

 .wrapper{
 	margin: 5px;
	padding: 0 8px;
	width: 600px;
	}

 .photowrapper {
	padding: 0 5px;
	width: 700px;
	}

#photocolumn {
	float:left;
	background-color: #29271F;
	width: 500px;
	border: 1px solid #000;
}

#infocolumn {
	margin-left: 500px;
	background-color: #29271F;
	width: 299px;
	border: 1px solid #000;
}

#photoArea {
	float:left;
	background-color: #29271F;
	width: 500px;
	border-bottom: 1px solid #000;
	}

#photocolumn h2 {
	color: white;
	font-size: 1.5em;
	line-height: 1.25em;
	vertical-align: top;
	height: 20px;
	padding-left: 5px;
}

#proofArea {
	float:left;
	background-color: #29271F;
	width: 480px;
	}
	
#proofArea .photowrapper, .photowrapper p {
	padding: 10px;
	width: 480px;
	color: white;
	}
	
#proofArea .photowrapper img {
	padding: 5px;
	}

#contentArea {
	background-color:#514E45;
	border-bottom: 1px solid #000;
	}

#contentArea .contentwrapper, .contentwrapper ul {
	padding: 8px;
	color: white;
	list-style-type: none;
	}

.info {
	border-bottom: 1px dotted #29271F;
	}
	

#contentTitle {
	background-color: #29271F;
	width: 299px;
	border-bottom: 1px solid #000;
	color: white;
	}

#contentTitle h2 {
	color: white;
	font-size: 1.5em;
	line-height: 1.25em;
	vertical-align: top;
	width: 299px;
	height: 20px;
	padding-left: 5px;
}

#page_navigation td {
	padding: 5px;
	}

a {
	color: #659CC8;
	font-family: "Verdana, Arial";
	text-decoration: none;
	}
	
a:visited {
	color: #547B9B;
}

a:hover {
	text-decoration: underline;
	}


/* ##### Header items ##### */

#header {
	height: 80px;
	}

img.logo {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	}

/* ##### Utility MENU ##### */

.utility{
margin-bottom: 1px;
padding-top: 40px;
padding-right: 10px;
}

.utility ul{
padding: 2px 0;
margin-top: 3px;
margin-bottom: 0px;
font: normal Verdana;
text-transform: none;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.utility li{
display: inline;
margin: 0;
}

.utility li.inner{
border-right: 1px solid #95938A;
}

.utility li a{
text-decoration: none;
padding: 3px 3px;
margin-right: 5px;
margin-left: 3px;
color: #95938A;
 /*THEME CHANGE HERE*/
}

.utility li a:visited{
color: #95938A;
}

.utility li a:hover{
text-decoration: underline;
color: #FFF;
}

.utility img {
	position: relative;
	top: 5px;
}

.utility li.selected{
}

#utilmenu #currentpage a {
	color: #FFF;
	background-color: #005532;
	border-bottom: #005532;
	border-top: #005532;
}

.utility li.selected a{ /*selected main tab style */
background-color: #005532; /*THEME CHANGE HERE*/
border-bottom-color: #005532;
color: #FFF;
text-decoration: underline;
}

.utility li.selected a:hover{ /*selected main tab style */
text-decoration: underline;
}


/* ##### Navigation items ##### */

#navigation {
	height: 41px;
	background-image: URL(http://www.karenhocker.com/images/navigation/img_navBackground.png);
	background-repeat: repeat-x;
	border-top: 1px solid black;
	}
	
#shademenu img {
	padding: 0px;
	position: relative;
	}

#shademenu a:hover {
	padding: 0;
	}
	
#shademenu img.store {
	border-left: 1px solid black;
	padding-left: 0px;
	}
	

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 10px;
border: 10px solid #000; /*THEME CHANGE HERE*/
border-width: 0 1px;
font: normal Verdana;
line-height: 1.5em;
z-index:100;
background-image: URL(http://www.karenhocker.com/images/navigation/img_menuBackground.png);
background-repeat: repeat;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #037244;
color: #fff;
text-decoration: underline;
}


/* ##### Home page images ##### */

#splash img {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	}
	
.splash {
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	}
/* ##### Content area ##### */

#leftcolumn {
	float: left;
	background: #33312B;
	width: 300px;
	}

#rightcolumn {
	margin-left: 300px;
	background: #29271F;
	width: 500px;
	}

.contentwrapper {
	padding: 5px;
	}
	
img.title {
	border-bottom: 1px solid #43413A;
	padding-bottom: 5px;
	}

#events {
	padding-left: 10px;
	padding-top: 10px;
	width: 270px;
	}
	
#photos {
	padding-left: 5px;
	padding-top: 5px;
	width: 270px;
	}

#news {
	width: 275px;
	vertical-align: top;
	display: block;
	padding-left: 10px;
	}
	
#newsItem {
	color: white;
	font-size: 100%;
	font-family: "Arial";
	line-height: 1.25em;
	text-align: left;
	padding-bottom: 15px;
	}
	


.newsLink a {
	color: #659CC8;
	text-transform: uppercase;
	font-weight: normal;
	font-size: medium;
	font-family: "Arial";
	text-decoration: none;
	text-align: right;
	padding-top: 5px;
	}
	
h1 {
	font-family: "Arial";
	font-weight: normal;
	font-size: 2em;
	text-align: left;
	color: #005A35;
	line-height: 1em;
	}
	
h1 a {
	text-decoration: none;
	color: #005A35;
	}

h2 {
	font-family: "Tahoma";
	font-weight: normal;
	font-size: 1.75em;
	text-align: left;
	color: #33312B;
	line-height: .75em;
	}


h3 {
	color: #33312B;
	text-align: left;
	font: bold 1.5em/1em Arial, Helvetica, sans-serif;
}

h3 a {
	font-weight: normal;
	}

.h4 {
	color: #33312B;
	font-family: "Arial";
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.5em;
}

h4 {
	color: #33312B;
	font-family: "Arial";
	text-align: left;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1em;
}

h4 a {
	text-align: left;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	line-height: .5em;
	}



.image {
	padding: 5px; 
	border: 1px solid #43413A;
	float: right;
	margin: 10px;
}


.imageright {
	float: right; 
	padding: 5px; 
	border: 1px solid #43413A;
	margin: 10px;
}

.thumbnail {
	height: 75px;
	width: 75px;
	padding: 5px;
	margin-top: 10px;
}

#footer {
	clear: both;
	background: #33312B;
	border-top: 3px solid black;
	border-bottom: 1px solid black;
	}
	
.footercol {
	padding: 0 5px;
	text-align: right;
	}

.footercol li {
	display: inline;
	padding: 5px;
	text-transform: uppercase;
	}
	
.footercol li.line {
	color: #95938A;
	}
	
#legal {
	padding: 10px 5px;
	text-align: right;
	color: #95938A;
	background: #33312B;
	font-size: small;
	padding-bottom: 50px;
	}

li.proofs {
	border-bottom: 1px dotted #33312B;
	width: 600px;
	padding-bottom: 5px;
	padding-top: 10px;
	line-height: 1.25em;
}

#proofs.event {
	border-bottom: 1px dotted #33312B;
	width: 550px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
	line-height: 1.25em;
}

.message {
	background-color: #D9D2BB;
	width: 200px;
	padding:5px;
	color: black;
	float: right;
}

#breadcrumb {
	font-size: .75em;
	color: #93918B;
	text-align: left;
	}
	
table {
	border-collapse: collapse;
	width: 100%;
	}
	
	
.schedule th {
	background-color: #33312B;
	color: white;
	border: 1px solid #000;
	}
	
.schedule td {
	border: 1px solid #000;
	padding: 5px;
	}

#break {
	border-bottom: 1px dotted #29271F;
	}
	
.alternating {
	padding: 3px;
	padding-left: 5px;
	border-top: .5px solid black;
}
	
#photoTable table.proofs {
	border-collapse: collapse;
	padding: 10px;
	background-color: #29271F;
	width: 100%;
	}
	
#photoTable td.proofs {
	border: 1px solid #43413A;
	color: white;
	padding: 10px;
	}

#photoTableHeader {
	color: white;
	padding: 0px 10px;
	border: 1px solid #43413A;
	}

#photoTableHeader h3 {
	color: white;
	font-weight: normal;
	font-size: 1.5em;
	}

.photowrapper h1 {
	font-family: "Arial";
	font-weight: normal;
	font-size: 1.75em;
	text-align: left;
	color: #005A35;
	line-height: 1em;
	}

	
#pagination {
	text-align: right;
	background-color: white;
	padding-bottom: 15px;
	}

.currentpage {
	background-color: #2b66a5;
	color: #FFF !important;
	border: 1px solid #27598F;
	font-weight: bold;
	cursor: pointer;
	margin-right: 5px;
	margin-left: 5px;
	padding: 1px 3px;
	text-align: center;
}

.pages {
	text-align: right;
	padding: 5px;
	}
	
.pages a{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #659CC8;
margin-right: 5px;
	margin-left: 5px;
}

.pages a:visited {
	color: #547B9B;
	}

.pages a:hover, .pages a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFF;
}

#copyright, #logoPrint {
	display: none;
	}

#search {
	width: 280px;
	margin: 55px 5px 5px 15px;
	padding: 8px;
	float: right;
	display: inline-block;
	background-color: #DEE0C2;
	}
	
#search input, label, select {
	font-size: 1em;
	}
	
.label {
	font-weight: bold;
	}
	
#search label {
	font-weight: bold;
	}

.required {
	color: red;
	font-size: 1em;
	font-weight: bold;
	}

.tableBiege {
	background-color: #DEDAC5;
	}
.tableGray {
	background-color: #CCCCCC;
	}

#prooflistTable td {
	border: 1px solid #43413A;
	padding: 2px;
	}

#prooflistTable th {
	color: white;
	}

#prooflistTable table.prooflist {
	border-collapse: collapse;
	padding: 10px;
	background-color: #29271F;
	width: 100%;
	}
	
.list li {
	list-style-type: none;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	padding-bottom: 5px;
	}

.listdescription {
	margin-left: 20px;
	}
	
font.required  {
	color: #1A1A1A;
	}

div.required {
	font-weight: bold;
	}
	
/*--------------------------------Events listing----------*/

.wplc_event_name, .wplc_event_location, .wplc_event_start_time, .wplc_event_end_time {
	background: #ddd;
	}
	
.wplc_event_name {
	font-weight: bold;
	width: 50%;
	}
	
.wplc_event_desc {
	padding-bottom: 15px;
	}

.wplc_event_location, .wplc_event_start_time, .wplc_event_end_time {
	font-size: x-small;
	}

