/*
THEME NAME: Camwood
THEME URI: http://www.camwood.com
DESCRIPTION: Wordpress Theme for www.camwood.com, designed by Velocitypartners.co.uk
VERSION: 1.3
Author: Phil
*/

/* == Architecture previously temp_style.css */
 
#primary {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
} /* sidebar one (links and other classes start at line 433 */

#secondary {
	display:none;
} /* sidebar two */


/* Nav */
#access {
	margin:0;
	width:100%;
	min-height:20px;
	padding:0;
	float:left;
}
.access ul{
	margin:0;
	padding:0;
	background:#000;
	list-style-type:none;
	/* List style tag probably not needed, but just to be sure */ 
}
.access li{
	display:inline;
	padding:0;
	margin:0;
}
.access a:link,
.access a:visited {
	color:#FFF;
	background:#000;
	padding:5px 24px 4px 24px;
	text-transform:uppercase;
	float:left;
	width:auto;
	text-decoration:none;
	font:11px Helvetica, Arial, sans-serif;
}
.access a:hover {
	color:#773D8D;
	background:#AEB0B2;
}

 
 
/* Category and Archive View */
h2.page-title {
	display:none;
}
.archive-metadata {}
.archive-meta {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
}
.archive-meta h2{
	font-family: Helvetica, Arial, sans-serif;
	font-size:21px;
	color:#773D8D;
	margin:10px 0 0 0;
	padding:0;
}
.archive-meta h3{
	font-family: Helvetica, Arial, sans-serif;
	font-size:17px;
	color:#666666;
	margin:10px 0 10px 0;
	padding:0;
}
h3.entry-title {
	padding-top:10px;
}
h3.entry-title a:link,
h3.entry-title a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#773D8D;
	margin:10px 0 10px 0;
 }
h3.entry-title a:hover {
	color:#344A7A;
}

/* Post Title */
h2.entry-title {
	font-family: Helvetica, Arial, sans-serif;
	font-size:21px;
	color:#773D8D;
	margin:10px 0 0 0;
	padding:0;
}
.post a:link {
	font-family: Helvetica, Arial, sans-serif;
	color:#773D8D;
 }
.post a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#773D8D;
}
.post a:hover {
	font-family: Helvetica, Arial, sans-serif;
	color:#344A7A;
}

/* post meta data section */
.entry-meta {
	display:none;
}

/* Set 'comments' and 'respond' classes to half the page width */
div.comments {
	padding-top:10px;
	float:left;
	width:340px;
}
#cam_comments {
	float:left;
}
.comments {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
.comments h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
	background-image:url(images/comments_title_bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
h3.comment-header {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	text-transform:uppercase;
}
#commentform #submit {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
}
#commentform #submit:hover {
	font-family: Arial, sans-serif;
	font-size:12px;
	color:#000000;
}
.form-label {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
 }
textarea#comment {
	width:330px;
	font-family: Arial, sans-serif;
	font-size:11px;
} /* controls comment text box */
#comment { }
#comment-notes {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
}
.comments a:link {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#773D8D;

}
.comments a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#773D8D;
}
.comments a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#344A7A;

}

 
/* Page Navigation */
.nav-previous a:link,
.nav-previous a:visited {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#344A7A;
	font-weight:bold;
}
.nav-previous a:hover { }
div.nav-next {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#002040;
	font-weight:bold;
}
.nav-next { }
.nav-next a:link,
.nav-next a:visited {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#344A7A;
	font-weight:bold;
 }
.nav-next a:hover {
	font-family: Arial, sans-serif;
	font-size:11px;
	color:#002040;
	font-weight:bold;
}
 
/* Sidebar */
#primary a:link,
#primary a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#773D8D;
}
#primary a:hover {
	color:#344A7A;
 }
 
/* added for Category titles in widgets */
#primary h3.widgettitle a:link,
#primary h3.widgettitle a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#344A7A;

}
#primary h3.widgettitle a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#002040;
}
div.textwidget {
	margin:0 0 0 10px;
} /* text from widget sidebar accessories */

