/*  
Theme Name: Imbalance
Version: 1.19
Description: Designed by Zarino Zappia
Author: Zarino Zappia
Author URI: http://zarino.co.uk
Description: A heavily customised version of WPShower's Imbalance theme. 
*/

body {
	background-color:#FFF;
	line-height:1.4 !important;
}

a:link, a:visited {
	text-decoration:underline;
	color:#388CCE;
}
a:hover {
	text-decoration:none;
}
a.post-edit-link, .single .postmetadata a.post-edit-link {
	color: #666;
	text-decoration: none;
	display: inline-block;
	padding: 3px 6px;
	background: #eee;
}
a.post-edit-link:hover, .single .postmetadata a.post-edit-link:hover {
	color: #333;
	background-color: #ccc;
}
#outer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size:12px;
	width: 940px;
	margin:0 auto;
}
p {
	margin-bottom:15px !important;
}
blockquote {
	font-style:italic;
	margin-left:70px;
}

table {border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#FF3706;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#FF3706;}
tfoot {font-style:italic;}
td#next {text-align:right;}
caption {background:none repeat scroll 0 0 #EEEEEE;}
th, td, caption {padding:4px 10px 4px 5px;}
caption, th, td {font-weight:strong;text-align:left;}


.clear {
	clear: both;
}






/* HEADER AND NAV BAR */

#menu {
	padding-top: 30px;
	position: relative;
	width: 940px;
	margin-bottom: 20px;
}

#logo, #logo a, #logo a img {
	display:block;
	height: 75px;
	position: relative;
	z-index: 1000;
}

#logo {
	position: absolute;
	top: 30px;
	left: 0;
}

#navicons {
	position: absolute;
	right: 0;
	top: 30px;
}

#navicons li {
	float: left;
}

#navicons li a {
	display: block;
	padding-right: 25px;
	margin-left: 15px;
	line-height: 16px;
	height: 16px;
	color: #999;
	text-decoration: none;
	background: transparent url(images/rss.gif) right center no-repeat;
}

#navicons li a#twitter {
	background-image: url(images/twitter.gif);
}

#navicons li a:hover {
	color: #666;
}

#cats {
	text-align: right;
	margin-top: 55px;
	border-bottom:  1px solid #666;
	position: relative;
}

#cats ul {
	position: relative;
	z-index: 100;
}

#cats li {
	display: inline-block;
	zoom:1;
	*display: inline;
	_height: 25px;
}

#cats li a {
	display: block;
	text-decoration: none;
	color: #444;
	padding: 0 10px 15px 10px;
	font-size: 14px;
}

#cats li a.last {
	padding-right: 0;
}

#cats li a:hover {
	color: #000;
}

#cats li.selected a,
#cats li.selected a.extra,
#cats li.selected a.extra:hover,
.subnav li.selected a,
.subnav li.selected a:hover {
	color: #388cce;
}

#cats li a.extra {
	color: #999;
}

#cats li a.extra:hover {
	color: #666;
}

#cats #arrow {
	display: block;
	width: 14px;
	height: 8px;
	position: absolute;
	z-index: 1;
	bottom: -1px;
	left: 10px;
	background: transparent url(images/nav-arrow.gif) no-repeat top center;
}

.subnav {
	border-bottom: 1px solid #666;
	display: none;
}

.subnav.default {
	display: block;
}

.subnav ul {
	text-align: right;
}

.subnav li {
	display: inline-block;
	zoom:1;
	*display: inline;
	_height: 35px;
}

.subnav li a {
	display: block;
	padding: 10px 0;
	text-decoration:none !important;
	color: #666;
	margin-left: 20px;
}

.subnav li a:hover {
	color: #333;
}







/* GENERAL TYPOGRAPHY */

