/* 
Theme Name: Brian Arbuckle
Theme URI: http://www.elativemarketing.com/
Description: Custom theme for Brian Arbuckle, started from Brian Purkiss' whiteboard v2.0 - http://whiteboard.plainbeta.com/
Author: Kyung Min and Jeff Byrnes of Elative Marketing
Author URI: http://www.elativemarketing.com/
Version: 1.0
*/

/* @group Reset */

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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: 10px;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }


/* @end */

/* @group Rebuild */

/* -------------------------------------------------------------- 
   
   Rebuild the default browser styles
   
   Based on work by Blueprint CSS   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

html {
	-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
}

/* To make IE6 render images bicubically */
img { -ms-interpolation-mode:bicubic; }

/* Fix textarea scrollbar behavior in IE */
textarea { overflow: auto; }

body {
	background: #000 url(images/body-background.jpg) repeat-y;
	color: white;
}
body, input, textarea {
	color: #111;    
	font: 1em "Helvetica Neue", Arial, Helvetica, Tahoma, sans-serif;
	line-height: 1.5;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight: normal;
	clear: both;
}

h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}

hr {
  background-color: #999;
  border:0;
  height: 1px;
	margin-bottom: 1.5em;
}


/* Text elements
-------------------------------------------------------------- */

p {
	margin-bottom: 1.5em;
}
ul {
	margin: 0 0 1.5em 2.5em;
}
ol {
	margin: 0 0 1.5em 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
	margin:0 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
	font-size: 1em;
}
cite, em, i {
	font-style: italic;
	font-size: 1em;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code {
	font: 11px Monaco, monospace;
}
abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
	text-decoration: none;
}
/* Commented out b/c of WP-Typography
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
} */

/* @group WP-Typography Styles */

sup {
	vertical-align: 60%;
	font-size: 75%;
	line-height: 100%;
}
sub {
	vertical-align: -10%;
	font-size: 75%;
	line-height: 100%;
}
.amp {
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", "Warnock Pro", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1em;
}
.caps {
	font-size: 90%;
}
.dquo {
	margin-left:-.40em;
}
.quo {
	margin-left:-.2em;
}
/* because formatting .numbers should consider your current font settings, we will not style it here */

/* @end */

/* Link elements */

a,
a:link,
a:visited {
	text-decoration: none;
	color: #f68a33;
}

a:hover,
a:active {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

/* @end */

/* @group Basic Wordpress Styles */

/* -------------------------------------------------------------- 
   
   Basic WordPress Blog Styles   
     
-------------------------------------------------------------- */   


/* Images
-------------------------------------------------------------- */

.entry-content img {
	margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 1.5em;
}
.wp-caption img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
}
.wp-smiley { 
	max-height: 1em;
	margin:0 !important;
}
.gallery dl {
	margin: 0;
}
.gallery-caption {
	margin:-1.5em 0 0 0;
}


/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}

/* @end */

#container{
	width: 1019px;
	margin: 0 auto 20px auto;
	font-size: 1.2em;
	color: #fff;
	background: url(images/body-background.png) repeat-y;
	padding-left: 30px
}

/* @group Header */

#header-container {
	height: 165px;
	width: 960px;
	background: url(images/header-background.png) no-repeat 0 0;
	margin: 0;
	overflow: hidden;
}

#header-content {
	height: 110px;
	padding-top: 20px;
	padding-left: 19px;
	padding-bottom: 13px;
	border-bottom: 4px solid #1a1a1a;
	position: relative;
	margin: 0 1px;
}

#header-content #main-logo {
	display: inline;
}

#header-content #main-logo img {
	padding-top: 5px;
}

#header-content a {
	border: none;
}

#main-title {
	visibility: hidden;
	display: none;
}

#header-content .header-secondary-links {
	float: right;
	list-style-type: none;
	margin-top: 40px;
	margin-right: 20px;
	margin-bottom: 0;
}

#header-content .header-secondary-links li {
	float: left;
	margin-left: 20px;
	text-indent: -9999px;
}

