/*
Theme Name: CSL2012 
Description: The theme for Commissions for a Sustainable London 2012
*/

/* meyerweb.com style reset  */
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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea {
	margin: 0;
	padding: 0; 
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END meyerweb.com style reset http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html {
/* removes Firefox content jump by forcing the scroll bar  */
	min-height: 100%;
	margin-bottom: 1px;
}
::-moz-selection {
	background: #ffdd00;
	color: #8a8a7a;
}
::selection {
	background: #ffdd00;
	color: #8a8a7a;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
/**/
body {
	background:  #FFF;
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-weight: normal;
}

#wrapper {
	margin: 0 auto;
	width: 990px;
}

@font-face {
	font-family: 'HelveticaLTStdCondensed';
	src: url('fonts/helveticaltstd-cond-webfont.eot');
	src: local('Helvetica LT Std'), local('HelveticaLTStdCond'), url('fonts/helveticaltstd-cond-webfont.html') format('woff'), url('fonts/helveticaltstd-cond-webfont.ttf') format('truetype'), url('fonts/helveticaltstd-cond-webfont.svg#webfonte0QIc3bk') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaLTStdBoldCondensed';
	src: url('fonts/helveticaltstd-boldcond-webfont.eot');
	src: local('Helvetica LT Std'), local('HelveticaLTStdBoldCond'), url('fonts/helveticaltstd-boldcond-webfont.html') format('woff'), url('fonts/helveticaltstd-boldcond-webfont.ttf') format('truetype'), url('fonts/helveticaltstd-boldcond-webfont.svg#webfontUZ4wej7w') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -333px 0 50px;
	width: 100%;
	border-top: 1px solid #ccc;
}
#content {
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 283px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 940px;
	margin: 0 0 0 50px;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
/*
.onecolumn #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
/*
.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */

body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Arial, sans-serif;
	font-weight: normal;
}
body {
	font-size: 100%;

}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget_search label,
.widget-title,
input[type=submit]
{
	font-family: "HelveticaLTStdCondensed", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* Side bar */
#primary h3 {
  font: normal 1.0625em "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
  color: #000; 
  letter-spacing: -0.008em;  
}
#primary li ul {
  padding: 0;
}
#primary li {
  background:url("images/bullet.png") no-repeat scroll left 8px transparent;
  font-size: 0.75em;
  line-height:140%;
  padding:0 0 0 12px; 
  list-style: none;
}
#primary ul {
list-style:none outside none;
margin:0;
 padding: 6px 0 0 0;
position:relative;
}
.sideLine {
  display: block;
  clear: both;
  margin: 0 0 10px 0;
  padding: 10px 0 0 0;
  border-bottom: 1px solid #cccccc;
}
.block4 .sideLine {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
}
.lastSideLine {
  display: block;
  clear: both;
  margin: 10px 0 10px 0;
  padding: 5px 0 0 0;
  border-top: 1px solid #cccccc;
}
.sidebarItem {
  margin: 15px 0 0 10px; 
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */




/* Structure the footer area */

#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-left: 0 10px 0 10px;
}
#footer-widget-area #first {
	width: 230px;
	margin-left: 10px;
}
#footer-widget-area #second {
	width: 230px;

}
#footer-widget-area #third {
	width: 230px;
	margin-left: 10px;
}
#footer-widget-area #fourth {
	width: 200px;
	margin-left: 10px;
}
#site-info {
	float: left;
	font-size: 0.6875em;
}
#site-generator {
	float: right;
	width: 220px;
}



/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles  */

body,
input,
textarea {
	color: #666;
	
}
hr {
	background-color: #E7E7E7;
	border:0;
	height: 1px;
	margin-bottom: 18px;
	clear:both;
}

/* Text elements */

p {
	font-size: 0.875em;
	margin-bottom: 10px;
	color:#555555;
	line-height:140%;
}
.entry-content h2 {
	margin-bottom: 6px;
}
.err404 {
	display: block;
	float: left;
	clear: both;
	padding-bottom: 500px;
}
ul {
	list-style: square;
	margin: 0 0 18px 0;
	
}
#content li {
	background:url("images/bullet.png") no-repeat scroll left 8px transparent;
	list-style:none outside none;
	padding:0 0 0 12px;
}
#content li ul li{
	background: transparent url("images/bulletLine.png") no-repeat scroll left 10px;
	list-style:none outside none;
	padding:0 0 0 18px;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
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 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #FFFFCC;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	text-decoration: none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	padding: 2px;
/*	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); */
}
a:link {
	color:#0078ae;
	text-decoration: none;
}
a:visited {
	color:#0078ae;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #0078ae;
	text-decoration: underline;
}

a.external_icon  {
background: transparent url('images/external.png') right center no-repeat!important;
padding-right: 17px!important;
padding-bottom: 0px;
overflow:hidden;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}



/* =Header
-------------------------------------------------------------- */

#header {
	height: 141px;
}
.logo {
	display: block;
	width: 270px;
	height: 81px;
	float: left;
	text-indent: -9999px;
	top: 22px;
	position: relative;
	background: white url(images/logo.png) 0 0 no-repeat;
}
#strapLine {
  display: block;
	width: 293px;
	height: 24px;
	float: left;
	text-indent: -9999px;
	top: 57px;
	left: 70px;
	position: relative;
	background: white url(images/strapline.png) 0 0 no-repeat;
}
#searchBoxWrapper {
 display: block;
 	position: relative;

	height: 40px;
	float: right;
	font-size: 0.6875em;
	top: 57px;
}

#searchBoxWrapper input.inputbox {
	border: 0;
	padding: 2px;
	width: 165px;
}
#searchBoxWrapper .inputbox {
	float: left;
}





#site-title {
	float: left;
	margin: 0 0 18px 0;
	width: 700px;
	font-size: 30px;
	line-height: 36px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */

#branding img {
	clear: both;
	border-top: 4px solid #000;
	display: block;
	border-bottom: 1px solid #000;
}
#searchsubmit  {
background:url(images/searchboxGo2.png) no-repeat scroll 0 0 transparent;
border:medium none;
height:28px;
margin:0;
overflow:hidden;
width:35px;
color: #0078ae; 
float: left;
}
form input#s, form input#dlsearch,  form input#reccsearch  {
background:url(images/searchbox.png) no-repeat scroll 0 0 transparent;
border: 0;
float:left;
height:16px;
margin:0;
overflow:hidden;
padding:6px 4px 6px 24px;
width:184px;
color: #555555;
}
form input#reccsearch  {
	width: 225px;
}


