/*  
Theme Name: CRA Inc
Theme URI: http://www.reflex.net/
Description: Bespoke design for CRA Inc by <a href="http://www.reflex.net/">Reflex Digital</a>.
Author: Jeremy Jarvis
*/



body {
	background: #ECEAE9 url("images/body_bg.gif") repeat-x;
	text-align: center;
	font: normal 12px/140% "Trebuchet MS","Lucida Sans",Verdana,sans-serif;
}

body,table,tr,td,div,span,ul,ol,li,form,input,h1,h2,h3,h4,h5,h6,p,img {
	margin: 0;
	padding: 0;
}

img, a:hover img {
	border: 0;
	display: block;
	background: transparent;
}	


p {
	font: normal 12px/150% "Trebuchet MS","Lucida Sans",Verdana,sans-serif;
	margin-bottom: 1.2em;
}

blockquote {
	margin-left: 25px;
	margin-top: 1.7em;
	margin-bottom: 1.7em;
	border-left: 4px solid #ccc;
	color: #666;
	padding-left: 15px;
	padding-right: 20px;
}

label {
	font: normal 12px "Trebuchet MS","Lucida Sans",Verdana,sans-serif;
	margin-bottom: 0.8em;
}

#main ul,ol {
	margin-bottom: 1.3em;
}


#main ul li, #main ol li {
	margin-bottom: 0.6em;
	margin-left: 25px;
}








/******* STRUCTURE/LAYOUT ********/


#outer {
	background: transparent url("images/outer_bg.png") repeat-y top center;
	width: 100%;
}

/* Don't show the png with opacity in IE */
* html #outer {
	background: #DCDBE0 url("images/outer_bg_flat.gif") repeat-y top center;
}


#wrapper {
	background-color: #fff;
	width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/******* CONTENT WRAPPER *****/

#content {
	width: 760px;
	background: transparent url("images/content_bg.gif") repeat-y;
	padding-bottom: 5px;
}

#content.nointro {
	margin-top: 10px;
}

#content.nointro #main {
	background: #fff;
	background-image: none;
}


/***** MAIN CONTENT ****/

#main {
	margin-left: 20px;
	width: 470px;
	float: left;
	display: inline;
	padding-bottom: 30px;
	padding-top: 25px;
}

#main img {padding-left: 10px;
}

body.page #main {
	background: #fff url("images/main_bg_page.gif") no-repeat left top;
}

/* Used in page_no_sidebar.php template */
#main.wide {  
	width: 600px;
}

/* used in client list template */
#main.fullwidth {
	width: 740px;
}








/***** DEFAULT HEADERS *****/


h1 {
	font: bold 21px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 1.2em;
}

h2 {
	font: bold 14px "Trebuchet MS","Lucida Sans",Verdana,sans-serif;
	color: #333;
	margin-bottom: 1em;
}

h3 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0.2em;
}




/******** MISC STYLES *********/

.highlight {
	background-color: #FFFFCC;
	padding: 0 1px;
	border-bottom: 1px dotted red;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

.small {
	font-size: 10px;
}

.large {
	font-size: 14px;
}

p span.more {
	font-size: 10px;
	color: #ccc;
	margin-left: 6px;
}


/****** LINK STYLES ********/

a {
	color: #041CA6;
	text-decoration: underline;
}

a:hover {
	background-color: #041CA6;
	color: white;
	text-decoration: none;
}

a.authorlink {
	color: #000;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: normal;
}

a.authorlink:hover {
	background-color: #000;
	color: #fff;
}




/******* TOP-LEVEL NAV ********/

#nav {
	background-color: #0B0E66;
	width: 760px;
	height: 27px;
	border-bottom: 1px solid #DCDFFF;
}

ul.nav {
		width: 760px;
		height: 27px;
}

ul.nav li {
	float: left;
	display: inline;
	list-style: none;
}

ul.nav li a {
	color: #9395BC;
	font: normal 11px/27px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	height: 27px;
	padding-right: 10px;
	padding-left: 10px;
}

ul.nav li a:hover {
	background: transparent;
	color: #f90;
}



/******* NAV "ON" STATES *********/

body#home li.navhome a,
body#different li.navdifferent a,
body#leadership li.navleadership a,
body#communication li.navcommunication a,
body#commresearch li.navcommresearch a,
body#talent li.navtalent a,
body#clients li.navclients a,
body#principles li.navprinciples a,
body#our-team li.navteam a {
	background: transparent url("images/nav_arrow_bottom.gif") no-repeat bottom center;
	color: white;
}

body#home #footer ul.nav li.navhome a,
body#different #footer ul.nav li.navdifferent a,
body#leadership #footer li.navleadership a,
body#communication #footer li.navcommunication a,
body#commresearch #footer li.commnavresearch a,
body#talent #footer li.navtalent a,
body#clients #footer ul.nav li.navclients a,
body#principles #footer li.navprinciples a,
body#our-team #footer ul.nav li.navteam a {
	background: transparent url("images/nav_arrow_top.gif") no-repeat top center;
}