/* Links - Set them only if you want the same look for EVERY link on your blog. Otherwise, set them on a specific section basis. */
a:link,
a:visited {
	text-decoration:none;
}
a:hover { }
 
/* Create 4 column layout for the posts on specific categories */
body.category-latest-news .post {
	width:160px;
	float:left;
	padding-right:15px;
	min-height:155px;
}
body.category-blog .post {
	width:160px;
	float:left;
	padding-right:15px;
}
body.category-upcoming-events .post {
	width:160px;
	float:left;
	padding-right:15px;
}
body.category-events .post {
	width:160px;
	float:left;
	padding-right:15px;
}
body.category-ebooks-brochures .post {
	width:160px;
	float:left;
	padding-right:15px;
}
body.category-customer-cases .post {
	width:160px;
	float:left;
	padding-right:15px;
}

/* Page content styles */ 

/* Category description, and services page text and image */
.featured {
	width:710px;
	background:#F5F5F5;
	float:left;
	margin-bottom:10px;
}

.featured p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	width:450px;
	float:left;
	padding:4px 0px 4px 6px;
}

.featured h2 {
	width:450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#773D8D;
}

.featured a {}
.featured a:link,
.featured a:visited {
	font-family: Helvetica, Arial, sans-serif;
	color:#773D8D;
}
.featured a:hover {
	color:#344A7A;
}

.featured img {}

.featured_cat {
	width:710px;
	background:#F5F5F5;
	float:left;
	margin-bottom:10px;
}

.featured_cat p {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000;
	width:350px;
	float:left;
	padding:4px 0px 4px 6px;
}

.featured_cat h2 {
	width:450px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:16px;
	color:#773D8D;
}

.featured_cat img {
}

/* Home page content styles */

#post-5  .entry-title {display:none;}

#left_content {
	width:370px;
	float:left;
}

#recent_posts_main {
	width:570px;
	float:right;
	border:solid 1px #CCCCCC;
	background-image:url(images/home_recent_t.gif);
	background-repeat:no-repeat;
	background-position:top;
	margin-bottom:10px;
}

.recent_posts_boxes {
	padding:0 4px 0 4px;
	width:175px;
	float:left;
}

.recent_posts_boxes p{
	width:165px;
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	padding-bottom:10px;
}

.recent_posts_boxes h1 {
	margin:0;
	padding:0;
}

.recent_posts_boxes h1 a:link,
.recent_posts_boxes h1 a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#344A7A;
}

.recent_posts_boxes h1 a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#002040;
}

.recent_posts_boxes a:link,
.recent_posts_boxes a:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#773D8D;
	font-weight:bold;
}

.recent_posts_boxes a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#344A7A;
	font-weight:bold;
}

/* Home page contact form div*/
.home_form {
	float:right;
	border:solid 1px #CCCCCC;
	padding:0px 10px 2px 10px;
	width:190px;
	background:#F5F5F5;
	background-image:url(images/home_form_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.home_form input.button{
	font-size:11px;
}
#home_form_title {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#344A7A;
	font-weight:bold;
}

/* Widget Contact Form */
.cam_form {
	margin-bottom:3px;
	width:175px;
	height:11px;
	color: #000;
	background: #FFF;
	border: 1px solid #999;
	float:left;
	font-family: Arial;
	font-size:10px;
}
#cam_form_submit {
	color:#344A7A;
}


/* == Specific Stylings (previously style_override.css */

.clear {
	clear: both;
}

strong {
	font-weight: bold;
	line-height: 1.3em;
}
.aligncenter{
    margin: 1em auto;
}
p{display: block;}

form {
	margin: 0;
	padding: 0;
}

.cform input.sendbutton {
	width: 45px!important;
	text-align: left;
	background: url('../images/arrow_link.gif') right 3px no-repeat!important;
}

.addtoany_share_save_container {
	clear: both;
	display: block;
	margin-top: 20px;
}

.addtoany_share_save_container a {
	background: url('../images/arrow_link.gif') right 2px no-repeat;
}

.addtoany_share_save_container a:hover {
	background: url('../images/arrow_link_rollover.gif') right 2px no-repeat;
}

ul.addtoany_list li a {
	padding-left: 0!important;
}

