html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
	font-family: "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #999999;
	background: #cacaca url(images/background_wood.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
}

#topbar {
	position: relative;
	width: 975px;
	height: 34px;
	margin-right: auto;
	margin-left: auto;
}

#orangebar {
	position: relative;
	width: 975px;
	height: 40px;
	background: url(images/background_orange.jpg) repeat-x;
	margin-right: auto;
	margin-left: auto;
}

#orangebarHolder {
	position: relative;
	width: 975px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
}

#orangebarText {
	position: absolute;
	top:  6px;
	left: 145px;
	color: #000;
	font-size: 11px;
	line-height: 13px;
}

.aboutNav a {
	position: absolute;
	display: block;
	width: 109px;
	height: 30px;
	left: 0px;
	background: transparent url(images/button_about.png) no-repeat;
}

.aboutNav a:hover {
background-position: 0 -30px;
}

.contactNav a {
	position: absolute;
	display: block;
	width: 122px;
	height: 30px;
	left: 0px;
	background: transparent url(images/button_contact.png) no-repeat;
}

.contactNav a:hover {
background-position: 0 -30px;
}

.connectionNav a {
	position: absolute;
	display: block;
	width: 157px;
	height: 30px;
	left: 0px;
	background: transparent url(images/button_connection.png) no-repeat;
}

.connectionNav a:hover {
background-position: 0 -30px;
}

.linkedinNav a {
	position: absolute;
	display: block;
	width: 153px;
	height: 30px;
	left: 8px;
	top: 15px;
	background: transparent url(images/button_linkedin.png) no-repeat;
}

.linkedinNav a:hover {
background-position: 0 -30px;
}

.behanceNav a {
	position: absolute;
	display: block;
	width: 153px;
	height: 30px;
	left: 8px;
	top: 55px;
	background: transparent url(images/button_behance.png) no-repeat;
}

.behanceNav a:hover {
background-position: 0 -30px;
}

.coroflotNav a {
	position: absolute;
	display: block;
	width: 153px;
	height: 30px;
	left: 8px;
	top: 95px;
	background: transparent url(images/button_coroflot.png) no-repeat;
}

.coroflotNav a:hover {
background-position: 0 -30px;
}

.flickrNav a {
	position: absolute;
	display: block;
	width: 153px;
	height: 30px;
	left: 8px;
	top: 135px;
	background: transparent url(images/button_flickr.png) no-repeat;
}

.flickrNav a:hover {
background-position: 0 -30px;
}


#textBar {
	position: absolute;
	top:  13px;
	left: 225px;
}

#fadeText {
	position: absolute;
	top:  13px;
	right: 227px;
}

#iconBar {
	position: absolute;
	top:  10px;
	right: 0px;
}

#iconText {
	position: absolute;
	top: 10px;
	left:  15px;
}

#iconDrop1 {
	position: absolute;
	top:  42px;
	right: 0px;
	width: 487px;
	height: 79px;
	/* background: url(images/drop_background.png) no-repeat; */
	padding: 0px;
	background-color:#15120d;
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#iconDropContact {
	position: absolute;
	top:  42px;
	right: 0px;
	width: 487px;
	height: 179px;
	/* background: url(images/drop_background.png) no-repeat; */
	padding: 0px;
	background-color:#15120d;
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#iconDropAbout {
	position: absolute;
	top:  42px;
	right: 0px;
	width: 487px;
	height: 400px;
	padding: 0px;
	background-color:#15120d;
	-webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

#about {
	position: absolute;
	top:  41px;
	right: 113px;
	width: 490px;
	height: 470px;
}

#DropAbout {
	position: relative;
	padding: 15px;
	background-color:#555659;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
}

#contact {
	position: absolute;
	top:  41px;
	right: 120px;
	width: 230px;
	height: 480px;
}

#DropContact {
	position: relative;
	padding: 15px;
	background-color:#555659;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	color: #fff;
	text-align: left;
}

#connection {
	position: absolute;
	top:  41px;
	right: 0px;
	width: 170px;
	height: 200px;
}


#DropConnection {
	position: relative;
	height: 180px;
	padding: 0px;
	background-color:#555659;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

#arrowDrop {
	position: relative;
	height: 13px;
	background: url(images/dropbox_arrow.png) no-repeat center top;
}

#close {
	position: absolute;
	top: -10px;
	right: 7px;
}

.field {
	border: 1px solid #fff;
	background-color: #a7a9ac;
	padding: 3px;
	margin-top:5px;
	margin-bottom: 5px;
	font-family: "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 11px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	width: 95%;
}

#workbar {
	text-align: left;
	margin-top: 60px;
	width: 992px;
	margin-right: auto;
	margin-left: auto;
}

#picts {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 8px;
	border: 0;
}

#line {
	height: 1px;
	background-color: #cccccc;
	margin: 10px;
}

#textline {
	height: 1px;
	background-color: #79797a;
	margin: 5px 10px 1px;
}

#textlineDropDown {
	height: 1px;
	background-color: #999;
	margin: 15px 0;
}

#vspace {
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}

#line {
	border-bottom: 1px #333333 solid;
	width: 460px;
	}


/* Backgrounds 

.backgroundTableHome {
	background-image: url(images/homebackground.jpg);
	background-position: top; 
	background-repeat: no-repeat; 
}

.backgroundMain {
	background: #ffffff url(images/page_top.jpg) no-repeat 0 top;
	margin-top: 20px;
	padding: 20px;
}

.mainBackground {
	background: url(images/background.jpg) repeat-x left top;
}
*/
#IEpng {
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/page_bottom.png');
   
	width: 760px;
	height: 87px;
}

#IEpng[id] { background:url(images/page_bottom.png) top center no-repeat; }

/* fonts */
.Small {
font-size: 8px;
}
.bodyBold {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #000000;
}
.bodyBoldColor {
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
}
.footer {
	font-size: 12px;
	font-weight: normal;
	color: #c1cad5;
}
.dateTime {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.eventBox {
	background-image: url(images/event_box_background.jpg);
	background-repeat: repeat-y;
}

/* links */

a.text    { color : #111111; text-decoration: none; font-weight:bold;
}
a.text:hover   { color : #fff; text-decoration: underline; font-weight:bold;
}

a.boxlink    { color : #ffffff; text-decoration: none;
	font-size: 11px;
	background-color: #808285;
	padding: 1px;
}
a.boxlink:visited { color : #ffffff; text-decoration: none;
	font-size: 11px;
	background-color: #808285;
	padding: 1px;
}
a.boxlink:hover   { color : #808285; text-decoration: none;
	font-size: 11px;
	background-color: #ffffff;
	padding: 1px;
}
a.boxlink:active  { color : #808285; text-decoration: none;
	font-size: 11px;
	background-color: #474747;
	padding: 1px;
}

/* light box addition */

#lightbox{
	position: absolute;
	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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	padding-bottom: 5px;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 90%; 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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

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

