/* SLIMBOX */



#lbOverlay {

	position: absolute;

	left: 0;

	width: 100%;

	background-color: #000;

	cursor: pointer;

	}



#lbCenter, #lbBottomContainer {

	position: absolute;

	left: 50%;

	overflow: hidden;

	background-color: #fff;

	}



.lbLoading {

	background: #fff url(css/loading.gif) no-repeat center;

	}



#lbImage {

	position: absolute;

	left: 0;

	top: 0;

	border: 10px solid #fff;
	background-repeat: no-repeat;

	}



#lbPrevLink, #lbNextLink {

	display: block;

	position: absolute;

	top: 0;

	width: 50%;

	outline: none;

	}



#lbPrevLink {

	left: 0;

	}



#lbPrevLink:hover {

	background: transparent url(css/prevlabel.gif) no-repeat 0% 15%;

	}



#lbNextLink {

	right: 0;

	}



#lbNextLink:hover {

	background: transparent url(css/nextlabel.gif) no-repeat 100% 15%;

	}



#lbBottom {

	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;

	font-size: 10px;

	color: #666;

	line-height: 1.4em;

	text-align: left;

	border: 10px solid #fff;

	border-top-style: none;
	}



#lbCloseLink {

	display: block;

	float: right;

	width: 66px;

	height: 22px;

	background: transparent url(css/closelabel.gif) no-repeat center;

	margin: 5px 0;

	}


/*#lbNumber {
	display: none;
	}
*/


#lbCaption, #lbnumber {

	margin-right: 71px;

	}



#lbCaption {

	font-weight: bold;

	margin: 5px;
	}

#lbCaption a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
	}

/* General */

html {
	height: 100%;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #A6A6A6;
	font-size: 12px;
	font-family: "Times New Roman," Times, serif;
	}

img {
	margin: 0;
	padding: 0;
	line-height: 0;
	}

a:link {
	color: white;
	text-decoration: none;
	}

a:visited {
	color: white;
	text-decoration: none;
	}

a:active {
	color: white;
	text-decoration: none;
	}
a:hover {
	color: white;
	text-decoration: none;
	}

/* Header */

div#headercontainer {
	background: #666666;
	height: 100px;
	}
	

div#header {
	position: relative;
	left: 50px;
	top: 20px;
	width: 700px;
	}

div#menu {
	position: relative;
	top: -30px;
	margin-left: 380px;
	width: 1080px;
	}

div.menuitem {
	display: inline;
	padding-left: 20px; padding-right: 20px;
	color: white;
	font-size: 14px;
	font-family: "Times New Roman," Times, serif;
	font-weight: bold;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

/* Drop-down */

#dropmenudiv{
	position: absolute;
	border: none;
	border-bottom-width: 0;
	font-size: 10px
	font-family: "Times New Roman," Times, serif;
	letter-spacing: 1px;
	line-height: 18px;
	z-index: 100;
	}

#dropmenudiv a{
	width: 100%;
	background-color:  #A6A6A6;
	display: block;
	border-bottom: 1px solid #666666; border-right: 1px solid #666666; border-left: 1px solid #666666;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #666666;
	border: 1px solid white;
	}

/* Body */

div#content {
	position: relative;
	min-height: 100%;
	padding-top: 10px; padding-left: 70px; padding-right: 50px; padding-bottom: 20px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0E0E0;
	}

* html #content {
	height: 100%;
	}

p#title {
	font-size: 250%;
	color: #FFFFFF;
	padding: 5px;
	padding-left: 25px;
	}

/* Home */

div.gallery {
	float: left;
	text-align: center;
	width: 30%;
	min-width: 300px;
	margin: 10px;
	padding-top: 20px; padding-bottom: 20px;
	}

p.gallerytitle {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	}

img.galleryimage {
	margin-top: 15px;
	/* border-top: 3px solid #E0E0E0;
	border-left: 3px solid #666666;
	border-right: 3px solid #111111; border-bottom: 3px solid black; */
	border: 1px solid black;
	}