/******* 2nd-LEVEL NAV **********/

#subnav {
	background-color: #7D83B6;
	width: 760px;
	height: 24px;
	border-bottom: 1px solid #fff;
}

#subnav ul {
		width: 760px;
		height: 24px;
}

#subnav ul li {
	float: left;
	display: inline;
	list-style: none;
}

#subnav ul li a {
	color: #DEDFEC;
	font: normal 11px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	height: 24px;
	padding-right: 18px;
	padding-left: 18px;
}

#subnav ul li a:hover {
	background: transparent;
	color: #fff;
}

#subnav ul li.current_page_item a, #subnav ul li.current_page_item a:hover  {
 background: transparent url("images/subnav_arrow.gif") no-repeat bottom center; 
	color: white;
}



/********** HEADER BOX **********/

#masthead {
	background: #0B0E66 url("images/masthead_bg.gif") repeat-x;
	height: 100px;
	width: 760px;
}

#logo {
	width: 160px;
	height: 40px;
	margin-top: 25px;
	margin-left: 24px;
	float: left;
	display: inline;
}

#logo a {
	display: block;
	width: 160px;
	height: 40px;
	background: transparent url("images/cra_logo.gif") no-repeat 0px 0px;
}

#logo a:hover {
	background-position: 0px -100px;
}


#logo h1 {
	width: 160px;
	text-indent: -10000px;
	overflow: hidden;
}


/******* SEARCH BOX ***********/

#searchbox {
	background: transparent url("images/search_bg.gif") no-repeat center bottom;
	float: left;
	display: inline;
	width: 230px;
	text-align: center;
	height: 48px;
	margin-left: 340px;
	padding-top: 14px;
}

#searchbox form#searchform input#s {
	border: 0;
	font-size: 12px;
	padding: 1px;
	width: 120px;
}

#searchbox form#searchform input#searchbutton {
	font-size: 10px;
	padding: 1px;
}

#searchbox form label {
	text-transform: uppercase;
	font: normal 10px Arial,Helvetica,sans-serif;
	color: #9395BC;
	margin-right: 8px;
}





/******** SEARCH RESULTS PAGE **********/

body#search #intro {
	height: 135px;
}

body#search #intro h1 {
	font-size: 18px;
}

body.page#search h2 {
	border-bottom: 1px solid #ccc;
	padding-left: 3px;
	padding-bottom: 3px;
	margin-bottom: 25px;
}

body.page#search h3 {
	font-size: 16px;
}

body.page#search div.post {
	margin-bottom: 25px;
}

body#search #intro form {
	margin-top: 8px;
	margin-left: 20px;
}

body#search #intro form input {
	font-size: 16px;
}

body#search #intro form input#s {
	border: 1px solid #000;
	padding: 1px;
}

p.url {
color: green;
}




/****** ARCHIVE PAGES **********/

div.paging {
	border-top: 1px solid #ccc;
	padding-top: 8px;
	width: 100%;
	height: 14px;
	line-height: 14px;	
	
}





/****** OUR CLIENTS ********/

table#clientlist {
	width: 740px;
}

table#clientlist td {
	vertical-align: top;
	width: 50%;
	padding-top: 20px;
	font-size: 11px;
}

table#clientlist td div {
	margin-right: 35px;
}

table#clientlist td div ul li {
	line-height: 120%;
	float: left;
	display: inline;
	width: 142px;
	margin-left: 8px;
	margin-right: 12px;
	margin-bottom: 6px;
}

table#clientlist td h3 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
	padding-left: 6px;
	margin-bottom: 7px;
}





/********* SIDEBAR ************/


#sidebar {
	padding-top: 25px;
	width: 225px;
	margin-left: 530px;
	padding-bottom: 30px;
}

#sidebar h2 {
	margin-bottom: 0.45em;
}

div.side {
	margin-bottom: 35px;
	margin-left: 25px;
}

div.side ul li {
	color: #999;
	font-size: 11px;
	list-style: none;
}





/***** RECENT POSTS *********/

#main #recentposts {
	margin-top: 35px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}

#main #recentposts ul, #main #recentposts p {
	margin-left: 8px;
}

#main #recentposts ul li {
	margin-bottom: 10px;
}

#sidebar #recentposts h2 {
	margin-bottom: 1em;
}

#recentposts h4 {
	padding-left: 4px;
	padding-bottom: 5px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}	

#recentposts ul.postlist li {
	font-size: 11px;
	margin: 0 0 18px 0;
	padding: 0;
	background: transparent;
	color: #999;
	list-style: none;
}







/******* ALI ***********/

