/*  Stylesheet for Christchurch Wedding Photography website - written by Vision Photography & Design www.visiondesign.co.nz */

@charset "utf-8";
*{
	margin: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_flowers.jpg);
	background-repeat: repeat;
}
p {
	padding-top: 4px;
	padding-bottom: 5px;
}
h1 {
	font-size: 1.5em;
	margin-top: 15px;
	color: #000062;
}




#top_border_container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#side_border_container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/side_borders.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#header_container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background-color: #FFFFFF;
}

#button_container {
	clear: both;
}
#left_column_container {
	width: 130px;
	float: left;
	margin-top: 30px;
	margin-right: 10px;
	margin-left: 10px;
}



#main_container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/main_cont_bg.jpg);
	background-repeat: repeat-y;
}
#web_designer_container {
	text-align: center;
	width: 800px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.8em;
	color: #CCCCCC;
}

#web_designer_container a {
	color: #CCCCCC;
}

#body_container {
	float: left;
	width: 455px;
	margin-left: 15px;
	margin-right: 10px;
}
#main_container_spreader {
	clear: both;
}

#right_column_container {
	width: 120px;
	float: left;
	margin: 10px;
}


#page_descriptor_container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	color: #3F3F3F;
	text-align: center;
}
#footer_container {
	clear: both;
	margin-right: 150px;
	margin-left: 150px;
	text-align: center;
	font-size: .8em;
	padding-bottom: 5px;
}
.image_right {
	float: right;
}


/* Chrome Style Menu  Start */
.chromestyle{
	width: 768px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;  /*alters border top and bottom*/
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
	background-image: url(images/chromebg-over.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

/* Chrome Style Menu  End */

/*Light Box CSS starts*/
#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: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) 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: #666; }
#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: #000; }
#body_container  /*Light Box CSS finishes*/ h2 {
	font-size: 1.3em;
	margin-top: 15px;
	color: #000062;
}
a:link {
	color: #000062;
}

a:visited {
	color: #000062;
}

#body_container ul {
	padding-left: 15px;
}
#column1 {
	float: left;
	width: 151px;
}
#column2 {
	float: left;
	width: 152px;
}
#column3 {
	float: left;
	width: 152px;
}
#WeddingEstimator input {
	background-color: #D4D0C8;
	padding: 1px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
}
.input_but   a {
	width: 100px;
	text-align: center;
	text-decoration: none;
	color: black;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #D4D0C8;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	float: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	border-left-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-size: 1.1em;
}
#gallery_images {
	visibility: hidden;
	height: 2px;
}
.linkbox {
	background-color: #EAEAEA;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #333333;
}
