/**
* @author Julian Sutter <julian@zebrakick.com>
* @version 20090725 sutterj
* light color 	: #BBBBBB;
* dark grey   	: #777777;
* background  	: #F5EEE2;
* green       	: #828C57;
* orange		: #FBB03B;
* blue 		  	: #67B5F3;
* tan			: #F5EEE2;
* dark orange	: #633E04;
*/


/* resets */

body {
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;	
	background: #BDB4AD url() top left repeat;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

p {
	font-weight: normal;
	font-size: 15px;
	line-height: 22px;
	color: #111;
}

strong {
	color: black;
}

ul {
	list-style: circle;
	margin: 10px 0;
	padding: 0 0 0 18px;
}

a {
	color: #335277;
	text-decoration: underline;
}

a:hover { 
	color: black;
	text-decoration: underline;  
}

h2 {
	margin: 0;
	padding: 0;
	color: #fdfffb;
	font-family: Eurostile;
}

h3 {
	font-family: Eurostile;
}

label {
	cursor: pointer;
}




/* layout */

#main h2 {
	font-size: 31px;
	color: black;
}

#main h3 {
	font-size: 23px;
	font-weight: normal;
	margin: 12px 0;
}


#nav-container {
	width: 100%;
	background: #67B5F3 none bottom center repeat-x;
	border-bottom: solid 1px #555;
	border-top: 4px solid #FBB03B;
}

#global-nav {
	padding: 0;
	margin: 0;
}

#global-nav li {
	padding: 0;
	margin: 0 4px 0 0;
	float: left;
	list-style: none;
	background-position: right bottom;
}

#global-nav li.selected,
#global-nav li:hover {
	background-position: left bottom;
}

#nav-home     { background-image: url(/images/global-nav-home.png);     }
#nav-blog     { background-image: url(/images/global-nav-blog.png);     }
#nav-about    { background-image: url(/images/global-nav-about.png);    }
#nav-services { background-image: url(/images/global-nav-services.png); }
#nav-contact  { background-image: url(/images/global-nav-contact.png);  }


#global-nav li a	{
	height: 31px;
	width: 101px;
	display: block;
}

#global-nav li a span { display: none; }

#nav {
	width: 1000px;
	margin: 0 auto;
}

#nav h1 {
	background: url(/images/h1-logo.png) bottom left no-repeat;
	margin: 0;
	padding: 13px 0 0;
	width: 300px;
}

#nav h1 a {
	display: block;
	height: 47px;
	width: 300px;
}

#nav h1 a span {
	display: none;
}

#nav #hotbox {
	float: right;
	width: 550px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#nav #hotbox #rss {
	background: url(/images/blog-rss.png) top center no-repeat;
}

#hotbox #rss a {
	display: block;
}


.wedge-dropshadow {
	background:transparent url(/images/wedge.png) no-repeat scroll center top;
	height: 6px;
	width: 100%;
	position: absolute;
	top: 96px;
}


.inlineshadow {
	background:transparent url(/images/wedge.png) no-repeat scroll center top;
	height: 6px;
	width: 100%;
}

.content {
	width: 1000px;
	margin: 0 auto;
}

.inline-box {
	padding: 0;
	width: 330px;
}

.inline-box.right {
	margin: 0 0 10px 20px;
}

.inline-box.left {
	margin: 0 20px 10px 0;
}

.inline-box h3 {
	margin: 0 !important;
}


.inline-box ul li {
	font-size: 15px;
	line-height: 24px !important;
}



/* Commom */

.hidden      { display: none; }
.float-catch,
.clear       { clear: both;   }
.left        { float: left !important;   }
.right       { float: right !important;  }
.nowrap      { white-space: nowrap; }
.wrapper     { width: 100%; }

.bold,
.bold *   { font-weight: bold; }
.italic,
.italic * { font-style: italic; }

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