#header-content .header-secondary-links li a {
	display: block;
	color: #4d4d4d;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 600;
	border: none;
}

#homepage-header-links a {
	height: 13px;
	display: block;
}

#header-rss-link a {
	width: 75px;
	background: url(images/navigation/navigation-secondary.png) no-repeat 0 0;
}

#header-rss-link a:hover {
	background-position: 0 -16px;
}

#header-client-link a {
	width: 98px;
	background: url(images/navigation/navigation-secondary.png) no-repeat -96px 0;
}

#header-client-link a:hover {
	background-position: -96px -16px;
}

/* @end */

/* @group Header Navigation */

.main-navigation-wrapper {
	padding: 0;
	margin: 0 0 0 455px;
	position: relative;
}

.main-navigation {
	margin: 0;
}

.main-navigation li {
	float:left;
	width:auto;
	padding: 0;
	margin: -25px 0 0 30px;
	list-style-type: none;
	text-indent: -9999px;
}

.main-navigation a,
.main-navigation a:link {
	text-transform: uppercase;
	display: block;
	height: 47px;
	overflow: hidden;
}

.main-navigation a:hover,
.main-navigation a:active {
	text-decoration: none;
	border: none;
}

#main-nav-news a {
	width: 69px;
	background: url("images/navigation/navigation-master.png") no-repeat 0 0;
}

#main-nav-news a:hover {
	background-position: 0 -45px;
}

.main-navigation .current_page_item-news a {
	background-position: 0 -45px !important;
}

#main-nav-works a {
	width: 88px;
	background: url("images/navigation/navigation-master.png") no-repeat -91px 0;
}

#main-nav-works a:hover {
	background-position: -91px -45px;
}

.main-navigation .current_page_item-works a {
	background-position: -91px -45px !important;
}

#main-nav-about a {
	width: 81px;
	background: url("images/navigation/navigation-master.png") no-repeat -200px 0;
}

#main-nav-about a:hover {
	background-position: -200px -45px;
}

.main-navigation .current_page_item-about a {
	background-position: -200px -45px !important;
}

#main-nav-contact a {
	width: 108px;
	background: url("images/navigation/navigation-master.png") no-repeat -304px 0;}

#main-nav-contact a:hover {
	background-position: -304px -45px;
}

.main-navigation .current_page_item-contact a {
	background-position: -304px -45px !important;
}

/* @end */


#main {
	width: 960px;
} /* Main is all of the center content, after #header-container but before #footer */

/* @group Columns */

.columns {
	width: 100%;
	margin-top: 0;
}

.columns .column {
	padding: 20px 0;
}


.columns:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .columns {
	height: 1%;
}

.columns .column {
	float: left;
	overflow: hidden;
}

.columns .last {
	float: right;
}

.col2 .first {
	width: 316px;
	margin-left: 4px;
}

.col2 .last {
	width: 620px;
	margin-right: 20px;
}

.col3 .first {
	width: 291px;
	margin-left: 20px;
}

.col3 .second {
	width: 285px;
	margin-left: 20px;
}

.col3 .last {
	width: 295px;
	margin-right: 20px;
}

/* @end */

/* @group Home Flash Content */

#home-flash-content {
	padding-bottom: 20px;
}

#home-flash-content #home-flash-player {
	margin: 0 20px 0 20px;
	background: #000 url(images/flash-fallback-home.jpg) no-repeat;
	height: 322px;
}

/* @end */

/* @group Content Divider */

#home-main-divider,
#news-main-divider {
	width: 957px;
	margin-left: 2px;
}

#home-main-divider .column,
#news-main-divider .column {
	height: 32px;
	padding: 0;
}

#home-main-divider .first,
#news-main-divider .first {
	width: 620px;
	background-color: #222;
	margin-left: 1px;
}

#home-main-divider .last,
#news-main-divider .last {
	width: 334px;
	background-color: #1a1a1a;
	margin-left: 1px;
	margin-right: 1px
}