.search {


}
/* =Menu
-------------------------------------------------------------- */


/*

#access .menu-header,
div.menu {
	font-size: 0.875em;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float:left;
	position: relative;
}
#access a {
	display:block;
	text-decoration:none;
	color:#0078ae;
	padding: 0 10px;
	line-height:28px; 
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
}
#access ul li:first-child a {
padding-left: 0;
}
#access ul ul {
	display:none;
	position:absolute;
	top:28px;
	left:0;
	float:left;
	font-size: 0.875em;
/*	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
*/	

/*

	z-index: 99999;
}

#access ul ul ul {
	left:100%;
	top:0;
}
#access ul ul a {
	height:auto;
	/*line-height:1em; 
	padding:10px; */
/*	width: 200px;
	background-color: #fff;
	border-top: 1px dotted #a3a3a3;
	
}

#access li:hover > a,
#access ul ul :hover > a,
#access li.hover
 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #0078ae;	
}
#access ul ul :hover > a {
  color: #1f1f1f;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #ebebeb;
}
#access ul ul li:last-child a {
	border-bottom: 1px dotted #cccccc;
}
#access ul li:hover > ul {
	display:block;
}
#access ul li:hover, #access li.dshover ul  {
 display: block; 
}

#access a:hover
 {
  color: #0078ae;
}


.current-menu-item a {
  color: #1f1f1f!important;
  /* border-bottom: solid 3px #1f1f1f; }
  
  */  
/*
.sub-menu {
  padding: 20px 10px 20px 10px;
  border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #fff;
}

/* Alt menu */ 

#access {  
	width: 940px;
	display:block;
	float:left;
	margin-left: 52px;
	margin-top: 34px;
	background: white url('images/topline.png') 0 24px repeat-x;
	height: 29px;
}

#menu-main {	
	margin: 0;
	padding: 0
}
#menu-main li {
	float: left;
	list-style: none;
	font: 0.875em Arial;
}
#menu-main li a {	
	display: block;
	padding: 5px 8px;
	text-decoration: none;
	white-space: nowrap;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	color: #0078ae;
}
#menu-main li a:hover {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #000!important;
	background-color: #fff;	
}
#menu-main li ul  {
	z-index: 99999;		
	margin: -1px 0 0 0;
	padding: 20px 10px 20px 10px;
	position: absolute;
	visibility: hidden;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: #fff;
	width: 200px;
}
#menu-main li ul li {
	float: none;
	display: inline;
}
#menu-main li ul li a {
	width: auto;
	border-left: none!important;
	border-right: none!important;
	border-top: none!important;
	border-bottom: 1px dotted #a3a3a3!important;
	color: #0078ae;
}
#menu-main li ul li:first-child a {
	border-top: 1px dotted #a3a3a3!important;
}
#menu-main li ul li a:hover {
	background: #ebebeb;
	color: #000;
}
#menu-main li.current-menu-item,
#menu-main li.current-menu-parent {	
	background: white url('images/toplineActive.png') 0 24px repeat-x;
}
#menu-main li.current-menu-item  a {
	color: #000;
}
#access li:hover > a,
#access ul ul :hover > a,
#access li.hover
 {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #fff;
	color: #0078ae;	
}
/* Menu's without drop down*/
#menu-item-40 a:hover, 
#menu-item-299 a:hover,
#menu-item-218 a:hover,
#menu-item-89  a:hover,
#menu-item-215 a:hover,
#menu-item-558 a:hover,
#menu-item-1167 a:hover,
#menu-item-2398 a:hover
{
	border-top: 1px solid white!important;
	border-left: 1px solid white!important;
	border-right: 1px solid white!important;
	background: white url('images/topline.png') 0 23px repeat-x;
}
#menu-item-299 a:link, 
#menu-item-299 a:visited, 
#menu-item-299 a:active, 
#menu-item-299 a:hover { /* home link*/
	padding-left: 0;
}

/* =Content
-------------------------------------------------------------- */
.entry-title {
	color: #000;
	display: block;
	margin-left:50px;
	font-size: 2.25em;
	height: 91px;
	background-color: white;
	font-family: "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
	letter-spacing: -0.008em;
}
#breadcrumb {
	font-size: 0.75em;
	color: #000;
	padding: 5px 0 13px 52px;
	background-color: white;
}
#breadcrumb a {
  color: #555;
  text-decoration: none; 
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb span {
	color: #555;
	padding-right: 5px;
}

.crumb {
  background: url('images/breadcrumb.png') 2px 3px no-repeat;
  display: inline;
  margin: 0 3px;
  padding: 0 6px 0 6px; 
} 

#main {
	overflow: hidden;
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;
	background: url('images/containerbg.png') 50px 0 repeat-y; 	
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
  }
#content {
  width: 645px;

}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom:10px;
}
#content ul, ol {
	overflow: hidden;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom:0;
}
#content  li {
	font-size: 0.875em;
	color: #555555;
	line-height: 140%;
}
#content table li {
	font-size: 1em;
}
#content  li  li{
	font-size: 1em;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content strong,
#content b,
#content dt,
#content th {
	font-weight: bold;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
}
#content h2 {
	font: normal 1.25em "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
	margin-bottom: 0;
	letter-spacing: -0.008em;
}
#content h3 {
  font: normal 1.0625em "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
  color: #000; 
  letter-spacing: -0.008em;
}
#content table {
	border-bottom:1px solid #CCCCCC;
	text-align: left;
	margin: 15px -1px 24px 0;
	width: 100%;
	font-size: 0.8125em;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #CCCCCC;
	padding: 6px 0 6px;
	vertical-align: baseline;

}
#content table .form {
	border-bottom: none!important;
}
#content .form tr td {
	border-top: none!important;
}

#content tr.odd td {
	background: #F2F7FC;
}
/*.hentry {
	margin: 0 0 48px 0;
}
*/
.home .sticky {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin-left: -20px;
	margin-right: -20px;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #444;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color:#888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #FF4B33;
}
/* .entry-title,
.entry-meta {
	clear: left;
	float: left;
	margin-right: 68px;
	display: block;
}
#content .entry-title {
	color: #000;
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 0;
} */
.entry-title a:link,
.entry-title a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FF4B33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 15px 40px 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #E7E7E7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight:bold;
	margin:0 0 22px 0;
	word-spacing:0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color:#444;
	font-weight:normal;
	padding:0.5em 0.75em;
	text-decoration:none;
}
.home .sticky .page-link a {
	background: #D9E8F7;
}
.page-link a:active,
.page-link a:hover {
	color: #FF4B33;
}
#entry-author-info {
	background: #F2F7FC;
	border-top: 4px solid #000;
	padding: 18px 20px;
	margin: 24px 0;
	overflow: hidden;
	clear: both;
	font-size: 14px;
	line-height: 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	margin: 0 -104px 0 0;
	padding: 11px;
	height: 60px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-weight: bold;
	font-size: 100%;
	margin-bottom: 0;
}
.entry-utility {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	clear: both;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #FF4B33;
}
#content .video-player {
	padding: 0;
}


/* Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top:0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}




/* Gallery listing
-------------------------------------------------------------- */

.category-gallery {
	margin-bottom: 48px;
}
.category-gallery h2 {
	margin-top: 10px;
}
.category-gallery .entry-meta {
}
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right:20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-content p {
	display: inline;
}
.home #content .category-gallery .entry-utility {
	padding-top:4px;
}


/* Attachment pages
-------------------------------------------------------------- */

.entry-content .attachment img {
	margin-bottom: 0;
}
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}



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

#content img {
	margin: 0;
	max-width: 640px;
}
.single-attachment #content img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, 
#content img.alignright, 
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {

	color: #767676;
	font-size: 0.6875em;
	line-height: 18px;
	text-align: left;
	margin-bottom: 20px;

}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content div.img div, .caption {
	font-size: 0.6875em;
	line-height: 100%;
	text-align: left;
	background-color: #fff;
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 2px 0 4px 0; 
	color: #767676;
}

/* =Navigation
-------------------------------------------------------------- */

.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}



/* =Comments
-------------------------------------------------------------- */

#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px!important;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}



/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	margin-top: 24px;
	border-top: 1px solid #e7e7e7;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {
	width:98%;
}
#respond dt,
#respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	 display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
/* .widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
*/
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	display: block;
}
.widget-title {
	color: #222;
	
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}

.ai1ec-no-results {
  font-size: 11px !important;
  font-style: normal!important;
  display: none;
}
p.assurance {
	font-size: 0.75em;
	margin: 0px 0px 10px 10px;
}
p.tweet {
	font-size: 13px!important;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #FF4B33;
}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Downloads */
#downloadPageWrapper {
  width:675px;
  margin-left: 50px;
}
#downloadsSearchBox, #faqTopBox {
  width: 657px;
  background: #ededed;
  height: 48px;
  border-bottom: 1px solid #cccccc;
}
#downloadsSearchBox .search {
  padding: 10px ;
}
#downloadsPagination {
  width: 657px;
  background: #ededed;
  height: 29px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
ul.pagination, #wp_page_numbers ul, ul.perpage {
  font-size: 0.75em;
  padding: 0;
  margin: 6px 10px 5px 0;
  float: right;
}
ul.perpage {
	float: left;
	margin-left: 5px;
}
#wp_page_numbers ul {
  margin-right: 38px;
}
ul.pagination li, #wp_page_numbers li, ul.perpage li{
  display: inline;
  font-size: 1em!important;
  padding: 0 3px 0 3px!important;
  background-image: none!important;
}
ul.pagination li a:link, #wp_page_numbers li a:link, ul.perpage li a:link {
  text-decoration: none;
}
ul.pagination li a:hover, #wp_page_numbers li a:hover, ul.perpage li a:hover, {
  text-decoration: underline;
  color: #000!important;
}
#wp_page_numbers li a:visited {
  text-decoration: none;
  color: #0078AE;
}

ul.pagination li.currentPage, #wp_page_numbers li.active_page, ul.perpage li.currentPage {
  color: #000!important;
  padding: 0 3px 0 3px!important;
  text-decoration: underline;

}
ul.pagination li.currentPage a:link, .active_page a, ul.perpage li.currentPage a:link,{
  color: #000!important;  
}
ul.pagination li.next, #wp_page_numbers li.next {
  padding: 0 15px 0 2px!important;
  border-right: 1px solid #929292;
}
ul.pagination li.viewall {
  padding: 0 2px 0 2px!important;
  margin: 0 15px 0 10px;
}
.downloadsContent {
  margin: 20px 0 20px 0;
  clear: both;
  width: 618px;
  border-bottom: 1px dotted #a3a3a3;
}
#homeNewsWrapper .downloadsContent {
	width: auto!important;
}
.sidebarItem #viewallpublications {
	display: block;
	border-top: 1px dotted #a3a3a3;
	margin: 0 0 20px 0;
}
.sidebarItem #viewallpublications a {
  background:url(images/arrowLink.png) no-repeat scroll left 4px transparent;
  font-size: 0.75em;
  line-height: 18px;
  padding:0 0 0 18px;
}
#content .downloadsContent ul {
margin-bottom: 5px;
}

#content .lastline {
  border-bottom: 1px dotted #FFF;
  margin: 20px 0 0 0;
}
.downloadThumbnail {
  width: 68px;
  height: 96px;
  border: 1px solid #d0d0d0;
  float: left;
  margin: 0 10px 0 0;
}
.downloadDetails {
padding:0 0 0 10px;
display:table; 
width: 520px;
}

/* Hack for IE */
*.downloadDetails {
display:inline-block;
width: 520px; 
}

.downloadDetails h2 {
  font-family: "Arial Narrow";
  font-size: 1.0625em!important;
    line-height: 100%;
}
  
.downloadDetails h2 a:link {
  color: #000;
 }
 .downloadDetails p {
 margin-bottom: 0!important;
 line-height: 20px;
  }
.downloadDetails p a:link { 
 color: #0078ae;
 text-decoration: none;
 
 }
.downloadDetails .downloadDate { 
 color: #555555;

 }
#content .powerpoint img, #content .word img, #content .pd1f img {
   height: 53px;
}
.downloadDetails li {
  background:url(images/arrowLink.png) no-repeat scroll left 4px transparent!important;
  font-size: 0.75em!important;
  line-height: 18px!important;
  padding:0 0 0 18px!important;
}

.downloadDetails ul {
list-style:none outside none;
margin: 0;
padding:0 0 12px;
position:relative;
}

#primary .downloadsContent {
  margin: 10px 0 10px 0;
  clear: both;
  height: 87px;
  border-bottom: 1px dotted #a3a3a3;
}
#primary .lastline {
  border-bottom: 1px dotted #FFF;
  margin-bottom: 0px;
}
#primary .powerpoint {
  height: 55px;
}
#primary .powerpoint img, #primary .word img {
   height: 43px;
} 
#primary .downloadThumbnail {
  width: 56px;
  height: 76px;
  border: 1px solid #d0d0d0;
  float: left;
  margin: 0 0 0 0;
}

