/* @override http://test.jasonconny.com/css/styles.css */

@import url("reset.css");
@import url("greyscale/stylesheet.css");
@import url("colorbox.css");


body, html { 
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-position: center;
	font-family: Lucida, 'Lucida Grande', sans-serif;
}

h1 { 
	color: #EEE;
	font-family: 'GreyscaleBasicRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 200%;
	text-transform: uppercase;
	background-image: url(/img/19950709.gif);
	width: 100%;
	padding: 5px 0 5px 25px;
}

h1 a { 
	color: #FFF;
	text-decoration: none;
}

h1 a:hover, h1 a:active { 
	border-bottom: none;
}

h2 { 
	font-family: 'GreyscaleBasicRegular', Arial, sans-serif;
	font-size: 150%;
	font-weight: normal;
	color: #999;
	margin: 0 0 .5em;
}

h3 { 
	color: #666;
	font-weight: normal;
	margin: 0 0 .5em 0;
	clear: both;
}

p { 
	line-height: 130%;
	margin: 0 0 10px 0;
}

p.message { 
	font-size: 80%;
}

a { 
	color: #669;
}

a:link, a:visited { 
	text-decoration: none;
}

a:hover, a:active { 
	border-bottom: 1px dotted #99C;
}


/* FORM */

form { 
	bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}

label { 
	display: block;
	margin: 20px 0 2px 0;
	font-size: 75%;
	text-transform: uppercase;
	color: #999;
}

input, textarea { 
	display: block;
	margin: 0 0 8px 0;
}

input#submit { 
	border: 2px solid #999;
	text-transform: uppercase;
	cursor: pointer;
	background-color: #CCC;
	padding: 2px 8px;
}


/* NAVIGATION */

#nav { 
	position: fixed;
	top: 0;
	width: 100%;
	height: 72px;
	z-index: 10;
	background-image: url(/img/nav-back.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#nav h1 { 
	font-size: 32px;
	line-height: 32px;
}

#nav ul { 
	position: absolute;
	top: 18px;
	left: 250px;
	height: 30px;
}

#nav ul li { 
	float: left;
	font-size: 75%;
	line-height: 130%;
	text-transform: uppercase;
	margin: 0;
	padding: 3px 0 0 0;
}

#nav ul li a { 
	color: #FFF;
	margin: 3px 15px 0 0;
	text-decoration: none;
}

#nav ul li a:hover,#nav ul li active { 
	border-bottom: 1px dotted #FFF;
}


/* CONTENT */

#content { 
	position: relative;
	margin: 85px auto 55px;
	width: 80%;
	overflow: auto;
}

#content ul.gallery { 
	margin: 0 0 25px 0;
	overflow: auto;
}

#content ul.gallery li { 
	float: left;
	padding: 0 10px 10px 0;
}

#content ul.gallery li a {
	display: block;
	padding: 4px;
	background-color: #efefef;
}

#content ul.gallery li a:hover, #content ul.gallery li a:active {
	padding: 1px;
	border: 3px solid #ccc;
}

#content dl { 
	margin: 0 0 2em 0;
	font-size: 90%;
	line-height: 120%;
}

#content dl dt { 
	float: left;
	color: #999;
	font-size: 85%;
	font-weight: bold;
}

#content dl dd { 
	margin-bottom: .75em;
	margin-left: 3em;
}


/* FOOTER */

#footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 180%;
	color: #999;
	margin: 0 25px;
	border-top: 1px solid #CCC;
}

#footer ul { 
	padding: 0;
	margin: 0;
}

#footer ul li { 
	float: left;
}

#footer ul li a { 
	color: #999;
	margin: 0 15px 0 0;
}

#footer p { 
	clear: both;
}
