/*
*****************************************************************
    CSS STYLESHEET: SARAHWERNERT.COM
*****************************************************************
*/




/*
=================================================================
    GENERAL
=================================================================
*/body{
	margin:0;
	padding:0;
	background:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#c0c0c9;
}

.layout{
	margin-left: auto;
	margin-right: auto;
}

a{
	text-decoration:none;
	color: #0091c8;
}

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

.confirm{
	padding-left: 5px;
}

#responseBody {
	padding: 0;
	margin: 0;
	background: #ffffff url(../images/sarah-bg.jpg) no-repeat center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#4b1ac9;
}

#content {
	width: 1024px;
	height: 100%;
	margin: 20px auto 0;
	
}

h1 {
	padding-left: 20px;
}

/* forms */
#contact-area {
	width: 445px;
	margin-top: 25px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 350px;/* 200 */
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #0091c8;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

label {
	float: left;
	text-align: right;
	margin-right: 5px;
	width: 75px;
	padding-top: 5px;
	font-size: 1em;
}
/* end forms */
/*
=================================================================
    END GENERAL
=================================================================
*/

/*
=================================================================
    HOME CONTENT AREA
=================================================================
*/
.homeContent {
	margin-left:5px;
	padding-top:10px;
	font-size: 11px;
}

.scrollHome{
	width:285px; 
	height:340px; 
	overflow:auto; 
	padding:5px;	
}
/*
=================================================================
    END HOME CONTENT AREA
=================================================================
*/

/*
=================================================================
    SCROLLING CONTENT AREAS
=================================================================
*/
.scrollGallery{
	width:500px; 
	height:340px; 
	overflow:auto; 
	padding:5px;
}

#trainingContent{
	width: 609px;
	height:364px;
	background: url(../images/training_27.jpg) top right no-repeat;
}

.trainingContact {
	overflow:auto;
	margin-left: 5px;
	padding-top:15px;
}

.scrollLinks {
	width:500px; 
	height:335px; 
	overflow:auto; 
	padding:5px;
}

.scrollBiography {
	width:535px; 
	height:340px; 
	overflow:auto; 
	padding:5px;
}

.scrollWidget {
	width: 530px;
	height: 335px;
	overflow: auto;
}
/*
=================================================================
    END SCROLLING CONTENT AREAS
=================================================================
*/

/*
=================================================================
    BOOKING
=================================================================
*/
#bookingContent{
	width: 609px;
	height:364px;
	background: url(../images/booking_27.jpg) top right no-repeat;
}

img.floatLeft { 
    float: left; 
    margin-right: 12px; 
}

.bookingContact {
	margin-left: 5px;
	padding-top:15px;
}
/*
=================================================================
	END BOOKING
=================================================================
*/

/*
=================================================================
	FOOTERS
=================================================================
*/
#galleryFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../gallery/gallery_35.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#galleryFooter a{
	text-decoration:none;
	color: #0091c8;
}

#galleryFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#homeFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/index_40.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#homeFooter a{
	text-decoration:none;
	color: #0091c8;
}

#homeFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#trainingFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/training_33.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#trainingFooter a{
	text-decoration:none;
	color: #0091c8;
}

#trainingFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#bioFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/biography_33.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#bioFooter a{
	text-decoration:none;
	color: #0091c8;
}

#bioFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#linksFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/links_33.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#linksFooter a{
	text-decoration:none;
	color: #0091c8;
}

#linksFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#bookingFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/booking_33.jpg) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#bookingFooter a{
	text-decoration:none;
	color: #0091c8;
}

#bookingFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}


#storeFooter{
	clear: left;
	width: 100%;
	height:119px;
	background: black url(../images/store_54.gif) top right no-repeat;
	color: #c0c0c9;
	text-align: center;
}

#storeFooter a{
	text-decoration:none;
	color: #0091c8;
}

#storeFooter a:hover{
	text-decoration:none;
	color: #c0c0c9;
}

/*
=================================================================
	END FOOTERS
=================================================================
*/




/*
=================================================================
	SLIMBOX
=================================================================
*/
#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

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

.lbLoading {
	background: #fff url(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(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(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(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

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

#lbCaption {
	font-weight: bold;
}
/*
=================================================================
	END SLIMBOX
=================================================================
*/

/*
=================================================================
	reCaptcha
=================================================================
 */

#recaptcha_image {
        height: 38px !important;
        width: 200px !important;

}

#recaptcha_image img {
        height: 38px;
        width: 200px;

}

.catpcha-area {
	width: 100%;
    float: right;
    padding: 5px;
}

/*
=================================================================
	END reCaptcha
=================================================================
 */
 
/* 
=================================================================
	JQuery
=================================================================
*/
.widget {
width: 490px;
padding: 10px;
background: #000;
border: 1px solid #111;
margin-bottom: 15px;
}

	

	.widget a {
	color: #c0c0c9;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}

	.tabnav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding-right: 5px;
	}
	
		.tabnav li a {
		background: #cccccc;
		text-decoration: none;
		text-transform: uppercase;
		color: #000000;
		font-weight: bold;
		padding: 4px 6px;
		outline: none;
		}
		
		.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		background: #0091c8;
		color: #ffffff;
		text-decoration: none;
		}
		
	.tabdiv {
	margin-top: 2px;
	background: #000;
	border: 1px solid #111;
	padding: 5px;
	}
	
		.tabdiv li {
		margin-left: 20px;
		list-style: none;
		color: #c0c0c9;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}
/* 
=================================================================
	END JQuery
=================================================================
*/