#primary .downloadDetails {
/* margin:0 0 0 10px; */
display:table; 
width: 175px;
}

/* Hack for IE */
*#primary .downloadDetails {
display:inline-block;
width: 175px; 
}
#primary .downloadDetails h4 {
  font-family: Arial;
  font-size: 0.75em;
  line-height: 140%;
}
#primary .downloadDetails h4 a:link {
  color: #0078ae;
   text-decoration: none;
 }
#primary .downloadDetails .downloadDate { 
  color: #555555;
  font-size: 0.75em;
  line-height: 18px;
}
.powerpoint_img{
	float: left;
 display: block;
 background: url(images/powerpointDownload.png) center center no-repeat;
 width: 68px;
 height: 53px;
border:1px solid #D0D0D0; 
}

.word_img {
 float: left;
 display: block;
 background: url(images/wordDownload.png) center center no-repeat;
 width: 68px;
 height: 53px;
border:1px solid #D0D0D0; 
}

.pdf_img {
 float: left;
 display: block;
 background: url(images/acrobatDownload.png) center center no-repeat;
 width: 68px;
 height: 53px; 
 border:1px solid #D0D0D0;
}

.none_img{
 float: left;
 display: block;
 background: url(images/thumbnail.html) center center no-repeat;
 width: 68px;
 height: 53px;
border:1px solid #D0D0D0; 
}

#downloadDetailThumb  .powerpoint_img,
#downloadDetailThumb  .pdf_img,
#downloadDetailThumb  .word_img,
#downloadDetailThumb  .none_img
{
	float: none;
	display: block;
	height:106px;
	width:138px;
	border:1px solid #D0D0D0; 
}

#downloadDetailThumb  .powerpoint_img {
	background: url(images/powerpointDownloadLarge.png) center center no-repeat!important; 
}
#downloadDetailThumb  .pdf_img{
	background: url(images/acrobatDownloadLarge.png) center center no-repeat!important; 
}
#downloadDetailThumb  .word_img {
	background: url(images/wordDownloadLarge.png) center center no-repeat!important; 
}
#downloadDetailThumb  .none_img{
	background: url(images/thumbnail.html) center center no-repeat!important; 
}

/* Social utility footer */
ul.addtoany_list {
	float: left;
	margin: 0 80px 0 -10px!important;
	list-style-type:none;
}


/*	.addtoany_share_save_container{margin:16px 0;}
	ul.addtoany_list{
		display:inline;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
		text-indent:0 !important;
	}
	ul.addtoany_list li{
		background:none !important;
		border:0;
		display:inline !important;
		line-height:32px;
		list-style-type:none;
		margin:0 !important;
		padding:0 !important;
	}
	ul.addtoany_list li:before{content:"";}
	ul.addtoany_list li a{padding:0 9px;}
	ul.addtoany_list img{
		float:none;
		border:0;
		margin:0;
		padding:0;
		vertical-align:middle;
	}
	ul.addtoany_list a img{
		opacity:.7;
		filter:alpha(opacity=70);
	}
	ul.addtoany_list a:hover img, ul.addtoany_list a.addtoany_share_save img{
		opacity:1;
		filter:alpha(opacity=100);
	}
	a.addtoany_share_save img{border:0;width:auto;height:auto;}

	*/
ul.addtoany_list li {
	line-height: 100%!important;
	font-size: 0.75em;
}
a.a2a_dd, a.addtoany_share_save  {
	background: transparent url('images/iconShare.png') top left no-repeat!important;
	padding: 0 0 2px 20px;
}
ul#utility-footer {
	float: left;	
	margin: 20px 0 60px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	width: 657px;
}
ul#utility-footer-pubs {
	float: left;	
	margin: 0 0 60px 0;
	padding: 10px 0 0 0;
	width: 657px;
}
ul#utility-footer  li, ul#utility-footer-pubs li{
	display: inline;
	list-style: none;
	font-size: 0.75em;
	background: none;
	padding:0;
} 
li.footer-share-this {
	padding-right: 80px!important;
}
li.footer-twitter {
	padding-right: 77px!important;
}
li.footer-enews {
	padding-right: 20px!important;
}
a.footer-share-this-icon {
	background: transparent url('images/iconShare.png') top left no-repeat;
	padding: 0 0 2px 20px;
}
a.footer-twitter-icon {
	background: transparent url('images/iconTwitter.png') top left no-repeat;
	padding: 0 0 2px 20px;
}
a.footer-enews-icon {
	background: transparent url('images/iconEnewsletter.png') top left no-repeat;
	padding: 0 0 2px 20px;
}
a.footer-rss-icon {
	background: transparent url('images/homeRSSicon.png') top left no-repeat;
	padding: 0 0 2px 20px;

}

#utility-footer a:visited, #utility-footer-pubs a:visited  {
	text-decoration: none!important;
}
#utility-footer a:hover, #utility-footer-pubs a:hover  {
	text-decoration: underline!important;
	color: #555;
}
/* Main sidebars */
.xoxo li {
  margin-left: 10px
}

#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
/*#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
*/


/* Footer widget areas */

#footer-widget-area h3 {
	font-family: "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
	letter-spacing: -0.008em;
  font-size: 0.9375em;
  line-height: 140%;
  font-weight: normal;
}
#footer-widget-area .widget-area {
  font-size: 0.75em; 
  line-height: 140%;
  color: #555555;
}
#footer-widget-area .widget-area h3 {
	font-size: 1.3em!important;
}
#footer-widget-area .widget-area  li{
margin-left: 0!important;
}
/* .menu-footer-1-container, .widget_recent_entries, .menu-footer-2-container, .menu-footer-3-container, .menu-footer-4-container, #second  .xoxo li {
  font-size: 0.75em; 
  line-height: 140%;
  color: #555555;
}

#second  .xoxo li {
	margin-left: 0!important;
}
.widget_recent_entries li  {
	margin-left: 0!important;
}
.menu-footer-1-container li, .menu-footer-2-container li, .menu-footer-3-container li, .menu-footer-4-container li {
  margin: 0;
  padding: 0;
}
*/

#footerline .external_icon {
	background-image: none!important;
	padding-right: 0!important;
}