#sidebar #ali-dates ul {
	border-top: 1px dotted #ccc;
	margin: 15px 0;
}

#sidebar #ali-dates ul li {
	padding: 5px 2px;
	color: #666;
	border-bottom: 1px dotted #ccc;
}

#sidebar #ali-dates ul li strong {
	color: #000;
}

#sidebar #ali-dates ul li strike, #sidebar #ali-dates ul li strike strong  {
	color: #ccc;
}

#ali-dates p {
	font-size: 11px;
}




/***** SUBSCRIBE BOX (RSS & EMAIL) *******/

#subscribe.side {
	border: 1px dotted #FFCC00;
	padding: 10px 0;
	background: #FFF9D9;
	margin-right: 10px;
	margin-top: 30px;
}

#subscribe.side h2 {
	font-size: 13px;
	color: #000;
	padding-bottom: 7px;
	margin-bottom: 15px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	margin-right: 15px;
	margin-left: 15px;
}

#subscribe ul {
	margin-bottom: 8px;
}

#subscribe ul li {
	color: #999;
	line-height: 100%;
	background: transparent;
	margin-bottom: 3px;
	font-size: 12px;
	padding: 0px;
	text-align: center;
}

li#emailform {
	display: none;
}

#subscribe ul li img {
	display: inline;
	vertical-align: middle;
}


#subscribe ul li span.small {
	margin-left: 3px;
	color: #ccc;
}

form#email-subscribe {
	margin-top: 15px;
}

form#email-subscribe input.email {
	width: 140px;
	border: 1px solid #000;
	margin: 2px 0;
	padding: 1px;
}

form#email-subscribe label {
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
}




/****** HOMEPAGE *********/


div.newsitem {
	margin-bottom: 35px;
}

div.newsitem p {
	font-size: 12px;

}


/******* BANNER BOX *******/

#banner {
	width: 760px;
	height: 190px;
	color: #fff;
	clear: both;
	border-bottom: 1px solid #fff;
	position: relative;
}

#banner h5 {
	float: left;
	display: inline;
	font: normal 10px Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #fff;
	margin-left: 20px;
	margin-bottom: 2px;
	padding-top: 15px;
	opacity: 0.55; 
	-khtml-opacity: 0.55;
	filter:alpha(opacity=55);
}

#banner p.large {
	float: left;
	display: inline;
	font: normal 16px/120% Arial,Helvetica,sans-serif;
	width: 195px;
	margin-left: 20px;
}

#banner img#bannerimg {
	width: 530px;
	height: 190px;
	float: left;
	display: inline;
}


#banner form {
	z-index: 100;
	position: absolute;
	left: 552px;
	top: 132px;
}

#banner form select {
	width: 190px;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

#banner form label {
	float: left;
	display: inline;
		color: #fff;
		opacity:0.60; 
		-khtml-opacity:0.60;
		filter:alpha(opacity=60);
		font-size: 11px;
		margin-bottom: 2px;
}






/******* OUR TEAM LISTING ********/

#sidebar div.side ul.teamlist {
	margin-bottom: 20px;
}

#sidebar ul.teamlist li {
	margin-bottom: 5px;
}

#main ul.teamlist li {
	width: 210px;
	float: left;
	margin-left: 30px;
}






/******* INTRO BOX ***********/

#intro {
	position: relative;
 background-color: #F3EBE6;
	clear: both;
	width: 760px;
	padding: 14px 0;
}


body.page #intro, body.blog #intro, body.search #intro {
	background-color:	#DFDFEF;
	height: 160px;
	padding: 0;
}


body.blog #intro p.large, body.page #intro p.large {
	font-size: 15px;
	padding: 0;
}

#intro h1 {
	width: 480px;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 28px 0 0 0;
}


#intro h2 {
	font-size: 14px;
	font-weight: normal;
	color: #999;
	margin-left: 20px;
	margin-top: -5px;
	margin-bottom: 0.4em;
}

#intro p.large {
	font: normal 14px/150% "Lucida Sans","Trebuchet MS",sans-serif;
	color: #000;
	width: 480px;
	margin-left: 20px;
	float: left;
	display: inline;
	padding-top: 6px;
	padding-bottom: 6px;
}


#introimage {
	position: absolute;
	left: 529px;
	top: 0px;
	border-left: 1px solid #fff;
}

#introimage img {
	width: 230px;
	height: 160px;
}



/**** ADDRESS BOX ******/

#address {
	padding: 6px 0 6px 25px;
	margin-left: 530px;
	border-left: 1px solid #fff;
}

#sidebar #address {
	margin-left: 0;
	border: 0;
	padding: 0;	
}

#address p {
	font-size: 11px;
	color: #333;
	line-height: 125%;
	margin-bottom: 0.7em;
}

#address p a {
	color: #EA9244;
}

#address p a:hover {
	background-color: #F0903B;
	color: #fff;
	text-decoration: none;
}



