/* Styles.css
	Site: brent couchman
	Author: kemso
	Date: September 2009
*/


/* Body & Top Level Definitions */
body {
	margin: 50px auto;
	padding: 0px;	
	
	background-color: #2D2B23;
	background-image: url(../images/brownbg2.png); 
	
	color: #F1F1F0;
	font-family: Verdana;
	letter-spacing: 1px;
	font-size: 9px;
	line-height: 15px;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: #F1F1F0;
}
.clearer {
	clear: both;
	line-height: 0px;
	height: 0px;
	text-indent: -9999px;
}
h1 {
	font-size: 10px;
	color: #41B8BD;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 129px;
}
h2 {
	margin: 0 0 15px 0;
	padding: 0px;
	background-image: url(../images/header_job2.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 21px;
	width: 161px;
}
h3, h4 {
	margin: 3px 0 0 0;
	padding: 0;
	font-size: 10px;
	color: #41B8BD;
}
h1 a {
	color: #41B8BD;
}

h3 a {
	font-size: 10px;
	color: #41B8BD;
}
h3 a:hover {
	color: #F1F1F0;
}

#header {
	width: 860px;
	margin: 95px auto 0 auto;


}
body.work #header {
	padding-left: 180px;
}
body.work #header h1 {	
	display: block;
	width: 24px;
	height: 28px;
	background-image: url(../images/logo.png);
	text-indent: -9999px;
	margin-bottom: 20px;
}
body.work #header h2 {
	display: none;
}
#interior-header {
	width: 860px;
	margin: 0 auto;
	padding-left: 180px;
	margin-bottom: 18px;
}
#main {
	width: 860px;
	margin: 0 auto;

}
body.work #main {
	padding-left: 180px;
}

#photo-container {
	position: relative;
	width: 860px;
	height: 460px;
}
#photochanger {
	position: relative;
	background-image: url(../images/photo_default.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}
#photochanger_wrapper {
	width: 860px;
	height: 460px;
	overflow: hidden;
}
#photochanger #left_btn,
#photochanger #right_btn {
	width: 430px;
	height: 460px;
	position: absolute;
	top: 0px;
	z-index: 2;
}
#photochanger #left_btn {
	left: 0px;
}
#photochanger #right_btn {
	right: 0px;
}
#photochanger .img {
	position: relative;
	width: 860px;
	height: 460px;
	overflow: hidden;
	background-color: #fefcf3;
	float: left;
}
#photochanger .img .meta .title,
#photochanger .img .meta .description {
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
}

#photo-meta {
	width: 800px;
	display: block;
}
#photo-meta .title {
	display: block;
	color: #F1F1F0;
}
#photo-meta h4 {
	font-weight: normal;
	font-size: 9px;
}
#photo-meta .description {
	margin-top: 3px;
}
#photo-meta .description p {
	margin-top: 0px;
}

#photo-meta span {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
#photo-meta p {
	width: 75%;
}


#contact {
	position:relative;
	display: block;
	float: right;
	
	
}
#contact-img {
	background-image: url(../images/mail.png);
	background-position: bottom right;
	float: right;
	width: 16px;
	height: 13px;
}
ul.buttons {
	position: absolute;
	top: -85px;
	right: 0px;
	padding: 0;
}
ul#contact-list {
	display: none;
	z-index: 3;
}
.buttons a{
	background-color: #41B8BD;
	display: block;
	width: 100px;
	margin-bottom: 1px;
	padding: 3px;
	text-align: center;
}
.buttons a:active,
.buttons a:hover {
	color: #41B8BD;
	background-color: white;
}
#pagination {
	float: right;
}
#archive {
	margin-left: -180px;
	float: left;
	display: block;
}
#work {

	display: block;
	width: 100px;

}
ul#projects {
	margin: 0 0 15px 0;
	padding: 0px;
}
#projects li {
	margin-bottom: 2px;
	border-bottom: 1px solid transparent;
	text-transform: uppercase;
}
#projects li ul {
	padding: 0px;
	margin-left: 10px;
}
#projects li ul li {
	text-transform: none;
}
#projects a {
	/* display: block; */
	border-bottom: 1px solid transparent;
}
#projects a:hover, #projects a:active {
	/* color: #79796e; */
	border-bottom: 1px solid #cccc66;
}
#projects li.selected a {
	/* border-bottom: 1px dotted #79796e; */
	/* color: #79796e; */
	border-bottom: 1px solid #cccc66;
}
.sub-project {
	display: block;
	text-indent: 7px;
	text-transform: uppercase;
}
#info {
	display: block;
	width: 100px;

}
#contact-left {
	display: block;
	width: 100px;
}


.col {
	width: 410px;
	float: left;
}
.col.right {
	float: right;
}

.col.large {
	width: 510px;
}
.col.right {
	width: 310px;
}

.col h1 {
	font-weight: normal;
}