#footer a:link {
  color: #555555!important;
  text-decoration: none;  
}
#footer a:visited {
  color: #555555!important;
  text-decoration: none!important;  
}
#footer a:hover {
  color: #000!important;
  text-decoration: none!important; 
}
#footerline {
  text-align: center;
  width: 940px;
  margin-top: 10px;
  font-family: Arial, sans-serif!important;
}
#footerline ul {
  margin: 0;
  padding: 0; 
  list-style: none;  
}
#footerline li li {
display: inline;
border-right: 1px solid #696969;
padding: 0 10px 0 5px;
}
#footerline li #menu-item-205 {
border-right: none!important;
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
	border-top: 1px solid #ccc;
	margin-top: -1px;
	padding: 18px 0;
	overflow: hidden;
	background-color: #ededed; 
}
#site-info a {
	color: #000;
	text-decoration: none;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}



/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.widget_search label,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}



/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background:none !important;
	}
	#wrapper {
		float: none !important;
		clear: both !important;
		display: block !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		margin: 0;
		padding:0;
		line-height: 1.4em;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		width: 100%;
		margin: 0;
	}
	#content,
	.onecolumn #content {
		width: 100%;
		margin: 24pt 0 0;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display:none
	}
	#site-generator a {
		padding: 0;
	margin: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display:inline;
	}
	.home .sticky {
		border: none;
	}
}

/* Homepage */
body.home #main {
	background-image: none;
}
#homepageWrapper {
	margin: 7px 0 10px 52px;
	width: 940px;
}
#homeLeftWrapper {
	width: 710px;
	float: left;
}
#homeHero {
	float: left;
}
#homeBlurb {
	float: left;
	width: 470px;
	height: 303px;
	background-color: #e5f1f7;
}
#homeDetails {
	margin: 20px;	
}
#homeDetails h2 {
	font-family: "Arial Narrow";
	font-size: 1.3125em;
	line-height: 100%;
	color: #000;
	font-weight: normal;
}
#homeDetails p {
	margin-bottom: 4px;
}
#homeDetails  #quoteWrapper p, #homeDetails  #quoteWrapper q {
	font-style: italic;
	margin-bottom: 2px;
	line-height: 120%;
	color: #555;
	font-size: 0.9375em;
	
}
#homeDetails a.arrow:link {
	font-size: 0.875em;
	padding-left: 15px;
	background: transparent url('images/arrowHomeLinks.png') 0 4px no-repeat;
	margin-bottom: 5px;
	display: block;	
	text-decoration: none;
}
#homeDetails a.arrow:visited {
	color: #0066CC;
	text-decoration: underline;
	background: transparent url('images/arrowHomeLinks.png') 0 4px no-repeat;
	font-size: 0.875em;
	padding-left: 15px;
	margin-bottom: 5px;
	display: block;	
} 
#homeDetails a.arrow:hover{
	color: #0066CC;
	text-decoration: underline;
} 
.quote {
	margin: 20px 0 0 0;
	padding: 16px 20px 20px 20px;
	background: transparent url('images/homeQuoteTop.png') top left no-repeat;
}
.quotescollection_randomquote cite  {
	font-style: normal;
	text-align: left!important;
	font-size: 0.6875em;
	color: #000;
	background: transparent url('images/homeQuoteBottom.png') top right no-repeat;
	line-height: 14px;
	margin-top: 4px;
}
.quotescollection_author {
	display: block;
}
.quotescollection_source {
	display: block;
}
#homeNewsWrapper {
	margin: 10px 0 0 52px;
	padding: 20px 0 0 0;
	border-top: solid 1px #ccc;
	display: block;
	clear: both;
	float: left;
	width: 940px;
	background: transparent url('images/homeNewsBg.png') 0 0 repeat-y;
}
.homeBlock {
	/* border-right: solid 1px #ccc; */
	display: block;
	float: left;
	width: 220px;
}
.block2 {
	margin-left: 20px;
		width: 220px;
}
.block3 {
	margin-left: 20px;
		width: 220px;
}
.block4 {
	margin-right: 10px;
	width: 220px;
	float: right;
}
.block4 .name,
.block4 .simplepie,
.block4 .nameTwitter,
.block4 .twitter,
.block4 .nameEnews
 {
	margin-left: 10px;
}
.simplepie {
clear: both;
}
.name {
	float: left;
	width: 170px;
}
.feed {
	float: right;
	margin: 0 10px 0 0;
}
.rss  {
	display: block;
	background: transparent url('images/homeRSSicon.png') 0 0 no-repeat;
	width: 16px;
	height: 16px;
}
.nameTwitter {
	float: left;
	width: 120px;
}
.feedTwitter {
	float: right;
	margin: 0 10px 0 0;	
}
.twittericon {
	display: block;
	background: transparent url('images/iconTwitter.png') center right no-repeat;
	font-size: 0.8125em;
	height: 16px;
	padding: 0 20px 0 0;
	margin-top: 3px;
}
#tweet ul {
	margin: 0;
}
#tweet li {
	list-style: none;
}
#tweet .date-news {
	font-size: 1em;
	margin-bottom: 0;
}
.linkedinicon {
	display: block;
	background: transparent url('images/iconLinkedin.png') center right no-repeat;
	font-size: 0.8125em;
	height: 16px;
	padding: 0 20px 0 0;
	margin-top: 3px;
}

.feedEnews a:visited, 
.feedTwitter a:visited {
	text-decoration: none!important;
}
.nameEnews {
	float: left;
	width: 100px;
}
.feedEnews{
	float: right;
	margin: 0 10px 0 0;	
}
.enewsicon {
	display: block;
	background: transparent url('images/iconEnewsletter.png') center right no-repeat;
	font-size: 0.8125em;
	height: 16px;
	padding: 0 20px 0 0;
	margin-top: 3px;
}
.twitter {
	font-size: 12px!important;
	line-height: 140%;
	float: left;
	width: 200px;
	margin: 0 0 5px;
	padding: 0 0 5px	
}
.twitter abbr {
	border-bottom: none;
}
.twitter-timestamp {
	display: block;
	clear: both;
}
.homeBlock .simplepie ul{
	list-style: none;
	margin: 0;
	width: 220px;
}
.homeBlock .simplepie li {
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: dotted 1px #a3a3a3;
	font-size: 0.75em;
	line-height: 140%;
}



