/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Appearance
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	background-image: url(/images/body-bkgd.jpg);
	color: #fff;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, p {
	font-size: 11px;
	font-weight: normal;
}

p {
	font-size: 10px;
}

a,
a:link,
a:visited,
a:active,
a:hover {
	text-decoration: none;
	outline: none;
	color: #fff;
}

img {
	/*vertical-align: middle;*/
	border: none;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Layout
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

#page {
	background-image: url(/images/page-bkgd.jpg);
	background-repeat: no-repeat;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes And Alterations For All Pages
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

span.clear {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}

/*
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Classes And Alterations For Specific Pages
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
*/

/*
------------------------------------------------------------------------------
Work - Thumbnails
*/

body.work-thumbnails #content {
	width: 780px;
	margin: 0 auto 0 auto;
	padding-bottom: 100px;
}

body.work-thumbnails div.thumbnail {
	display: inline;/* prevent IE double left margin bug */
	float: left;
	width: 240px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

body.work-thumbnails h2 {
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: right;
}

body.work-thumbnails div.thumbnail h3 {
	padding: 4px 0 4px 0;
	text-align: center;
	background-color: #fff;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
}

body.work-thumbnails div.thumbnail h4 {
	margin-bottom: 5px;
}

body.work-thumbnails div.thumbnail p {
	text-align: center;
}

/*
------------------------------------------------------------------------------
Work - Project
*/

body.work-project #content {
	width: 760px;
	margin: 0 auto 0 auto;
	padding-bottom: 30px;
}

body.work-project #navigation {
	margin-bottom: 10px;
}

body.work-project #mask {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
	border: solid 2px #fff;
}

body.work-project #images {
	position: absolute;
	top: 0;
	left: 0;
}

body.work-project #title {
	float: left;
	margin-right: 20px;
	text-transform: uppercase;
}

body.work-project #overview {
	float: left;
	color: #999;
	text-transform: uppercase;
}