#home-main-divider h2,
#news-main-divider h2 {
	text-transform: uppercase;
	font-size: 2.4em;
	font-weight: 600;
	margin-bottom: 0;
}

#home-recent-news h2,
#news-search-header h2 {
	margin-left: 20px;
	display: inline;
}

#home-blurb-header h2 {
	margin-left: 20px;
}

#home-recent-news {
	position: relative;
}

#home-main-divider-arrow-link {
	position: absolute;
	margin-top: 6px;
	text-transform: uppercase;
	font-weight: 600;
	right: 20px;
}

#home-main-divider-arrow-link a{
	background-position: 0 3px;
}

#home-main-divider .sIFR-flash,
#news-main-divider .sIFR-flash {
	margin-top: 6px;
}

/* @end */

/* @group Home Content */

#home-content {}

#home-content h3 {
	margin-bottom: 0;
}

#home-content p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

#home-content h3 a {
	font-size: 1.8em;
	font-weight: 600;
}

.postmeta {
	color: #7399c6;
}

.home-content-excerpt-arrow-link .arrow-link,
.news-content-excerpt-arrow-link .arrow-link {
	font-weight: bold;
	background-position: 0 1px;
	display: inline;
}

.news-content-excerpt-arrow-link {
	margin-bottom: 10px;
}

/* @end */

/* @group News Content */

#news-content {}

#news-content .first {
	width: 580px;
	padding-left: 20px;
} /* specifies the column width of the left flash item*/

#news-content .last {
	width: 334px;
	margin-right: 0;
} /* specifies the column width of the right flash item */

#news-content h3 {
	margin-bottom: 0;
}

#news-content .post {
	border-bottom: 1px solid #2d2d2d;
	margin-bottom: 20px;
}

#news-content .post object,
#news-content .post embed {
	float: left;
	margin-right: 1em;
	display: block;
}

#news-content .post .postmeta {
	font-size: 1.2em;
}
.postmeta a {
	font-size: 1em;
}

.comments-link a {
	font-size: .917em;
}

.postnavigation{}

#news-content .post img {
	margin-bottom: 10px;
}

#news-content .post a {
	font-size: 1em;
}

#news-content .news-content-excerpt-arrow-link .arrow-link {
	font-size: 1.4em;
}

#news-content .post p,
.wp-pagenavi span,
.wp-pagenavi a {
	font-size: 1.2em;
}

#news-content .news-read-more-link {
	display:block;
	font-size: 1em;
}

/* @group Search Form styles */

#searchform {
}

#s {
	width: 233px;
	height: 28px;
	background-color: #4d4d4d; 
	border: 1px solid #9d9d9d;
	color: #fff;
	font-size: 1.4em;
}

#searchsubmit {
	float: right;
}

/* @end */

/* @group Comment styles */

#comments {}
.comments_navigation {}
.comments_navigation {}
.comments_reply {}
.comments_text {}
.comments_meta {}

/* @end */

/* @end */

/* @group Generic Page content */

#page-content {}

#page-content .first {
	width: 598px;
	padding-left: 20px;
} /* specifies the column width of the left flash item*/

#page-content .last {
	width: 314px;
	margin-top: -51px;
	width: 295px;
} /* specifies the column width of the right flash item */

#page-content h3 {
	margin-bottom: 0;
}

#page-content .post {
	border-bottom: 1px solid #131313;
	margin-bottom: 12px;
}

#page-content .first div:last-child {
	border-bottom: none;
}

#page-content .post .postmeta {
	font-size: 1.1em;
}

#page-content .post img {
	margin-bottom: 10px;
}

#page-content .post a {
	font-size: 1em;
}

#page-content .post p {
	font-size: 1.2em;
}



/* @end */

/* @group Works Content */

#works-header {
	background-color: #222;
	height: 32px;
	margin-bottom: 15px;
}

#works-header h2 {
	margin: 0 0 0 20px;
}

#works-header .sIFR-flash {
	margin-top: 6px
}

