/* 
Title:     darrinscott studios gStyles for screen media
Author:    darrin@darrinscottstudios.com
Updated:   June 2006
*/

body {
	margin: 8px 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #333;
	background: #999 url(../images/bg_tile.gif) repeat-x top left;
	}
	
body#home #t-home a,
body#about #t-about a,
body#services #t-services a,
body#portfolio #t-portfolio a,
body#contact #t-contact a{
	color: #fff;
	background: #354966;
	border-right: 1px solid #24354E;
	border-bottom: 1px solid #24354E;
	/*color: #fff;
	background: #D0590A;*/
	}

/* links
---------------------------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	font-weight: bold;
	text-decoration: none;
	color: #40608C;
	}
a:hover {
	color: #2D405B;
	text-decoration: underline;
	}
	
/* page structure
---------------------------------------------------------- */
.clear {
	clear: both; 
	}
#wrap {
	position: relative;
	width: 800px;
	/*max-width: 900px;
	min-width: 580px;*/
	margin: 0 auto;
	font-size: 95%;
	text-align: left;
	background: #fff;
	}
#main-body {
	padding: 20px 30px 0 30px;
	background: url(../img/0306/main-bg-blks.gif) repeat-x top left;
	}
#content {
	float: left;
	width: 68%;
	}
#content-inner {
	margin: 20px 50px 0 0;
	}
#sidebar {
	float: right;
	width: 30%;
	padding: 20px 0;
	font-size: 90%;
	line-height: 1.5em;
	color: #777;
	}

/* header
---------------------------------------------------------- */

#header {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	background: #40608C;
	}
#logo {
	float: left;
	padding: 10px 30px 10px 30px;
	}
#logo a  {
	border-style: none;
	display: block;
	width: 158px;
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo span {
	float: left;
	display: block;
	width: 160px;
	height: 62px;
	background: url(../images/logo_hifi.gif) no-repeat;
	}

/* navigation
---------------------------------------------------------- */

#nav {
	clear: both;
	float: left;
	padding: 5px 30px 5px 30px;
	width: 740px;
	background: #2D405B;
	}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav li a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 9px;
	font-size: 100%;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	}
#nav li a:hover {
	color: #fff;
	background: #354966;
	}
#nav li a.active {
	font-weight: bold;
	color: #f3b36e;
	border-bottom: 1px solid #27384F;
	border-right: 1px solid #27384F;
	background: #354966 url(../img/0306/nav-on-bg.gif) repeat-x top left;
	}

/* ---[ navigation ]----------------------------------- */

/*#nav {
	float: left;
	width: 800px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	border-top: 1px solid #FD8F45;
	border-bottom: 3px solid #BE4E03;
	background: #D25B0C url(../images/nav-bg.gif) repeat-x top left;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(../images/nav-li-bg.gif) no-repeat top right;
	}
#nav a {
	float: left;
	padding: 7px 13px;
	text-decoration: none;
	border-bottom: none;
	color: #fff;
	}
#nav a:hover, #nav a.active {
	color: #fff;
	background: #D0590A;
	}
#nav #t-home a{
	margin-left: 20px;
	}*/

/* title
---------------------------------------------------------- */

#title {
	float: left;
	padding: 20px 30px 20px 30px;
	width: 740px;
	color: #666;
	border-top: 1px solid #fff;
	background: #efefef;
	}
#title-text {
	float: left;
	width: 68%;
	}
#title-work {
	float: right;
	width: 30%;
	}
#title strong {
	color: #474F3B;
	}
#title h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	letter-spacing: -1px;
	color: #2D405B;
	}
#title h1 span {
	color: #2D405B;
	}
body#home #title h1 {
	margin-bottom: 10px;
	}
#title h2 {
	margin: 0 50px 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.6em;
	font-weight: normal;
	}
#title h3 {
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #BA3B3E;
	}

/* content styles
---------------------------------------------------------- */

#content h1 {
	margin: 0 0 2px 0;
	padding: 0;
	font-size: 150%;
	line-height: 1em;
	font-weight: normal;
	color: #2D405B;
	}
#content h3 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	font-size: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #BA3B3E;
	border-bottom: 1px solid #ccc;
	}
#content p {
	margin: 0 0 1.5em 0;
	padding: 0;
	}

/* basic phrase element styles */

em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* lists */

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 12px;
	line-height: 1.4em;
	background: url(../images/li-arrow.gif) no-repeat 0 5px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}

/* sidebar styles
---------------------------------------------------------- */

#sidebar h3 {
	margin: 15px 0 15px 0;
	padding: 15px 0 0 0;
	font-size: 110%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #BA3B3E;
	border-top: 1px solid #D9E7BD;
	background: url(../images/cube_birch.gif) no-repeat 0 16px;
	}
#sidebar h3.first {
	margin-top: 0;
	padding-top: 0;
	border: none;
	}