/* Gallery */

#home-wrap {
	padding-top: 100px;
	overflow: hidden;
	}

div#gallerypage {
	float: left;
	padding: 20px;
	width: 750px;
	}

div#previous {
	float: left;
	padding-top: 10px; padding-bottom: 10px;
	font-weight: heavy;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

div#next {
	float: right;
	padding-top: 10px; padding-bottom: 10px;
	font-weight: heavy;
	letter-spacing: 2px;
	text-transform: uppercase;
	}

div#galleries {
	float: left;
	clear: both;
	text-align: center;
	width: 750px;
	}

div.thumbnail {
	background: #666666;
	float: left;
	text-align: center;
	width: 240px;
	height: 240px;
	margin: 5px;
	overflow: hidden;
	}

.thumbnail a img {
	margin: 20px;
	max-width: 200px;
	max-height: 200px;
	}

/* Other */

div#container {
	width: 700px;
	padding: 40px;
	margin-bottom: 40px;
	background: #666666;
	color: white;
	}

div#container a:link {
	text-decoration: underline;
	}

div#container a:active {
	text-decoration: underline;
	}

div#container a:visited {
	text-decoration: underline;
	}
	
h1#links-header {
	text-indent: -5000em;
	background: transparent url(/images/links.png) no-repeat left top;
	}

h2 {
	font-size: 22px;
	text-align: center;
	font-family: Verdana, Tahoma, Sans Serif;
	margin: 0;
	padding: 0;
	padding: 10px;
	}

h3 {
	font-size: 16px;
	text-decoration: underline;
	margin: 0;
	padding: 0;
	padding: 10px;
	}

p.indent {
	margin-top: -10px;
	margin-left: 4.9em;
	color: white;
	}
	
.date {
	width: 4em;
	height: 2em;
	letter-spacing: 1px;
	}

.entry {
	margin-left: 2em;
	}

p.subdate {
	font-style: italic;
	margin-left: 7em; margin-top: -10px;
	}

.title {
	font-style: italic;
	font-weight: bold;
	}

.itemtitle {
	font-style: italic;
	}

p.textblock {
	text-indent: 2em;
	margin-top: 5px;
	line-height: 1.3em;
	}
	
/* Critique */

.emphasis {
	font-size: larger;
	}

.deemphasis {
	font-size: smaller;
	}

.subtitle {
	font-size: smaller;
	color: #E0E0E0;
	}

div#critique {
	width: 80%;
	background-color: #666666;
	color: white;
	padding: 30px;
	}
	
div#critique h2 {
	color: white;
	font-size: 25px;
	text-align: center;
	font-family: "Times New Roman", Serif;
	margin: 0;
	}

div#critique h3 {
	color: #E0E0E0;
	text-decoration: none;
	font-size: 22px;
	text-align: center;
	font-family: Verdana, Tahoma, Sans Serif;
	margin: 0;
	}

div.column {
	width: 300px;
	padding-right: 20px; padding-left: 20px;
	text-align: left;
	}

div.text {
	text-align: center;
	width: 640px;
	}

div.subtext {
	text-align: center;
	width: 700px;
	font-size: smaller;
	/*padding-top: 10px;*/
	}

div.instructions {
	text-align: left;
	padding-left: 30px;
	width: 500px;
	line-height: 1.5em;
	}

p.supertext {
	color: #E0E0E0;
	font-size: 20px;
	font-family: "Times New Roman", Serif;
	font-style: italic;
	}

.numbering {
	padding-right: 5px;
	font-style: italic;
	}

img.exampleimage {
	border: 1px solid black;
	}
	

/* Footer */

div#footer {
	position: relative;
	margin-top: -22px;
	width: 100%;
	background: #666666;
	text-align: center;
	clear: both;
	}

p.footer {
	margin: 0;
	padding: 5px;
	color: #A6A6A6;
	font-size: 12px;
	font-family: trebuchet ms, verdana, tahoma;
	}