/*-----------------------------------------------------------------------------
Screen Style Sheet

version:   1.0
email:     info@flamegreen.com
website:   http://www.flamegreen.com
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/
@import url("forms_28072008.css");
@import url("msgpanels.css");
@import url("../js/site/lytebox.css");

/* Remove padding and margin */
*
{
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul { margin: 1em 0; }

/* Class for clearing floats */
.clear { clear: both; }

/* Remove border around linked images */
img { border: 0; }

/* Generic styles */
.right { float: right; }
.left { float: left; }
.logo { width: 150px; }
.midsizeImage { width: 422px; }
.fullsizeImage { width: 662px; }

/* =Typography
-----------------------------------------------------------------------------*/

body
{
	background-color: #e8e6df;
	font-family: Georgia, Times New Roman, Serif;
	color: #887A61;
	margin: 7px;
	text-align: center;
	font-size: 65.5%;
}

/* =Headings
-----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-style: italic;
	/*
	letter-spacing: 0.05em;
	*/
}

h1
{
	color: #000;
	font-size: 2em;
}

h2
{
	color: #000;
	font-size: 1.7em;
}

#subNavigation h1, #entryOverview h2 
{
	color: #c6c6c6;
}

#mainContent h1 
{
	color: #636363;
}

#entryOverview
{
	float:left:
	width:180px;
	padding-left:20px;
	overflow:hidden;
}

h3
{
	color: #aa0000;
	font-size: 1.3em;
}

/* =Links
-----------------------------------------------------------------------------*/

a:link, a:visited, a:active
{
	text-decoration: none;
	color: #aa0000;
}

a:hover
{
	text-decoration: underline;
	/* 
	background-color: #aa0000;
	color: #FFF;
	 */
}