#sidebar h4 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	}
#sidebar p {
	margin: 0;
	padding: 0 0 1em 0;
	}
#sidebar ul, #sidebar dl {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	margin: 0 0 .5em 0px;
	padding: 0 0 0 0px;
	line-height: 1.4em;
	background: url(../images/li-arrow.gif) no-repeat 0 5px;
	}
/*#sidebar ul.articles li {
	padding-left: 16px;
	background-image: url(../img/0306/icon-perm.gif);
	background-position: 0 2px;
	}*/

/* sub navigation */

#sidebar ul.sub li {
	margin: 0 0 0 4px;
	padding-left: 12px;
	font-size: 110%;
	background: none;
	}
#sidebar ul.sub li a {
	display: block;
	padding: 4px;
	border-bottom: 1px dotted #ccc;
	}
#sidebar ul.sub li.active a:link, #sidebar ul.sub li.active a:visited {
	color: #BA3B3E;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
	}
#sidebar ul.sub li a:hover {
	color: #BA3B3E;
	text-decoration: none;
	background: #efefef;
	}
#sidebar ul.sub li.active {
	background: url(../img/0306/icon-subon.gif) no-repeat 4px 8px;
	}

/* work
---------------------------------------------------------- */

#work-list dt {
	margin: 20px 0 0 0;
	font-weight: normal;
	}
#content #work-list dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#work-list dd strong {
	color: #666;
	}
#work-list dt a {
	float: left;
	display: block;
	margin: 2px 6px 0 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #efefef;
	}
#work-list dt a:hover, #work-list dt.active a {
	border-color: #ccc;
	background: #D2DCE6;
	}
#work-list dt.active a {
	border-color: #ccc;
	background: #D2DCE6;
	}
#work-list dd a {
	color: #666;
	}
#work-list dd.active a {
	text-decoration: none;
	font-weight: bold;
	color: #999; /*#2D405B;*/
	border-bottom: none;
	}

/* simple work list */

#work-simple {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#work-simple li {
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
#work-simple li a {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 4px;
	border-bottom: 1px solid #D1DCB9;
	border-right: 1px solid #D1DCB9;
	background: #fff;
	}
#work-simple li a:hover, #work-simple li.active a {
	border-color: #EBF4D9;
	background: #D1DCB9;
	}
#work-simple li.active a {
	border-color: #EBF4D9;
	background: #2D405B;
	}

/* portfolio pieces */

#port {
	position: relative;
	padding: 0 0 20px 0;
	}
#portText {
	padding-left: 220px;
	}
#port ul {
	padding-left: 0;
	}
#portimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 199px;
	padding: 0;
	margin: .5em 15px 10px 0;
	color: #666;
	font-size: 100%;
	text-align: left;
	}
#portimg dt {
	padding: 4px;
	border-bottom: 1px solid #D1DCB9;
	border-right: 1px solid #D1DCB9;
	background: #fff;
	}
#content dl#portimg dd {
	padding: 0;
	margin: 10px 0 0 0;
	}


/* forms
---------------------------------------------------------- */

#contactform {
	margin: 0 0 25px 0;
	padding: 0;
	}
#content form p, #content form dl dd {
	margin: 0 0 8px 0;
	padding: 0;
	}
#contactform p.note {
	margin-top: 20px;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#contactform dt {
	color: #333;
	font-weight: normal !important;
	}
#contactform dt em, #contactform .note em {
	color: #c00;
	font-size: 130%;
	font-weight: bold;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 130%;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}

/* shared styles
---------------------------------------------------------- */

/* img/desc teasers */

dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	}
dl.teaser dt {
	margin: 0;
	padding: 0;
	}
dl.teaser dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 4px;
	border: 1px solid #ccc;
	background: #efefef;
	}
#content dl.teaser dt a {
	border-color: #D1DCB9;
	}
dl.teaser dt a img {
	float: left;
	}
dl.book dt a {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
	background: none;
	}
dl.teaser dt a:hover {
	border-color: #ccc;
	background: #d2dce6;
	}
dl.book dt a:hover {
	background: none;
	}
dl.teaser dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	}
dl.teaser dd a {
	font-weight: bold;
	}
dl.teaser dd em {
	font-style: normal;
	color: #888;
	}
dl.noimg dt a {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border: none;
	border-bottom: 1px dotted #bbb;
	}
dl.noimg dt a:hover {
	border: none;
	border-bottom: 1px solid #bbb;
	}
dl.noimg dd a {
	font-weight: normal;
	}

/* ---[ footer ]----------------------------------- */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #999;
	background: #000;
	}
#footer .gutter {
	margin: 0;
	padding: 20px 30px;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer a {
	color: #fff;
	}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}

#footer { height: 1%; }

/* Hide from IE5/Mac \*/
#footer { height: 1%; }
/* End hide from IE5/Mac */

/* Hide from IE5/Mac \*/
* html #footer { height: 1%; }
/* End hide from IE5/Mac */

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}