.block4 .simplepie li {
	border-bottom: none;
}
.homeBlock .simplepie .date {
	display: block;
	
}
.homeBlock h2 {
	margin: 0 0 4px 0;
	font: normal 1.0625em "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
	line-height: 100%;
	color: #000;
	letter-spacing: -0.008em;
}
#homeDetails h2 {
	font: normal 1.0625em "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed";
	letter-spacing: -0.008em;
}
.homeBlock h2 a:link {
	color: #000;
	text-decoration: none;
}
.homeBlock h2 a:visited {
	color: #000;
	text-decoration: none;
}
.homeBlock h2 a:hover {
	color: #000;
	text-decoration: underline;
}
#homeNewsWrapper .downloadsContent {
clear:both;
height:123px;
margin:10px 0;
}
#homeNewsWrapper   .lastline {
	border-bottom: none;
}
#homeNewsWrapper  .downloadDetails {
margin:0 0 0 10px;
display:table; 
width: 120px;
}
#homeNewsWrapper  #viewallpublications {
	display: none;
}
#homeNewsWrapper  .downloadThumbnail {
  width: 77px;
  height: 109px;
  border: 1px solid #d0d0d0;
  float: left;
  margin: 0 0 0 0;
}
.dottedLine {
border-bottom:1px dotted #A3A3A3;
clear: both;
width: 100%;
height: 5px;
margin: 5px 0 10px 0;
float: left;	
}
#homeNewsWrapper  .downloadDetails h4 {
  font-family: Arial;
  font-size: 0.75em;
  line-height: 140%;
}
#homeNewsWrapper  .downloadDetails h4 a:link {
  color: #0078ae;
   text-decoration: none;
 }
#homeNewsWrapper  .downloadDetails .downloadDate { 
  color: #555555;
  font-size: 0.75em;
  line-height: 18px;
}
.publications-button {
	clear: both;
	background: url('images/btnPublications.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 159px;
	margin: 10px 0 20px 0;
}
.publications-button:hover {
	background-position: 0 -24px;
}
.news-button {
	clear: both;
	background: url('images/btnNews.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 142px;
	margin: 10px 0 20px 0;
}
.news-button:hover {
	background-position: 0 -24px;
}
.profiles-button {
	clear: both;
	background: url('images/btnProfiles.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	width: 210px;
	margin: 10px 0 20px 0;
}
.profiles-button:hover {
	background-position: 0 -26px;
}



	/* 
	.colmask {
		position:relative;		
	    clear:both;
	    float:left;
        width:100%;			
		overflow:hidden;	
	}
	
	.rightmenu {
	    background:#ff9;
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 215px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
    }
/* People */
.member {
	width: 270px;
	height: 70px;
	float: left;
	margin-bottom: 10px;
}
.memberphoto {
	border: 1px solid #D0D0D0;
	display: block;
	float: left;
	margin: 0 10px 10px 0!important;
}
.peopleDetails {
	float: left;
	display: block;
	width: 185px;
}
.member h3 {
	font-family: Arial!important;
	font-size: 0.875em!important;
	letter-spacing: 0!important;
	margin-bottom: 2px;
}
.member p {
	font-size: 0.75em; 
}
.peoplespace {
	display:block;
	clear: both;
	height: 5px;
}
#people h2   {
	border-top: 1px dotted #a3a3a3;
	clear: both;
	display: block;
	margin: 10px 0 10px 0; 
	padding: 20px 0 0 0;
} 
#peopleThumb  {
float:left;
width:142px;
}
#peopleText  {
float:right;
margin:0 25px 20px 0;
width:420px;
}
.people-back {
	background: url('images/backPeopleButton.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 140px;
	margin-top: 10px;
}
.people-back:hover {
	background-position: 0 -24px;
}
#peopleText .dottedLine {
	margin: 5px 0 20px 0;
}
/* FAQ */
h3.trigger {
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
	background: url(images/arrowClosed.png)  0 3px no-repeat;
	line-height: 140%;
	width: 500px;
	font-size: 0.875em!important;
	font-family: Arial!important;
	font-weight: normal;
}
h3.trigger a {
	color: #0078ae;
	text-decoration: none;
	display: block;
}
h3.trigger a:hover {
	color: #0078ae;
	text-decoration: underline;
}
h3.active {
	padding: 0 0 0 15px;
	background: url(images/arrowOpen.png) 0 5px no-repeat;
}
.toggle_container {
	padding: 0;
	overflow: hidden;
	width: 500px;
	clear: both;
	margin-left: 15px;
}
.toggle_container .block {
	margin-bottom: 0!important;
}
.toggle_container .block p {
margin-bottom: 0!important;
	}
#faqTopBox p {
	margin: 15px 0 10px 15px;
	width: 380px;
	float: left;
}
.faqButton {
	float: right;
	width: 80px;
	margin: 10px 40px 10px 15px;
	text-align: center;
	}
.toggle_all {
	display: block;
	background: url(images/btnFaq.png) top left  no-repeat;
	width: 80px;
	height: 28px;
	padding: 7px 0 5px 0;
	font-size: 0.8125em;
	color: #555555;
}
.toggle_all:link  {
	color: #555555!important;
	text-decoration: none!important;
}
.toggle_all:visited  {
	color: #555555!important;
	text-decoration: none!important;
}
.toggle_all:hover  {
	color: #000!important;
	text-decoration: none!important;
}
#faqs {
padding-top: 5px!important;
}
#faqs h2    {
border-top:1px dotted #a3a3a3;
clear:both;
display:block;
margin: 20px 0 10px 0; 
padding: 18px 0 0 0;
} 
#faqs .noline {
border-top:none!important;
margin: 0!important;
padding: 0!important;

}   
#downloadDetailsMeta {
	border-bottom: 1px dotted #A3A3A3;
	clear: both;
	margin: 16px 0;
	width:618px;
}
#downloadDetailsMeta h2 {
	padding: 0;
}
.downloadTags {
	font-size: 0.75em;
	margin-bottom:16px !important;
}
#downloadDetailThumb {
	width: 142px;
	float: left;
}
#downloadDetailText {
	width: 470px;
	float: right;
	margin: 0 25px 20px 0;
}
#downloadDetailText p {
	color: #555;
	font-size: 0.875em;
	line-height: 140%;
}
#downloadDetailThumb img {
	width: 138px;
	height: 195px;
	border:1px solid #D0D0D0;
}
.download-button {
	background: url('images/downloadbutton.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
	width: 140px;
	margin-top: 10px;
}
.download-button:hover {
	background-position: 0 -26px;
}
.download-back{
	background: url('images/downloadBack.png') no-repeat scroll left top transparent;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 24px;
	width: 140px;
	margin-top: 10px;
}
.download-back:hover {
	background-position: 0 -24px;
}
#downloadDetailBack  {
	background:none repeat scroll 0 0 #EDEDED;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	height: 29px;
	width: 657px;
	clear: both;
}
#downloadDetailBack .arrow {
	background:url("images/arrowBack.png") no-repeat scroll left 4px transparent;
	font-size: 0.75em;
	line-height: 18px;
	padding: 0 0 0 13px;
	margin: 6px 0 0 12px;
	display: block;
}
#downloadDetailBack .arrow:link {
	color: #0078ae;
	text-decoration: none;
}
#downloadDetailBack .arrow:visited{
	color: #0078ae;
	text-decoration: none;
}
#downloadDetailBack .arrow:hover{
	color: #0078ae;
	text-decoration: underline;
}
.mainDownloadsContent{
/*	min-height:130px; */
}
#primary li.current-cat a {
	color: #000!important;
}
#primary .people li {
	background:url("images/arrowLinkDown.png") no-repeat scroll left 4px transparent;
	font-size:0.75em;
	line-height:18px;
	padding:0 0 0 15px;
}
#primary .people .noDownload {
	background: none!important;
	font-size:0.75em;
	line-height:18px;
	padding:0!important;
}


