/* @override http://alandecker.com/main.css */

/*@import url("images.css");*/

/* Created by Jan Hagenbrock */
/* CSS Document */

body {
	background:url(foo) fixed;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	background: #272a29 url(images/big.gif) center;
	}


#header {
	display: block;
	width: 760px;
	height: 150px;
	background-image: url(images/header.png);
	}

#title {
	display: block;
	margin: 20px 0px 0px 0px;
	float: right;
	width: 600px;
	height: 40px;
	font: 32px/32px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	border-bottom: thin dotted #fff;
	}
	
#description {
	display: block;
	text-align: left;
	float: right;
	width: 600px;
	margin: 10px 0px 10px 40px;
	color: #fff;
	font: 12px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	
#clients {
	margin: 100px 0px 60px 200px;
	color: #fff;
	font: 13px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style-type: square;
	}
	
#contact {
	margin: 80px 0px 60px 200px;
	color: #fff;
	font-family: 13px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}


.caption {
	display: block;
	text-align: left;
	width: 610px;
	margin: 40px 0px 10px 40px;
	color: #699;
	font: 14px/25px Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

.divider {
	display: block;
	padding: 10px 0px 10px 170px;
	clear: both;
	text-align: center;
	}


/* site navigation buttons/links */
#move{
	padding: 85px 80px 0px 0px;
	text-align: right;
}

#extras {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 10px 4px 20px;
}


#extras a, #extras a:link, #extras a:visited {
	padding: 50px 8px 0px 8px;
	color: #fff;
	text-decoration: none;
	}

#extras a:hover, #extras a:active, #extras a:focus {
		padding: 50px 8px 0px 8px;
	color: #669999;
	text-decoration: none;
	}

#extras li {
	padding-right: 1px;
	display: inline;
	font-size: 0.9em;
	}

#extras ul {
	margin: 0px;
	padding: 0px;
	}




/* Navigation for categories */



#nav {
	/*float: left;*/
	width: 12em;
	height: 100%;
	margin: 144px 0px 0px -20px;
	position: absolute;
	}

#photos ul {
	float: right;
	}


#navcontainer {
	width: 140px;
	border-right: 1px solid #000;
	padding: 0;
	margin-bottom: 1em;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #272a29;
	color: #333;
	}

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}

#navcontainer li {
	border-bottom: 1px solid #444;
	margin: 0;
	}

#navcontainer li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #699;
	border-right: 10px solid #111;
	background-color: #272a29;
	color: #fff;
	text-decoration: none;
	width: 100%;
	}

/*html>body*/ #navcontainer li a { width: auto; }

#navcontainer li a:hover {
	border-left: 10px solid #ccc;
	border-right: 10px solid #000;
	background-color: #666;
	color: #fff;
	}
	
	
#maze img {
	margin: -40px 0px 0px -50px;
	padding: 0px 10px 0px 0px;
	float: left;
	}
	
	
	
#about {
	/*border: thin solid #243a3b;*/
	padding: 20px;
	width: 560px;
	margin: 40px 10px;
	float: right;
	color: #669999;
	font-weight: bold;
	font-style: italic;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	/*background-color: #262727;*/
	}	


#photos {
	float: right;
	width: 655px;
	text-align: center;
	}

	
#photos ul li {
	display: inline;
	list-style-type: none;
	margin: 2px;
	}

img.imagefix {
	margin: 0px 10px 40px;
	}

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

	

#footer, #footer a {
	padding: 30px 0 50px 0;
	width: 760px;
	height: 20px;
	clear: both;
	color:  gray;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
.small {
	font-size: 9px;
	}
	
#footer_navcontainer {
	color:  gray;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px 0px 4px 20px;
	}


#footer_navcontainer a, #footer_navcontainer a:link, #footer_navcontainer a:visited {
	padding-left: 1em;
	padding-right: 1em;
	color: gray;
	text-decoration: none;
	}

#footer_navcontainer a:hover, #footer_navcontainer a:active, #footer_navcontainer a:focus {
	color: #669999;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	}

#footer_navcontainer li {
	padding-right: 1px;
	display: inline;
	font-size: 0.8em;
	}

#footer_navcontainer ul {
	margin: 0px;
	padding: 0px;
	}










/* FORM */

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family:Georgia, "Times New Roman", Times, serif;
  margin: 10px 0 20px 0;
  padding: 0;
  min-width: 450px;
  max-width: 480px;
  width: 450px; 
}

form fieldset {
   clear: both; /*note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border-color: #8e96de;
	padding: 1px 10px 10px 20px;        /* padding in fieldset support spotty in IE */
	margin: 10px 0 0 0;
	border: 1px solid #669999;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 5px 0 5px 0px; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.legend {
	font-size:18px;
	color: #669999;

}


form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:8px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/* @group My Group */

.box {
	width: 40em;
	margin: 30px auto;
}

.box div {
	margin: 0.5em 0 0 -2.5em;
}

.box div.topleft {
	display: block;
	background: url("images/box-bg.png") top left no-repeat;
	padding: 2.0em 0em 0em 2.0em;
}

.box div.topright {
	display: block;
	background: url("images/box-bg.png") top right no-repeat;
	padding: 2.0em;
	margin: -2.0em -1.5em 0 2.0em;
}

.box div.bottomleft {
	display: block;
	height: 45px;
	margin-top: -2.0em;
	background: url("images/box-bg.png") bottom left no-repeat;
}

.box div.bottomright {
	display: block;
	background: url("images/box-bg.png") bottom right no-repeat;
	height: 45px;
	margin: 0px 3.0em 0px 2em;
}
/* @end */





















#wrap {
	margin: 0 auto;
	width: 760px;
	background: url(images/wrp.jpg) scroll repeat-y 50% 0;
	}