#works-home-flash {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 600px;
	height: 360px;
	background-color: #1a1a1a;
}

ul#works-pages-accordion,
ul#works-pages-accordion ul {
	list-style-type: none;
	margin: 0;
}

ul#works-pages-accordion {}

ul#works-pages-accordion li {
	margin-bottom: 10px;
}

ul#works-pages-accordion ul li { 
	color: #999;
	margin-left: 20px;
}

ul#works-pages-accordion ul li img {
	float: left;
	margin-top: 4px;
	margin-right: 13px;
}

ul#works-pages-accordion ul li p {
	color: #fff;
	font-size: 1.2em;
	overflow: hidden;
	height: 3.2em;
}

ul#works-pages-accordion ul li:last-child {}

ul#works-pages-accordion div.heading { 
	height: 25px;
	background: #151515 url(images/arrow-link.png) no-repeat 20px 7px;
	color: #f68a33;
	padding: 0px 0px 7px 35px;
}

.sIFR-active ul#works-pages-accordion div.heading {
	padding: 7px 0 0 35px;
}

ul#works-pages-accordion div.heading a {
	font-size: 20px;
	text-decoration: none;
}

ul#works-pages-accordion li.current div.heading {
	background: #151515 url(images/arrow-link-hover.png) no-repeat 15px 12px;
	color: #7399c6;
}

ul#works-pages-accordion div.heading:hover {
	background-color: #222;
	border: none;
}

ul#works-pages-accordion li ul {
	 display: none;
	 margin-top: 20px;
}

ul#works-pages-accordion li.current ul {
	display: block;
}

ul#works-pages-accordion li ul a {
	color: #f68a33;
	text-decoration: none;
	font-size: 1.5em;
}

ul#works-pages-accordion li ul a:hover {
}

ul#works-pages-accordion li ul .date {
	padding-right: 10px;
}

ul#works-pages-accordion li ul .count {
	padding-left: 10px;
}

/* IE6 whitespace bug fix */
ul#works-pages-accordion { float: left; width: 316px; }
ul#works-pages-accordion li { float: left; width: 314px; }
ul#works-pages-accordion div.heading { width: 296px; }
ul#works-pages-accordion ul li { float: none; width: auto; }

/* @group Project Content */

.works-page-title {
	margin-left: 2px;
	background-color: #222;
	height: 26px;
	padding-top: 6px;
}

.works-page-title h2 {
	margin-left: 20px;
}

#works-pages-accordion #current_page_item a {
	color: #7399c6;
}

#project-content {
	width: 644px;
}

#project-content .first {
	width: 300px;
	margin-left: 20px;
}

#project-content h3 {
	margin-bottom: 0;
}

#project-content p {
	font-size: 1.2em;
	margin-bottom: .75em;
}

#project-content .last {
	width: 280px;
	margin-right: 25px;
}

#project-content dl {
	margin: 0 0 0 1px;
}

#project-content dt,
#project-content dd {
	font-size: 1.2em;
}

#project-content dd {
	margin-bottom: .75em;
}

#project-content dt {
	color: #7399c6;
	font-weight: bold;
}

#project-content .audio-container {
	position: relative;
}

#project-content .audio-container .audio {
	display: inline;
	width: 100%;
}

#project-content .audio object {
	margin-bottom: 10px;
}

#project-content .audio-player-label {
	z-index: 5;
}

/* @end */

/* @end */

/* @group Contact Content */

#contact-content .last {
	margin-top: -51px;
}

#contact-content ul {
	list-style-type: none;
	margin: 0;
}

#contact-content h4 {
	font-size: 1.6em;
	font-weight: bold;
	color: #4d4d4d;
	margin-bottom: 0;
}

#contact-content li {
	margin-bottom: 20px;
}

#contact-content .second li {
	margin-bottom: 0;
	line-height: 2.85em;
}

#contact-content li span,
#contact-content li a {
	font-size: 1.2em;
}

#contact-content li span {}

.promo-graphic a,
.promo-graphic a:hover {
	text-decoration: none;
	border: none;
}