#error {
	font-size:21px;
	font-weight:normal;
	line-height:1.2;
	margin:15px 15px 45px 15px;
}
.li_container {
	padding-top:20px;
}
#categories .li_container, #archives .li_container {
	padding-top:0px;
}
li.article {
	margin-bottom:20px;
	position:relative;
	border: 1px solid #999;
}
.li_cont1, .li_cont2, .li_cont3, .li_cont4, .li_cont5 {
	margin-right:20px;
}
.mcol2.li_cont3, .mcol3.li_cont3 {
	margin-right: 0;
}
.mcol6 {
	margin-top:15px;
	margin-bottom:15px;
}

.article ul, 
.article ol,
.tumblog_article ul, 
.tumblog_article ol {
	margin-bottom:15px;
	list-style:square inside none;
}

.single .article ul, .single .article ol {
	margin-bottom:15px;
	margin-left: 165px;
	list-style:square inside none;
}

.single .article ul ul, 
.single .article ol ol, 
.single .article ul ul ul, 
.single .article ol ol ol{
	margin-bottom:15px;
	margin-left: 30px;
	list-style:square inside none;
}

li.article h2 {
	font-size:24px;
	line-height:1.2;
	margin-bottom:10px;
	font-weight:normal;
	padding: 0;
	background: #555 url(images/article-heading.jpg) bottom left no-repeat;
}

li.article h2 a {
	text-decoration:none !important;
	color: #fff;
	display: block;
	padding: 5px 40px 13px 10px;
	font-weight: bold;
}

li.article.commented h2 a {
	background: transparent url(images/comments.gif) no-repeat 270px 13px;
}

li.article p {
	padding: 0 10px;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	margin-bottom: 5px !important;
}

li.article a.read-more {
	display: block;
	text-align: right;
	padding: 10px 25px 10px 10px;
	text-decoration: none;
	color: #777;
	font-weight: bold;
	font-size: 14px;
	background: transparent url(images/little-blue-arrow.gif) no-repeat 277px 11px;
}

#sidebar li.article a.read-more{
	background-position: 196px 11px;
}

li.article a.read-more:hover {
	text-decoration: underline;
}

#sidebar ul, #sidebar ol {
	margin-left: 0px;
}

.single #sidebar {
	width:220px;
	padding-left:60px;
	float:right;
	padding-bottom:20px;
	padding-top:20px;
}

.single #sidebar li {
	padding-bottom:15px;
}

.single #sidebar li li {
	padding:0px;
	border:none;
}

#sidebar .article {
	margin:0 0 20px 0;
	padding-bottom:0px !important;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	-o-transition: opacity 0.5s linear;
}

#sidebar .article:hover {
	opacity: 1;
}

#sidebar .article p {
	margin:0;
	font-size: 13px;
}

#sidebar .article h2 {
	font-size:17px;
	font-weight:normal;
	margin-left: 0px;
}

#sidebar #recent-posts li a {
	text-decoration:none !important;
	border-bottom:1px solid #FF3706;
	text-decoration:none;	
}

#sidebar #recent-posts li, #sidebar #get-recent-comments li {
	margin-bottom:10px;
}

#sidebar li li {
	padding:0px;
	border:none;
}

#sidebar .post-date {
	font-size:11px;
	color:#555;
}

#sidebar #get-recent-comments a {
	text-decoration:none !important;
	font-weight:bold;
	border-bottom:1px solid #FF3706;
	text-decoration:none;
}

.single .article {
	padding:0 0 15px 0;
}

h1 {
	font-size:23px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: -15px;
}

body.search-results h1,
body.search-no-results h1,
body.archive h1 {
	font-size:21px;
	line-height: 21px;
	font-weight:bold;
	margin-bottom: 20px;
	margin-top: 20px;
	color: #2b7aae;
	background-color: #e0eef7;
	padding: 10px 15px;
}

div.tumblog_post {
	border-bottom: 1px solid #9CAFBD;
	border-top: none;
}

body.search div.tumblog_post {
	border-top: 1px solid #9CAFBD;
	border-bottom: none;
}

.single .article h2, .single .article h3, .single .article h4, .single .article h5, .single .article h6 {
	margin-left: 240px;
	/* clear: both; */ 
}

.single .article h2 {
	font-size: 20px;
	font-weight: normal;
	/* clear: both; */
}

