/*
Theme Name: Brand Designer
Theme URI: BrandDesigner.com
Description: Base theme using HTML5, WAI-ARIA, hCard and hAtom (includes reset and baseline typography CSS).
Date: 2009-12-15
Version: 1
Author: Micah Cambre
Author URI: http://twolanedesign.com
Tags: clean, basic, html5, wai-aria, accessible

TOC 
	 1. Baseline Style Reset 
	 2. Global Elements
	 3. Header Elements
	 4. Navigation Elements
	 5. Footer Elements
	 6. Featured Essentials
	 7. Skip to Content Elements
*/

/* 1. BASELINE STYLE RESET
------------------------------------------------ */ 
/* Reset browser defaults ---------------- */
/* Meyer Reset v1.0 | 20080212. Removed elements not in HTML5 */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;}
body{line-height:1;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;}

/* Smooth image scaling for IE */
img{-ms-interpolation-mode:bicubic;}

/* HTML 5 */
header,nav,section,article,dialog,figure,aside,footer{display:block;margin:0;padding:0;}

/* 2. GLOBAL ELEMENTS 
------------------------------------------------ */
html {
	background: #15100e url("img/bg.jpg") repeat-x top;
	height: 100%;
}

body {
	font: 68%/1.47 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #666;
	min-width: 920px;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.15;
	color: #000;
}

h1, #header #brand-designer {
	font-size: 2.2em;
}

h2 {
	font-size: 2.3em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.35em;
}

h5 {
	font-size: 1.15em;
}

p {
	margin: 15px 0;
	font-size: 1.2em;
}

a {
	color: white;
	text-decoration: none;
	-webkit-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
	-moz-transition: color 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
}

ul, ol {
	margin: 0 0 20px;
}

ol {
	margin-left: 17px;
}
		
li {
	list-style: none outside;
	background: url("img/list-bullet.png") no-repeat 0 2px;
	width: auto;
	padding: 0 0 0 1em;
	float: none;
}

ol li {
	padding-left: 0;
	list-style: decimal outside;
	background: none;
}

/*-- Set widths and margins here-- */
#header, #content {
	clear: both;
	margin: 0 auto;
	width: 960px;	
}

#container {
	background: url("img/chris-bg.jpg") no-repeat top;
}

/* 3. HEADER ELEMENTS 
------------------------------------------------ */
#header {
	padding-top: 216px;
	background: url("img/chris-bg.jpg") no-repeat top;
	width: 960px;
}
#header h1, #header #brand-designer {
	color: white;
	letter-spacing: -.05em;
	float: left;
	margin: 0 0 0 270px;
	font-weight: bold;
	line-height:1.15;
}

#header h1 em, #header #brand-designer em {
	color: #302927;
	font-style: normal;
}

#header h1 strong, #header #brand-designer strong {
	font-size: .85em;
}

#header h1 a, #header #brand-designer a {
	padding-left: 20px;
	padding-right: 50px;
	font-family: "HelveticaNeue-CondensedBlack", "Helvetica Neue Condensed Black", "Helvetica Neue", Helvetica, Arial, sans-serif
	font-weight: bolder;
}


/* 4. NAVIGATION ELEMENTS 
------------------------------------------------ */
ul#nav {
	float: left;
	margin-left:	10px;
	margin-bottom:	0;
}
#nav li a {
	color: #57524e;
	font-size: 1.15em;
	font-weight: bold;
}

