/* 
Theme Name: whiteboard
Theme URL: http://whiteboardframework.com/
Description: A blank theme for you to draw on.
Author: Brian Purkiss
Author URI: http://brianpurkiss.com
Version: 2.0.1

Obviously, you may edit the above info upon your customization.
Though I wouldn't mind a link somewhere... *hint hint*
*/

/*  The following CSS Reset was written by Dejan Cancarevic */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}li{list-style:none;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
{margin:0;padding:0;}


/*
Here is a list of all the <DIV>s in Whiteboard.
*/

#container{}
.post{}
.postmeta{}
.postnavigation{ clear: both; }
#searchform{}
#comments { width: 600px; }
.comments_navigation{}
.comments_navigation{}
.comments_reply{}
.comments_text{}
.comments_meta{}

/*--------------------------------------------
GLOBAL
----------------------------------------------*/
html {background-color: #262435;}
.spacer {clear: both;}

h1 {
	font-size: 2.8em;
	color: #610046;
	font-weight: normal;
	padding-bottom: 20px;
}
h2 {
	font-size: 1.8em;
	color: #939598;
	font-weight: normal;
	padding-bottom: 20px;
	line-height: 1.2em;
}

h3 {
	font-family: Times, sans-serif;
	font-size: 1.4em;
	color: #610046;
	padding-bottom: 10px;
}
h3 a {
	text-decoration: none;
	color: #54003d;
}
h3 a:hover {color: #54003d; }

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #610046;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
}
h4 a { color: #610046; text-decoration: none; }
h4 a:hover {color: #97937e; }

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #610046;
	font-weight: bold;
}
h5.blogtitle {
	font-family: Times, san-serif;
	font-size: 1.1em;
	color: #610046;
	font-weight: normal;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #939598;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #4d4d4f;
	padding-bottom: 20px;
}

p.small {
	font-size: 0.65em;
}

#testimonials p {
	padding: 0px;
}
#testimonials p.name {
	padding-top: 15px;
}

.section_wrapper a {
	color:#610046;
	}

/* Used in maintaining width for each section,
multiple instances would be needed to deal with variable background heights */
.section_wrapper {width: 940px; margin: 0 0 0 40px; position: relative; height: 100%;}


#header {
	height: 100px;
	margin: 0px auto;
	background: #50003a url(images/bg-header.gif) repeat-x bottom;
	position: relative;
}

#logo {padding: 21px 0px 0px 0px;}


#nav {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#nav ul {
	list-style-type: none;
	color: #dedce7;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	color: #dedce7;
	text-decoration: none;
	padding: 10px 10px;
	font-size: 1.125em;
}
#nav li a:hover,
#nav li.current_page_item a,
#nav li.current_page_parent a {
	background-color: #73265d;
	color: #FFF;
}

#social_media {
	width: 90px;
	height: 26px;
	background: url(images/header-connect.gif) no-repeat top left;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 8px 0px 0px 80px;
}
#social_media a img {
	margin-right: 7px;
}

#content {
	width: 100%;
	background-color: #fcfaef;
	padding: 40px 0px;
}


/*--------------------------------------------
FOOTER
----------------------------------------------*/

.footer_box {
	display: block;
	width: 300px;
	height: 360px;
	float: left;
	overflow: hidden;
	position: relative;
}
.footer_box + .footer_box {
	margin-left: 20px;
}



.twitter_container {

}

#tweets ul li {
	font: 0.75em/1.33em Arial, sans-serif;
	color: #4d4d4d;
	display: block;
	height: 85px;
}

#tweets ul li span a {
	font-weight: bold;
	color: #2b407d;
	text-decoration: none;
}
#tweets ul li a {
	color: #2b407d;
	text-decoration: underline;
}

#tweets span.tweetDate {
	font-weight: bold;
	font-size: 0.83em;
	color: #808080;
	display: block;
}

