/*---[ Details ]---------------------------------------
Site: Nomad Homepage
Author: Brad Koehler
Contact: brad@nomad.coop
-------------------------------------------------------*/

/*-----------------------------------------------------
Core Elements:
[01] HTML / Body
[02] Anchors
[03] Images
[04] Headings
[05] Lists
[06] Forms
[07] Tables
[08] Phrase Elements
[09] Misc Inline
[10] Misc Block

Site Specific:
[01] Container
[02] Header
[03] Branding
[04] Navigation
[05] Content
[06] Footer
[07] Image Replacements
[08] Clearfixes
[09] Accessible Hide
[10] Misc

Page Specific:
[01] Home
-------------------------------------------------------*/


/*-----------------------------------------------------
Core Elements
-------------------------------------------------------*/
	
/* [01] HTML / Body
-------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
	
body {	
	background:#f6e2cb url(../img/tile.jpg) top left repeat;
}

/* [06] Forms
-------------------------------------------------------*/
.field.honeypot {
	position: absolute;
	top: -1000px;
	left: -1000px;
}

/*-----------------------------------------------------
Site Specific
-------------------------------------------------------*/

/* [01] Container
-------------------------------------------------------*/
#wrapper {
	background-color:#5C1D0C;
	margin:0;
	padding:0 0 270px 0;
	display:block;
	width:100%;
	min-height:998px;
	height:998px;
	color:#471F01;
}

div#main-wrapper {
	background:url('../img/mainBg.jpg') top center repeat-x #FBF7EE;	
}

div#main{
	width:100%;
	background:url('../img/illustration.jpg') top center no-repeat;
}
/* [02] Header
-------------------------------------------------------*/
#header {
	margin-bottom:220px;	
}
#header h1 {
	text-indent:-9999em;
	background:url('../img/branding/bg-logo.png') 0 18px no-repeat;
	width:327px;
	height:87px;
	padding-top:18px;
}

#header h1 a {
	display:block;	
	height:100%;
}

#header #navigation {
	float:right;
	margin:-115px 142px 0 0;
	list-style-type:none;
	padding:0;
}

#header #navigation li {
	float:left;
	display:block;
	font-weight:bold;
	width:71px;
	height:13px;
	font-size:1.3em;
	padding:44px 11px 8px 11px;
	font-family: Verdana;
	text-align:center;
}

#header #navigation li a {
	color:#fff;	
	display:block;
	width:70px;
}

#header #navigation li.selected a, #header #navigation li a:hover {
	text-decoration:underline;	
	color:#FF9933;
	text-shadow: 1px 1px black;
}

/* [03] Branding
-------------------------------------------------------*/
form {
	width:300px;
}

form input {
	width:180px;
	height:20px;
	margin-bottom:15px;
	border:1px solid #600;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
}

form textarea {
	border:1px solid #600;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3) inset;
}

form label {
	font-size:1.3em;	
	margin-bottom:5px;
	display:block;
}

form input[type=submit] {
	margin-top:15px;
	padding:0 0 5px 0;
	width:100px;
	height:30px;
	font-size:1.2em;
	width:100px;	
	font-style:italic;
	padding-top:2px;
	-moz-border-radius: .5em;
	border-radius:.5em;
	color:#FFF;
	background:#670000;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.04, rgb(103,0,0)),
    color-stop(0.7, rgb(203,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(103,0,0) 4%,
    rgb(203,0,0) 70%
);
}

form input[type=submit]:hover {
	color:#fff;
	background-color:#600;
	cursor:pointer;
	text-decoration: underline;
}

form span.message.required {
	font-size:1.2em;
	width:200px;
	float:right;
	color:#900;
}
/* [04] Navigation
-------------------------------------------------------*/

/* [05] Content
-------------------------------------------------------*/
#content {
	width:995px;
	margin:0 auto;
	min-height:800px;
	overflow: hidden;
	padding-left: 9px;
}

#page-content {
	width:100%;
}

#page-content h2 {
	border-bottom:1px solid #FF9900;
	padding-bottom:3px;
	color:#471F01;
	width:986px;
}