/* @end */

/* @group Sidebar */

#sidebar {}

#sidebar ul {
	list-style-type: none;
	margin: 0;
}

#sidebar .widget_tag_cloud {
	margin: 0 20px 20px;
}

#sidebar .widget_tag_cloud h2 {
	display: none;
}

#sidebar .widget_tag_cloud a {
	color: #7399c6;
}

#sidebar .sidebar-archive-header {
	width: 332px;
	height: 32px;
	background-color: #1a1a1a;
	margin-bottom: 5px;
}

#sidebar .sidebar-archive-header .sIFR-flash {
	margin-top: 6px;
}

#sidebar .sidebar-archive-header h2 {
	margin-bottom: 0;
	margin-left: 20px;
}

#sidebar .sidebar-archive li {
	margin-left: 20px;
	width: 292px;
	border-bottom: 1px solid #131313;
	padding: 10px 0 10px 0;
}

#sidebar .sidebar-archive li:last-child {
	border-bottom: none;
}

#sidebar .sidebar-archive li a {
	font-size: 1.2em;
	background: url(images/arrow-link.png) no-repeat 0 0;
	padding-left: 20px;
	font-size: 1.4em;
	height: 20px;
}

/* @end */

/* @group Footer */

#footer {
	width: 956px;
	color: #4d4d4d;
	margin-top: 0;
	margin-left: 2px;
	border-top: 4px solid #1a1a1a;
}

#footer h4 {
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

#footer ul {
	list-style-type: none;
	margin: 0 0 0 1px;
}

#footer ul li a {
	font-size: 1.2em;
}

#footer #copyright-credits {
	margin-right: 20px
}

#copyright-credits p {
	float: left;
	font-size: 1.2em;
}

/* @group Elative footer tag */


#footer-elative-tag {
	float: right;
	color: #0085D9;
}

#footer-elative-tag h3 {
	font-size: 1.2em;
	text-align: right;
	color: #4d4d4d;
	visibility: visible;
	margin-bottom: 0;
}

#footer-elative-tag p {
	text-align: left;
}

#footer-elative-tag p a {
	display: block;
	position: relative;
	background: url(images/elative-logo.png) no-repeat top right;
	width: 152px;
	height: 32px;
	top: -10px;
	text-indent: -9999px;
}

#footer-elative-tag p a:link {}
#footer-elative-tag p a:visited {}

#footer-elative-tag p a:hover {
	border-bottom: none;
}

#footer-elative-tag p a:active {
	border-bottom: none;
}

/* @end */

/* @end */

.arrow-link {
	background: url(images/arrow-link.png) no-repeat 0 1px;
	padding-left: 12px;
	font-size: 1.4em;
	height: 20px;
	display: block;
}

.hidden {
	position: absolute;
	left: -9000px;
}

/* @group WP Admin Bar */

#wp-admin-bar {margin:0; padding:5px; background:#f9f9f9; border:1px solid #666; clear:both; text-align:center}
#wp-admin-bar ul {margin:0; padding:0}
#wp-admin-bar ul li {list-style-type:none; display:inline; margin:0 10px; padding:0}

/* @end */

/* @group Link Indication */

/* For Link Indication plugin */
a.liexternal { padding-right: 12px; background: url(images/link-indication/link-icon_external.gif) no-repeat right; }
a.liwikipedia { padding-right: 13px; background: url(images/link-indication/link-icon_wikipedia.gif) no-repeat right; }
a.liwp { padding-right: 16px; background: url(images/link-indication/link-icon_wordpress.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-indication/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-indication/link-icon_mail.gif) no-repeat right; }
a.lipdf { padding-right: 12px; background: url(images/link-indication/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 12px; background: url(images/link-indication/link-icon_zip.png) no-repeat right;  }
/* @end */

/* @group Utility styles */

.clear-both {
	clear: both;
	height: 1px;
}

.clear-left {
	clear: left;
}

.clear-right {
	clear: right;
}

/* @end */