/*-----------------------------------------------------------------------------

version:   1.0
author:    dana busch
email:     dana.busch@gmail.com
website:   http://www.danabusch.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}


/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images and form fieldset */
img {
	border: 0px none;
}



fieldset {
	border: 0px;
}





/* 
-----------------------------------------------------------------------------*/




body {
/*background: url(images/bkd.jpg) top left repeat-x; */
background-color: #cfe2e2;
padding:0;
margin: 0;
font: 11px/16px helvetica, arial, sans-serif;
}

body a { 
font: 11px;
color: #000000;
}


a {
	padding: 0px;
	text-decoration: none;

}

a:hover {
	background-color: #e4eeee;
	text-decoration: none;
	padding: 0px;
}



/* = Centering and Background Styling
-----------------------------------------------------------------------------*/



#bkdGraphic {
	position: absolute;
	left: 0px; top: 0px;
	background: url(images/bkd.jpg) top left no-repeat;
	margin: 210px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 1300px;
	height: 647px
}



	
/* Centers the content in the viewport */	
#contentCenter {
	position: relative;
	
	left: 50%;
	width: 880px;
	margin-left: -440px;
	height: 476px;
}



/* = Centered Content Area Styles
-----------------------------------------------------------------------------*/



/* This is the little red box with contact / resume links */
#contact {
	color: white;
	background-color: #ff0066;
	width: 150px;
	height: 22px;
	padding-left: 10px;
	padding-top: 2px;
	float: right;
}

#contact a {
	padding: 2px;
	font-family: georgia, serif;
	font-style: italic;
	color: white;
	text-decoration: none;
}
	
#contact a:hover {
	color: white;
	background-color: #990033;
	text-decoration: none;
}



/* d busch interactive design */
#name {
	float: left;
	display: block;
	margin-top: 55px;
	height: 27px;
	width: 228px;
	background: url(images/danabusch.gif) top left no-repeat;
}



/* This is the white column, it lives beneath the header */
#mainColumn {
	float: left;
	width: 880px;
	margin-top: 0px;
	background-color: white;

}

#helloHeader {
	float: left;
	width: 880px;
	height:148px;
	padding: 0px;
	margin: 0px;
}

#noHello {
	float: left;
	width: 880px;
	padding: 0px;
	margin: 0px;
}


#servicesGraphic {
	float: left;
	width: 510px;
	height: 139px;
	margin: 24px 0px 24px 17px;
	padding: 0px;
}

#projTag {
	float: right;
	width: 102px;
	height: 33px;
	padding: 0px;
	margin: 154px 17px 0px 0px;
}




/* This is the class for the grey bar that separates each row of images */
.separator {
	float: right;
	width: 880px;
	height: 18px;
	background-color: #cfe2e2;
}

/* This is the class for the bar on the project pages */
.separator2 {
	float: right;
	width: 880px;
	height: 18px;
	background-color: #cfe2e2;
	margin: 0px;
	padding: 0px;
}



/* This is the class for the first two cols */
.imageRowLeft {
	float: left;
	width: 570px;
	height: 200px;
}

/* col 1 */
.col1 {
	float: left;
	width: 260px;
	height: 200px;
	padding: 0px 0px 0px 25px;
}


/* col 2 */
.col2 {
	float: right;
	width: 260px;
	height: 198px;
	padding: 0px 0px 0px 25px;
}

/* col 3 */
.col3 {
	float: right;
	width: 260px;
	height: 198px;
	padding: 0px 25px 0px 25px
}

.projHeading {
	font-weight: bold;
	color: #000000;
}


.projDesc {
	font-weight: bold;
	color: #cccccc;
}


h5 {
float: left;
margin: 10px;
font-family: georgia, times, serif;
font-style: italic;
font-weight: normal;
font-size: 21px;
color: #cccccc;
}



/* This stuff goes on the project pages 
-----------------------------------------------------------------------------*/


#projTag2 {
	float: left;
	width: 102px;
	height: 33px;
	padding: 0px;
	margin: 0px 0px 0px 17px;
}

/* This is the class for images on the project pages */
.projImage {
	float: right;
	margin: 17px 17px 50px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999999;

}

.projImageNobdr {
	float: right;
	margin: 17px 17px 50px 0px;
	padding: 0px 0px 0px 0px;

}


/* This is the project page description text */
.leftCol {
	display: block;
	float: left;
	width: 300px;
	margin: 50px 0px 17px 17px;
}




/* Project page Headings */
h1 {
	font-size: 18px;
	line-height: 21px;
	font-weight: normal;
	margin: 0px 0px 3px 0px;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 5px 0px 8px 0px;
}


/* This is the project page description text */
.projTxt {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 8px;
	width: 300px;
}

.projTxt a {
	font-family: georgia, serif;
	font-style: italic;
	background-color: #c2fafa;
	padding: 2px;
}

.projTxt a:hover {
	background-color: #35dbd7;
	padding: 2px;
	color: #ffffff;
}


.txtBkd {
	background-color: #e4eeee;
	padding: 5px;

}


/* Heading for More Views */
h2 {
	font-family: georgia, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}


/* this is the project page 'gallery' style */
#gallery {
	margin: 10px 0px 2px 0px;
	width: 300px;
}

#gallery a {
	font-size: 11px;
	font-family: Georgia, times, serif;
	font-style: italic;
	background: #c2fafa;
	padding: 4px;
	margin-right: 3px;
	margin-bottom: 3px;
}

#gallery a:hover {
	color: #ffffff;
	background: #35dbd7;
	padding: 4px;
	margin-right: 3px;
}

.galleryDiv {
margin: 0px;
padding: 0px;
width: 150px;
height: 8px;
}


/* This is the project page "back" style */

.backMain {
	margin: 8px 0px 0px 0px;
	}


.backMain a{
	font-size: 11px;
	font-family: Georgia, times, serif;
	font-style: italic;
	background: #ebfefe;
	color: #666666;
	padding: 4px;
	margin: 0px;
}

.backMain a:hover{
	color: #000000;
	background: #c2fafa;
	padding: 4px;
	margin: 0px;
}




/* Footer Class */

.footer {
float: right;
margin: 10px 0px 0px 0px;
padding: 0px;
display: block;

}


/* =Subscribe Form Styles
-----------------------------------------------------------------------------*/

#formfields {
	float: left;
	text-align: left;
	width: 200px;
	margin: 15px 0px 0px 0px;
}



.alert {
        font-size:20px;  /* #3# Editable */
        line-height:Double;  /* #3# Editable */
        color:#FF0000;  /* #3# Editable */
        font-family:Arial;  /* #3# Editable */
        font-weight:bold;  /* #3# Editable */
        }


.tableLabel {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 10.5px;
	}


/* Lightbox styles */

#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; }