/******** CONTACT PAGE **************/

body.page#contact #content {
	background-image: none;
}

body.page#contact #main {
	width: 350px;
}

body.page#contact #sidebar {
/*	border-left: 1px dotted #DEDEE1; */
	border-left: 1px dotted #ccc;
 background-color: #F3EBE6;
	margin-left: 405px;
	width: 350px;
}

body.page#contact h1 {
		margin-bottom: 17px;
}

body.page#contact #sidebar h3 {
	margin-bottom: 17px;
}

body.page#contact #sidebar p {
	font-size: 11px;
	margin-right: 25px;
}


/*********** BLOG POSTS *****************/


div.post {
	margin-bottom: 70px;
}

h2.post-title, h2.post-title a {
	font: bold 23px Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background: transparent;
}

.post-title, .post-title a {
	font-size: 20px;
	margin-bottom: 0.7em;
	color: #000;
	text-decoration: none;
	background-color: transparent;
}

.post-title a:hover {
	background-color: transparent;
	color: #000;
	text-decoration: underline;
}


div.post p {
	font-size: 12px;
}

div.post .readmore {
	font-size: 14px;
	margin-bottom: 1.7em;

}




/**** POST META BOX *******/


div.postmeta {
	margin-top: 30px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	background-color: #FFF9D9;
	padding: 7px;
}

div.postmeta p {
	line-height: 100%;
	font-size: 11px;
	color: #999;
	margin-bottom: 7px;
}


p.commentslink {
	float: right;
	display: inline;
	margin-right: 8px;
	padding-left: 16px;
	background: transparent url("images/comment.gif") no-repeat left center;
}

p.post-cats {
	margin-top: 25px;
	border-top: 1px solid #ccc;
	padding-top: 6px;
	color: #666;
	padding-left: 8px;
}


div.post p.post-date {
	color: #999;
	font-size: 11px;
	margin-bottom: 0;
}


/****** POST AUTHOR DETAILS BOX ********/

#profile {
	margin-left: 1px;
	background-color:	#DFDFEF;
	padding: 25px;
}


#profile img {
	width: 155px;
	border: 1px solid #000;
	margin-bottom: 12px;
}

#profile.side h2 {
	text-transform: uppercase;
	color: #999;
	font-size: 10px;
	margin-bottom: 0;
}

#profile h3 {
	margin-bottom: 10px;
}

#profile p {
	font-size: 11px;
}



/************* BLOG COMMENTS *********/

#comments {
	margin-top: 25px;
	background: #FFF9D9 url("images/comments_bg.gif") no-repeat top left;
	padding: 50px 25px 25px 25px;
	color: #333;
}

#comments p {
	line-height: 120%;
}

#comments h3 em {
	font: normal 14px "Trebuchet MS","Lucida Sans",Verdana,sans-serif;
	color: #999;
	font-style: normal;
}

#comments p.nocomments {
	color: #494338;
}

#comments ol {
	margin-top: 12px;
	margin-bottom: 55px;

}

#comments ol li {
	margin: 0;
	list-style: none;
	padding: 14px 14px 5px 14px;
}

#comments ol li cite, #comments ol li cite a {
	text-transform: uppercase;
	color: #000;
	font-style: normal;
	font-weight: bold;
	padding-right: 3px;
	font-size: 10px;
}

#comments ol li cite a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}


#comments ol li.alt {
	background-color: #F5F0D6;
}	


#comments form {
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}


#comments p.commentmeta {
	color: #666;
	margin-bottom: 2px;
	font-size: 11px;
}

.required { color: red; }


#comments form label {
	margin-bottom: 2px;
}

#comments .commentfield {
	border: 1px solid black;
}





/****** BREADCRUMB LINKS (not currently used 14-3-2006) ****/

#breadcrumbs {
	width: 760px;
/*	border-bottom: 1px solid #DFDCE6; */
	margin-bottom: 12px;
}

#breadcrumbs p {
	font-size: 11px;
	margin-left: 20px;
	line-height: 100%;
	color: #888;
}

#breadcrumbs p a {
	color: #888;
	text-decoration: none;
	padding-right: 14px;
	margin-right: 2px;
	background: transparent url("images/breadcrumb_arrow.gif") no-repeat right center;
}




/******* FOOTER ***********/

#footer {
	border-top: 15px solid #fff;
	clear: both;
	width: 760px;
	background-color: #0B0E66;
}

#footer ul.nav {
	margin-bottom: 65px;
}


#footer p.copyright {
	color: #65679F;
	line-height: 22px;
	height: 22px;
	margin: 0 0 0 20px;
}


p.credit {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	margin: 0 0 0 20px;
}

p.credit a {
	color: #999;
	text-decoration: none;
}

p.credit a:hover {
	color: #ff9900;
	background: transparent;
}



