/* colors */
/*
Dark Brown: #5F4B38
Semi-Dark Brown: #87786a;
Middle Brown: #8f8273 
Light Brown: #dfdbd7
*/

* { margin: 0px; padding: 0px;}


BODY {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #5F4B38;
}

#wrapper {
	width: 100%;
	background: #fffff9;
}

#main {
	position: relative;
	margin: 0px auto;
	padding-bottom: 10px;
	width: 870px;
	background: /*#fffff9 url("images/grid.gif") repeat-y 0px 0px*/#fffff9 url("images/poles.gif") no-repeat right bottom;
}

a {
	color: #5F4B38;
	font-family: "Lucida Sans", "Lucida Sans Unicode", Georgia, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

* html a {
	font-family: "Lucida Sans Unicode", sans-serif;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans", "Lucida Sans Unicode", Georgia, sans-serif;
}

* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 {
	font-family: "Lucida Sans Unicode", Georgia, sans-serif;
}

h1, h2 {
	color: #5F4B38;
}

h3, h4 {
	color: #8f8273;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.2em;
}

p, .albumdesc, .imageDesc {
	margin: 8px 0px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #5F4B38;
}

 .albumdesc {
 	color: #444;
 }

.imageDesc {
	padding: 0px 8px;
}

/* XXX HEADER STYLES XXX */

#header {
	position: relative;
	margin: 0px 0px 10px 0px;
	height: 90px;
}

	#logo {
		position: absolute;
		top: 14px;
		left: 0px;
		width: 471px;
		height: 55px;
		background: transparent url("images/logoGroup.gif") no-repeat left center;
	}
		#logo a, #logo a:hover {
			width: 471px;
			height: 55px;
			display: block;
			background: transparent;
		}
	
/* GLOBAL_NAV */
	#global_nav {
		position: absolute;
		top: 49px;
		left: 560px;
		margin: 0px;
		padding: 0px;
		width: 320px;
	}
	
		#global_nav ul {
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		
		#global_nav ul li {
			display: block;
			float: left;
		}
		
		#global_nav ul li a {
			margin-right: 10px;
			padding: 4px 0px;
			width: 70px;
			display: block;
			font-size: 1.1em;
		}
		
		#global_nav ul li.last a {
			margin-right: 0px;
		}
		
		#global_nav ul li.on a {
			text-decoration: underline;
		}
/* END GLOBAL_NAV */

/* XXX END HEADER STYLES XXX */

/* XXX ALBUM STYLES: INDEX XXX */

#albums {
	margin: 0px 0px 10px 80px;
	width: 720px;
	overflow: hidden;
}

.album {
	position: relative;
	margin: 18px 10px 0px 0px;
	padding: 0px;
	width: 70px;
	float: left;
}


/* ALBUMLIST */

.albumlist {
	margin: 0px;
	padding: 0px;
	width: 550px;
	list-style: none;
}

.albumlist li {
	margin: 0px 0px 1.4em 0px;
	padding: 0px 0px 1.4em 0px;
	overflow: hidden;
	list-style: none;
	border: solid #dfdbd7;
	border-width: 0px 0px 1px 0px;
}

/* IE6 issue */
* html .albumlist li {
	height: 1%;
}