/* Archives */
.archives {
	padding-bottom: 10px;
}

#primary .archives ul {
	padding: 0!important;
}
#primary .archives li  {
	background:url("images/arrowLink.png") no-repeat scroll left 4px transparent;
	font-size:0.75em;
	line-height:18px;
	padding:0 0 0 15px;
}
#primary .archives .current-year {
	background: url("images/arrowLinkDown.png") no-repeat scroll left 4px transparent!important;
}
#primary .archives a .current-month {
	color: #000!important;
}

#primary .archives li  li {
	font-size:1em;
	background:url("images/bullet.png") no-repeat scroll left 8px transparent;
	list-style:none outside none;
	padding:0 0 0 12px;
}

body.archive #content {
	margin-top: 20px;
}
.newsItem .readMore {
	display: block;
	float: right;
	background: transparent url('images/arrowClosed.png') 0 2px no-repeat;
	font-size: 0.875em;
	padding-left: 15px;
	margin-top: 5px;
}
.newsItem, .blogItem {
	width: 620px;
	border-bottom: 1px dotted #A3A3A3;
	clear: both;
	float: left;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}
#content .blogItem h2 {
	font-size: 1.25em;
}
#content .blogItem h2 a , #content .newsItem h2 a {
	color: #000!important;
}
#content .newsItem h2 {
	font-size: 1.0625em;
}

.newsThumb {
	float: left;
	padding: 0 10px 5px 0;
}
.newsThumb img {
border: solid 1px #d0d0d0;
}

/* Blog */
.tags {
	font-size: 0.75em;
	margin: 2px 0 2px 0;
}
.comments {
	font-size: 0.875em;
	float: left;
}
.blogItem .readMore{
	display: block;
	float: right;
	background: transparent url('images/arrowClosed.png') 0 2px no-repeat;
	font-size: 0.875em;
	padding-left: 15px;

}
#blog-meta {
	width: 615px;
	float: left;
	margin: 20px 0 0 0; 
	padding-bottom: 20px;
	border-bottom: 1px dotted #a3a3a3;
}
a.tt {
	font-size: 0.75em;
	background: transparent url('images/iconTwitter.png') center left no-repeat!important;
	height: 18px;
	padding: 2px 0 0 25px!important;
	margin-top: 3px;
	margin-left: 30px;
}

#tweetthis {
display: none!important;
}
#news-meta{
	width: 615px;
	float: left;
	margin: 17px 0 0 0; 
	padding-bottom: 7px;
	border-bottom: 1px dotted #a3a3a3;
}
.author-thumb {
	border: 1px solid #cfcfce;
	float: left;
	
}
#blog-meta #date-tags {
	margin-left: 10px;
	float: left;
	width: 420px;
}

/* Terms page */
#terms {
	font-size: 12px!important;
	padding: 0 0 0.75em 0;

}
#terms p {
	font-size: 12px!important;
	line-height: 160%;
}
#terms em {
	font-style: normal;
	font-weight: bold;
	display: block;
}
#terms ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#terms ol li {
	margin-bottom: 15px;
	margin-left: 0;
	font-size: 12px!important;
	background: none;
	line-height: 160%;
}
#terms li {
	list-style-type: decimal!important;
}
#terms ol {
	padding-left: 28px;
	list-style-type: decimal!important;
}
#terms ol ol {
	list-style: lower-alpha!important;
	margin-bottom: 20px;
}
#terms ol ol ol {
	list-style: lower-roman;
	margin-bottom: 0;
}
#terms ul li, #terms ol ol li {
	margin-bottom: 0;
}
#terms ul li {
	margin-left: -10px;
	margin-bottom: 10px;
}

