/*
Theme Name: Edward Crumpton
Description: Edward Crumpton
*/

/* 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;
}
/**/
@font-face {
	font-family: 'BerkeleyLTMedium';
	src: url('fonts/lte50599-webfont.eot');
	src: local('?'), url('fonts/lte50599-webfont.woff') format('woff'), url('fonts/lte50599-webfont.ttf') format('truetype'), url('fonts/lte50599-webfont.svg#webfont6NsnZEDs') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	background:  #FFF;
	font-size: 100%;
	font-family: Arial, sans-serif;
	font-weight: normal;

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

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

#container {
	float: left;
	margin: 0 -433px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 178px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
	margin: 0 0 10px 0;
}

/*
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: "Helvetica Neue", 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,
h4 {	
	font: 0.8125em 'BerkeleyLTMedium', sans-serif;	
	letter-spacing: 0.4px;
	color: #000;
}
h4 {
	margin-top: -5px;
	margin-bottom: 20px;
}
#primary #twitterStatus h3 {
	font-size: 2em;
}
#primaryNews h3 {
	display: block;
	color: #343433;
	font: 1.0625em 'BerkeleyLTMedium', sans-serif;	
	background-color: white;
	padding: 0;
	margin: 0;
	float: left;
	color: #000; 
	letter-spacing: 0.4px;
	text-decoration: underline;
}
.primaryhome  h3{
	font: 1.375em 'BerkeleyLTMedium', sans-serif!important;	
	margin-top: 5px;
}
.primarywork {
	margin-top: 35px;
}
.h3top {
	margin-top: 0!important;
}
#primary h4 {
	font-size: 0.75em;
	line-height: 120%;
	color: #343433;
	padding-bottom: 10px;
}
.statement {
	color: #575D60;
	font-size: 0.75em;
	line-height: 120%;
	margin-bottom: 4px; 
	background-color: #ffffff;
}

#twitterStatusWrapper {
	background: white;
	float: left;
	padding: 9px 0 30px 0;
}
#twitterStatus {
	border: solid 1px #8b9499;
	background: white;
	float: left;
	padding: 20px 20px 40px 20px;
	font-size: 0.75em;
	line-height: 130%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url('images/twitter.png') no-repeat bottom left;
	width: 268px;
	
}
#twitterStatus h3 {
	color: #343433!important;
	background-color: white;
	display:block;
	float: none;
	font: 1.5em 'BerkeleyLTMedium',sans-serif;
	letter-spacing:0.4px;
	margin: 0;
	padding: 0;
}
#primary .date {
	display: block;
	font-size: 0.75em;
	line-height: 120%;
	color: #575d60;
	margin-bottom: 10px;
}
#primary p {
	font-size: 0.75em;
	line-height: 120%;
	color: #575d60;
	margin-bottom: 4px;
}
#primary a.arrow {
	font-size: 0.75em;
	padding-left: 21px;
	background: transparent url('images/sprite.png') 0 -37px no-repeat;
	margin-bottom: 5px;
	display: block;	
	text-decoration: none;
	color: #009ee1;
}
#primary .simplepie {
	margin-left: 10px;
	margin-bottom: 30px;
}
#primary li ul {
  padding: 0;
}
#primary li {	
	font: 1.0em/110% 'BerkeleyLTMedium', sans-serif;	
	padding:0;
	list-style: none;
	color: #4c4c4c;
}
.primaryhome li {	
	font: 0.75em Ariel, sans-serif!important;	
  line-height:140%;
  padding:0;
  list-style: none;
  color: #4c4c4c;
}
.primaryhome li p {
	font-size: 1em!important;
	margin-top: 4px;
}
.primaryhome li {
	padding-bottom: 5px!important;
}
#primary ul {
	list-style:none outside none;
	margin:0;
	padding: 0 0 12px 0;
	position:relative;
}
h3.firstRight {
	margin-top: 35px;
}
.block4 .sideLine {
  margin: 0 0 15px 0;
  padding: 5px 0 0 0;
}
.sidebarItem {
  margin: 0 0 0 10px; 
}
.sidebarItem p {
	display: block;
	clear: both;
}
.twitterAvatar {
	float: left;
}
#twitterMessage {
	float: left;
	width: 195px;
	padding-left: 10px;
}
.sidebarMessage {
	float: left;
	width: 210px;
	padding-left: 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;
	border-left: 1px solid #d9d9d9;
	padding-left: 9px;

}
#footer-widget-area #third {
	width: 230px;
	border-left: 1px solid #d9d9d9;
	padding-left: 9px;
}
#footer-widget-area #fourth {
	width: 200px;
	border-left: 1px solid #d9d9d9;
	padding-left: 9px;
}
#site-info {
	float: left;
	font-size: 0.625em;
	margin-bottom: 10px;
}




/* =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.9375em;
	margin-bottom: 10px;
	color:#4d4d4d;
	line-height:140%;
}
.entry-content h2 {
	margin-bottom: 6px;
}
.entry-content .date {
	font: 0.75em Arial;
	color: #4d4d4d;
	padding: 0 0 15px 0;
}
.entry-content .dateExhibition {
	font: 0.75em Arial;
	color: #4d4d4d;
	padding: 0 0 10px 0;
}
.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;
}

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: #009ee1;
	text-decoration: none;
}
a:visited {
	color:#009ee1;
	text-decoration: none;
}
a:active,
a:hover {
	color: #009ee1;
	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: 117px;
	border-bottom: 1px solid #a6a6a6;
}
#logoWrapper {
	width: 350px;
	float: left;
}

.logo {
	display: block;
	width: 350px;
	height: 53px;
	float: left;
	margin-top: 35px;
	color: #4d4d4d;
	font-family: 'BerkeleyLTMedium';
	font-size: 2.8em;
	letter-spacing:-0.025em;
	padding-bottom: 3px;
}
.logo span {
	color: #009ee0;
}


#header a {
	text-decoration: none!important;
		color: #4d4d4d;
}
#header a:hover {
	color: #009ee0;
}	
/* Menu
-------------------------------------------------------------- */