#tweets ul li span a:hover {
	text-decoration: underline;
}


#light_blue {
	background: #b9def0 url(images/bg-footer.gif) repeat-x top left;
	padding: 15px 0;
}

ul#footer_posts {
	display: block;
}

ul#footer_posts li {
	display: block;
	/*height: 85px;*/
}

/*For group UL version*/
.fpost_group {height: 260px;}

ul#footer_posts li li {
	display: block;
	padding-bottom: 15px;
}

ul#footer_posts li span.title a {
	font-size: 1em;
	line-height: 1.2em;
	font-family: Times, san-serif;
	color: #2b407d;
	text-decoration: none;
}
ul#footer_posts li span.title a:hover {
	color: #53003c;
}
ul#footer_posts li span.details {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.6em;
	color: #808080;
	display: block;
}



#credits {
	margin: 15px 0px;
	position: relative;
}

#socialLinks {
	position: absolute;
	right: 0;
	top: 0;
	width: 180px;
	height: 14px;
}

#socialLinks li a {
	width: 60px;
	height: 14px;
	background-image: url(images/ft-icons.png);
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	float: left;
}

#socialLinks a#facebook { background-position: 0 0; }
#socialLinks a#twitter { background-position: -60px 0; }
#socialLinks a#linkedin { background-position: -120px 0; }
#socialLinks a#facebook:hover { background-position: 0 -14px; }
#socialLinks a#twitter:hover { background-position: -60px -14px; }
#socialLinks a#linkedin:hover { background-position: -120px -14px; }

#credits p, #credits .menu {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6em;
	line-height: 1.4em;
	color: #6c6c75;
}

#credits p { clear: both; }

#credits li {
	float: left;
	display: block;
}

#credits a {
	color: #6c6c75;
}

#credits a:hover {
	color: #FFF;
}

#footer h4 {
	background: url(images/bg_member_divider.gif) repeat-x bottom left;
	padding: 20px 0px 5px 0px;
	font-size: 1.25em;
	text-shadow: 1px 1px 1px #FFF;
	margin-bottom: 10px;
}

#footer .quote p {
	font-family: serif;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	color: #2b407d;
}
#footer .quote p a {
	color: #2b407d;
	text-decoration: none;
}
#footer .quote p a:hover {
	text-decoration: underline;
}

.footer_testimonial_row {
	display: block;
}

#testimonials h5 p {
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: Times, san-serif;
	color: #2b407d;	
}

.arrows {

}

.arrow_up a {
	display: block;
	width: 22px;
	height: 22px;
	background: aqua url(images/arrow-up.gif) no-repeat top left;
	position: absolute;
	top: 17px;
	right: 20px;
	cursor: pointer;
}
.arrow_down a {
	display: block;
	width: 22px;
	height: 22px;
	background: url(images/arrow-down.gif) no-repeat top left;
	position: absolute;
	top: 17px;
	right: 0px;
	cursor: pointer;
}
.arrow_up.disabled a, .arrow_down.disabled a {
	background-position: bottom center;
}
.arrow_up a:hover, .arrow_down a:hover {
	background-position: center center;
}

/*--------------------------------------------
HOME PAGE
----------------------------------------------*/

#content.home {
padding-top: 55px;
padding-bottom: 20px;
}

#readmore {
	height:28px;
	background: url(images/graphic-arrow.png) no-repeat top left;
	padding-left: 65px;
	float: right;
	padding-top: 32px;
}

#readmore h5 {
	font-size: 24px;
}

/*--------------------------------------------
EXPERTISE
----------------------------------------------*/
.expertise_left {
	width: 300px;
	float: left;
}

.expertise_right {
	width: 620px;
	float: right;
	position: relative;
}

#circles {
	position: relative;

	width: 620px;
	height: 192px;
}

#tabs {
	
}


