/*
Theme Name: Nancy Bishop
Description: Nancy Bishop Casting Theme.
Author: Michal Pavlik michal.pavlik@codeworks.cz , Jamie Foulston
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}


h1, h2, h4, h5, h6 {
	font-weight: bold;
	clear: both;
	font-family: 'Cantarell',georgia,verdana;
	letter-spacing:-2px
}

img ,a {
	outline: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

a{
	text-decoration: underline;
	color: #4270b3;
	font-style: italic;

}


a:hover, a:active{
	color:#3cb6e3;
}
body {

	font-family: georgia,verdana;
	font-size: 15px;
	color:#2b2b2b;
	background: url('images/bgStrip.jpg') repeat-x;
}

#wrapper {
	margin: 0 auto;
	width: 900px;
}
#header {
	width: 880px;
	color: #333;
	padding: 0px;
	height: 100px;
	margin: 10px 0px 0px 0px;

}

#navigation {
	width: 850px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 0 0px 0px 50px;

	background: #444 url('images/menu_bg.jpg') repeat-x;
}

#content {
	width: 880px;
	color: #333;
	margin: 0px 0px 0px 0px;
	min-height:  450px;
	padding-top: 20px;
}

.homePage{
	padding-left: 10px;
	padding-top: 55px;
	min-height: 450px;
}


.left{
	float: left;
}

.right{
	float:right;
}

.pr{
	padding-right: 10px;
}
.pl{
	padding-left: 10px;
}
/* ------------ MENU START -------------------------------------------------- */

.menu ul{
	list-style: none;

}
.menu li {
	display:inline;
	line-height:40px;
	margin-right:38px;
}

.menu a {
	font-style: italic;
	color:#cacaca;
	text-decoration: none;
}

.current-menu-item a {
	font-weight: bold;
	color:#fff;

}
.menu a:hover {

	color:#fff;

}
/* ------------ MENU END -------------------------------------------------- */


.clear{
	clear: both;
}

#logo{
	padding-top: 13px;
	float:left;

}

#connections{
	float:right;
	padding-top: 35px;
}


.placeholder{
	padding-left: 20px;
	padding-right: 20px;
	float:left;
	width: 250px;
	min-height: 300px;
	text-align: center;

}
.placeholder h2,#eventSchedule h2{
	font-weight: bold;

}
.firstcolumn{
	padding-left:28px;

}
.dashed{
	border-right: 1px dashed #bababa;
	border-left: 1px dashed #bababa;

}
.placeholder img {

	border: 1px solid #e3e3e3;
	padding: 8px;
	background-color: #fff;

}

.imageholder{
	padding-top: 20px;


}
.textHP{
	padding-top: 15px;
	min-height:  90px;



}



/*---------- Footer-----------*/
#footer {
	width: 880px;
	color: #333;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
#footer a{

	font-weight: bold;
}


.dashedHR{
	border: none 0;
	border-top:  1px  dashed #bababa;
	height: 1px;


}

/*headings*/

.heading{
	font-size: 25px;
	margin-bottom: 5px;

}
.headingAuthor{
	font-style: italic;

}




/*buttons*/

a.viewBook {
	position: relative;
	display:inline-block;
	height:25px;
	position:relative;
	width:140px;

}

a.viewBook span{
	background: url('images/buttons/viewBookButton.png') no-repeat;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	display: block;

}

a.viewCasting {
	position: relative;
	display: inline-block;
	height: 25px;
	width: 140px;
}

a.viewCasting span {
	background: url('images/buttons/viewCastingButton.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	display: block;
}

a.order_amazon {
	position: relative;
	display: inline-block;
	height: 25px;
	width: 183px;
}

a.order_amazon span {
	background: url('images/buttons/orderfromamazonButton.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	display: block;
}

a.order_publisher {
	position: relative;
	display: inline-block;
	height: 25px;
	width: 183px;
}

a.order_publisher span {
	background: url('images/buttons/orderfrompubliserButton.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	display: block;
}
a.coaching_enquires {
	position: relative;
	display: inline-block;
	height: 25px;
	width: 176px;
}

a.coaching_enquires span {
	background: url('images/buttons/coachingEnquiriesButton.png') no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0; top: 0;
	display: block;
}


a.viewBook:hover span,
a.viewCasting:hover span,
a.viewCoaching:hover span,
a.order_amazon:hover span,
a.order_publisher:hover span,
a.coaching_enquires:hover span

{
	background-position: 0px -25px;
}


a.viewCoaching {
	display: inline-block;
	height: 25px;
	width: 140px;
	position: relative;
}

a.viewCoaching span {
	background: url('images/buttons/viewCoachingButton.png') no-repeat;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
	height: 100%;
	display: block;
}



/*Casting*/

#slider{
	float:left;
	margin-bottom: 20px;
}

#slider1,#slider3{
	margin-bottom: 20px;
}

#slider3{
	margin-top: 20px;
}
#slider img,
#rightpane .wp-image-74,
.wp-image-102,
#book_right img,
.wp-image-145,
.wp-image-159,
#contact_left,
#people img,
#prague img,
#prague .video,
#links_right img

{
	border: 1px solid #e3e3e3;
	padding: 8px;
	background-color: #fff;
}

#prague .video

{
	border: 1px solid #e3e3e3;
	padding: 8px;
	background-color: #fff;
	width: 250px;
	margin-bottom: 25px;
}

