/* CSS Document */



html, body {
	background: #47403E;
	height: 100%;
	font: 11px/15px Lucida Grande, sans-serif;
	color:#BAB5B3;
	}
a, a:link {
	font-weight: bold;
	color: #BAB5B3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin-bottom: 10px;
}
#container {
	background: #5B5451;
	width: 960px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	min-height: 100%;
	position: relative;
}
#container .image-container h2, #container h1{
	margin: 20px 0;
	font-size: 22px;
	color:#fff;
}
.image-container p {font-size: 12px; line-height: 18px}
.cleardiv {
	clear:both;
	}

/* footer styles */
#footer {
background: #47403E url('images/bkgnd_footer.jpg') top left repeat-x;
	width: 1000px;
	margin: -146px auto 0 auto;
	overflow: hidden;
	position: relative;
	clear: both; 

}
#footer h2 {
	margin-left: 20px;
	
}
#footer h2 a { 
	float: left;
	height: 0;
	padding-top: 146px;
	overflow: hidden;
	width: 334px; 
	background: url('images/title_pieces_of_sky.jpg') top left no-repeat;
	}
#footer #nav-monthly {
	margin: 50px 20px 0 20px;
	float: left;
	background: url('images/rule_vertical.gif') top right no-repeat;
	padding-right: 15px;
	height: 95px;
}	
#footer #nav-monthly h3{
	float: left;
	overflow: hidden;
	height: 0;
	padding-top: 28px;
	width: 100px;
	background: url('images/title_by_month.gif') top left no-repeat;
}
#footer #nav-monthly ul {
	clear: left;
	width: 330px;
	}
#footer #nav-monthly li {
	float: left;
	width: 95px;
	margin: 0 0 8px 15px;
}
#footer #nav-monthly a {
	font-weight: normal;
}

#footer #nav-main {
	margin: 50px 20px 0 20px;
	float: left;
	width: 220px;
}
#footer #nav-main li{
	display: inline;
	
}
#footer #nav-main li a{
	float: left;
	width: 104px;
	overflow: hidden;
	height: 0;
	padding-top: 37px;
}
#footer #nav-main li a#link-about {background: url('images/title_about.gif') top left no-repeat;}
#footer #nav-main li a#link-groups {background: url('images/title_groups.gif') top left no-repeat;}
#footer #nav-main li a#link-contact {background: url('images/title_contact.gif') top left no-repeat;}
#footer #nav-main li a#link-the-studio {background: url('images/title_the_studio.gif') top left no-repeat;}

/* image container archive styles */	

.image-container img {
	float:left;
	padding-bottom: 15px;
}
#image-description {
	background: #534A47;
	float: left;
	margin-top: 40px;
	padding: 10px 15px 20px 15px;
}
#container #image-description h1 {
	margin: 20px 0 10px 0;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	
	}
#image-details {
	background: url('images/rule_horizontal.gif') bottom center no-repeat;
	padding-bottom: 15px;
}
#nav-image {
	height: 35px;
	text-align: center;
	background: url('images/rule_horizontal.gif') bottom center no-repeat;
	}

#nav-image li {
	float: left;
	display: inline;
	padding-right: 10px;

	}
#nav-image a {
	float: left;
	height: 0;
	margin-top: 0;
	
	padding-top: 18px;
	overflow: hidden;
}
#nav-image a#button-next {margin-left: 20px; width: 21px; background: url('images/button_next.gif') top left no-repeat;}
#nav-image a#button-previous {margin-left: 50px; width: 21px; background: url('images/button_previous.gif') top left no-repeat;}

/* individual archive styles */	
#large #image-description {
	width: 180px;
}	


/* homepage styles */
#medium #image-description {
	width: 190px;
}
#medium img {
	margin-left: 40px;
}

/* thumbnail styles */
#thumbs {
	margin: 10px 0 15px 40px;
	padding: 15px 0;
	clear: left;
}

#thumbs li {
	display: inline;

}	
#thumbs li img {
	float: left;
	margin: 0 15px 15px 0;
	}
#home #thumbs li img {
	margin: 0 55px 15px 0;
}