li.circle_1 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 192px;
	height: 192px;
	z-index: 5;
	background: url(images/expertise-circles.png) no-repeat 0px 0px;
	cursor: default;
}
li.circle_2 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 142px;
	width: 192px;
	height: 192px;
	z-index: 5;
	background: url(images/expertise-circles.png) no-repeat -142px 0px;
	cursor: default;
}
li.circle_3 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 286px;
	width: 192px;
	height: 192px;
	z-index: 5;
	background: url(images/expertise-circles.png) no-repeat -286px 0px;
	cursor: default;
}
li.circle_4 a {
	display: block;
	position: absolute;
	top: 0px;
	left: 428px;
	width: 192px;
	height: 192px;
	z-index: 5;
	background: url(images/expertise-circles.png) no-repeat -428px 0px;
	cursor: default;
}

/* CSS chaining is simpler but not IE6 compatible, so descendant selectors used instead */
.ui-tabs-selected a.link_bubble_1 {
	background: url(images/expertise-circles-roll1.png) no-repeat 0px 0px;
	z-index: 12;
}
.ui-tabs-selected a.link_bubble_2 {
	background: url(images/expertise-circles-roll2.png) no-repeat -142px 0px;
	z-index: 12;
}
.ui-tabs-selected a.link_bubble_3 {
	background: url(images/expertise-circles-roll1.png) no-repeat -286px 0px;
	z-index: 12;
}
.ui-tabs-selected a.link_bubble_4 {
	background: url(images/expertise-circles-roll2.png) no-repeat -428px 0px;
	z-index: 12;
}


#bubble {
	padding: 0px 0px 10px 0px;
	margin-top: 20px;
	width: 620px;
	min-height: 100px;
	background: url(images/expertise-bubble-bottom.png) no-repeat bottom center;
}

#bubble_text_1 {
	padding: 40px 30px 20px 30px;
	background: url(images/expertise-bubble-1.png) no-repeat top center;
}
#bubble_text_2 {
	background: url(images/expertise-bubble-2.png) no-repeat top center;
	padding: 40px 30px 20px 30px;
}
#bubble_text_3 {
	background: url(images/expertise-bubble-3.png) no-repeat top center;
	padding: 40px 30px 20px 30px;
}
#bubble_text_4 {
	background: url(images/expertise-bubble-4.png) no-repeat top center;
	padding: 40px 30px 20px 30px;
}

.ui-tabs .ui-tabs-hide {
     display: none;
}

#bubble h6 span.bubble {
	font-size: 1.4em;
	line-height: 1.6em;
	color: #610046;
	padding-right: 10px;

}
#bubble h6 a {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 1em;
	line-height: 1.9em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #77a7bd;
	background: url(images/arrow-readmore.gif) no-repeat top right;
	padding: 4px 19px 2px 0px;

}
#bubble h6 a:hover {
	color: #2b407d;
	background: url(images/arrow-readmore.gif) no-repeat right -18px;
}

/* Expertise Sub pages */
#page {width: 940px;}
.page_body {width: 600px;}

/*--------------------------------------------
TEAM PAGE
----------------------------------------------*/
.member_row {}

.member_row + .member_row {
	background: url(images/bg_member_divider.gif) repeat-x top left;
	padding: 30px 0px;
}

.member_photo {
	float: left;
	padding-right: 15px;
}

.member_name, .approach-image {
	width: 315px;
	padding-right: 30px;
	padding-top:10px;
}
.member_name h5 {font-size: 1.125em;}

.member_bio, #approach-body {
	float: right;
	width: 580px;
}


/*--------------------------------------------
TESTIMONIALS
----------------------------------------------*/

.testimonial_row {
	padding: 20px 0px;
}
.testimonial_row +.testimonial_row {
	background: url(images/bg_member_divider.gif) repeat-x top left;
}

.testimonial_quote {
	float: left;
	width: 620px;
}
.testimonial_quote p {
	font-family: Times, serif;
	font-size: 1.4em;
	color: #939598;
	font-weight: normal;
	padding: 0px;
}