.albumlist li a {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

.albumlist li a:hover {
	/*padding: 0px 12px 2px 172px;
	text-align: left;
	color: #5F4B38;
	background: transparent url("images/bg_arrow.gif") no-repeat 160px center;*/
}

.albumlist li p {
	margin: 0px;
	padding: 0px;
	color: #5F4B38;
}



/* END ALBUMLIST */


/* THUMB STYLES, JUST IN CASE */
.albumlist li a.albumthumb {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 148px;
	height: 148px;
	display: block;
	float: left;
	background: transparent;
	border: 1px solid #5F4B38;
}

.albumlist li a.albumthumb:hover {
	padding: 0px;
	border: 1px solid #8f8273;
}

.albumlist li a.albumthumb img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.albumtitle H3 {
	margin: 10px 0px 4px 0px;
	padding: 0px;
	font-size: 1.5em;
}
/* END THUMB STYLES */




/* XXX END ALBUM STYLES: INDEX XXX */


/* XXX IMAGE STYLES: ALBUM INDEX XXX */

.images {
	margin: 10px 0px;
	width: 720px;
	overflow: hidden;
}

.images .image {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 70px;
	float: left;
}

.imagethumb a {
	width: 70px;
	height: 70px;
	display: block;
	background: transparent;
}

.imagethumb a:hover {
	background: red;
}

.imagethumb img {
	border: 0px;
}

/* XXX END IMAGE STYLES: ALBUM INDEX XXX */


/* XXX PROJECT WRAP: PROJECT INDEX XXX */
#projectwrap {
	margin: 0px;
	width: 870px;
	overflow: hidden;
}


/* PROJECTIMAGE */
#projectimagewrap {
	background: transparent url("images/loading.gif") no-repeat center 60px;
	width: 470px;
	height: 470px;
	float: left;
}

#projectimage {
	width: 470px;
	height: 470px;
	text-align: center;
}

#projectimage img {
	margin: 0px auto;
	border: 2px solid #5F4B38;
}
/* END PROJECTIMAGE */


/* PROJECTINFO */

.projectinfo {
	margin: 2px 0px 0px 0px;
	width: 310px;
	display: inline;
	float: right;
}

.projectinfo div.projecttitle, .projectinfo div.projectdesc, .projectinfo div.projectimagenav {
	margin: 0px 0px 1.4em 0px;
	padding: 0px 0px 1.4em 0px;
	border-bottom: 1px solid #dfdbd7;
	overflow: hidden;
}

/*IE6*/
* html .projectinfo div {
	height: 1%;
}

.projectinfo h4 {
	margin: 0px 0px 2px 0px;
	font-size: 1em;
	color: #8f8273;
}

.projectdesc div {
	margin: 0px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #5F4B38;
}

/* PROJECTTITLE */
.projecttitle {
	
}
/* END PROJECTTITLE */

/* PROJECTDESC */
.projectdesc {
	
}
/* END PROJECTDESC */

/* PROJECTIMAGENAV */
.projectimagenav {
	overflow: hidden;
	
}

	/* projectimagelink STYLES toggle through numbered images */
	a.projectimagelink, a.projectimagelink:link, a.projectimagelink:visited {
		margin: 2px 8px 0px 0px;
		padding: 4px 0px;
		width: 18px;
		display: inline;
		float: left;
		color: #5F4B38;
		font-weight: bold;
		text-align: center;
		background: #dfdbd7;/*bfb7af, 8f8273*/
	}
	
	a.projectimagelink:hover {
		color: #fff;
		background: #8f8273;/*bfb7af,dfdbd7 */
		text-decoration: none;
	}
	
	a.projectimagelink.three {
		margin: 2px 10px 0px 0px;
	}
	
	a.projectimagelink span {
		display: none;
	}
/* END projectimagelink STYLES  */

/* END PROJECTIMAGENAV */


/* PROJECTINTRANAV */
.projectintranav a {
	margin: 0px 10px 0px 0px;
	padding: 4px 0px;
	width: 150px;
	display: inline;
	float: left;
	text-align: left;
	font-weight: bold;
}

.projectintranav a:hover {
	/*padding-left: 12px;
	width: 138px;
	color: #5F4B38;
	background: transparent url("images/bg_arrow.gif") no-repeat left center;*/
}

/* END PROJECTINTRANAV */
/* END PROJECTINFO */
/* XXX END PROJECT WRAP: PROJECT INDEX XXX */


/* XXX FOOTER STYLES XXX */

