* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	background-color: #000000;
	background-image: url(../images/kac_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	color: #FC0;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

h2 {
	color: #D2D2D2;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	color: #555;
	letter-spacing: 1px;
	margin: 30px 0 10px;
}

a {
	outline: none;
	cursor: pointer;
}

br {
	margin-bottom: 10px;
}

p {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	margin: 10px 0;
}

input, select, textarea {
	margin: 5px 0px;
	padding: 1px;
	letter-spacing: 0;
	background-color: #222;
	border: 2px solid #333;
	color: #FC0;
	cursor: pointer;
}

.wrapper {
	position: relative;
	min-height: 500px;
	width: 980px;
	margin: 0px;
	padding: 0px;
	
}

#logo {
	position: fixed;
	height: 140px;
	width: 510px;
}

#feature {
	position: fixed;
	top: 40px;
	left: 755px;
	height: 100px;
	width: 220px;
	text-align: right;
}

#feature img {
	border: none;
	vertical-align: middle;
}

#menu {
	position: fixed;
	top: 165px;
	left: 20px;
	color: #FFF;
	margin-left: -5px;
}

.content {
	position: absolute;
	top: 165px;
	left: 300px;
	min-height: 275px;
	min-width: 675px;
	margin: 0;
	padding: 0;
	color: #CCC;
}

.content a, .content a:visited {
	color: #FC0;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

.content img {
	border: none;
	vertical-align: middle;
	/*max-height: 175px;
	max-width: 175px;*/
}

.content ul {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 14px;
	list-style: square;
	margin-left: 15px;
}

.content li {
	/*margin: 10px 0;*/
}

.slideshow {
	font-size: 16px;
}

.slideshow a {
	color: #FFCC00;
}

.slideshow a, a:visted {
	color: #FFCC00;
}

#artists {
}

#artists .artist {
	margin: 10px 0 30px 0;
	line-height: 15px;
	min-height: 100px;
}
#artists .artistName {
	margin: 0;
	font-size: 20px;
	line-height: 22px;
}
#artists .artistInfo {
	margin: 0;
	font-size: 12px;
	letter-spacing: 1px;
}
#artists img {
	margin: 0 10px 0 0;
	vertical-align: top;
	float: left;
}

.art_cell {
	float: left;
	width: 225px;
	height: 300px;
}
	
	.art_cell p {
		font-size: 11px;
		margin-top: 8px;
		width: 187px;
	}
	
	.art_cell p br {
		line-height: 0px;
	}

.enlarge {
	font-size: 10px;
	text-align: left;
}

.art_thumbnail {
	height: 185px;
	width: 215px;
	margin-top: 1px;
	background-color: #1C1C1C;
	border: 1px solid #444;
	line-height: 182px;
	text-align: center;
	vertical-align: middle;
}

	.art_thumbnail img {
		max-height: 175px;
		max-width: 175px;
	}

#commentForm { width: 500px; }
#commentForm label { width: 250px; }
#commentForm label.error, #commentForm input.submit { margin-left: 253px; }
#signupForm { width: 670px; }
#signupForm label.error {
 margin-left: 10px;
 width: auto;
 color: #FC0;
 font-size: 11px;
 display: inline;
}

#events {
	margin: 10px 0px;
	font-size: 12px;
	background: #000;
	color: #DDD;
}
.eventImg {
	margin: 15px auto;
	max-height: 500px !important;
	max-width: 660px !important;
}
.eventHeader {
	min-width: 160px;
	padding: 5px;
	font-size: 17px;
	font-weight: bold;
	border: 1px solid #777;
}
.eventInfo {
	padding: 5px 35px 5px 5px;
	border: 1px solid #333;
	line-height: 18px;
	vertical-align: top;
}
.eventInfo a {
	font-size: 11px;
}
.eventInfo li {
	margin: 2px;
	line-height: 14px;
}

/***** BEGIN PHOTOS PAGE *****/
#photosHeader {
	color: #FFF;
	font-family: Verdana, Arial, sans serif;
	font-size: 16px;
	height: 25px;
	width: 675px;
	line-height: 30px;
	/*padding: 20px 0px 5px 30px;*/
}
#photosHeader span {
	float: right;
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
}
#photosHeader a {
	text-decoration: none;
}
#photosHeader a:hover {
	text-decoration: none;
}
#photosContent {
	float: left;
	margin-top: 25px;
	width: 675px;
	font-family: Arial;
	font-size: 14px;
} 
#photosContent a {
	text-decoration: none;
}
#photosContent a:hover {
	text-decoration: none;
}
#photosContent img {
	border: 1px solid #BBB;
	margin-bottom: 3px;
}
.album_row {
		margin-bottom: 10px;
}
.album {
		width: 190px;
		float: left;
		margin: 10px 10px;
		padding: 5px;
		font-size: 12px;
		text-align: center;
		border: 1px solid #CCC;
}
.album img {
		max-width: 175px;
		vertical-align: middle;
}
.thumbnail_row {
		height: 140px;
		margin: 15px 0;
}
.thumbnail {
		width: 140px;
		height: 140px;
		float: left;
		margin: 0 14px;
		text-align: center;
		line-height: 137px;
}
.thumbnail img {
		vertical-align: middle;
}
.thumbnail a {
		text-decoration: none;
}
#photosBottom {
	height: 50px;
	width: 675px;
	text-align: center;
}
#photosBottom a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
/***** END PHOTOS PAGE *****/

#upper_right_gradient {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	height: 500px;
	width: 500px;
	background-image: url(../images/upper-rt.jpg);
}

.banner {
	width: 650px;
	margin: 50px 0;
}

.banner img {
	min-width: 650px;
}

input.buyText{
	background-color: #222;
	border: 2px solid #777;
	color: #FFCC00;
	cursor: pointer;
	font: normal 17px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin: 5px 0;
	outline: none;
	padding: 2px;
	width: 350px;
}
	
input.buyButton{
	background-color: #000 !important;
	border: none !important;
	color: #FFCC00;
	cursor:pointer;
	margin: 10px 0;
	outline: none;
	padding:1px;
}	

#footer {
	position: fixed;
	bottom: 10px;
	left: 25px;
	height: auto;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

#footer a {
	color: #FFF;
	text-decoration: none;
	vertical-align: top;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	border: none;
}

.fan_box .connect_top {
	padding:10px 5px;
}

.fan_box .connect_action .name {
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}

.recaptcha_theme_red #recaptcha_response_field {
	background-color: #FFF;
}
