/************************************************************
 * COPYRIGHT 2005 STEVE HANSON DESIGN & BLUE STREET INTERNET
 ************************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 80%;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	text-align: center; /* needed to center the wrapper in IE5 */
	background: #FFF;
	letter-spacing: -0.01em;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 770px;
	background-color: #ffffff;
	text-align: left;
/*	border: 1px solid #eeeeee; */
}

#content {
	margin-left: 15px;
	margin-right: 15px;
}



/************************************************************
 *	HOME PAGE LAYOUT
 ************************************************************/

#home #logo {
	margin: 0;
	padding: 0; 
	padding: 10px 0 0 0;
	text-align: center;
}

#home #intro {
	font-size: 0.76em;
	margin: 0;
	padding: 0; 
	padding: 1px 15px 1px 15px;
	height: 110px;
	background: url('/i/site/sky.jpg') no-repeat bottom left;
}

#home #heroshot {
	height: 300px;
	width: 570px;
}

#home #photographs {
	width: 200px;
	margin: 0px;
	padding: 0px;
}

#home #photographs .photo {
	margin: 0px;
	padding: 0px;
}

#home p {
	margin-bottom: 5px;
}


/************************************************************
 *	NAVIGATION / MENU
 ************************************************************/

#navContainer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navContainer ul li {
	display: inline;
}

#navContainer ul li a, #navContainer ul li.active {
	padding: 2px 5px 2px 15px;
	color: #AE1619;
}

#navContainer ul li a:hover {
	color: #AE1619;
	text-decoration: underline;
}

#navContainer ul li.active {
	color: #AE1619;
}

#navContainer ul li ul { /* hides all the sub nav unless it is on the active page */
	display: none;
}

#navContainer ul li.active ul { /* over rides the above declaration */
	display: block;
}

#navContainer ul li.active ul li a {
	color: #AE1619;
}



/************************************************************
 *	PROJECT GALLERY
 ************************************************************/

/* PROJECT LIST STUFF */
#heroimage {
	background-color: #fff;
	position: absolute; 
	left: 355px;
	top: 125px;
	margin: 0;
	padding: 0;
}


/* INDIVIDUAL PROJECT PAGE STUFF */
#projectdetails {
	margin: 0;
	padding: 0;
	margin-left: 15px;
	margin-right: 5px;
}

#projectdescription {
	margin-top: 5px;
	margin-bottom: 10px;
}

#projectdescription h4 {
	font-size: 1.0em;
	font-weight: bold;
}

#projectdescription p {
	margin-bottom: 7px;
}

#projectimage {
	background-color: #fff;
}


/* GENERIC CONTENT PAGE STUFF */
#generalcontent {
}
#generalcontent img {
	float: right;
	margin-left: 20px;
}


/************************************************************
 *	HTML REDEFINITIONS
 ************************************************************/

p {
	margin-bottom: 8px;
	font-size: 0.95em;
	line-height: 1.4em;
}

a, a:visited {
	text-decoration: none;
/*	color: #2C88D5; */
	color: #AE1619;
}

a:hover, a:active {
	text-decoration: underline;
/*	color: #2C88D5; */
	color: #AE1619;
}
h1 {
	visibility: hidden;
}
h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: bold;
	color: #AE1619;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #AE1619;	
}

ul, ol, dl {
	list-style-type: none;
/*	margin: 7px 10px; */
	color: #333;
}

ol {
	list-style-type: decimal;
/*	margin-left: 55px; */
	margin-left: 25px;
}

li, dd {
	font-size: 0.95em;
	line-height: 1.7em;
	color: #333;
}

dt {
	margin: 7px 18px 0 0;
}

div.clear {
	clear: both;
}