#access {  
	clear: both;
	width: 946px;
	float:left;


}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
.menu-header {	
	margin: 0;
	padding: 0;
}

.menu-header li {
	list-style: none;
	color: #4d4d4d;
	font: 1.125em 'BerkeleyLTMedium';
	letter-spacing:-0.01em;	
}
.menu-header li a {	
	display: inline;	
	text-decoration: none;
	white-space: nowrap;
	color: #4d4d4d;
	padding: 2px 20px 2px 0;
	
}

.menu-header li a:hover,
.menu-header li.current-menu-item,
.menu-header li.current-menu-parent,
.menu-header li.current-menu-parent a, 
.menu-header li.current-menu-item  a ,
.menu-header li.current-page-ancestor a{	
	display: inline;	
	color: #009ee1;
}
 
#access ul {
list-style: none!important;
margin:0!important;
}
/* =Content
-------------------------------------------------------------- */
h1.entry-title {
	color: #000;
	font: 1.875em 'BerkeleyLTMedium';
	letter-spacing: -0.02em;

}
.afterH1 {
	clear: both;	
}
#breadcrumb {
	font-size: 0.75em;
	color: #343433;
	padding: 8px 0 23px 10px;
	background-color: white;
}
#breadcrumb a {
  color: #009ee1;
  text-decoration: none; 
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb span {
	color: #555;
	padding-right: 5px;
}
.crumb {
  background: url('images/sprite.png') 0 -24px no-repeat;
  display: inline;
  margin: 0 3px;
  padding: 0 5px 0 4px; 

} 
#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%;
	margin-top: 45px;
}
body.home #main {
	border-left: none!important;
}
body.home .entry-content {
	border-left: 1px solid #8b9499;
}
#grid {
	background: url(images/bg-grid.png);
	width: 751px;
	height: 551px;
}
.vvqbox  {
	margin:0!important;
}

#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
	color: #444;
  }
#content {
  width: 751px;
}
#single-page {
	width: 560px;
}
#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 {
	
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
}

#content h2 {
	font: normal 1.375em 'BerkeleyLTMedium', sans-serif;
	margin-bottom: 0;
	margin-top: 20px;
}
#content h2.first {
	margin-top: 0;
}
.newsItem h2 {
	margin-top: 0!important;
} 
h2.entry-title {
	display: inline;
	margin: 36px 0 12px -5px!important;
	color: #343433;
	font: 1.5em 'BerkeleyLTMedium', sans-serif!important;	
	background-color: #fbd415;
	padding: 1px 15px 5px 4px;
	float: left;
}
h2.home {
		margin-top: 0!important;
}
.afterH2 {
	clear: both;
	margin-bottom: 12px;	
	display: block;
}
#content h3 {

  color: #000; 

}
#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 tr.odd td {
	background: #F2F7FC;
}
strong {
	font-weight: bold;
	color: #666;
}
/*.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 a:link,
.entry-title a:visited,
.entry-title-events a:link,
.entry-title-events a:visited {
	color:#000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover,
.entry-title-events a:active,
.entry-title-events 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;

}
#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;
}

.entry-content .alignnone {
	float: left;
	padding: 0 10px 6px 0;
}

/* 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 #single-page img {
	margin-left: 0!important;
}


#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-top: 2px; 
	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;
}


/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.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;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
#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 */
#downloadsPagination {
  width: 657px;
  background: #ededed;
  height: 29px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