p.intro {
	font-size:2.5em;
	color:#482002;
	width:978px;
	margin-bottom:40px;
	line-height: 1.3em;
}
/*p.intro span, p a, h2 span*/ a {
	color:#990000;	
}

#us p.intro {
	font-size:2em;	
	margin-bottom:20px;
}

div#ourApp {
	display:block;
	float:left;
	width:453px;
	height:300px;
	padding: 15px 11px 0 11px;
	margin-right:36px;
	background:url(../img/bg-our-application.jpg) 0 0 no-repeat;
	position: relative;
	overflow: visible;

	-moz-box-shadow: 1px 1px 7px #F0D9B7;
	-webkit-box-shadow: 1px 1px 7px #F0D9B7;
	box-shadow: 1px 1px 7px #F0D9B7;
}

div#ourApp img{
	/*margin:0 0 10px 8px;*/
}

div#ourApp p{	
	font-size:1.2em;
	margin:0 8px;
}

div#ourApp a.more {
	display:block;
	background:url(../img/btn-find-out-more.gif) 0 0 no-repeat;
	width:96px;
	height:12px;
	float:right;
	text-indent:-9999em;
	margin-top:20px;
}

div#ourClients {
	display:block;
	float:left;
	width:453px;
	height:300px;
	padding: 15px 11px 0 11px;
	background:url(../img/bg-our-clients.jpg) 0 0 no-repeat;
	position: relative;
	overflow: visible;
	
	-moz-box-shadow: 1px 1px 7px #F0D9B7;
	-webkit-box-shadow: 1px 1px 7px #F0D9B7;
	box-shadow: 1px 1px 7px #F0D9B7;
}

div#ourApp .scrollerApp,
div#ourClients .scroller {
	position:relative;
	overflow: hidden;
	width:453px;
	height:270px;
}

div#ourApp .panel,
div#ourClients .panel {
	float: left;
	margin: 0 14px;
}
div#ourApp .image,
div#ourClients .image {
	border: 8px solid rgb(83,88,109);
	width: 418px;
	height: 82px;
}

div#ourApp h2,
div#ourClients h2 {
	width:453px;	
}

div#ourApp .appPanel,
div#ourClients .clientPanel{ 
	position: absolute;
	width: 2000px;
}

div#ourApp .appPanel p {
	margin:7px 0 0 0;
	width:410px;	
	border: 0;
	padding-top: 0.5em;
	font-size:1.4em;
}

div#ourClients .clientPanel blockquote { 
	font-size:1.4em;
	font-style:italic;
	background:url(../img/bg-start-quotes.gif) top left no-repeat;
	padding-left:23px;
	width:410px;
	margin:7px 0 0 0;
	border: 0;
	padding-top: 0.5em;
}

div#ourClients .clientPanel cite { 
	background:url(../img/bg-end-quotes.gif) bottom right no-repeat;
	padding-right:20px;
	padding-top: 4px;
	display:block;
}

div#ourClients .clientPanel p.services{
	background:none;
	padding:0;
	bottom:10px;
	right:10px;
	width:400px;
	font-size:1.2em;
}

/* scrollable arrows */
div#ourApp .appnext, div#ourApp .appprev,
div#ourClients .next, div#ourClients .prev {
	text-indent: -1000px;
	background: url(../img/scrollable/arrow/left.png) 0px -18px no-repeat;
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	cursor: pointer;
	top: 52%;
	z-index: 10;
}
div#ourApp .appnext:hover, div#ourApp .appprev:hover,
div#ourClients .next:hover, div#ourClients .prev:hover {
	background-position: 0 0;
}
div#ourApp .appprev, 
div#ourClients .prev {
	left: -9px;
}

div#ourApp .appnext, 
div#ourClients .next {
	background-image: url(../img/scrollable/arrow/right.png);
	right: -9px;
}
div#ourApp .appnext.disabled,
div#ourClients .next.disabled {
		background-image: url(../img/scrollable/arrow/right_dark.png);
}
div#ourApp .appprev.disabled,
div#ourClients .prev.disabled {
		background-image: url(../img/scrollable/arrow/left_dark.png);
}
div#ourApp .disabled:hover
div#ourClients .disabled:hover {
	background-position: 0 -18px;
	cursor: default;
}

