@charset "utf-8";
/*
Styles for www.kennyfetterman.com
(c)2014 Caleb Schweikarth | Designs
Color Pallet 7A6A53 | 948C75 | D9CEB2
*/

body {
	background-color:#948C75;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:center 49px;
	padding:0px;
	margin:0 auto;
}

html {
	color:#000000;
	font-family:Calibri, Arial, Helvetica, sans-serif;
	font-size:12px;
}

a {
	color:#000000;
	text-decoration:none;
}

a:visited {
	color:#000000;
	text-decoration:none;
}

a:hover {
	color:#7A6A53;
	text-decoration:underline;
}

img {
	border: 0;
}

#header_bar {
	text-align:center;
	width:100%;
	height:50px;
	position:relative;
	top:0;
	left:0;
	color:#CCCCCC;
	background:url(images/headerbg.jpg) repeat-x;
	z-index:2;
}

#footer_bar {
	text-align:center;
	width:1000px;
	height:15px;
	position:relative;
	color:#D9CEB2;
	background-color:#7A6A53;
	border:5px;
	border-radius:5px;
	font-size:11px;
	z-index:2;
}

#footer_bar a {
	color:#D9CEB2;
	text-decoration:none;
}

#footer_bar a:visited {
	color:#D9CEB2;
	text-decoration:none;
}

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

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:1;
}

.content_wrapper {
	width:1000px;
	padding:0 0 0 0;
	overflow:hidden;
}


.player_format {
	text-align:center;
	font-size:10px;
	color:#7A6A53;
}

.player_format a {
	color:#7A6A53;
	text-decoration:none;
}

.player_format a:visited {
	color:#7A6A53;
	text-decoration:none;
}

.player_format a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.home_promo_content {
	opacity:0.8;
	filter:alpha(opacity=80); /*for IE8 and earlier*/
	width:350px;
	float:left;
	position:relative;
	z-index:4;
}
	
.left_content {
	background-color:#D9CEB2;
	opacity:0.8;
	filter:alpha(opacity=80); /*for IE8 and earlier*/
	width:450px;
	float:left;
	border:5px;
	border-radius:5px;
	font-size:14px;
	position:relative;
	z-index:3;
}

.right_content {
	background-color:#D9CEB2;
	opacity:0.8;
	filter:alpha(opacity=80); /*for IE8 and earlier*/
	width:450px;
	float:right;
	border:5px;
	border-radius:5px;
	font-size:14px;
	position:relative;
	z-index:3;
}

.full_content {
	background-color:#D9CEB2;
	opacity:1.0;
	filter:alpha(opacity=100); /*for IE8 and earlier*/
	width:1000px;
	float:left;
	border:5px;
	border-radius:5px;
	font-size:14px;
	position:relative;
	z-index:3;
}

.floating_content_left {
	padding: 5px 10px 5px 0px;
	float:left;
	position:relative;
	z-index:4;
}

.floating_content_right {
	padding: 5px 0px 5px 10px;
	float:right;
	position:relative;
	z-index:4;
}

.title_text {
	padding: 4px 4px 4px 15px;
	font-size: 28px;
	font-family: brush-script-std;
	font-style: normal;
	font-weight: 400;
}

.content_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: justify;
	line-height: 20px;
}

.bold_text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	text-align: center;
	font-family: brush-script-std;
	font-size: 22px;
	line-height: 26px;
	font-style: normal;
	font-weight: 400;
}

.box_spacer {
	height:30px;
}

#mini_player {
	position:relative;
	top:-5px;
	left:5px;
	color:#7A6A53;
}

.photos img {
	max-height:140px;
	max-width:140px;
	padding:5px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
