

body {
	margin: 0px;
	background: #130025;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #505050;
}

h1, h2, h3 {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 3em;
	color: #FFFFFF;
}

h2 {
	font-size: 1.6em;
	color: #BA00FF;
}

h3 {
	font-size: 1.2em;
	color: #C871D2;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #178CEF;
}


a:active {
	text-decoration: none;
	color: #2BDF88;

}

a:hover {
	text-decoration: none;
	color: #2BDF88;

}


/* white background */

#wrapper {
	width: 870px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
}

#wrapperinvisible {
	width: 870px;
	margin: 0 auto;
	padding: 20px;
	background: #130025;
}

/* navigation */

#navigation {
	width: 340px;
	height: 44px;
	margin: 0 auto;
	padding-top: 2px;
	padding-left: 285px;
	padding-right: 285px;
	background: #FFFFFF;
	background: #FFDA2A url(images/css/wrapper-top.jpg) no-repeat;
}

#navigation a {
	color: #FFFFFF;
}

#navigation a:hover {
	color: #4CADFF;
}

/* home page blocks */

#photography {
	width: 776px;
	height: 194px;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 25px;
	background: #FFDA2A url(images/css/photography.png) no-repeat;
}

#secondrow {
	width: 801px;
	height: 227px;
	margin: 0 auto;
	padding-top: 17px;
	background: #130025;
}

#projects {
	width: 450px;
	height: 190px;
	margin: 0 auto;
	padding: 10px;
	float: left;
	background: #FFDA2A url(images/css/projects.jpg) no-repeat;
}

#cv {
	width: 294px;
	height: 190px;
	margin: 0 auto;
	padding: 10px;
	float: right;
	background: #FFDA2A url(images/css/cv.jpg) no-repeat;
}

#cv h1 {
	color: #6A0A7B;
}

/* Header */

#header {
	width: 910px;
	height: 135px;
	margin: 0 auto;
	background: #FFDA2A url(images/css/header.jpg) no-repeat;
}

/* Logo */

#logo {
	float: right;
	width: 300px;
	color: #000000;
}

#logo h1, #logo p {
}

#logo h1 {
	float: right;
	padding: 20px 100px 0 10px;
	letter-spacing: -1px;
	font-size: 2.6em;
}

#logo p {
	float: right;
	margin: 0;
	padding: 10px 100px 0 10px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, sans-serif;	
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}





/* Page */

#page {
	width: 910px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 600px;
	padding: 40px 20px 0 0;
}




/* Footer */

#footer {
	width: 910px;
	height: 10px;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	background: #3478A7;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}


/* IMAGE GALLERY */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #0096FF;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: 100px;

visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 150px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