#us {
	padding-top:20px;	
	margin-bottom:150px;
	clear:both;	
}

#us h2 {
	width:968px;	
}

#us .who-wrapper,
#whatcoop{
	background:url(../img/bg-who-panel.jpg)	0 0 no-repeat;
	width:967px;
	height:164px;
	padding:17px 0 0 19px;
	overflow:hidden;
}

#whatcoop a {
	color: 	#FF9933;
}

#us .who-wrapper div {
	display:block;
	width:173px;
	margin-right:18px;
	float:left;
	background:url(../img/brad.jpg) 0 0 no-repeat;
	padding-left:125px;
}

#us .who-wrapper div.robbie {
	background-image:url(../img/robbie.jpg);	
}

#us .who-wrapper div.stoo {
	background-image:url(../img/stoo.jpg);	
}
#us .who-wrapper div.last {
	margin-right:none;	
}

#us .who-wrapper div h2 a {
	color: #fff;
}

#us .who-wrapper div h2{
	width:298px;
	border:0;
	color:#fff;
	margin-bottom:3px;
}
#us .who-wrapper div p{
	font-size:1.3em;
	color:#fff;
}
#us .who-wrapper div p a{
	color:#FF9933;	
}
#us .who-wrapper div ul{
	padding:0;
	list-style-type:none;
	overflow:auto;
	margin:0;
}
#us .who-wrapper div ul li{
	display:block;
	float:left;
	margin-right:5px;
}

/** About us page **/ 
#us .about div {
	font-size:1.2em;
	overflow:hidden;
	margin-bottom:20px;
}

#us .about div p {
	font-size: 1.4em;	
	width:970px;
}

#us .about div img {
	float: left;
	margin-right: 20px;
}


#us .about div.stoo img, 
#us .about div.lee img {
	float: right;
	margin-left: 20px;
	margin-right: 18px;
}

#us .about div.lee img {
    border: 10px solid #55566a;    
}

#us .about div.lee ul.skills,
#us .about div.stoo ul.skills {
	overflow:hidden;	
}

#us .about div.robbie ul.skills li,
#us .about div.brad ul.skills li,
#us .about div.stoo ul.skills li{
	float:left;
	width:250px;
	margin:5px 10px 0 20px;
}

#us .about div.lee ul.skills li {
	float:left;
	width:250px;
	margin:5px 10px 0 0;
}

#what-we-do {
	clear:both;
	overflow:hidden;
	padding-top:35px;
	padding-left:2px;
}

#what-we-do div { 
	float:left;
	margin-right:10px;
}
#what-we-do div.last { 
	margin-right:0;
}

#what-we-do ul{
	list-style-type:none;
	padding:0;
}

#what-we-do ul li {
	margin:0 0 15px 0;
	width:229px;
	padding:5px;
	
	-moz-box-shadow: 1px 1px 7px #F0D9B7;
	-webkit-box-shadow: 1px 1px 7px #F0D9B7;
	box-shadow: 1px 1px 7px #F0D9B7;
}

#what-we-do ul li h3 {
	font-size:2em;
	font-weight:normal;
	background:url(../img/home-show-arrow.gif) center right no-repeat;
	cursor:pointer;
}
#what-we-do ul li h3.open {
	background:url(../img/home-hide-arrow.gif) center right no-repeat;
}
#what-we-do ul li p {
	font-size:1.3em;	
}

#whatcoop {
	padding-top:30px;		
	}

#whatcoop p,
#whatcoop h2{
	color:#fbf6fe;	
	width:97%;
}

#whatcoop p {
	font-size:1.3em;
	letter-spacing: .02em;	
}
/* Blog module styles - curses !*/

p.author {
	text-transform: uppercase;
}

#Breadcrumbs {
	font-style: italic;	
}

#Sidebar {
	width:257px;
	margin-right:26px;
	float:left;
}

#Sidebar h3 {
    font-weight: bold;
}

