/* CSS Document */

/********LETS GETS SOME CONSISTENCY - Zero out margins and padding********/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

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

/********BASIC ELEMENTS********/
h1, h2, h3, h4, h5, h6 {
	color: #e15a49;
	font-weight: normal;
}

h1 {
	border-bottom: 2px solid #FAE1DE; 
	color: #E4695A;
	font-size: 2.5em; /*30px*/
	line-height: 1em;
	margin-bottom: 3px;
	padding-bottom: 3px;
}

h2 {
	color: #E6786A;
	font-size: 2em; /*24px*/
	line-height: 1.5em;
}

h3 {
	color: #E9877B;
	font-size: 1.667em; /*20px*/
	line-height: 1.8em;
}

h4 {
	color: #EC968B;
	font-size: 1.5em; /*18px*/
	line-height: 1em;
}

h5 {
	color: #EC968B;
	font-size: 1.333em; /*16px*/
	line-height: 1.125em;
}

h6 {
	color: #EC968B;
	font-size: 1.167em; /*14px*/
	line-height: 1.286em;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #666;
	font-style: italic;
}

p, ol, ul, dl, table { margin-bottom: 18px; }
ol, dd, blockquote { margin-left: 36px; }
ul { list-style: none; margin-left: 18px; }
ul li {
	background: url(/images/template/list-item.gif) no-repeat 0 6px;
	padding-left: 18px;
}
blockquote { margin-right: 36px; }
a { color: #e15a49; }
a:visited { color: #e98377; }
a:hover { text-decoration: none; }
img { border: none; }

/*****Custom Classes*****/
.screenReader {
	left: -9999px;
	position: absolute;
}
.notice, .error { color: #e15a49; }
.pullquote {
	background: url(/images/template/quote-bg.gif) no-repeat top left;
	float: right;
	padding: 21px 0 0 28px;
	width: 142px;
}

/********BASIC LAYOUT********/
div#container {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 auto;
	position: relative;
	width: 750px;
}

div#header {
	background: #e15a49 url(/images/template/topRoundBg.gif) no-repeat top left;
	color: #fff;
	padding: 10px 0;
}

ul#primaryNav {
	float: left;
	list-style: none;
	min-height: 30em;
	width: 120px;
}

div#contentContainer {
	background: url(/images/template/lipstick.gif) no-repeat 101% -8px;
	float: left;
	min-height: 30em;
	padding-bottom: 10px;
	width: 630px;
}

div#content {
	background: #fff url(/images/template/contentBg.gif) no-repeat top left;
	float: left;
	padding: 20px 21px 20px 21px;
	width: 508px;
}
body#home div#content { padding-top: 10px; }

div#footer {
	background: #e15a49 url(/images/template/bottomRoundBg.gif) no-repeat bottom left;
	clear: both;
	color: #fff;
	padding: 10px;
}

/********LOGO********/
div#header h1 { border-bottom: none; line-height: normal; margin-bottom: 0; padding-bottom: 0; }
div#header h1 a, div#header a#logo {
	background: url(/images/template/logo.gif) no-repeat top left;
	color: #fff;
	display: block;
	height: 102px;
	margin: 0 auto;
	outline: none;
	overflow: hidden;
	text-indent: -9000px;
	width: 423px;
}
div#header p {
	margin-bottom: 0;
	text-align: center;
}

/********PRIMARY NAVIGATION********/
ul#primaryNav { margin: 0; }
ul#primaryNav li {
	background: #e15a49 url(/images/template/navRoundTopBg.gif) no-repeat top right;
	cursor: pointer;
	margin: .5em 0;
	padding-left: 0;
	width: 100px;
}

ul#primaryNav li:hover, ul#primaryNav li.current { width: 120px; }

ul#primaryNav li a {
	background: url(/images/template/navRoundBottomBg.gif) no-repeat bottom right;
	color: #fff;
	display: block;
	font-size: 1.333em;
	min-height: 30px;
	padding: .45em .75em 0 0;
	text-align: right;
	text-decoration: none;
}
ul#primaryNav li:hover a { text-decoration: underline; }

