
/* - - - - - - - - - - - - - - - - - - - - -

Title :    Scene Works
URL :      http://sceneworks.com

Created :  03.18.2009
Modified : 03.22.2009

- - - - - - - - - - - - - - - - - - - - - */
/* G L O B A L - R E S E T
- - - - - - - - - - - - - - - - - - - - - */
/*
	v1.0 | 20080212 
	http://meyerweb.com/eric/tools/css/reset/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* - - - - - - - - - - - - - - - - - - - - -
	H T M L - E L E M E N T S										
- - - - - - - - - - - - - - - - - - - - - */

body {
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	color: #333;
}

html>body { font-size: 10px; }

/* Anchor Links */
a:link { color: #600; text-decoration: underline; }
a:visited { color: #600; text-decoration: underline; }
a:hover {  color: #600; text-decoration: none; }
a:active {  color: #600; text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.25em; font-weight: bold;}
h1 { margin: 0 0 0.75em; font-size: 2em; }
h2 { margin: 0 0 1em; font-size: 1.8em; }
h3 { margin: 0 0 1.286em; font-size: 1.6em; }
h4 { margin: 0 0 1.5em; font-size: 1em; }
h5 { margin: 0 0 1.8em; font-size: .834em; }
h6 { margin: 0 0 2em; font-size: .75em; }

/* Text Elements */
p, ul, ol, dl, blockquote, pre { font-size: 1.6em; margin: 0 0 1.75em; line-height: 1.4em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.9em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin-left: 1em; line-height: 1.6em; }

ul { list-style-type: square; }
ul ul { list-style-type: disc; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: square; }

ol { list-style-type: upper-roman; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: .9em; line-height: 1em; vertical-align: sub; }
sup { font-size: .9em; line-height: 1em; vertical-align: super; }

/* Tables */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: .25em .5em; }
tbody td, tbody th { border: 0px solid #999; }
tfoot { font-style: italic; }


/* - - - - - - - - - - - - - - - - - - - - -
	N A V I G A T I O N
- - - - - - - - - - - - - - - - - - - - - */

ul.nav, ul.nav li { margin: 0; list-style: none; }

/* Global Navigation */
ul.global {
	width: 760px;
	height: 47px;
	margin-left: auto;
	margin-right: auto;
}

ul.global li {
	display: inline;
	list-style: none;
}

ul.global li a {
	float: left;
	display: inline-block;
	display: block;
	width: 106px;
	height: 47px;
	text-indent: -9999em;
	overflow: hidden;
	text-decoration: none;
	background-image: url(../images/nav_sprite.jpg);
}

/* home */
ul.global li.home a { width: 113px; background-position: 0 0; }
ul.global li.home a:hover,
 body.home ul.global li.home a { background-position: 0 -47px; }

/* about */
ul.global li.about a { background-position: -113px 0; }
ul.global li.about a:hover,
 body.about ul.global li.about a { background-position: -113px -47px; }

/* approach */
ul.global li.approach a { background-position: -219px 0; }
ul.global li.approach a:hover,
 body.approach ul.global li.approach a { background-position: -219px -47px; }

/* portfolio */
ul.global li.portfolio a { background-position: -325px 0; }
ul.global li.portfolio a:hover,
 body.portfolio ul.global li.portfolio a { background-position: -325px -47px; }

/* products */
ul.global li.products a { background-position: -431px 0; }
ul.global li.products a:hover,
 body.products ul.global li.products a { background-position: -431px -47px; }

/* links */
ul.global li.links a { background-position: -537px 0; }
ul.global li.links a:hover,
 body.links ul.global li.links a { background-position: -537px -47px; }

/* contact */
ul.global li.contact a { width: 117px; background-position: -643px 0; }
ul.global li.contact a:hover,
 body.contact ul.global li.contact a { background-position: -643px -47px; }


/* - - - - - - - - - - - - - - - - - - - - -
	M A I N - L A Y O U T
- - - - - - - - - - - - - - - - - - - - - */

.clear { clear: both; }

/* Sticky Footer */
html, body, #wrapper { height: 100%; }

body > #wrapper {
	height: auto;
	min-height: 100%;
}

#content { padding-bottom: 106px; }  

#footer {
	position: relative;
	margin-top: -106px;
	height: 106px;
	clear: both;
}

/* Main Layout */
body {
	background: #300 url(../images/body_bg.gif) repeat center top;
}

#wrapper {
	position: relative;
	background: url(../images/body_shady_bg.png) repeat-y center -6px;
}

#header,
 #content,
  #footer {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

#header {
	background: url(../images/content_bg.jpg) repeat-y center -6px;
}