#Sidebar h3,
#Sidebar p.welcome{
	font-size: 1.4em;
    font-style: italic;
}

#Sidebar p span{
	color:#990000;	
}

#Sidebar ul.archiveMonths{
  list-style-type:none;
	padding-left:0;
}

.tagcloud a {
	display:inline-block;
	padding:4px;
	margin-bottom:3px;
	border-radius: 4px;
}
.tagcloud a:hover, .tagcloud a:active {
	text-shadow: -1px -1px #FBF7EE;
	box-shadow: 1px 1px 3px #53586D;
	text-decoration: none;
}
.tagcloud .not-popular { font-size: 1em; }
.tagcloud .not-very-popular { font-size: 1.3em; }
.tagcloud .somewhat-popular { font-size: 1.6em; }

.tagcloud .popular { font-size: 1.9em; }
.tagcloud .very-popular { font-size: 2.2em; }
.tagcloud .ultra-popular { font-size: 2.5em; }
.tagcloud .not-popular, 
.tagcloud .not-very-popular{
	background-color:#EECF9F;	
}

.tagcloud .somewhat-popular,
.tagcloud .popular { 
	background-color:#DAB57C;	
}

.tagcloud .very-popular,
.tagcloud .ultra-popular { 
	background-color:#AC603E;
	color:#fff;
}
.tagcloud .very-popular:hover,
.tagcloud .ultra-popular:hover {
	text-shadow: 1px 1px black;
}

#blogpagination {
	padding:0px 19px 31px 112px;
	background-color:#F8F4F0;
	overflow:hidden;
}

#blogpagination span.current,
#blogpagination span.other {
	background:url(../img/bg-blog-left.jpg) 0 0 no-repeat;
	padding: 2px 7px 5px;
	display: inline-block;
	color: #fff;
	margin: 2px;
	border-radius: 4px;
}
#blogpagination span.other:hover {
	box-shadow: 1px 1px 3px #53586D;
}
#blogpagination span.other {
	background: #f8e9c0;
}

#blogWrapper {
	overflow: hidden;	
}

#blogheader {
	margin-bottom: 7px;
}

#blogheader h3 {
	margin-left: 20px;
	color: #fff;
	background-color:#53586D;
	display: inline;
	padding: 7px;
	text-shadow: 1px 1px black;
	letter-spacing: .02em;
}

#blogheader img#rss {
	margin-bottom: -10px;
	margin-left: 7px;	
}

#BlogContent {
	width:683px;
	float:left;
	font-size:1.4em;
	background-color:#53586D;
	padding:10px;
}


#BlogContent p {
	line-height: 1.4em;
}

div.blogSummary {
	padding:21px 19px 31px 17px;
	background-color:#F8F4F0;
	overflow:hidden;
}

div.blogSummary .left {
	width:83px;
	float:left;
	background:url(../img/bg-blog-left.jpg) 0 0 no-repeat;
	color:#FFFFFF;
	height:85px;
	text-align:center;
	text-shadow: 1px 1px black;
}

div.blogSummary .left a{
	color:#FFF;
	text-decoration:underline;
}
div.blogSummary .left span.date{
	display:block;
}
div.blogSummary .left span.date .day{
	font-size:2.5em;
	display:block;
}
div.blogSummary .right {
	width:548px;
	margin-left:16px;
	float:left;
}
div.blogSummary .blogMeta,
#BlogContent.post .blogMeta{
	overflow:hidden;
	font-size:0.8em;
}

div.blogSummary .blogMeta .comments,
#BlogContent.post .blogMeta .comments {
	font-weight: bold;	
	
}