.testimonial_author {
	float: right;
	width: 300px;
}

/*--------------------------------------------
BLOG (index.php)
----------------------------------------------*/

h4.blog_title {float: left; width: 40%;}

h3.blogtitle a:hover {color: #9d6c8f;}

#blog_rss {float: right; padding: 3px 6px 0px 0px;}

h4.rss {
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}
h4.rss a {
	display: block;
	min-width: 1px; /* For IE */
	text-decoration: none;
	color: #cac8bf;
	padding: 0 25px 0 0;
	text-shadow: none;
	background: url(images/icon-rss.gif) no-repeat right 2px;
	line-height: 1em;
}
h4.rss a:hover {color: #a8a69f;}

img.rssicon {padding: 0px 5px 0px 5px;}

.paginate_left a, .paginate_right a {
	text-decoration: none;
	border: 1px solid #cac8bf;
	padding: 7px 10px 5px 10px;
	color: #610046;
	font-size: 0.8em;
	text-transform: uppercase;
	font-weight: bold;
}
.paginate_left a:hover, .paginate_right a:hover {
	background-color: #cac8bf;
}
.paginate_left a {
	float: left; 
}
.paginate_right a {
	float: right; 
}

.blog_container {width: 600px; float: left;}

.post_row {padding: 20px 0px; width: 600px; float: left;}

.post_row + .post_row {
	background: url(images/bg_member_divider.gif) repeat-x top left;
}

.post_header {
}
.post_header h3 {
	line-height: 1.2em;
}
.post_header h6 {
	font-size: 0.8em;
	padding-bottom: 1em;
}
.post_header h6 a {
	text-decoration: underline;
	color: #939598;
}
.post_header h6 a:hover { color: #2b407d; }

.post_body {
}

h5.num_comments {
	border-bottom: 2px solid #cac8bf;

}

.comment_row {
	padding: 20px 0px 0px 0px;
	width: 600px;
}
.comment_row + .comment_row {
	border-top: 1px dotted #cac8bf;
}

.comment_details {
	width: 300px;
	padding-right: 25px;
	padding-bottom: 10px;
	float: left;
}

.comment_text {
	width: 600px;
	float: left;
}

.comment_row h5 {
	font-weight: normal;
	font-size: 1em;
	margin-bottom: 5px;
}
.comment_row h5 a {
	font-weight: bold;
	color: #610046;
	text-decoration: none;
	border-bottom: 1px dotted #a09d92;
}
.comment_row h5 a:hover {
	color: #610046;
	border-bottom: 1px dotted #610046;
}


.comment_row .textbox {}

.comment_row .textbox, .comment_textarea {
	border: 1px solid #cac8bf;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	padding: 5px;
}

.comment_textarea {
	width: 550px;
}

.comment_details p {padding-bottom: 10px;}


.comment_row label {
	display: block;
}

span.moderate {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1em;
	color: #580040;
	margin-bottom: 10px;
	display: block;
}

.comment_submit {
	display: block;
	width: 111px;
	height: 36px;
	background: url(images/blog_submit.gif) no-repeat top left;
	border: none;
	text-indent: 9000px;
	cursor: pointer;
	color: transparent; /* For IE */
	text-transform: capitalize;
}
.comment_submit:active {
	background: url(images/blog_submit.gif) no-repeat bottom left;

}

/* SIDEBAR */

#sidebar{ width: 270px; float: right;}

ul.blog_sidebar {}

h2.widgettitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #610046;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0px 0px 12px 0px;
}



ul.blog_sidebar ul,
ul.blog_sidebar .textwidget,
ul.blog_sidebar div {
	padding: 0px 0px 20px 0px;
}

ul.blog_sidebar li .textwidget img {
	float: left;
	padding-right: 8px;
}

ul.blog_sidebar li .textwidget p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #97979b;
}

ul.blog_sidebar ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	color: #717172;
	margin-bottom: 5px;
	line-height: 1.3em;
}