#header #logo a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	height: 148px;
	background: #ffc url(../images/header.jpg) no-repeat center top;
}

#content {
	position: absolute;
	z-index: 1;
	top: 195px;
	right: 0;
	bottom: 106px;
	left: 0;
	background: url(../images/content_bg.jpg) repeat-y center -3px;
}

.main-content {
	position: relative;
	z-index: 2;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 160px 126px 160px;
	background: url(../images/content_top.jpg) no-repeat center top;
}

.main-content-news {
	position: relative;
	z-index: 2;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 160px 126px 160px;
	background: url(../images/content_top.jpg) no-repeat center top;
}

#footer {
	background: url(../images/footer.jpg) no-repeat 0 0;
}


/* - - - - - - - - - - - - - - - - - - - - -
	P A G E - D E T A I L S
- - - - - - - - - - - - - - - - - - - - - */
body.about .main-content {
	width: 960px;
	padding: 0px 0px 126px 0px;
	background: url(../images/content_top_home.jpg) no-repeat center 307px;
}

body.about img#banner {
	margin: 0 0 45px 100px;
}

body.about p {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	
}

body.about h1 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	
}

body.about h2 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	
}

body.about h3 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	
}

/* PRODUCTS */
.imgright {
	width:152px;
	height:100px;
	border:1px solid #000;
	float:left;
	margin-right:4px;
	margin-bottom:5px;
}

/* Portfolio Page */
body.portfolio .main-content {
	position: relative;
	z-index: 2;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 60px 130px 126px 130px;
	background: url(../images/content_top.jpg) no-repeat center top;
}

body.portfolio img.shadow {
	float: left;
	margin: 5px 20px 20px 0;
	padding: 0 12px 12px 0;
	background: url(../images/image_shadow.jpg) no-repeat 0 0;
}

body.portfolio p {
	clear: both;
}

/* Home Page */
body.home .main-content {
	width: 960px;
	padding: 0px 0px 26px 0px;
	background: url(../images/content_top_home.jpg) no-repeat center 307px;
}

body.home .articleimages {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
}

body.home img#banner {
	margin: 0 0 45px 100px;
}

body.home h1 {
	text-indent: -9999em;
	overflow: hidden;
	width: 567px;
	height: 34px;
	margin: 0 auto 45px auto;
	background: url(../images/h1_purveyors_of_themed_construction.jpg) 0 0;
}

body.home p {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	
}

body.home h2 {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	font-size:21px;
	border-bottom:1px solid #660000;
	
}

body.home h3 {
	width: 635px;
	margin-right: auto;
	margin-left: auto;
	font-size:18px;	
}

body.home strong.dropcap {
	width: 62px;
	height: 71px;
	margin: -12px 8px 1px -20px;
	display: block;
	float: left;
	background-color: #532123;
}

body.home strong.dropcap span {
	display: block;
	text-indent: -9999em;
	overflow: auto;
	width: 62px;
	height: 71px;
	margin: -9px 0 0 -7px;
}

body.home strong.s span { background: url(../images/drop_cap_s.jpg) no-repeat 0 0; }


form {
	margin: 0;
	padding: 0;
	}

form div {
	/*clear: left;*/
	padding-left: 0px;
	}

form div label {
	float: left;
	line-height: 1.7em;
	width: 140px;
	font-size:13px;
	}

form div.text input {
	margin: 2px 0 2px 2px;
	width: 200px;
	}

form div.text textarea {
	width: 300px;
	height: 110px;
	}

.large {
	width:220px;
}

#ourapproach ol {
	list-style-type: decimal;
	margin-top:0px;
	margin-left:0px;
}

#ourapproach ol ul {
	list-style-type: none;
	font-size:16px;
	margin-bottom:10px;
}

#testimonial h3 {
	font-size:1.1em;
}

#testimonial p {
	font-size:1em;
}