/* 
~~~~~~~~~~~~~~~~~~~~~~~~~
CSS design by Choosenick
~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.choosenick.com
~~~~~~~~~~~~~~~~~~~~~~~~~
To change the background images below, simply
upload the image to assets/jpg and then change the
name of the linked file file below to the name 
of the file you have just uploaded.
~~~~~~~~~~~~~~~~~~~~~~~~~
The image files must be:
800px wide
600px high
72dpi
RGB
With a gradient fade to white at the bottom.
~~~~~~~~~~~~~~~~~~~~~~~~~
*/


* 
{
margin : 0;
padding : 0;
}


/* BACKGROUNDS */


.homepage-main
{
width:800px;
margin:0px auto;
background:url("../jpg/homepage-background1.jpg");
background-repeat:no-repeat;
}

.newspage-main
{
width:800px;
margin:0px auto;
background:url("../jpg/newspage-background1.jpg");
background-repeat:no-repeat;
}

.workpage-main
{
width:800px;
margin:0px auto;
background:url("../jpg/workpage-background1.jpg");
background-repeat:no-repeat;
}

.proposalspage-main
{
width:800px;
margin:0px auto;
background:url("../jpg/proposalspage-background1.jpg");
background-repeat:no-repeat;
}

.aboutpage-main
{
width:800px;
margin:0px auto;
background:url("../jpg/aboutpage-background1.jpg");
background-repeat:no-repeat;
}



/* GENERAL */

.clear
{
clear:both;
}

.clearRight 
{
clear:right
}
	
.hidden 
{
display:none;
}

body 
{
background: white;
margin: 0;
padding: 40px 0px 0px 0px;
font-family: "Georgia", Times, serif;
color:black;
font-size: 10px;
line-height:15px;
}

.left50
{
float:left;
width:50%;
}

.right50
{
float:right;
width:49%;
}


/* TEXT */

p
{

}

a
{
color:red;
text-decoration:none;
}

a:hover
{
border-bottom:1px solid red;
}

h1
{
color:white;
font-size:16px;
font-weight:normal;
}

h2
{
color:black;
font-size:13px;
font-weight:normal;
}

#span1
{
display:inline-block;
line-height:23px;
color:black;
font-size:13px;
font-weight:normal;
background:white;
padding:5px;
}

#span1 a
{
color:red;
}

#span1 a:hover
{
border-bottom:1px solid red;
}

ul
{
list-style-type:none;
list-style-position:inside;
}


/* MENU */


.menu
{
width:780px;
margin:0px auto;
padding:10px;
}

.menu-left
{
width:50%;
float:left;
}

.menu-right
{
width:49%;
float:right;
}

.menu-logo
{
float:left;
display:block;
width:190px;
height:80px;
background:url(../gif/logo7.png);
background-repeat:no-repeat;
border-right:1px solid white;
}

.menu-nav
{
float:right;
width:190px;
border-right:1px solid white;
line-height:16px;
}

#nav
{
color:white;
text-deocoration:none;
font-size:13px;
}

#nav:hover
{
border-bottom:1px solid white;
}

#nav-current
{
color:white;
text-decoration:none;
font-size:13px;
border-bottom:1px solid white;
}

#photo-credit
{
color:white;
font-size:10px;
}

/* END MENU */


/* HOMEPAGE CONTENT */

.homepage-content
{
width:780px;
padding:280px 0 0 0; 
margin:0 auto 0 auto;
}

.content-left
{
float:left;
width:50%;
}

.content-left-left
{
float:left;
width:50%;
}

.content-left-right
{
float:right;
width:49%;
}

.content-right
{
float:right;
width:49%;
}

.white
{
background:white;
padding:10px;
height:150px;
}


/* END HOMEPAGE CONTENT */


/* WORK PAGE CONTENT */

.workpage-content
{
width:780px;
padding:120px 0 0 0; 
margin:0 auto 0 auto;
}

.white2
{
background:white;
padding:10px;
}

.left33
{
float:left;
width:30%;
}

.right66
{
float:right;
width:66%;
}

/* END WORK PAGE CONTENT */


/* FOOTER */

.footer
{
width:780px;
margin:10px auto;
}

#footer-text
{

}


/* LIGHTBOX */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../gif/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gif/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../gif/nextlabel.gif) right 15% no-repeat; }


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

#imageDataContainer a{
	background-color: #fff;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	