ul.pagination, #wp_page_numbers ul {
  font-size: 0.75em;
  padding: 0;
  margin: 8px 10px 5px 0;
  float: right;
}
#wp_page_numbers ul {
  margin-right: 38px;
}
ul.pagination li, #wp_page_numbers li{
  display: inline;
  font-size: 1em!important;
  padding: 0 10px 0 10px!important;
  background-image: none!important;
}
ul.pagination li a:link, #wp_page_numbers li a:link {
  text-decoration: none;
}
ul.pagination li a:hover, #wp_page_numbers 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 {
  color: #000!important;
  padding: 0 10px 0 10px!important;
  text-decoration: underline;
}
ul.pagination li.currentPage a:link, .active_page a{
  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;
}


/* Social utility footer */
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;
} 
#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;
}
#sidebarEvents {
	clear: both;
	margin-bottom:30px;
	margin-left:10px;
}
.dig-in {
	background:url("images/sprite.png") no-repeat scroll 0 -37px transparent;
	color:#009ee1;
	display:block;
	font-size:0.75em;
	margin-bottom:5px;
	padding-left:21px;
	text-decoration:none;
}
/* Footer widget areas */

/*Events customisation */

#tec-content {
float:left;
font-size:1.2em;
padding-left:10px;
width:600px;
}
#tec-content h2.entry-title {
	clear: both;
}
#tec-content .back {
	float: left;
}

#tec-content .ical {
float:left;
margin:35px 0 0 10px;
}
#footer-widget-area h3 {
  font: 0.9375em/140% 'BerkeleyLTMedium', sans-serif normal;	
  color: #343433;
  margin-top: 8px;
}
#footer-widget-area .widget-area {
  font-size: 0.75em; 
  line-height: 140%;
  color: #555555;
}
#footer-widget-area ul {
  margin: 0;
  padding:0;
}
#footer .textwidget {
	font-family: Arial;
}
#footer-widget-area .widget-area h3 {
	font-size: 1.3em!important;
}
#footer-widget-area .widget-area  li{
margin-left: 0!important;
}
#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 {
  width: 970px;
  margin: 10px 0 0 0;
  color: #4c4c4c;
}
#footerline ul {
  margin: 0;
  padding: 0; 
  list-style: none;  
}
#footerline li {
display: inline;
float: left;
padding-right: 2px;
font-size: 11px;
}
#footerline li li {
display: inline;
}
#footerline li #menu-item-205 {
border-right: none!important;
}
/* =Footer
-------------------------------------------------------------- */

#colophon {
	margin: 0 auto;
	width: 944px;
	border-top: 1px solid #a6a6a6;
	
}
#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%;
}



/* =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;
	}
	#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 */
#content .newsItem p {
	margin: 0;
} 
.entry-content a:link.arrow {
	text-size: 0.75em;
}
body.home #main {
	
}
#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: 100px;
}
.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;
}
.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: 0.75em;
	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 "Helvetica Condensed", "Helvetica Narrow", "Arial Narrow", "DejaVu Sans Condensed";
	line-height: 100%;
	color: #000;
}
.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, .homeBlock  h3{
	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;
}



