/* Import Stylesheets */
@import url('global/reset.css') screen;		/* Browser CSS Reset */
@import url('global/global.css') screen;	/* Global Styles */
@import url('fonts/fonts.css') all;			/* Custom Fonts */

/* Page Layout */

body {
	color: #fff;
	font: 62.5% 'Museo', Verdana, Arial, sans-serif;
	background: #211515 url('images/cs_background.jpg') no-repeat top left;
	}

#container {
	width: 1000px;
	height: 632px;
	position: absolute;
	top: 5px;
	left: 5px;
	}

#navigation {
	width: 387px;
	height: 35px;
	position: absolute;
	top: 430px;
	left: 0;
	text-align: right;
	padding-top: 18px;
	padding-right: 20px;
	}

#contact_wrap {
	font-size: 1.3em;
	width: 484px;
	height: 0px; /* Expanded Height: 350px */
	padding: 0 10px 0 10px;
	position: absolute;
	left: 422px;
	bottom: 2px;
	background: transparent url('images/contact_bg.png') no-repeat top left;
	overflow: hidden;
	}
	
#footer {
	width: 410px;
	position: absolute;
	bottom: 0;
	text-align: center;
	font-size: 1.1em;
	font-weight: 500;
	}


/* Links */

a, a:visited {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	color: #969696;
	}


/* Navigation */

li a, li a:visited {
	opacity: 0.8;
	font-size: 1.5em;
	text-shadow: 1px 1px 2px rgb(0,0,0);
	}

li a:hover {
	opacity: 1.0;
	text-decoration: none;
	}

li a:active {
	text-decoration: underline;
	}


/* Portfolio Slideshow Images */

#portfolio_wrap {
	width: 635px;
	height: 206px;
	position: absolute;
	top: 60px;
	left: 0;
	overflow: hidden;
	}

#portfolio_ss_01, #portfolio_ss_02, #portfolio_ss_03 {
	overflow: hidden;
	position: absolute;
	width: 206px;
	height: 206px;
	}

#portfolio_ss_01 {
	top: 0px;
	left: 0px;
	}

#portfolio_ss_02 {
	top: 0px;
	left: 211px;
	}

#portfolio_ss_03 {
	top: 0px;
	left: 422px;
	}

.img_wrap {
	width: 206px;
	height: 206px;
	background: transparent url('images/img_wrap.jpg') no-repeat top left;
	}

.square img {
	width: 200px;
	height: 200px;
	padding: 3px 3px 3px 3px;
	}


/* Contact Box */

#contact_opts {
	width: 469px;
	height: 25px;
	position: absolute;
	padding-right: 25px;
	top: 325px;
	text-align: right;
	}

#contact_wrap h2 {
	font-size: 1.2em;
	margin: 10px 0 10px 0;
	}

.contactcolumn {
	float: left;
	width: 240px;
	}

#contact_wrap p {
	margin-bottom: 10px;
	}

#contact_wrap a, #contact_wrap a:visited {
	opacity: 0.8;
	text-decoration: none;
	}

#contact_wrap a:hover {
	opacity: 1.0;
	text-decoration: none;
	}

#contact_wrap a:active {
	color: #969696;
	}

div.contactcolumn .field_wrap {
	margin-bottom: 10px;
	}

div.contactcolumn input {
	width: 230px;
	}

textarea {
	width: 240px;
	}

input[type="text"]:focus, textarea:focus {
	background-color: #FFFFB3;
	border-color: #C73211;
	}

label.required {
	font-weight: bold;
	}

label.error { 
	width: 230px;
	font-weight: 700;
	color: #FFFF00;
	text-align: right;
	padding: 3px 0 0 20px;
	background: transparent url('images/error.png') no-repeat left center;
	margin-bottom: 10px;
	}

div#contactsubmit {
	width: 469px;
	height: 25px;
	position: absolute;
	top: 285px;
	right: 10px;
	}

div#contactsubmit input {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	}

/*- ALIGNMENT */

/* text alignment */
.center {
	text-align: center;
	}

.alignleft {
	float: left;
	}

.alignright {
	float: right;
	}

/* image alignment */
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignleft, img[align="left"] {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

img.alignright, img[align="right"] {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

/* CSS Browser Selector - Site Specific */

.gecko #contact_wrap p {
	margin-bottom: 5px;
	}