.pad-8 {
	padding: 8px;
}

.sticky {
	background: #e1e1e1;
	margin-bottom: 15px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.space {
	margin-bottom: 30px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 11px;
}

#head_space {
	padding-top: 20px;
	height: 50px;
	clear: both;
}

#header_search {
    display: inline;
	width: 180px;
	height: 20px;
	padding-top: 17px;
	float: right;
}

#header_search #searchform {
	margin: 0;
	padding: 0;
}

#header_search input {
	width: 155px;
	height: 11px;
	color: #666;
	background: #FFF;
	border: 1px solid #999;
	float: left;
	font-size: 10px;
}

#header_search input.button {
	width: 15px;
	height: 15px;
	border: none;
	float: right;
}

#header_search searchsubmit {
	
}

#header_search li {
	list-style-type: none;
}

#header_rss {
    display: inline;
	padding-top: 10px;
	float: left;
	margin-left: 450px;
}

#header_rss img {
	height: 22px;
	margin-top: 4px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: 0;
	width: 960px;
	background: #FFF;
}

#content {
	padding: 10px 0 10px 0;
	float: left;
	background: #FFF;
	font-size: 1.2em;
}

.content_no_sidebar {
	width: 960px;
}

.content_with_sidebar {
	width: 680px;
	margin-left: 10px;
}

.content_for_services {
	width: 680px;
}

.content_for_services h1, 
.content_for_services p, 
.content_for_services .breadcrumb,
.content_for_services .addtoany_share_save_container {
	margin-left: 10px;
}

.content_for_services table p {
	margin-left: 0;
}

div#main_nav {
	display: block;
	width: 960px;
	background: #000;
}

div#main_nav ul {
/* 	width: 960px; */
    display: block;
	clear: both;
	list-style-type: none;
	margin: 0 0 0 45px;
	padding: 0;
	color: #fff;
}

div#main_nav ul li {
	float: left;
	margin-right: 32px;
	text-transform: uppercase;
	font-size: 1.1em;
}

div#main_nav a {
	color: #fff;
	line-height: 18px;
	display: block;
	padding: 1px 6px 0 6px;
}

div#main_nav a:hover {
	color: #A988BE;
}

div#main_nav .current_page_item a, 
div#main_nav .current_page_ancestor a, 
div#main_nav .current_page_parent a {
	background: #e1e1e1;
	color: #773D8D;
}

div#nav_sub {
	width: 960px;
	background: #e1e1e1;
}

div#nav_sub ul {
	clear: both;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
	;color: #333;
	font-size: 1.05em;
}

div#nav_sub ul li {
	float: left;
	margin-right: 28px;
	text-transform: uppercase;
}

div#nav_sub a {
	color: #000;
	line-height: 1.6em;
	display: block;
	padding: 2px 6px 0 6px;
}

div#nav_sub a:hover {
	color: #773D8D;
}

div#nav_sub .current_page_item a {
	color: #773D8D;
}

.breadcrumb a:visited, .breadcrumb a:link {
	color: #773D8D;
}

.breadcrumb a:hover {
	color: #344A7A;
}

div.entry-content {
	width: 100%;
	line-height: 1.3em;
}

div.entry-content ul {
	list-style-type: disc!important;
	margin-left: 1.5em;
}

div.entry-content ul li {
	line-height: 1.4em;
}

h1 {
	clear: both;
	font-size: 1.7em;
	color: #585858;
	margin: 0.5em 0 0.7em 0;
}

h2 {
	font-size: 1.5em;
	color: #808285;
	margin: 0.95em 0 0.35em 0;
}

h3 {
	font-size: 1.45em;
	color: #A7A9AC;
	margin: 0.95em 0 0.35em 0;
}

div.entry-content img.alignleft {
	float: left;
	margin: 4px 12px 10px 0;
}

div.entry-content hr {
	clear: both;
	display: block;
	margin: 8px 0 8px 0;
	border: 0;
	height: 1px;
	background: #e1e1e1;
	color: #e1e1e1;
}

#content a {
	
}

#content a:link,
#content a:visited {
	color: #773D8D;
}

#content a:hover {
	color: #344A7A;
}