/* 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 5px 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;
}
#primary ul#mainlevelsub {
	margin-top: 25px;
}
#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, ul.wp-tag-cloud{
	padding-bottom: 10px;
	display: block;
	clear: both;
}

#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-image: none;
	list-style:none outside none;
	padding: 0;
}

body.archive #content {
	margin-top: 20px;
}
.intro {
	width: 630px;
	border-bottom: 1px dotted #d9d9d9;
	clear: both;
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

.intro-about {
	width: 360px;
	padding: 18px 12px 0 0;
	float: left;
}
.intro-right {
	width: 360px;
	padding: 18px 0 0 0;
	float: right;
}
#content .intro-about h2, #content .intro-right h2 {
	color: #000000;
	font: 1.375em 'BerkeleyLTMedium';
	letter-spacing: -0.02em;
}
.edit-link {
	background:none repeat scroll 0 0 #FFDD00;
	clear:both;
	color:#8A8A7A;
	float:left;
	margin:10px 0;
	padding:4px 8px;
}
.order-link {
	background-color: #009ee1;
	clear:both;
	color:#fff!important;
	float:left;
	padding:5px 9px;
}

body.home .intro {
	border-bottom: none;
}
.newsItem, .blogItem {
	width: 711px;
	border-top: 1px solid #a6a6a6;
	clear: both;
	float: left;
	padding: 16px 20px 20px 0;
}

.newsItem  a.arrow, .newsItem  a:visited.arrow{	
	padding-left: 21px;
	background: transparent url('images/sprite.png') 0 -36px no-repeat;
	margin-bottom: 5px;
	text-decoration: none;
	color: #009ee1;
}
.newsItem  a:hover.arrow {
	text-decoration: underline;
}
#content .blogItem h2 {
	font-size: 1.25em;
}
#content .blogItem h2 a , #content .newsItem h2 a {
	color: #000;
	text-decoration: none;
	letter-spacing: -0.002em;

}
#content .newsItem h2 {
	font: 1.375em 'BerkeleyLTMedium';	
	padding-bottom: 4px;
	
}
.newsThumb {

	margin: 0 10px 5px 0;
	background-color: #f1f1f1;
}

.newsItem .newsThumb {
	float: left;
	margin: 4px 10px 5px 0;
	background-color: #f1f1f1;
}
/* Blog */
.blog-meta {
	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: 0 0 0 10px; 
	padding-bottom: 10px;
}
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 {
	float: left;
}
#date-tags  p{
	font-size: 12px!important;
	margin: 0;
}
#date-tags p.date {
	color: #343433;
}
#date-tags p.meta-tags {
	margin-top: 10px;
	float: left;
	width: 500px;
}
#blog-meta #date-tags {
	margin-left: 10px;
	float: left;
}
/* 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:630px;
}
#dsq-content h3 {
	font-family: 'BerkeleyLTMedium',sans-serif;
	font-size: 17px!important;
	color: #343433!important;
	border-top:1px dotted #d9d9d9;
	margin:20px 0 0 0;
	padding:10px 0 0;
}
#dsq-logo-dropdown {
	margin-top: 10px!important;
}
#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 {

}

#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: 4px;	
	-webkit-border-radius: 4px;
	
	
	background-color:#db1d21;
	background-image: none;
	background-image: -webkit-gradient(linear,left bottom,left top, color-stop(0.48, rgb(203,28,31)),color-stop(0.89, rgb(237,32,35)));
	background-image: -moz-linear-gradient(center bottom, rgb(203,28,31) 48%, rgb(237,32,35) 89%);
	border:1px solid #801112;
	color:#ffffff !important;
	font-size:12px;
	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.png") 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 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;
}

/* Pagination with WP-paginate */

#content .pagination li {
	list-style: none;
	background: none;
	padding: 0;
	color: #000;
}
.wp-paginate {padding:0; margin:0;}
.wp-paginate li {display:inline; list-style:none;}
.wp-paginate a { 
	
 padding:3px 6px; text-align:center; text-decoration:none;}
.wp-paginate a:hover, .wp-paginate a:active { color: #000;}
.wp-paginate .title {  margin-right:4px;}
.wp-paginate .gap {  margin-right:4px;}
.wp-paginate .current { font-weight: bold; margin-right:4px; padding:3px 6px;}
.wp-paginate .page {}
.wp-paginate .prev, .wp-paginate .next { 	background: none; padding-left: 6px;}

/* style overrides for comments pagination */
.wp-paginate-comments {}
.wp-paginate-comments li {}
.wp-paginate-comments a {}
.wp-paginate-comments a:hover, .wp-paginate-comments a:active {}
.wp-paginate-comments .title {}
.wp-paginate-comments .gap {}
.wp-paginate-comments .current {}
.wp-paginate-comments .page {}
.wp-paginate-comments .prev, .wp-paginate-comments .next {}

.pagination {
	font-size: 1em;
    text-align: center;
	clear: both;
	color: #000;
	margin-top: 5px;
}

/* Slider overrides 23/04/2014 */

/* Background */
.rsDefaultInv,
.rsDefaultInv .rsOverflow,
.rsDefaultInv .rsSlide,
.rsDefaultInv .rsVideoFrameHolder,
.rsDefaultInv .rsThumbs {
	background: transparent!important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    border: 1px solid #ccc;
}
.entry-content label {
    color: #4d4d4d;
    font-size: 0.9375em;
    font-family: Arial, sans-serif;
}