.single .article h3 {
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 11px;
	/* clear: both; */
}


.page h2, .page h3, .page h4, .page h5, .page h6 {
	 clear: right;
}

.page h2 {
	font-size: 20px;
	padding-bottom:15px;
}

.page h3 {
	font-size: 17px;
	padding-bottom:15px
}

body.home h3 {
	padding-bottom: 0;
}

.single .article p {
	margin-bottom:15px;
	margin-left: 240px;
	font-size: 14px;
	color: #333;
}

div.really_simple_share {
	margin-left: 240px;
	margin-top: 30px;
}

.article h5 {
	float:left;
	width:145px;
	font-size:11px;
	color:#555555;
	font-weight:normal;
}
.single .postmetadata,
.tumblog_post .postmetadata,
h2.byline {
	float:left;
	width:220px;
	margin-top:5px;
	font-size:11px;
	color:#999;
	clear:both;
}
.single .postmetadata a,
.tumblog_post .postmetadata a,
h2.byline a {
	color:#666;
	text-decoration:none !important;
}
.single .postmetadata a:hover,
.tumblog_post .postmetadata a:hover,
h2.byline a:hover {
	color:#388cce;
	text-decoration:underline !important;
}
.single .postmetadata a.comments-link,
.tumblog_post .postmetadata a.comments-link {
	margin-top: 10px;
	display: block;
	width: 120px;
}
.single .article .postmetadata,
.tumblog_article .postmetadata {
	width:auto;
	padding-left: 240px; 
	float:none;
	padding-bottom:15px;
	margin-top: 5px;
}
.tumblog_article .postmetadata{
	padding-left: 0;
}
.page h1, 
.single h1,
.tumblog_post h1,
body.search .tumblog_post h1,
body.archive .tumblog_post h1 {
	font-size:26px;
	line-height: 26px;
	font-weight:bold;
	margin-bottom:15px;
	float:left;
	width:220px;
	margin-top: 20px;
	color: #388cce;
	margin-left: 0;
	background: none;
	padding: 0;
}
.single h1 {
	margin-top: 0;
}
.single h1 a,
.tumblog_post h1 a {
	text-decoration: none;
	color: #388cce;
}
.single h1 a:hover,
.tumblog_post h1 a:hover {
	text-decoration: underline;
}
h2.byline {
	margin-bottom: 10px;
	margin-top: 0;
	font-size: 16px;
}

.page .article,
.tumblog_article {
	padding-top:20px;
	padding-left: 240px;
	padding-bottom: 10px;
	font-size: 14px;
	color: #333;
}

.article h1,
.tumblog_article h1 {
	float: none;
	margin: 0 0 20px 0;
	padding: 10px;
	border-top: 1px solid #388cce;
	border-bottom: 1px solid #388cce;
	display: block;
	width: auto;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 3px;
}

.article h2,
.tumblog_article h2 {
	background-color: #EFF6FB;
	color: #1C517A;
	margin-bottom: 10px;
	padding: 5px 10px;
}

.article h3,
.tumblog_article h3 {
	color: #1C517A;
	border-bottom: 1px solid #9CAFBD;
	padding-bottom: 0;
	margin-bottom: 10px;
}

.article h4,
.tumblog_article h4 {
	color: #6788A2;
	font-size: 16px;
	font-style: italic;
	margin-bottom: 10px;
}

.article h6,
.tumblog_article h6 {
	text-align: center;
	margin: 10px 0;
	padding: 10px 50px;
	color: #2B6DA0;
	border-top: 1px solid #9CAFBD;
	border-bottom: 1px solid #9CAFBD;
}

.article blockquote,
.tumblog_article blockquote {
	float: right;
	width: 50%;
	margin: 0 0 10px 20px;
	padding: 15px 15px 0 15px;
	background-color: #E7F1F9;
}

#searchform {
	text-align: right;
}
#searchform #s {
	border:0;
	padding:5px 10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#555555;
	border:solid 1px #999;
	margin:15px 0;
	width:300px;
}
#searchform #s:focus, #searchform #s:hover {
	border:solid 1px #388cce;
}