#content blockquote {

	font-size: 1.0em;
	color: #344A7A;
	margin-left:0;
	line-height: 1.15em;
}

#content cite {
	color: #666;
	font-size: 0.95em;
}

.readmore {
	
}

#col_left {
	width: 385px;
	float: left;
}

#col_right {
	width: 280px;
	float: right;
}

dl.news_post {
	clear: both;
	width: 600px;
}

dl.news_post dt {
	width: 100px;
	font-size: 1.7em;
	float: left;
}

dl.news_post dd {
	float: left;
	margin: 0 0 0 20px;
	width: 470px;
}

.newsitem {
	border-bottom: solid 1px #e1e1e1;
}

.newsitem a {
	color: #773D8D;
}

.newsitem a:hover {
	color: #354b7b;
}

div.gallery {
	clear: both;
}

.gallery-item {
	float: left;
}

.gallery-columns-3 {
	width: 33%;
}

.entry-date {
	font-size: 0.9em;
	color: #666666;
}

table.servicelist {
	width: 100%;
	border-collapse: collapse;
;
}

table.servicelist td {
	background: #e1e1e1;
}

table.servicelist tr.spacer {
	height: 8px!important;
}

table.servicelist td.spacer {
	background: #fff;
	padding: 6px;
}

table.servicelist td.text {
	padding: 4px 0 4px 10px;
}

table.servicelist h2 {
	font-size: 18px;
	color: #773d8d;
	padding: 0;
	margin: 0 0 6px 0;
}

table.servicelist h2 a {
	padding-right: 18px;
	color: #354b7b;
	background: url('../images/services_arrow_link.gif') right center no-repeat;
	line-height: 18px;
}

/* blog page specific */

#respond h3 {
	display: block;
	color: #344A7A;
	text-transform: uppercase;
	background: #e1e1e1;
	line-height: 1.5em;
	padding: 2px 0 0 0;
	text-indent: 8px;
	margin: 0 0 5px 0;
}

div#col1 {
	width: 340px;
	float: left;
	margin-right: 25px;
}

div#col2 {
	width: 300px;
	float: left;
}

/* --- // blog page specific --- */

/* sidebar	*/

#primary {
	color: #585858;
}

#sidebar_holder {
	float: right;
	margin-top: 30px;
	width: 220px;
	border-left: solid 1px #e1e1e1;
	border-top: solid 1px #e1e1e1;
}

#sidebar_holder ul.tag_cloud {
	padding: 10px 0 10px 0;
}

#sidebar_holder ul.tag_cloud li {
	line-height: 1.75em;
}

div.sidebar {
	
}

.sidebar h3 {
	display: block;
	color: #344A7A;
	text-transform: uppercase;
	background: #e1e1e1;
	line-height: 1.5em;
	padding: 2px 0 0 0;
	text-indent: 8px;
	margin: 0 0 5px 0;
	font-size: 1em;
}

div.sidebar li {
	list-style: none;
	margin: 0;
	padding: 0 0 10px 0;
}

div.sidebar ul ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 0;
	line-height: 1.3em;
}

div.sidebar ul ul li {
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 1.3em;
}

div.sidebar ul ul ul {
	margin: 0;
	padding: 0;
}

/* homepage specific */

#content.home {
	width: 100%;
	font-size: 1.15em;
}

#content.home .post p {
	line-height: 1.35em;
}

#content.home div.entry-content {
	margin-left: 8px;
}

#content.home div.entry-content h1 {
	clear: both;
	font-size: 1.65em;
	color: #000000;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
}

#content.home div.entry-content h2 {
	font-size: 1.55em;
	color: #565656;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
}

#content.home div.entry-content h3 {
	font-size: 1.45em;
	color: #585858;
	margin: 0.2em 0 0.2em 0;
	padding: 0;
	line-height: 1.25em;
}

div#campaign_image {
	width: 768px;
	float: left;
	padding-bottom: 10px;
}

div#services_links {
	width: 185px;
	float: right;
}

div#services_links ul {
	list-style-type: none;
	width: 185px;
	margin-top: 8px;
}

