/*******************************************
*
* MAIN HTML
*
*******************************************/

body, html {
	height: 100%;
	min-height: 100%;
}

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background-color: #FFFFFF;
	color: #555555;
	text-decoration: none;
	word-spacing: Normal;
	text-align: left;
	
	background: url("images/layout/bglight.gif") center center no-repeat;
}

body.splash {
background: url("images/layout/bg.gif") center center no-repeat;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #555555;
	line-height: 20px;
	font-size: 11px;
	margin: 0 0 0.75em 0;
	padding: 0;
	text-align: justify;
}

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #A51642;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

h2, label {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #555555;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
}

label, form { 
	margin: 0; 
	padding: 0; 
}

input, textarea {
	margin-bottom: 10px;
	font-family: Lucida Grande, Arial, sans-serif;
	color: #A51642;
	font-size: 10px;
	width: 100%;
	border: 1px solid #DDD;
	padding: 2px;
}

p a, p a:visited, p a:active {
	text-decoration: none; 
	color: #A51642;
}

p a:hover {
	text-decoration: none;
	color: #000000;
}

a.img { border:0; }
img { border:0; }

p em {
	color: #000000;
	font-style: normal;
}

.shown {
	display: block;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}



/*******************************************
*
* PAGE-SPECIFIC CONTENT
*
*******************************************/


#footer {
	position: relative;
	height: 22px;
	background: url("images/layout/menu_rule.gif") top repeat-x;
}

#menu {
	position: relative;
	padding: 0;
	margin: 0;
	height: 22px;
}

#menu {
	padding-bottom: 6px;
}

#menu img {
	margin: 0 0 0 10px;
	padding: 11px 0 0 0;
	height: 7px;
}

#menu #slider {
	position: relative;
	top: 0;
	right: 454px;
	width: 29px;
	height: 2px;
	background: #FFF;
}

#buffer { height: 40px; }

/*  Splash */

#splash {
	position: relative;
	width: 800px;
	height: 250px;
	margin-bottom: 160px;
}

#intro {
	position: relative;
	margin-top: 50px;
	height: 250px;
	width: 800px;
	background: #000000;
}

/* Two-Column Layout */

#copy {
	width: 385px;
	margin: 50px 0 0 0;
	padding: 7px 0 0 0;
	float: left;
	border-top: 1px #A51642 solid;
}

/*  In Production / Completed Projects  */
#projectlist ul {
	width: 285px;
	margin: 50px 0 0 0;
	padding: 0;
	list-style: none;
}

#projectlist li {
	z-index: 2;
	margin: 2px 0 0 0;
	padding: 0;
	height: 28px;
	width: 100%;
	display: block;
	background: url("images/layout/menu_rule.gif") top repeat-x;
}

#projectlist a {
	display: block;
	width: 100%;
	height: 100%;
}

#projectlist li img {
	padding: 11px 0 0 0;
	height: 8px;
}

#projectlist li .slide {
	z-index: 3;
	position: relative;
	top: 0;
	left: 0;
	width: 1px;
	height: 2px;
	background: #FFF;
}

#projects {
	position: relative;
	text-align: left;
	width: 485px;
	overflow: hidden;
	display: block;
	margin: 53px 0 0 0;
	padding: 7px 0 0 0;
	border-top: 1px #A51642 solid;
}

#projects #content {
	position: relative;
	text-align: left;
	display: block;
	width: 485px;
	padding: 0;
}

#projects #content div {
	position: relative;
	text-align: left;
	display: block;
	width: 485px;
	margin: 0 15px 0 0;
	padding: 0;
	float: left;
}
.page-team #projects #content div, 
.page-completed #projects #content div 
{ opacity: 0; }
.page-team #projects #content div:first-child, 
.page-completed #projects #content div:first-child 
{ opacity: 1; } 

#projects img {
	margin-right: 10px;
}

#projects img.fullwidth {
	margin: 0;
}

#projects a img:hover {
	filter: alpha (opacity=50);
	-moz-opacity:.50;opacity:.50;
	-khtml-opacity: 0.5;
}


#credit {
	z-index: 1;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 110px;
	height: 20px;
	padding: 0;
	
	background: url(images/layout/credit.gif) no-repeat;
}

#credit:hover {
	background: url(images/layout/credit_on.gif) no-repeat;
}