#footer {
	position: relative;
	margin: 0px auto 10px auto;
	padding: 10px 0px;
	width: 870px;
	background: transparent;
}

#footer p {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	color: #8f8273;
	font-size: .95em;
}

#credit {
	width: 320px;
	overflow: hidden;
}

#credit a.toggler {
	margin-right: 10px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	background: transparent url("images/adminLink.gif") no-repeat 0px 0px;
	border-width: 0px;
}

#credit a.toggler.loggedin, #credit a.toggler:hover {
	background: transparent url("images/adminLink.gif") no-repeat 0px -16px;
}

#credit a.toggler img {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

.clever {
	margin-top: 8px;
	padding: 4px 4px 4px 8px;
	width: 308px;
	height: 18px;
	display: none;
	overflow: hidden;
	background: #8f8273;
}

.tricky {
	padding: 0px;
	display: none;
	width: 320px;
}


/* XXX END FOOTER STYLES XXX */



/* INDEX STYLES */

#index_header {
	margin-left: 160px;
	width: 470px;
	height: 460px;
}

#index_logo {
	position: relative;
	top: 180px;
	left: 0px;
	width: 471px;
	height: 55px;
	background: #fffff9 url("images/logoGroup.gif") no-repeat left top;
}

/* index_navigation */
.index_navigation {
	position: relative;
	top: 200px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 320px;
}

	.index_navigation ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}
	
	.index_navigation ul li {
		display: block;
		float: left;
	}
	
	.index_navigation ul li a {
		margin-right: 10px;
		padding: 4px 20px 4px 0px;
		display: block;
		font-size: 1.1em;
	}
	
	.index_navigation ul li.last a {
		margin-right: 0px;
	}
	
	.index_navigation ul li a:hover, .index_navigation ul li.on a {
		/*padding: 4px 8px 4px 12px;
		color: #5F4B38;
		background: transparent url("images/bg_arrow.gif") no-repeat left center;*/
	}
/* END index_navigation */

/* form styles */
.index_form {
	margin: 20px auto;
	width: 890px;
}

.index_form h2 {
	margin-left: 160px;
	font-size: 1.2em;
	color: #9f9386;
}

.index_form p {
	margin-left: 160px;
	font-size: .9em;
	color: #9f9386;
}

.index_form form {
	margin: 10px 0px 0px 160px;
	width: 480px;
}

.index_form label {
	display: none;
}

.index_form input.text {
	margin: -1px 10px 0px 0px;
	padding: 2px 2px 0px 2px;
	width: 386px;
	height: 23px;
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #5F4B38;
	border: 1px solid #5F4B38;
	background: #877869;
}

.index_form input.text:focus {
	background: #fffff9;
}

.index_form input.button, .index_form input.button:active {
	margin: 2px 0px 0px 0px;
	padding: 2px;
	display: block;
	width: 66px;
	border: 3px double #877869;
	background-color: #9f9386;
	background-repeat: repeat-x;
	color: #fffff9;
	font-size: 1em;
}
/* end form styles */


/* XXX STATIC PAGE STYLES XXX */

#static_wrapper {
	margin: 0px 0px 0px 160px;
	padding: 0px 0px 40px 0px;
	width: 470px;
}

#static_wrapper h1 {
	margin: 0px 0px 1.4em 0px;
}


#static_wrapper h3, #static_wrapper h4 {
	margin: 1.4em 0px 0px 0px;
	padding: 1.4em 0px 4px 0px;
	font-size: 1.2em;
	border-top: 1px solid #dfdbd7;
}

#static_wrapper p {
	margin: 0px 0px 1.4em 0px;
	padding: 0px;
}

#static_wrapper a {
	font-weight: normal;
}

#static_wrapper a.external {
	padding-right: 14px;
	color: #5F4B38;
	background: transparent url("images/bg_external.gif") no-repeat right center;
}

#static_wrapper a.external:hover {
	text-decoration: underline;
}