/********BRANDING AREA********/
div#branding {
	background: url(/images/template/homepageBranding.jpg) no-repeat top left;
	height: 221px;
	float: left;
	position: relative;
	width: 275px;
}

body.branding2 div#branding { background-image: url(/images/template/homepageBranding2.jpg); }
body.branding3 div#branding { background-image: url(/images/template/homepageBranding3.jpg); }
body.branding4 div#branding { background-image: url(/images/template/homepageBranding4.jpg); }
body.branding5 div#branding { background-image: url(/images/template/homepageBranding5.jpg); }

div#branding h2 {
	background: url(/images/template/brandingOverlay-trans.png) repeat top left;
	bottom: 5px;
	color: #fff;
	font-size: 24px;
	left: 0;
	line-height: 24px;
	padding: .2em 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/********HOMEPAGE BOXES********/
div.primaryBox {
	float: left;
	margin-top: 1.5em;
	width: 275px;
}

div.secondaryBox {
	float: right;
	margin-top: 1.5em;
	width: 218px;
}

div#content div.primaryBox h2, div#content div.secondaryBox h2 { margin-bottom: 0; }

div#about {
	background: url(/images/template/separator.gif) no-repeat bottom center;
	margin-top: 0;
	padding-bottom: 36px;
}

/*div#work ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#work ul li {
	float: left;
	margin: 0 0 1em 0;
	padding: 0;
	width: 100%;
}*/

/********FOOTER********/
div#footer p {
	background: url(/images/template/footerSeparator.gif) no-repeat 330px 100%;
	float: left;
	padding: 7px 0 36px 0;
	width: 420px;
}

div#footer p#design {
	background: none;
	float: right;
	padding: 0;
	text-align: right;
	width: 310px;
}

div#footer p#design a {
	background: url(/images/template/trevorLogo.gif) no-repeat 100% 50%;
	color: #fff;
	display: block;
	padding: 7px 60px 7px 0;
	text-decoration: none;
}

div#footer p#design a:hover { text-decoration: underline; }

/*****Forms*****/
ol.forms {
	float: left;
	list-style: none;
	margin-left: 0;
	width: 100%;
}
ol.forms li { 
	background: none;
	clear: both;
	float: left;
	margin-bottom: 9px;
	padding-left: 0;
	width: 100%;
}
ol.forms li label {
	display: block;
	float: left;
	font-weight: bold;
	width: 8.333em;
}
ol.forms li input, ol.forms li textarea { border: 1px dotted #F1B4AC; color: #333; font: 1.167em Georgia, "Times New Roman", Times, serif; line-height: normal; padding: 2px; }
ol.forms li input:focus, ol.forms li textarea:focus { background: #FDF3F1; }
ol.forms li input { width: 194px; }
ol.forms li textarea { height: 250px; width: 344px; }
ol.forms li .error { display: block; margin-left: 100px; }
ol.forms li.buttons button { 
	background: #e15a49;
	border: 1px solid #333;
	color: #fff;
	cursor: pointer;
	display: block;
	margin-left: 100px;
	font: 1.167em Georgia, "Times New Roman", Times, serif;
	padding: 2px;
}
ol.forms li.buttons button:hover { background: #EC968B; }

/*****Portfolio*****/
ul.gallery {
	float: left;
	list-style: none;
	margin: 0 0 18px 0;
	width: 100%;
}
ul.gallery li {
	background: none;
	float: left;
	margin: 0 18px 18px 0;
	padding-left: 0;
}
ul.gallery li img { border: 1px solid #dedede; padding: 2px; }
ul.gallery li a:hover img { border: 1px solid #bebebe; }
ul.gallery li p {
	color: #666;
	margin-bottom: 0;
}

/********sIFR STYLES********/
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

div#branding .sIFR-hasFlash h2 {
	font-size: 160%;
	letter-spacing: -9px;
	visibility: hidden;
}