#castingCredits{
	float: right;
	width: 220px;
	font-size: 13px;
}

#featuredFilms h3,#eventSchedule h3{
	font-weight: bold !important;
	font-family: 'Cantarell',georgia,verdana;
}
#pragueDesc h3,#masterText h3{
	font-family: 'Cantarell',georgia,verdana;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	color:black;

}

#castingCredits h3{
	font-size: 18px;
}

.lightBlue{
	color:#426fb2;
}

.lightGrey{

	color:#848484;
}


#slider,
#slider1
{
	position:relative;

	background:url(images/loading.gif) no-repeat 50% 50%;
}
#slider img,
#slider1 img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

/*coaching*/

#leftpane{
	width: 580px;

}

#rightpane{
	font-size: 11px;
}

#coaching p, #bio p, #book p ,#post-125 p, #post-125 ul{
	padding-top: 10px;
	padding-bottom: 10px;
}

.klapka{
	background: url('images/clapperIcon.png') no-repeat;
	display: block;
	padding-left: 25px;
	line-height: 30px;
	color:#000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	font-family: 'Cantarell',georgia,verdana;
	letter-spacing: -1px;
	font-size: 17px;
}

.klapka a:hover{
	color:#3cb6e3;
}
.eventSchedule{
	background: url('images/speakerIcon.png') no-repeat;
	display: block;
	padding-left: 28px;
	line-height: 25px;

}

#back{
	text-align: right;
	height: 28px;
}
.backButton{
	display: block;
	padding-left: 28px;
	line-height: 25px;
	color:#333333;
	text-decoration: none;

}

#bio_left{
	float:left;
	width: 580px;

}

#bio_right{
	float:right;
	width: 260px;
	font-size: 11px;

}
#bio_right .wp-image-102{

	margin-bottom: 20px;

}

/* Book*/


#book_left,#links_left{
	float:left;
	width: 580px;

}

#book_right,#links_right{
	float:right;
	width: 260px;
}

.reviewButton{

	display: block;
	background: url('images/review.jpg') no-repeat;
	padding-left: 28px;
	line-height: 25px;
	padding-top: -2px;

}

/*private coaching*/

cite{
	display: block;
	background-color:  #faf7e8;
	border:1px solid #e7e7e7;
	padding: 15px 15px 15px 15px;
}

#private_left, #master_left,#prague_left{
	float: left;
	width: 550px;
}


#private_right,#master_right,#prague_right{
	text-align: right;
	float:right;
	width: 250px;
}



#eventSchedule{
	text-align: center;
	}

#classesLeft{
	margin-top:  20px;
	padding-right: 40px;
	text-align: right;
	width: 400px;
	float:left;


}

#classesRight{
	margin-top:  20px;
	padding-left: 35px;
	text-align: left;
	width: 411px;
	float:right;
	border-left:  1px dashed #bababa;

}

.classTitle{

	font-weight: bold;
}

.classDate{


}

.classDesc{

}

#contact_left{
	float: left;

}

#contact_right{
	float: left;
	padding-left: 20px;
	width: 250x;

}

#contact_right_right{
	float: right;
	
}

#contact_right h1,#contact_right_right h1{
	font-weight: normal !important;
	font-size: 25px !important;
	font-family: 'Cantarell',georgia,verdana;
}

#contact_right a.email{
	font-size: 15px;
	font-style: italic;
}
.pdfDiv{
	font-style: italic;
}
.infoBox{
	padding-top: 10px;
	padding-right: 64px;
	padding-bottom:  10px;
}

.infoBoxLast{
	padding-top: 10px;
	padding-bottom:  10px;
}

#people{
	text-align: left;
}

#people p {
	padding-left: 10px;

}
#people .first {
	width: 450px;

}

.note{

	font-size: 15px;
	font-weight: bold;
}


#en_lang, #cz_lang{
	background-color:  #faf7e8;
	border:1px solid #e7e7e7;
	padding: 15px 15px 15px 15px;
	font-style: italic;
}

#clickme_cz, #clickme_en {
	margin-right: 5px;

}

#clickme_cz img, #clickme_en img {
	cursor: pointer;

}
#cz_content{
	display: none;
}

.programm{
	font-size: 18px;
	color:#4171B3;
	font-style: italic;
	margin-bottom: 30px;
}

.bioText{
	font-family: georgia,verdana;
	font-weight: normal;
	letter-spacing: 0px;
}

.contanctHeading{
	font-family: georgia,verdana !important;
}

.italics{
	font-family:georgia,verdana;
	font-weight:normal;
	font-style: italic;
	letter-spacing:0px;
	margin-bottom: 20px;
}
.italicsBold{
	font-family:georgia,verdana;
	font-weight:bold;
	font-style: italic;
	letter-spacing:0px;
	margin-bottom: 20px;
}

.normal{
	font-style: normal !important;
	letter-spacing: -2px !important;
	font-weight: normal!important;
	margin-bottom: 20px;

}
#quotes { list-style: none;
		  height: 150px;
		  cursor: pointer;
}
#quotes blockquote { list-style: none; margin: 0;}

#quotes li{
	display: none;
}

.tech{
	list-style: none;
}
.tech li{
	padding-bottom: 25px;
	padding-left: 20px;
}