div.blogSummary .blogMeta .tags, 
div.blogSummary .blogMeta .comments,
div.blogSummary .blogMeta .readmore, 
#BlogContent.post .blogMeta .tags, 
#BlogContent.post .blogMeta .comments,
#BlogContent.post .blogMeta .readmore{
	display:inline-block;
	padding:4px 15px 4px 10px;
	height:16px;
}
div.blogSummary .blogMeta .tags,
#BlogContent.post .blogMeta .tags{
	background:url(../img/bg-blog-summary-tags.gif) top right no-repeat #EECF9F;
	
}
div.blogSummary .blogMeta .comments,
#BlogContent.post .blogMeta .comments{
	background:url(../img/bg-blog-summary-comments.gif) top right no-repeat #DAB57C;
}
div.blogSummary .blogMeta .comments span,
#BlogContent.post .blogMeta .comments span{
	display:block;
	background:url(../img/bg-blog-summary-comments-bubble.gif) 0 0 no-repeat;
	width:16px;
	height:18px;
	padding-left:7px;
}

#BlogContent.post .blogMeta .comments {
	background:url(../img/bg-blog-post-comments.gif) top right no-repeat #DAB57C;
}

div.blogSummary .blogMeta .readmore{
	background:url(../img/bg-blog-summary-readmore.gif) top right no-repeat #AC603E;
}
div.blogSummary .blogMeta a.readmore {
	color:#FFF;
}

h2.postTitle {
	margin-bottom:5px;
	background:url(../img/bg-blog-titles.gif) bottom left repeat-x;
	padding-bottom:5px;
	font-weight:normal;
}

h2.postTitle, h2.postTitle a {
	color:#990000;	
	text-decoration:none;
}

h2.postTitle a:hover {
	text-decoration:underline;
}

h3.commentTab {
	color:#fff;
	background:url(../img/bg-blog-leave-comment.gif) 0 0 no-repeat;
	font-size:1em;
	width:143px;
	height:23px;
	margin:0 0 0 15px;
	padding:5px 0 0 5px;
}


.blogVitals {
	margin-top:10px;	
}

.tags {
	margin-bottom:15px;	
}

.authorDate {
	font-weight:bold;
	margin:0 0 10px 0;
}

.archiveMonths a, .archiveYears a {
	font-size:1.2em;
	color:#900;
}

.archiveMonths li {
	border-bottom: 1px solid #d9b47c;
	padding-bottom: 10px;
}

.archiveMonths li.last {
	border: 0;
}

#PageComments_holder {
	clear: both;
	margin-top:25px;	
}

#PageComments_holder h4, #PageComments_holder label{
	font-size:1.2em;
	font-weight:normal;
}

ul#PageComments {
	list-style-type:none;
	padding:0;
}

ul#PageComments li{
	padding:10px 0 0 0;
	margin-bottom:5px;
}

ul#PageComments li.odd, 
ul#PageComments li.even{
	padding:15px;	
}

ul#PageComments li.even {
	background-color:#EEDED3;	
}

ul.actionLinks li {
	background-color:transparent;
}

#PageCommentInterface_Form_PostCommentForm_error {
	color:red;	
}

.blogEntry blockquote {
	font-size:1.3em;
	font-style:italic;
	background:url(../img/bg-start-quotes.gif) top left no-repeat;
	padding-left:23px;
	border:none;
}

.blogEntry blockquote cite{ 
	background:url(../img/bg-end-quotes.gif) bottom right no-repeat;
	padding-right:35px;
	display:block;
	margin-top:10px;
	font-size:0.9em;
	text-align: right;
}	

.blogEntry img.left {
	float:left;
	margin:10px 5px 10px 0;
}
.blogEntry img.right {
	float:right;
	margin:10px 0 10px 5px;
}

.blogEntry table {
	width:100%;
	border:none;
}
.blogEntry table thead tr th,
.blogEntry table thead tr th { 
	background:none; 
	color:#990000; 
	border:1px solid #BE9882;
	border-collapse:collapse;
}
.blogEntry table tbody {
	background:none; border:none;
}
.blogEntry table tbody tr td {
	background:none; 
	border:1px solid #BE9882; 
	border-collapse:collapse;
}

.blogEntry pre, .code-block {
	padding: 1em;
	margin-bottom: 10px;
	line-height: 1.5em;
	border: 0;
	background:url(../img/bg-our-application.jpg) 0 0;
	-moz-box-shadow: 1px 1px 7px #F0D9B7;
	-webkit-box-shadow: 1px 1px 7px #F0D9B7;
	box-shadow: 1px 1px 7px #F0D9B7;
}