/* SUPERFISH MENU STYLES 
http://users.tpg.com.au/j_birch/plugins/superfish/ ***/
#nav ul {
	position:		absolute;
	top:			0;
	width:			10em; /* left offset of submenus need to match (see below) */
}
#nav ul li {
	width:			180px;
}
#nav li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav li {
	float:			left;
	position:		relative;
	padding:		0;
	text-transform:	lowercase;
}
#nav a {
	display:		block;
	position:		relative;
}
#nav li:hover ul,
#nav li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul#nav li:hover li ul,
ul#nav li.sfHover li ul {
	top:			-999em;
}
ul#nav li li:hover ul,
ul#nav li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul#nav li li:hover li ul,
ul#nav li li.sfHover li ul {
	top:			-999em;
}
ul#nav li li li:hover ul,
ul#nav li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
#nav a {
	padding: 		.75em .5em;
	text-decoration:none;
}
#nav li li a {
	padding: 		.75em 1em;
}
#nav li li a:hover {
	color: white;
}
#nav a, #nav a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#444;
}
#nav li#brand li,
#nav li#brand a:hover,
#nav li#brand:hover {
	background:		#251a15;
}
#nav li#services li,
#nav li#services a:hover,
#nav li#services:hover {
	background:		#b1ad9b;
}
#nav li#portfolio li,
#nav li#portfolio a:hover,
#nav li#portfolio:hover {
	background:		#929081;
}
#nav li#testimonials li,
#nav li#testimonials a:hover,
#nav li#testimonials:hover {
	background:		#b7b4ab;
}
#nav li#contact a:hover,
#nav li#contact:hover {
	background:		#dad9d9;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
}

#nav li:last-child, #nav li.sfHover,
#nav a:focus, #nav a:hover, #nav a:active {
	outline: 0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#nav li li:first-child, #nav li li:first-child a:hover {
	border-top-right-radius: 10px;	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;	
}
#nav li li:last-child, #nav li li:last-child a:hover {
	border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
/*** arrows **/
#nav a.sf-with-ul {
	padding-right: 	1.15em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	text-shadow:  none;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.25em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
#nav ul .sf-sub-indicator { background-position:  -10px 0; }
#nav ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav ul a:focus > .sf-sub-indicator,
#nav ul a:hover > .sf-sub-indicator,
#nav ul a:active > .sf-sub-indicator,
#nav ul li:hover > a > .sf-sub-indicator,
#nav ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('img/shadow.png') no-repeat bottom right;
	padding: 0 77px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* 5. PAGE ELEMENTS 
------------------------------------------------ */
#content {
	min-height: 556px;
	padding-top: 20px;
}

.post-edit-link {
	color: black;
	text-decoration: underline;
}

.entry-title {
	font-size: 1.4em;
	color: #4B423D;
	padding: 10px 0;
}

#portfolio .entry-content {
	margin-left: 15px;
}

.image {
	float: left;
	margin: 0 10px 10px 0;
}

.alt {
	float: right;
	margin: 0 0 10px 10px;
}

.testimonial {
	border-bottom: 1px solid #999;
	margin: 10px 0 20px;
}

.testimonial strong {
	padding-right: 10px;
}

.testimonial em {
	padding-left: 10px;
}

#workshop {
	font-size: 1.2em;
	margin-bottom: 0;
}

#workshop li {
	background: white url(img/checkmark.gif) no-repeat 0 0;
	padding: .5em 0 1em 2.5em;
}


/* 5. FEATURED ELEMENTS 
------------------------------------------------ */
#featured {
	width: 580px;
	margin-left: 320px;
	padding: 10px 30px;
	background: white;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #bbb;
	max-height: 480px;
	overflow: auto;
}

#index #featured {
	background: none;
	border: none;
}

#collins-video {
	text-align: center;
}

/* 6. FOOTER ELEMENTS 
------------------------------------------------ */
footer {
	background-color: #15100e;
	min-height: 100px;
	width: 100%;
	clear: both;
}
#footer-content {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #ddd;
}

#social {
	float: right;
	margin: -30px -2px 0 0;
	display: none;
}

#social li {
	float: left;
}


/* 7. SKIP TO CONTENT ELEMENTS 
------------------------------------------------ */
body > #intro-border {
	position: fixed;
}

#intro-border {
	top: 0;
	width: 100%;
}

#intro-border a {
	border-top: 5px solid white;
	width: 100%;
	margin: 0 auto;
	display: block;
}

#intro-border em {
	display: none;
}