ul.blog_sidebar ul li a {
	background-color: #eceadd;
	display: block;
	color: #717172;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ul.blog_sidebar ul li a:hover {
	background-color: #e2dfcf;
}
ul.blog_sidebar ul li a:hover {
	color: #610046;
}

ul.blog_sidebar li.widget_tag_cloud {
	font-family: Helvetica, Arial, sans-serif;
	color: #717172;
}
ul.blog_sidebar li.widget_tag_cloud a {
	text-decoration: none;
	display: block;
	padding: 4px 0px;
	text-transform: lowercase;
	font-weight: bold;
}
ul.blog_sidebar li.widget_tag_cloud a:hover { color: #610046; }


ul.blog_sidebar .widget_tag_cloud a {
	color: #717172;
}
ul.blog_sidebar .widget_tag_cloud a + a {
	color: #818181;
}
ul.blog_sidebar .widget_tag_cloud a + a + a {
	color: #979797;
}
ul.blog_sidebar .widget_tag_cloud a + a + a + a {
	color: #b0b0b0;
}
ul.blog_sidebar .widget_tag_cloud a + a + a + a + a {
	color: #bcbcbc;
}
/*July 7th, 2010 additions below*/
#content.home .section_wrapper {
	background: url(images/homepage-process.gif) 640px 20px no-repeat;	
	}
*:first-child+html #content.home .section_wrapper {
	background-position:640px 100px;
	}
#content.home .section_wrapper h2 {
	width:600px;
	}
#ruseter-header {
	margin-top:20px;
	background: url(images/ruseter-title.gif) 0px 0px no-repeat;	
	padding:10px 0;
	min-height:0px;
	height:auto;
	}
#ruseter-header h2 {
	padding-left:200px;
	min-height:140px;
	height:auto;
	}
#content.team .section_wrapper h2, #content.expertise .section_wrapper h2, #ruseter-header h2 {
	padding-bottom:20px;
	margin-bottom:20px;
	background: url(images/bg_member_divider.gif) repeat-x bottom left;
	}
#nav .menu li.page-item-302 {
	background:none;
	padding:0;
	text-indent:9999em;
	overflow:hidden;
	}
#nav .menu li.page-item-302 a {
	background:url(images/nav-ruseter.gif) 0px 0px no-repeat;
	height:19px;
	width:65px;
	}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#nav .menu li.page-item-302 a {
		height:22px;	
	}
}
*:first-child+html #nav .menu li.page-item-302 a {
	background:url(images/nav-ruseter.gif) 0px 3px no-repeat;
	}
#nav li.page-item-302 a:hover,
#nav li.page-item-302.current_page_item a,
#nav li.page-item-302.current_page_parent a {
	background-color:transparent;
	background:url(images/nav-ruseter-active.gif) 0px 0px no-repeat;
	}
*:first-child+html #nav li.page-item-302 a:hover,
*:first-child+html #nav li.page-item-302.current_page_item a,
*:first-child+html #nav li.page-item-302.current_page_parent a {
	background:url(images/nav-ruseter.gif) 0px 3px no-repeat;
	}
.approach-image {
	display:inline;
	width:315px;
	float:left;
	padding-top:0;
	}
*:first-child+html #approach-body {
	float:left;
	}
img.hp-feature {
	margin-bottom:5px;
	}
#footer #tweets.footer_box a:hover, #footer #blog.footer_box a:hover {
	text-decoration:none;
	border:none;
	}
#content.expertise ul {
	font-size:.9em;
	margin-bottom:2em;
	padding-left:2em;
	}
#content.expertise ul li {
	list-style:disc;
	font-family: Georgia, Times, serif;
	color:#734058;
	font-style:italic;
	margin-bottom:1em;
	padding-left:.5em;
	}