.blogEntry pre {
	line-height: 1.2em;
}

.blogEntry .space {
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px solid #EBCF9D;
}

#shareTools ul {
	padding-left: 0;
}
#shareTools li {
	list-style-type: none;
	display: inline;
}

#author {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 10px;
	width: 629px;
	
	background:url(../img/bg-our-application.jpg) 0 0;
	-moz-box-shadow: 1px 1px 7px #F0D9B7;
	-webkit-box-shadow: 1px 1px 7px #F0D9B7;
	box-shadow: 1px 1px 7px #F0D9B7;
	
}
#author img {
	float: left;
	margin-right: 10px;
}
#author p {
	width: 50%;
	float:left;
}
#author .social {
	margin-left: 65px;
}
#author .social li {
	display: inline-block;
	padding-left: 32px;
	background: transparent top left no-repeat;
	min-height: 29px;
	line-height: 30px;
	margin-left: 8px;
	list-style-type: none;
}
#author .social .twitter {
	background-image: url(../img/logo-twitter.png);
}
#author .social .linkedin {
	background-image: url(../img/logo-linked-in.png);
}
.recentPosts {
	width: 30%;
	float: right;
}
.recentPosts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#BlogContent.post {
	background-color:transparent;
}

#BlogContent.post h2.postTitle{
	font-size:2.6em;
	margin-bottom:15px;
}

#BlogContent.post #shareTools ul {
	width:569px;
	height:147px;
	background:url(../img/bg-blog-socialmedia.jpg) 0 0 no-repeat;
	padding:65px 0 0 80px;
}
#BlogContent.post #shareTools ul li{
	display:block;
	float:left;
	height:69px;
}
#BlogContent.post #shareTools ul li a{
	display:block;	
	text-indent:-9999em;
	height:69px;
}
#BlogContent.post #shareTools ul li.twitter{
	width:65px;
	margin-right:79px;
}
#BlogContent.post #shareTools ul li.twitter:hover{
	background:url(../img/icon-twitter.jpg)	0 0 no-repeat;
}
#BlogContent.post #shareTools ul li.facebook{
	width:66px;
	margin-right:65px;
}
#BlogContent.post #shareTools ul li.facebook:hover{
	background:url(../img/icon-facebook.jpg) 0 0 no-repeat;
}
#BlogContent.post #shareTools ul li.linkedin{
	width:67px;
	margin-right:79px;
}
#BlogContent.post #shareTools ul li.linkedin:hover{
	background:url(../img/icon-linkedin.jpg) 0 0 no-repeat;
}
#BlogContent.post #shareTools ul li.delicious{
	width:62px;
	margin-right:0;
}
#BlogContent.post #shareTools ul li.delicious:hover{
	background:url(../img/icon-delicious.jpg) 0 0 no-repeat;
}

form#PageCommentInterface_Form_PostCommentForm {
	background:url(../img/bg-comment-form.jpg) 0 0 no-repeat;
	width:619px;
	height:202px;
	padding:26px 29px 0 29px;
}

form#PageCommentInterface_Form_PostCommentForm label{
	color:#fff;	
}

form#PageCommentInterface_Form_PostCommentForm #CommenterURL,
form#PageCommentInterface_Form_PostCommentForm #Name {
	width:45%;
	float:left;
	clear:left;
}

form#PageCommentInterface_Form_PostCommentForm #Comment {
	width:45%;
	float:right;
	margin-top:-60px;
}
form#PageCommentInterface_Form_PostCommentForm #Comment textarea{
	
}
form#PageCommentInterface_Form_PostCommentForm input,
form#PageCommentInterface_Form_PostCommentForm #Comment textarea{
	border:1px solid #fff;
	background-color:#E3CCAA;
	width:100%;
}

form#PageCommentInterface_Form_PostCommentForm input[type=submit] {
	width:100px;
	float:right;
	font-size:1em;
}

/* CLIENTS Home page */

