@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}



body {
	font-family:Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0 auto; 
	padding: 0;
	text-align: left;
	color: #ffffff;
}


/******** STRUCTURE *******/


#header {
	width: 905px;
	height: 278px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../img/headercut.jpg);
	background-repeat:no-repeat;
	background-position:center top;

}

#splash {
	width: 905px;
	height:  700px;
	padding: 0;
	margin: 0 auto;
	background-image: url(../img/hofesh_lg.jpg);
	background-repeat:no-repeat;
	background-position:right top;

}

#container {
	width: 905px;
	padding: 0;
	margin: 0 auto;
}

#left {
	width: 285px;
	float: left; 
	clear: none;
}

#right {
	width: 285px;
	float: right; 

}

#middle {
	width: 285px;
	margin-left: 310px;

}

#block{
	background-color: #333333;
	padding: 5px;
}

#block img{
	padding: 0 0 10px 0;
	border:  0px;

}

.headshot{
	float: left;
	padding: 5px 10px 2px 0;
	border:  0px;

}

#spacer{
	height: 25px;
}

/******** TEXT STYLES *******/


p{
	font-size: 11px;
	line-height: 16px;
	color:#ffffff;
	padding: 0 0 10px 0;
}

p a{
	color:#333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	background-color: #ffffff;
}

p a:visited{
	color:#333333;
	text-decoration:none;
	text-transform: uppercase;
	background-color: #ffffff;
}
p a:hover{
	color:#fbad19;
	text-decoration:underline;
	text-decoration:none;

}

h1{
	font-size: 12px;
	line-height: 15px;
	color:#fbad19;
	text-transform: uppercase;
	padding: 5px 0 0 0;
	font-weight: normal;
}

h2{
	font-size: 11px;
	line-height: 15px;
	color:#fbad19;
	font-weight: bold;
	padding: 10px 0 10px 0;
}

h3{
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
	color:#ffffff;
	font-weight: normal;
	padding: 0 0 10px 0;
}

h4{
	font-size: 9px;
	line-height: 13px;
	color:#999999;
	font-weight: bold;
	padding: 0 0 10px 0;

}

h4 a{
	color:#999999;
	text-decoration: none;
}

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

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



/******** lightbox *******/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: http://www.politicalmother.co.uk/site/img/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/gallery/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #000000; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000000; }


/******** contact form *******/

.input_generic { /* FIELD */
	background-color:#999999;
	font-size: 11px;
	color: #000000;
	padding: 6px 6px 2px 6px;
	border:0px;
}

input:focus { /*FIELD FOCUS*/
	background-color:#C90;
}
textarea:focus { /*FIELD FOCUS*/
	background-color:#fbad19;
}

.input_select { /* FIELD */
	background-color:#fbad19;
	color: #000000;
	border:0px;
}

.input_btn_submit { /*BUTTON*/
	background-color:#FBAD18;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	border: 0px solid;
	cursor: pointer;
}
.input_btn_submit:hover { /*BUTTON*/
	background-color:#FBAD18;
}

.input_btn_clear { /*BUTTON*/
	background-color:#FFCC66;
	font-size: 12px;
	color: #000000;
	padding: 2px;
	border: 0px solid;
	cursor: pointer;
}