#searchform #searchsubmit {
	border:0;
	background-color:#eee;
	height:40px;
	line-height:40px;
	padding:0 10px;
	cursor:pointer;
}
#searchform #searchsubmit:hover {
	background-color:#388CCE;
	color:#FFF;
}

#comments {
	margin-left: 240px;
	border-top: 1px solid #999;
	padding-top: 10px;
}
ol.commentlist{
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}
#comments h3 {
	font-size:16px;
}
#comments textarea#comment {
	margin-top: 0;
}
li.comment {
	border:solid 1px #eeeeee;
	margin:15px 0;
	padding:10px;
	overflow:hidden;
	word-wrap:break-word;
}
.avatar {
	float:left;
	width: 55px;
	height: 55px;
	padding-right: 10px;
}
.comment-body em {
	font-style: italic;
	font-weight: bold;
}
.comment-author {
	font-size:11px;
	color:#555555;
	margin-bottom:5px;
}
.comment-author a {
	color:#388CCE !important;
	text-decoration:none;
}
.comment p {
	margin-left:65px;
	padding-top: 5px;
	padding-right: 5px;
}
#commentform {
	margin-top:15px;
}
#respond {
	padding-bottom:15px;
}
#respond textarea {
	border:solid 1px #ccc;
	width:416px;
	padding:5px 10px;
	margin-top:15px;
	margin-bottom:15px;
}
.login {
	float:right;
	font-size:11px;
}
.login a {
	color:#388CCE;
	text-decoration:none;
}

#author, #email, #url {
	float:left;
	padding:5px 10px 5px;
	width:120px;
	border:solid 1px #ccc;
	margin-bottom: 5px;
}
#author:focus, #email:focus, #url:focus, #respond textarea:focus {
	border:solid 1px #388CCE;
}
#author, #email {
	margin-right:6px;
}
#submit {
	border:0;
	background-color:#eee;
	height:30px;
	line-height:30px;
	padding:0 10px;
	cursor:pointer;
}
#submit:hover {
	background-color:#388CCE;
	color:#FFF;
}







/* HOMEPAGE FEATURE BOX */

#featurebox {
	position: relative;
	width: 940px;
	height: 250px;
	background: #0072a2 url(images/feature.jpg) 0 0 no-repeat;
	color: #fff;
	text-shadow: 0 2px 5px rgba(0,0,0,0.6);
	filter: dropshadow(color=#1A2642, offx=0, offy=2);
}

#featurebox p {
	position: absolute;
	top: 35px;
	left: 340px;
	width: 480px;
	font-size: 20px;
	line-height: 26px;
}

#featurebox #whatwedeliver,
#featurebox #contactus {
	position: absolute;
	top: 160px;
	left: 330px;
	display: block;
	width: 245px;
	height: 50px;
	text-indent: -9000px;
	outline: none;
}

#featurebox #contactus {
	left: 590px;
	width: 220px;
}








/* uBILLBOARD (probably on homepage) */

.uds-bb-slide { }

body .uds-bb-controls .uds-bb-paginator {
	z-index: auto; /* allow users to interact with slide content below pagination */
}

body .uds-bb-controls .uds-bb-paginator.uds-bb-clickable {
	z-index: 5; /* override for slides with a master link url set */
}

.uds-bb-slide a.btn {
	display: inline-block;
	padding: 6px 10px;
	font-size: 18px;
	line-height: 21px;
	margin-right: 20px;
	background-color: #398bce;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.2)), color-stop(100%,rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.uds-bb-slide .make-text-white a.btn {
	color: #000;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}








/* 2013 HOMEPAGE */

#welcomebox, #testimonialbox {
	float: left;
	width: 620px;
  margin-top: 30px;
	font-size: 14px;
	line-height: 20px;
	color: #333;
}

#newsbox {
	width: 300px;
	float: right;
  margin-top: 30px;
}