div.clients-home ul {
	padding:0; 
	list-style-type:none;
	overflow:hidden;
	width:100%;
}
div.clients-home ul li{
	float:left;
	width:289px;
	background-color:#3F414D;
	padding:10px;
	margin-right:20px;
}
div.clients-home li img {
	margin-bottom:10px;	
}

div.clients-home li a {
	color:#fff;
	font-size:1.3em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.client {
	font-size:1.2em;	
}

.client .aside, .client .section {
	float:left;	
}

.client .aside ul {
	padding:0;
	list-style:none outside;
	font-size:1.4em;
	width:231px;
}

.client .aside ul li {
	display:block;
	border-bottom:1px solid #D9B57B;
	margin:0;
}
.client .aside ul li a{
	padding:10px 0 10px 0;	
	display:block;
	text-decoration:none;
	width:231px;
	height:22px;
}
.client .aside ul li a:hover, .client .aside ul li.selected a {
	padding-left:20px;
	width:211px;
	background:url('../img/clients-menu-bg.gif') center right no-repeat #D9B57B;
}

.client .section {
	width:638px;
	margin-left:15px;
	overflow:hidden;	
}

.client .section .header {
	overflow:hidden;	
	padding:10px;
	width:602px;
	border:8px solid #53586D;
	background-color:#fff;
	margin-bottom:20px;
}

#page-content.client div.section h2, .client .section p{
	float:left;
	width:300px;
}
#page-content.client .section .header h2, .client .section .header p {
	float: none;
	margin-left: 300px;
}

.client .section img, .client .section .projects, .client .section .quote {
	float:left;	
}
.client .section .projects {
	padding-right: 10px;
}
.client .section .projects ul {
	padding-left: 14px;
}
.client .section .quote {
	padding-left: 16px;
	border-left: 1px solid #FF9900;
}
.client .section .projects,
.client .section .quote{
	width:45%;
	padding-top: 10px;
}	
.client .section .quote blockquote {
	display:block;
	font-size:1.2em;
	font-style:italic;
	background:url(../img/bg-start-quotes.gif) top left no-repeat;
	padding-left:23px;
	border:none;
}

.client .section .quote cite { 
	background:url(../img/bg-end-quotes.gif) bottom right no-repeat;
	padding-right:30px;
	padding-top: 4px;
	display:block;
	text-align:right;
}

.client .section .header img {
margin:0 10px 0 0;
	
}
/* [06] Footer
-------------------------------------------------------*/
#footer {
	color:#FFF;
	font-size:1.2em;
	background:url(../img/bg-footer.jpg) center top repeat-x #5C1D0C;
	min-height:270px;
	padding-top:30px;
	line-height: 1.8em;
}
#footer ul {
	padding:0;
	overflow:hidden;
	list-style-type: none;
}
#footer ul li {
	margin-right:25px;
	margin-bottom: 0;
}
#footer a {
	color:#ff9900;
}
#footer a:hover {
	text-shadow: 2px 2px black;
	text-decoration: none;
	border-bottom: 1px dotted #AC603E;
}
#footer .content {
	width:950px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#copyright {
	text-align: center;
}
#footer .column {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	
	*zoom: 1;
	*display: inline;
}
#footer .column.large {
	width: 480px;
}
#footer .column.large ul, #footer .column.large h4 {
	padding: 0 5px;
}
#footer .column.last {
	margin-right: 0;
}
#footer .tweet {
	border-top: 1px dashed #ff9900; 
	padding: 10px 5px 5px 5px;
	letter-spacing: .05em;
}

/* [07] Image Replacements
-------------------------------------------------------*/
.imr {
	display: block;
	text-indent: -9999px;
	}

/* [08] Clearfixes
-------------------------------------------------------*/
/* More info at: http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {
	display: block;
	}

/* [09] Accessible Hide
-------------------------------------------------------*/
.w3c {
	position: absolute;
	display: block;
	height: 0;
	visibility: hidden;
	left: -9999px;
	}

/* [10] Misc
-------------------------------------------------------*/
	
	
/*-----------------------------------------------------
Page Specific
-------------------------------------------------------*/

/* [01] Home
-------------------------------------------------------*/