/* disqus */
#disqus_thread {
	margin: 0 0 60px 0;	
	width:657px;
}
#dsq-content h3 {
	font-family: "HelveticaLTStdCondensed", "Arial Narrow", "DejaVu Sans Condensed"!important;
	font-size: 20px!important;
	color: #000!important;
	border-top:1px solid #CCCCCC;
	margin:20px 0 0 0;
	padding:10px 0 0;
}
#dsq-post-area  h3{
	margin: 0;
	padding: 0;
	border-top: none;
}
.dsq-autheneticate-copy {
	color: #555555!important;
	font-size: 12px;
}
.dsq-brlink {
	display: none;
}
#dsq-form-area, 
.dsq-request-user-info,
#dsq-thread-settings,
.dsq-comment-footer,
#dsq-content .dsq-options ,
#dsq-content .dsq-pagination {
	width: 620px;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper, #dsq-content .dsq-post-fields .dsq-input-wrapper {
	-moz-border-radius:0px 0px 0px 0px!important;
	background: none!important;
	border:1px solid #cccccc!important;
	margin:3px 0;
	padding:3px 5px;
}
#content #dsq-content tr td {
	border-top: none!important;
}
#dsq-content .dsq-textarea .dsq-textarea-wrapper {
	height:200px;
}
#dsq-content .dsq-append-post .dsq-post-area {
	background: none!important;
}
#dsq-content .dsq-login-buttons {
	background: none!important;
}
#dsq-content .dsq-placeholder {
	color:#555!important;
	margin:0!important;
}
#dsq-content .dsq-subscribe a, #dsq-content .dsq-subscribe-label {
	background-color: white;
}
#dsq-content .dsq-post-fields input {
	border:0 none;
	width:100%;
}
#dsq-content .dsq-textarea textarea, #dsq-content .dsq-post-fields input {
	margin: 0;
}
#dsq-post-button {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#D4F3FF;
	background-image: none;
	border:1px solid #7FDAFF;
	color:#0078AE !important;
	font-size:14px;
	font-weight: normal;
	padding:3px 14px;
	text-align:center;
}
#dsq-content .dsq-request-user-name {
	font-size:12px!important;
	margin-bottom:0!important;
	padding-bottom:0!important;
}
#dsq-content .dsq-request-user-stats {
	font-size:12px!important;
	color: #a3a3a3;
}
#dsq-content .dsq-request-user-stats big {
	font-size:12px!important;
}
#dsq-content .dsq-request-user-info {
	background: none!important;
}
#dsq-content .dsq-post-footer {
	margin-top:10px!important;
}
#dsq-content .dsq-options {
	margin-top: 8px;
}
#dsq-sort-select {
	margin-left: 5px;
	font-size: 12px;
	color: #555;
}
.dsq-subscribe-email {
	margin-left: 159px;
	font-size: 12px;
}
.dsq-subscribe-email img{
	display: none!important;
}
#dsq-subscribe {
	background:url("images/iconEnewsletter.png") no-repeat scroll left top transparent;
	padding:0 0 2px 20px;
}
.dsq-subscribe-rss {
	background:url("images/homeRSSicon.png") no-repeat scroll left top transparent;
	padding:0 0 2px 17px;
}
.dsq-request-user-avatar {
	width: 70px!important;
	height: 70px!important;
}
#dsq-content .dsq-header-avatar a.dsq-avatar {
	-moz-border-radius: 0!important;
	padding:0!important;
}
#dsq-content .dsq-header-avatar img {
	border: none!important;
}
#dsq-content .dsq-comment-header td {
	vertical-align: top!important;
	font-size: 12px;
}
#dsq-content .dsq-comment-header-time {
	display:block;
	padding: 2px 0 0 0!important;
	color: #a3a3a3;
}
.dsq-comment-header {
	width: 320px!important;
	float: left!important;
	display: inline!important;
}
.dsq-comment-body {
	width: 300px!important;
	float: left!important;
	display: inline!important;
	font-size: 12px;
}
.dsq-comment-message {
	display: inline!important;
}
.dsq-comment-footer {
	clear: both;
	display: block;
	margin-top: 10px;
	float: left!important;
}
#dsq-content .dsq-options {
	background: none!important;
	border-bottom:1px dotted #A3A3A3;
}
a.dsq-post-report,
.dsq-like {
	font-size: 12px!important;
}
#dsq-content .dsq-pagination {
	background: none!important;
}
#dsq-content .dsq-sub-header-right {
	text-align: left!important;
}
.dsq-sub-header {
	width: 120px;
}

#wp_page_numbers {
	clear: both;
}
.edit-link {
	background: #ffdd00;
	color: #8a8a7a;
	padding: 4px 8px;
	clear: both;
	float: left;
	margin: 10px 0 10px 0;
}
.edit-link a, .edit-link a :link, .edit-link a:hover, .edit-link a:visited  {
	color: #000;
}
/* Newsletter */ 
.linklove {
display: none;
}

#cformsform legend{
display: none;
}

.cform {
margin: 0!important;
width: 100%!important;
}
.cf_info {
margin: 0!important;
padding:0!important;
width:100%!important;
}
.cform fieldset {
background-color: #fff;
border: none!important;
margin-top: 0;
padding: 0;
}
p.cf-sb {
text-align:left!important;
line-height:100%!important;
}
.entry-content fieldset  {
margin: 0;
}

.cform label {
text-align:left!important;
vertical-align:top;
}
.entry-content input {
margin:0 0 10px;
}
.failure {
background-image:none!important;
border:none!important;
display:block;
font-size: 0.8125em;
color: #ff0000!important;
}
ol.cf-ol li.cf_li_err {
background:url("li-err-bg1.html") repeat scroll 0 0 #FFDFDF !important;
border:none!important;
color: #ff0000!important;
}
li.cf_li_err .cform label span {
color: #ff0000!important;
}

.sidebarItem p {
	font-size: 0.75em;
}
.sidebarItem a:visited,
#recommend-items a:visited,
.perpage a:visited {
	color:#0078AE!important;
	text-decoration:none!important;
}
.flickrSidebar img {
	width: 56px;
	height: 56px;
	margin: 0 10px 10px 0;
	border: 1px solid #D0D0D0;
}

.sidebarItem ul#viewallflickr {
	display: block;
	border-top: 1px dotted #a3a3a3;

}
.sidebarItem ul#viewallflickr li {
  background:url(images/arrowLink.png) no-repeat scroll left 9px transparent;
  font-size: 0.75em;
  line-height: 18px;
  padding:5px 0 0 18px;
}
.required {
	color: red;
}

li.per-page{
	color:#000000 !important;
	padding:0 3px !important;
	text-decoration:underline;
}

/* Recommendations */
#primary li.selected,
#primary li.current-cat {
	font-weight: bold;
	color: #000;
}

#primary li.selected a :link,
#primary li.selected a:visited {
	color: #000!important;
}

/* Calendar */

#ai1ec-view-dropdown,
.ai1ec-event-summary,
#ai1ec-prev-year, 
#ai1ec-next-year,
.ai1ec-read-more { 
	display: none;
}
.ai1ec-month-view .ai1ec-date {
    background: none;
}
.ai1ec-month-view .ai1ec-date { 
	color: #000;
}
.ai1ec-weekday {
	font-family: Arial;
	color: #000;
}

.ai1ec-agenda-widget-view h3.ai1ec-date-title {
    background-color: #F9F9F9;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #FFFFFF 1em, #E0E0E0);
    background-repeat: no-repeat;
    border: 2px solid #8BA5C0;
    border-radius: 0 0 0.5em 0.5em;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    color: #525252;
    float: left;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 1.1em;
    margin: 0 10px 10px !important;
    padding: 0 !important;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
    width: 3.5em;
}

.ai1ec-agenda-widget-view .ai1ec-event.ai1ec-allday a {
    background: none repeat scroll 0 0 #EDEDED;
    border: none;
    color: #FFFFFF;
}

.twitter {
	font-size: 12px!important;
	}
/* Archiveing the site 2013 */
li.footer-rss,
li.footer-twitter,
li.footer-enews  {
	display: none!important;
}

#apollo-bar .apb-wrapper {
	padding: 0!important;
}
.apb-message {
	height: 40px;
	background: url(images/cris-logo.png) top right no-repeat;
}
.apb-message p {
	padding-top: 10px!important;
}