#welcomebox h3, #testimonialbox h3, #newsbox h3 {
	background: transparent url(images/publications.gif) 0 0 no-repeat;
	text-indent: -9000px;
	height: 27px;
	line-height: 16px;
	border-bottom: 1px solid #b2b2b2;
	margin-top: 0;
	margin-bottom: 15px;
}

#testimonialbox h3 {
	background-image: url(images/what-people-are-saying.gif);
}

#newsbox h3 {
	background-image: url(images/latestnews.gif);
	border-bottom: 1px solid #388cce;
}

#newsbox li a {
	display: block;
	padding: 7px 10px;
	border: 1px solid #C8DCEB;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 14px;
	color: #1b567e;
}

#newsbox li a:hover {
	background-color: #F0F5F8;
	color: #1C517A;
}

/* #welcomebox a {
	display: block;
	font-weight: bold;
	width: 400px;
	background: #e6e6e6 url(images/more-info.jpg) left center no-repeat;
	padding: 4px 10px 6px 10px;
	color: #fff;
	text-decoration: none;
	text-indent: 20px;
	text-shadow: #888 0 1px 3px;
	filter: dropshadow(color=#888, offx=0, offy=1);
} */

/* #welcomebox a:hover {
	background-position: -420px center;
	text-shadow: #333 0 1px 3px;
	filter: dropshadow(color=#333, offx=0, offy=1);
} */



div.testimonial {
  overflow: auto;
  font-size: 16px;
  line-height: 24px;
}

div.testimonial img {
  float: right;
  max-height: 48px;
  max-width: 40%;
  margin-left: 20px; /* to avoid text collisions with wide images */
  margin-right: 15px;
}

div.testimonial blockquote {
  padding: 15px;
  margin-left: 0;
  background: #b8defc;
  background: -moz-linear-gradient(top,  #a4d1f4 0%, #c9e6fc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4d1f4), color-stop(100%,#c9e6fc));
  background: -webkit-linear-gradient(top,  #a4d1f4 0%,#c9e6fc 100%);
  background: -o-linear-gradient(top,  #a4d1f4 0%,#c9e6fc 100%);
  background: -ms-linear-gradient(top,  #a4d1f4 0%,#c9e6fc 100%);
  background: linear-gradient(to bottom,  #a4d1f4 0%,#c9e6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4d1f4', endColorstr='#c9e6fc',GradientType=0 );
  font-style: normal;
  position: relative;
  margin-bottom: 20px;
  border-radius: 3px;
}

div.testimonial blockquote:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #c9e6fc transparent transparent transparent;
}

div.testimonial blockquote p:last-child {
  margin-bottom: 0 !important; /* override 15px default */
}

div.testimonial > p {
  margin-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; /* truncate to ... if not enough room on one line */
}

div.testimonial blockquote + p,
div.testimonial blockquote + img + p {
  margin-bottom: 0 !important; /* override 15px default */
  font-weight: bold;
}




a#newsletter-signup-banner {
  display: block;
  padding: 10px 15px;
  margin-bottom: 20px;
  background-color: #DFECF7;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #7e9eb9;
}

a#newsletter-signup-banner:hover {
  background-color: #D1E7FA;
  color: #628BAD;
}

a#newsletter-signup-banner strong {
  color: #1C517A;
  margin-right: 5px;
}

a#newsletter-signup-banner + #main {
  margin-top: 40px;
}




/* not sure where / whether this is used */
p.testimonial {
  margin-left: 40px;
  margin-right: 10px;
  background: transparent url(images/rquote.gif) bottom right no-repeat;
  padding-right: 35px;
  margin-bottom: 5px !important;
}








/* RANDOM STUFF I DON'T REMEMBER ADDING */

