@import url('reset-min.css');
@import url('fonts-min.css');

body {
	background-color: #000;
	color: #939598;
	font-family: Verdana;
}


h1 {
	font-weight: bold;
	color: #fff;
}

a {
	text-decoration: none;
}

#wrap {
	width: 1000px;
	margin: auto;
	background: #000 url('../images/sidebar_bg.png') no-repeat scroll 40px 138px;
}

body.content #wrap,
body#designs #wrap {
	background: #000 url('../images/sidebar_content_bg.png') no-repeat scroll 40px 138px;
}


/* masthead */

#masthead {
	height: 138px;
	background: #000 url('../images/masthead_bg.png') no-repeat scroll 250px 0;
}

#masthead #logo {
	display: block;
	width: 210px;
	height: 80px;
	margin-left: 41px;
	padding-top: 32px;
}

#masthead ul {
	height: 26px;
	padding-left: 308px;
	background: #000 url('../images/menu_bg.jpg') no-repeat 0% 50%;
}

#masthead ul li {
	float: left;
}

	#masthead #ornament {
		float: right;
		position: relative;
		top: 48px;
		right: 79px;
	}
	
		#masthead #ornament img.first {
			padding-right: 9px;
		}

/* sidebar */
#sidebar {
	float: left;
	clear: left;
	width: 210px;
	height: 540px;
	padding-left: 41px;
	text-align: right;
	margin-top: -3px;
}

	#sidebar a {
		color: #fff;
		padding-left: 16px;
	}
	
		#sidebar a:hover {
			color: #fc8925;
		}

	#sidebar a.you_are_here {
		color: #fc8925;
		background: #000 url('../images/nav_marker.png') no-repeat scroll 0 50%;
	}


	#sidebar #submenu {
		margin-top: 16px;
		height: 112px;
	}

		body.content #sidebar #submenu,
		body#designs #sidebar #submenu {
			height: 202px;
		}
	
		#sidebar #submenu li {
			padding-bottom: 5px;
			font-size: 93%;
		}
		
	#sidebar #items {
		margin-top: 48px;
	}
	
		#sidebar #items li {
			font-size: 93%;
			padding-bottom: 8px;
		}

	#sidebar img#side_image {
		position: relative;
		top: 70px;
	}
/* main content */

#project,
#content {
	float: right;
	width: 710px;
	min-height: 540px;
	background: #000 url('../images/project_bg.png') no-repeat scroll top right;
	margin-top: -3px;
}

#content {
	background: #000 url('../images/content_bg.png') no-repeat scroll top right;
}

#content #article,
#project #article {
	padding: 14px 8px 0 6px;
	width: 120px;
	font-size: 85%;
	line-height: 1.55em;
	float: left;
}

#content #article {
	width: 246px;
}

#content #article a,
#project #article a {
	color: #fc8925;
}

	#content #article a:hover,
	#project #article a:hover {
		text-decoration: underline;
	}

/* home page */

body#home #content {
	background: #000 url('../images/home_bg.jpg') no-repeat scroll top right;
	height: 575px;
	position: relative;
		width: 717px;
}

body#home #content img {position: absolute;}
body#home #content #image_1 {top: 0; left: 0px;}
body#home #content #image_2 {top: 0; left: 279px;}
body#home #content #image_3 {top: 81px; left: 112px;}
body#home #content #image_4 {top: 81px; left: 387px;}
body#home #content #image_5 {top: 245px; left: -2px;}
body#home #content #image_6 {top: 357px; left: 280px;}

body#home #sidebar p {
	padding-top: 0.5em;
	color: #7f6653;
	font-size: 85%;
	line-height: 15px;
	height: 222px;
}

body#home #sidebar img#side_image {
	top: 17px;
	left: 16px;
}


#project #thumbnails {
	float: left;
	margin-left: 10px;
	height: 63px;
	width: 380px;
}

	#project #thumbnails li {
		float: left;
		padding-right: 5px;
	}
	
#project #feature {
	float: right;
	position: relative;
	top: 18px;
	right: 169px;
}

#content #feature {
	position: relative;
	float: right;
	top: 81px;
		right: 169px;
}

/* footer */

#footer {
	padding-top: 2em;
	width: 100%;
	text-align: center;
	clear: both;
	color: #7F6653;
	font-size: 8px;
}

	#footer a {
		color: #7F6653;
	}

	#footer a:hover {
		color: #fff;
		text-decoration: none;
	}