/****************************************************************
	TEMPLATE STYLE SHEET
	By:Aaron Pilcher
	Created: May 26, 2009
*****************************************************************/

/*-----Colour Pallete----/*
#8a431b burnt orange � links, strong
#663300 darker burnt orange � blockquote text

--*/

#container {
	width: 928px;
	margin: 0 auto;
}

#wrapper { 
	background: transparent url(images/wrapper-bg.png);
	margin: 0 auto;
	padding: 1px 5px;
	color: #000;
	font-family: Verdana, Arial, sans-serif!important;
}

#wrapper-inner { 
	padding: 1px 1px 10px;
	margin-top: 3px;
	background-color: #fff;
	border-top: 1px solid #e1c4ad;
}

/*------------------------------------------
-----------Header----------------------
----------------------------------*/
#header { 
	position: relative;
	width: 928px; 
	height: 104px; 
}

h1#logo {
	position: absolute;
	left: 20px;
	top: 10px;
	margin: 0;
	text-indent: -9999px;
	width: 390px;
	height: 80px;
	background: transparent url(images/logo.png) no-repeat 0 0;
}

#logo a, #sidebar h1 a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}
a#newsletter { 
  	width: 100%;
	  height: 100%;
	  overflow: hidden;
	  display: block;
	  margin-bottom: 20px;
}
#header .right {
	padding: 15px 20px 0 0;
	margin-left:0;
	display: inline;
	max-width: 380px;
}

#header .right p { margin-bottom: 5px; }
#header .right p + p { margin-top: 0px; }
p.quotee, p.quote { font-family: Georgia, "Times New Roman", Times, serif; text-align: right; color: #fff; text-shadow: 2px 2px #}
p.quote { font-style: italic; font-size: 1em; }
p.quotee { font-weight: bold; }

#main-nav {
	background: transparent url(images/nav-bg.png) no-repeat 0 0;
	height: 56px;
	width: 918px;
	padding: 4px 5px 0;
}
	
/*------------------Navigation=--------------*/
#main-nav ul {
	background: #eee url(images/nav-bg-inner.gif) no-repeat 0 0;
	width: 918px;
	height: 56px;
	list-style:none;
	margin: 0;
	padding-top: 4px;
}

#main-nav ul li {
	float: left;
}

#main-nav ul li {
	display: inline;
	margin: 0;
}

/*---Sprites----*/
#main-nav li { margin: 0; height: 53px; text-indent: -9999px; padding: 0 }
#main-nav a { width: 100%; height: 100%; overflow: hidden; display: block; }

li#home { width: 100px; }
li#home a{ background: transparent url(images/home.gif) no-repeat 0 0; }
li#services { width: 119px; }
li#services a{ background: transparent url(images/services.gif) no-repeat 0 0; }
li#process { width: 108px; }
li#process a{ background: transparent url(images/process.gif) no-repeat 0 0; }
li#testimonials { width: 153px; }
li#testimonials a{ background: transparent url(images/testimonials.gif) no-repeat 0 0; }
li#resources { width: 137px; }
li#resources a{ background: transparent url(images/workshop.gif) no-repeat 0 0;margin-left:6px; }
li#about { width: 95px; }
li#about a{ background: transparent url(images/about.gif) no-repeat 0 0;margin-left:5px; }
li#blog { width: 80px; }
li#blog a{ background: transparent url(images/blog.gif) no-repeat 0 0;margin-left:4px; }
li#contact { width: 118px; }
li#contact a{ background: transparent url(images/contact.gif) no-repeat 0 0; }

#main-nav a:hover { background-position: 0 -53px; }
#main-nav li.selected a { background-position: 0 -106px; }

/*------------------------------------------------
/*---------Main Content Structure----------
/*-------------------------*/

#sidebar {
	float: left;
	width: 236px;
	background: #fff url(images/sidebar-left-bg.gif) no-repeat top right;
	margin: 1px 1px 0;
}

#sidebar-inner { padding: 20px 26px 0 26px; }

#sidebar ul { margin-left: 0; }

#sidebar ul li a { 
  font-weight: bold; 
  font-size: 1em; 
  text-decoration: none; 
  color: #000;
}

#sidebar ul li { 
	list-style: none;
	background: transparent url(images/rt-arrow.gif) no-repeat 0 .5em;
	padding-left: 15px;
}