a.textLink
{
	padding-right: 8px;
	background-image: url(../images/elements/linkArrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-style: italic;
}

a.external
{
	background: url(../images/elements/externalLink.gif) no-repeat right top;
	padding-right: 10px;
	color: #BB0000;
}

/* =Structure
-----------------------------------------------------------------------------*/

#wrapper
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-image: url(../images/wrapperBackground.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 1.2em;
}

#header
{
	width: 950px;
	height: 107px;
	background-image: url(../images/headerBackground.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	position: relative; 
}

#homeFlashContainer 
{
	width: 910px;
	height: 400px;
	margin: 2px 20px 0 20px;
}

#portfolioImageRotatorContainer
{
	margin-right: 8px;
	padding: 5px;
	border-left:1px solid #F0F0F0;
	border-right:1px solid #F0F0F0;
	border-top:1px solid #F0F0F0;
	background-image: url(../images/elements/portfolioShadow.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 200px;
}

#content { width: 950px; }

#homepageLatest
{
	float: left;
	width: 240px;
	margin: 20px 0 40px 30px;
	display: inline;
}

#homepageClients
{
	float: right;
	margin: 20px 0 25px 0;
	display: inline;
}

#subNavigation
{
	float: left;
	width: 200px;
	margin: 20px 20px 40px 20px;
	text-align: right;
	display: inline;
}

#mainContent
{
	float: left;
	width: 670px;
	padding: 20px 0 40px 30px;
	background-image: url(../images/elements/mainContentBackground.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}


#wrapperBottom
{
	width: 950px;
	height: 4px;
	background-image: url(../images/wrapperBottom.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#footer
{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	clear: both;
	font-style: italic;
}

#footerNav
{
	float: left;
	width: 435px;
	color: #B1A692;
	margin: 8px 0 10px 0;
	padding-left: 20px;
}

#footerContact
{
	float: right;
	width: 435px;
	color: #aa0000;
	margin: 8px 0 10px 0;
	padding-right: 20px;
	text-align: right;
}

/* =Header
-----------------------------------------------------------------------------*/


#header h1
{
	width: 172px;
	height: 47px;
	background-image: url(../images/elements/logo.gif);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	top: 25px;
	left: 32px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#header #mainNavigation
{
	width: 396px;
	height: 20px;
	background-image: url(../images/elements/navigation.gif);
	background-repeat: no-repeat;
	position: relative;
	top: 39px;
	left: 20px;
	margin: 0;
	padding: 0;	
	list-style-type: none;
	overflow: hidden;
}

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

ul#mainNavigation
{
	position: relative;
	width: 396px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	top: 13px;
	left: 20px;
}

ul#mainNavigation li a
{
	position: absolute;
	top: 0;
	text-indent: -9000px;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important;	/* IE5/Win */
	background: transparent url(../images/elements/navigation.gif) no-repeat;
}

body#portfolio ul#mainNavigation,
body#news ul#mainNavigation,
body#services ul#mainNavigation
body#about ul#mainNavigation,
body#contact ul#mainNavigation
{
	background-image: url(../images/elements/navigation.gif);
	background-repeat: no-repeat;
}

body#portfolio ul#mainNavigation { background-position: 0 0px; }

body#blog ul#mainNavigation { background-position: 0 -20px; }

body#about ul#mainNavigation { background-position: 0 -40px; }

body#contact ul#mainNavigation { background-position: 0 -60px; }

ul#mainNavigation li#button1 a
{
	background-position: 0 0;
	width: 83px;
	left: 0;
}

ul#mainNavigation li#button1 a:hover { background-position: 0 -20px; }

ul#mainNavigation li#button2 a
{
	background-position: -83px 0;
	width: 58px;
	left: 83px;
}

ul#mainNavigation li#button2 a:hover { background-position: -83px -20px; }

ul#mainNavigation li#button3 a
{
	background-position: -141px 0px;
	width: 78px;
	left: 141px;
}

ul#mainNavigation li#button3 a:hover { background-position: -141px -20px; }

ul#mainNavigation li#button4 a
{
	background-position: -219px 0px;
	width: 82px;
	left: 219px;
}

ul#mainNavigation li#button4 a:hover { background-position: -219px -20px; }

ul#mainNavigation li#button5 a
{
	background-position: -301px 0px;
	width: 95px;
	left: 301px;
}

ul#mainNavigation li#button5 a:hover { background-position: -301px -20px; }

body#portfolio li#button1 a { background-position: 0 -40px; }
body#portfolio li#button1 a:hover { background-position: 0 -60px; }
body#news li#button2 a { background-position: -83px -40px; }
body#news li#button2 a:hover { background-position: -83px -60px; }
body#services li#button3 a { background-position: -141px -40px; }
body#services li#button3 a:hover { background-position: -141px -60px; }
body#about li#button4 a { background-position: -219px -40px; }
body#about li#button4 a:hover { background-position: -219px -60px; }
body#contact li#button5 a { background-position: -301px -40px; }
body#contact li#button5 a:hover { background-position: -301px -60px; }

/* =Sub Nav
-----------------------------------------------------------------------------*/

#subNavigation ul
{
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}

#subNavigation ul li
{
	padding: 0.2em 0 0.2em 0;
	font-style: italic;
}

#subNavigation a.on { color: #35701a; }

/* =Home Content
-----------------------------------------------------------------------------*/

#homepageLatest p { margin: 0; }

#homepageLatest h3
{
	margin: 8px 0 3px 0;
	text-transform: lowercase;
}

#homepageClients h3 { margin: 12px 0 0 0; }

.homepageClient
{
	float: left;
	width: 190px;
	margin: 8px 25px 0 0;
	text-align: right;
}

.homepageClientLast { margin: 12px 30px 0 0; }

.imageShadow img 
{
	padding: 5px;
	border-color: #F0F0F0;
	border-width: 1px;
	border-style: solid;
	display: block;
}

.imageShadow
{
	background-image: url(../images/elements/shadowRight.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #FFF;
}

.imageShadow div, .imageShadow span 
{
	padding: 0 0 3px 0;
	background-image: url(../images/elements/shadowLeft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.imageShadow div img:hover { border-color: #C47272; }
.homepageClient p { margin: 0 2px 0 0; }

/* =Portfolio
-----------------------------------------------------------------------------*/

#mainFeaturedProject
{
	float: left;
	width: 500px;
	margin: 26px 0 0 0;
	position: relative;
}

#mainFeaturedProjectText
{
	float: left;
	width: 170px;
	text-align: right;
	position: absolute;
	bottom: 0px;
	left: 440px;
}

#mainFeaturedProjectText p { margin: 0; }

#mainFeaturedProject #more
{
	float: left;
	width: 10px;
	height: 14px;
	position: absolute;
	bottom: 0px;
	left: 620px;
}

#more a
{
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	background: transparent url(../images/elements/bigArrow.gif) no-repeat;
}

#featuredProjects
{
	float: left;
	margin: 90px 0 30px 0;
	text-align: right;
}

.featuredProject
{
	float: left;
	width: 190px;
	margin: 0 30px 0 0;
}

.featuredProject h2 { margin: 10px 2px 0 0; }
.featuredProject p { margin: 0 2px 0 0; }

/* =Footer
-----------------------------------------------------------------------------*/

#footerNav a
{
	color: #B1A692;
}

#footerNav .adText
{
	text-indent: -2999px;
	background-image: url(/images/elements/blank.gif);
}

#footerContact a
{
	color: #940000;
}

/* =Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders. even on Opera 7 */
fieldset { border: 1px solid transparent; }

/* =Tables
-----------------------------------------------------------------------------*/

table
{
	border-spacing: 0;
	border-collapse: collapse;
}

td
{
	text-align: left;
	font-weight: normal;
}

a.son:link, a.son:active, a:son:howver {
	color: green;
}

h4 a:link, h4 a:active, h4 a:visited {
	color: #887A61;
}

DL {
	margin: .4em 0;
	padding: 0;
	font-size: .9em;
	color: #666;
}
DT {
	width: 4em;
	float: left;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: right;
}
DD {
	margin: 0 0 0 5em;
	padding-left: 10px;
	margin-bottom: .2em;
}

#mainContent ul {
	margin-left: 30px;
}

#mainContent ul li {
	list-style-type: none;
}

#portfolioBody 
{
	float:left;
	width:400px;
}

#portfolioBody  ul 
{
	margin-top: 6px;
	list-style-type: none;
}

#portfolioBody ul li, ul.arrows li 
{
	background-image: url(../images/elements/arrowGrey.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
	padding-left: 15px;
	margin-left: 2px;
	font-family: Georgia;
	font-style: italic;
}

ul#thumbnailImages li
{
	float: left;
}

ul#thumbnailImages img
{
	border: 1px #e5e5e5 solid;
	padding: 4px;
	margin: 10px 10px 0 0;
}

ul#portfolioSummary
{
	margin: 10px 0 10px 0;
}

ul#portfolioSummary li
{
	margin: 0;
	padding-top: 8px;
	color: #888;
	font-family: Georgia;
	font-style: italic;
	background: none;
	font-size: 95%;
}

ul#portfolioSummary span { font-weight: bold; }

