﻿body {
	margin: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #ffffff;
}

.bg1 {
	background: url("../images/bg3.jpg") top center repeat-x #080100;
}

.bg2 {
	background: url("../images/bg3.jpg") top center repeat-x #080100;
}

#header {
	background: url("../images/logo.png") 0px 50px no-repeat;
	width: 1100px;
	height: 159px;
}

#navigation {
	margin-left: 437px;
	padding-top: 78px;
}

#content {
	/*background: url(../images/content-bg.png) repeat-y;*/
	width: 616px;
}

	#content #wrapper {
		padding: 0px 0px;
	}
	
#photoLineup a {
	display: inline-block;
	border: 1px dotted #0b0200;
	height: 169px;
	width: 133px;
	padding: 5px;
}
	
	#photoLineup a:hover {
		border: 1px dotted #cccccc;
	}
	
#photoLineupTN a {
	display: inline-block;
	border: 1px dotted #0b0200;
	height: 100px;
	width: 79px;
	padding: 5px;
}
	
	#photoLineupTN a:hover {
		border: 1px dotted #cccccc;
	}

#controls a {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
	
a {
	color: #ffffff;
}

	
.bodytext {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #ffffff;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 29px;
	color: #ffffff;
}

	h2 a {
		text-decoration: none;
	}
	
	.entry-meta, .entry-meta a, .entry-utility, .entry-utility a, #comments h3, #comments a, .says {
		color: #ebc7c2;
		text-decoration: none;
	}
	
	.entry-meta a:hover, .entry-utility a:hover, #comments a:hover {
		color: #ebc7c2;
		text-decoration: underline;
	}
	
	#primary {
		width: 250px;
	}
	
	.xoxo {
		list-style: none;
	}
	
	.widget-title {
		line-height: 30px;
	}
	
	.commentlist {
		list-style: none;
		margin-left: 0px;
		padding-left: 0px;
	}
	
	.comment-form-comment label {
		display: block;
	}
	
	.form-allowed-tags {
		display: none;
	}

h3 {
	margin-bottom: 0px;
	font-size: 20px;
	line-height: 16px;
}

/*--- kwicks ---*/
	.kwicks-box {
		border:1px solid #323232;
		padding:12px;
	}
	
	.kwicks {
		/* recommended styles for kwicks ul container */
		list-style: none;
		position: relative;
		margin: 0;
		padding: 0;
		overflow:hidden;
		width:880px;
		height:249px;
		background:#000;
	}
	.kwicks li{
		/* these are required, but the values are up to you (must be pixel) */
		width: 146px;
		height: 249px;
		/*do not change these */
		display: block;
		overflow: hidden;
		padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
		cursor:pointer;
		opacity:.5;
		filter: alpha(opacity=50);
	}
	.kwicks li.active {
		opacity:1;
		filter: alpha(opacity=100);
	}
	.kwicks.horizontal li {
		/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
		margin-right: 0; /*Set to same as spacing option. */	
		float: left;
	}	