#sidebar h1 { 
	background-image: url(images/sidebar-nav-header.gif);
	width: 158px;
	height: 25px;
	text-indent: -9999px;
}

h1#subnav-services { background-position: 0 0; }
h1#subnav-process { background-position: 0 -25px; }
h1#subnav-testimonials { background-position: 0 -50px; }
h1#subnav-resources { background-position: 0 -75px; }
h1#subnav-about { background-position: 0 -100px; }
h1#subnav-blog { background-position: 0 -125px; }
h1#subnav-contact { background-position: 0 -156px; }
#sidebar h1#subnav-blog { height: 31px; }

#main-content { 
	background: #fff url(images/main-content-border.gif) no-repeat top left; 
	padding: 28px 30px 15px;
	float: right; 
	width: 617px; 
}

.column1 { 
	float: left; 
	width: 305px;
	padding-right: 12px;
}

.column2 { 
	float: right; 
	width: 280px;
	padding: 16px 0 0 20px;
	margin-top: -16px;
	background: #fff url(images/column2-border.gif) no-repeat 0 0;
}

/*-------image styling-----*/
img.left + p { margin-top: 0; }
img.left { margin: 4px 13px 16px 0; }
img.right { margin: 4px 0 16px 13px; }
.column2 img { margin-bottom: 12px; }
/*---------*/

/*-------miscellaneous-------*/
.hidden { display: none; }
hr
{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 20px;
  height: 0;
}

h3 + ul li { list-style:disc; padding: 2px 0;}
p.strong { color:000; font-weight: bold; font-style:italic; }

h2#contact a{
    background: #fff url(images/contact-icon.jpg) no-repeat 0 0;
    width:170px;
    height: 50px;
    text-indent: -9999px;
    margin: 0;
    float: right;
	padding-bottom:20px;
}
h2#newsletter {
    background: #fff url(images/newsletter-icon.jpg) no-repeat 0 0;
    width:170px;
    height: 50px;
    text-indent: -9999px;
    margin: 0;
    float: right;
}

h2#newsletter a.thickbox { display: block; height: 50px; width: 170px; }
.newsletter-form { background-color: #fff; border: none; }       
.newsletter-form #myOnPageContent { display:none; }

/*------------------------------------------------
/*---------Blog Stylezzz----------
/*-------------------------*/

.blog #main-content { 
width: 917px; 
background-image: none;
padding: 0;
}

.column2c {
	width: 624px;
	padding: 30px;
}
.column1c {
	width: 226px;
	background: #fff url(images/sidebar-left-bg.gif) no-repeat top right;
	margin: 1px 1px 0;
}

.BlogTagList ul li a, BlogPostArchive ul li a { 
  font-weight: bold; 
  font-size: 1em; 
  text-decoration: none; 
  color: #000;
}

.BlogTagList li, .BlogPostArchive li { 
	list-style: none;
	background: transparent url(images/rt-arrow.gif) no-repeat 0 .5em;
	padding-left: 15px;
}
/*----------------------------------
/*---------Footer--------------
/*-------------------------*/
#footer { 
	font-size: 1em;
	background: transparent url(images/bottom.png) no-repeat 0 0;
	width: 928px; 
	margin: 0 auto;
	height: 100px;
	color: #fff;
}
#footer .left { padding: 15px 0 0; }
#footer .right { padding: 18px 0 0; }
#footer ul { float: left; margin: 0;}
#footer li { float: left; display: inline; }
#footer .left a { text-decoration: none; color: #fff; padding: 0 7px 0 2px; border-right: 1px solid #fff;}
#footer .left li + li a { padding-left: 7px; }
#footer a:hover { text-decoration: underline; }
#footer li.last { padding-left: 7px; }
#footer li.last + li.last a { border-right: none; }
#footer li.last + li.last a:hover { text-decoration: none; }
.footer-items { position: relative; }

h3#designer-logo {
	margin: 0 2px 0;
	text-indent: -9999px;
	width: 133px;
	height: 18px;
	background: transparent url(images/hotpress.gif) no-repeat 0 0;
}

#designer-logo a {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: block;
}

/*----------------------------------
/*---------Floats and Clearing---
/*-------------------------*/

.clearRight { clear: right; }
.clearLeft { clear: left; }
.left { float: left; display: inline; }
.right { float: right; display: inline; }
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}