form.wpcf7-form input.wpcf7-text, form.wpcf7-form textarea {
	padding: 5px;
	margin-top: 5px;
	border: 1px solid #999;
	font-size: 14px;
	width: 400px;
}
form.wpcf7-form input.wpcf7-text:focus, form.wpcf7-form textarea:focus {
	outline: none;
}
form.wpcf7-form p.extra {
	margin-top: -10px;
}
.wpcf7-checkbox span.wpcf7-list-item {
	margin-left: 3px;
}
form.wpcf7-form input:focus, form.wpcf7-form textarea:focus {
	border: solid 1px #388CCE;
}
form.wpcf7-form input.wpcf7-submit {
	width: auto;
	border:1px solid #aaa;
	background-color:#ddd;
	height:30px;
	line-height:30px;
	padding:0 15px;
	cursor:pointer;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
form.wpcf7-form input.wpcf7-submit:hover {
	background-color:#388CCE;
	color:#FFF;
	border: 1px solid #388CCE;;
}
#nav {
	height:49px;
	margin-top:-1px;
}
#nav #navright a {
	line-height: 49px;
	float: right;
	padding:0 10px;
	text-decoration:none !important;
	color:#000 !important;
}
#nav #navleft a {
	line-height: 49px;
	float: left;
	padding:0 10px;
	text-decoration:none !important;
	color:#000 !important;
}
#outer .wp-pagenavi {
	text-align: center;
	padding-top: 20px;
}
#outer .wp-pagenavi a, #outer .wp-pagenavi span {
	line-height:25px;
	padding:5px 8px;
	margin-right:3px;
	border-color: #cfcfcf;
}
#outer .wp-pagenavi .current {
	border: 1px solid #388CCE;
	background: #d6e7f5;
	color: #388cce;
}
#outer .wp-pagenavi a {
	color:#555;
	text-decoration:none !important;
}
#outer .wp-pagenavi a:hover {
	color:#333;
	border:solid 1px #999;
}
#footer {
	height: 75px;
	border-top: solid 1px #666;
	padding-top: 10px;
	clear: both;
	color: #444;
	margin-top: 50px;
	text-align: center;
	line-height: 40px;
}
#footer a:link, #footer a:visited {
	text-decoration:none;
	border-bottom:solid 1px #ff3706;
}
#footer #request-initiative {
	float: left;
	background: transparent url(images/request-initiative.gif) no-repeat 0 0;
	display: block;
	height: 30px;
	width: 100px;
	margin-top: 4px;
	text-indent: -9000px;
}
#footer #supportedby {
	float: right;
	background: transparent url(images/unltd.gif) no-repeat top right;
	padding-right: 75px;
	line-height: 20px;
	padding-top: 10px;
	display: none;
	color: #444;
	text-decoration: none;
	border: none;
}

#footer #supportedby span {
	display: none;
}

body.home #footer #supportedby, 
body.page-id-4 #footer #supportedby {
	display: block;
}

/* WP image classes */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	font-style: italic;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

.gallery {
	clear: none!important;
	float: right;
}

.gallery img {
	border: 0px!important;
}

/* .entry {
	clear:both;
	margin-top: 20px;
} */

.photogalleria {
	width: 490px;
}

div.photogalleria > ul.gallery_list {
	margin-left: 75px;
}

.page .article .photogalleria {
	width:100%!important;
}

#twitter_update_list a {
	color:#388CCE;
	text-decoration:none;
	display: inline;
}

#twitter_update_list li {
	margin-bottom: 25px;
}


li#twitter.widget {
	padding-bottom:30px;
}

.follow {
	margin-bottom: 25px;
	clear: both;
}

.follow a {
	background:url("images/larry-shadowed-big.png") no-repeat 6px 3px #fff;
	border: 1px solid #388CCE;
	color: #388CCE;
	text-decoration:none;	
	margin-top: 15px;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	padding-left: 50px;
}

.follow a:hover {
	background-color:#388CCE;
	border: 1px solid #388CCE;	
	color: #fff;
}

.attachment img {
	display: block;
	margin: 0 auto;
}
#nav-below .nav-previous {
	display: block;
	float: left;
	margin-left:160px;
}
#nav-below .nav-next {
	display: block;
	float: right;
}
.attachment #comments {
	clear: both;
}

.attachment #respond {
	margin-top: 15px;
}