div#services_links ul li {
	clear: both;
	margin-bottom: 12px;
	height: 97px;
}

div#services_links ul li img {
	display: block;
	width: 185px;
	height: 83px;
}

div#services_links h3 {
	text-transform: uppercase;
	color: #354B7B;
	font-size: 0.85em;
	margin: 0 0 3px 5px;
}

div#services_links h3 a {
	color: #354B7B;
}

div#services_links h3 a:hover {
	color: #773D8D;
}

div#recent_posts {
	width: 578px;
	float: right;
}

div#recent_posts h3 {
	background: #e1e1e1;
	color: #354B7B;
	text-transform: uppercase;
	padding: 3px 0 3px 8px;
	margin: 0;
	font-size: 0.9em;
}

div#recent_posts h3 a {
	color: #354B7B;
}

div#recent_posts h3 a:hover {
	color: #773D8D;
}

div#row1,div#row2 {
	clear: both;
}

div#row1 {
	margin-bottom: 8px;
}

div.box {
	width: 182px;
	height: 130px;
	float: left;
	display: inline;
	margin-left: 8px;
	border: solid 1px #e1e1e1;
	overflow: hidden;
	line-height: 1.27em;
}

div.wrap {
	padding: 8px;
	font-size: 0.9em;
}

div.wrap p {
	margin: 0;
	padding: 0 0 0.25em 0;
}

div.wrap a {
	color: #773D8D;
}

#footer h4 {
	background: #e1e1e1;
	color: #474747;
	font-size: 1em;
	line-height: 1.8em;
	text-indent: 8px;
	padding: 0;
	margin: 0 0 5px 0;
}

/* Lower Nav */

#footer {
	clear: both;
	padding-top: 15px;
}

#footer_logos {
	float: left;
	height: 65px;
	width: 375px;
}

#footer_customers {
	clear: right;
	float: right;
	height: 65px;
	width: 570px;
}

#footer_legal {
	float: left;
	color: #666666;
}

#footer_credits {
	float: right;
	color: #666666;
}

#footer #base_nav {
	clear: both;
	border-top: solid 1px #e1e1e1;
	padding-top: 8px;
}

#footer #base_nav {
	color: #666666;
	text-align: center;
	height: 20px;
}

#base_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#base_nav li {
	display: inline;
	margin: 0;
	padding: 0px 5px 0 5px;
}

#base_nav a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#base_nav a:hover {
	color: #344A7A;
}

#base_nav a.selected {
	color: #773D8D;
}

textarea#comment {
	width: 460px;
}

.blog-homepage-box {
	width: 215px;
	height: 250px;
	min-height: 250px;
	float: left;
}

.blog-homepage-box .pad-right {
	border-bottom: 1px solid #e1e1e1;
	min-height: 240px;
	height: 240px;
}

.blog-homepage-box p {
	font-size: 0.97em;
}

.blog-homepage-box p.title {
	margin-bottom: 0;
	padding-bottom: 0;
}

.pad-right {
	margin: 15px 20px 15px 0;
}

.blog-homepage-box div.tags {
	font-weight: bold;
	padding: 5px 0 5px 0;
	margin-top: 10px;
}

.blog-homepage-box div.tags a {
	font-weight: normal;
}

/* News Ticker */

.tickerDate {
	
}

.tickerLink a:link, a:visited {
	color: #a988be;
}

.tickerLink a:hover {
	color: #344A7A;
}

.tickerText {
	color: #FFF;
}

.tickerText a:link, a:visited {
	color: #a988be;
}

.tickerText a:hover {
	color: #344A7A;
}

#ticker_main {
	clear: both;
	width: 960px;
	margin: 12px 0 20px 0;
	background: #000
}

#ticker_main p {
	margin: 0 0 0 8px;
	padding: 0;
	line-height: 18px;
	color: #A988BE;
	font-size: 1em;
}

ul#news-ticker {
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
}

ul#news-ticker li {
	list-style-type: none;
	line-height: 18px;
	font-size: 1.1em;
}

ul#news-ticker li a {
	color: #fff;
	text-decoration: none;
}

ul#news-ticker li a:hover {
	color: #354b7b;
}

