/*
Theme Name: Kompany Malakhi
Theme URI: http://deckchair.co.uk
Description: Custom theme for Kompany Malakhi
Version: 1
Author: Simon Pollard for Deckchair UK Ltd
Author URI: http://deckchair.co.uk
*/

/*
Sticky Footer Solution
by Steve Hatcher
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;}

/* must declare 0 margins on everything, also for main layout components use padding, not
vertical margins (top and bottom) to add spacing, else those margins get added to total height
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 242px;}  /* must be same height as the footer */

#footer {position: relative;
	height: 242px;
	margin-top: -242px; /* negative value of footer height */
	clear: both;
	background: url(images/footer-bg.gif) repeat-x #000;
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
GENERAL
*/
body {
	font-family: Verdana, Geneva, sans-serif;
}
#wrap {
	background: url(images/header-bg.jpg) repeat-x;
}
body.page-template-project-php #wrap {
	background: url(images/header-bg-projects.jpg) repeat-x;
}
body.page-template-education-php #wrap, body.page-template-education-page-php #wrap {
	background: url(images/header-bg-education.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #003f6f;
	font-weight: 700;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h2 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 25px;
}
h2 cufon {
	margin-bottom: 7px;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 15px;
}
h4 {
	font-size: 17px;
	font-weight: normal;
}
p {
	font-size: 12px;
}
object {
	margin-bottom: 30px;
}

/*
HEADER
*/
body.page-template-project-php #header {
	background: url(images/header-right-projects.gif) no-repeat center top;
	height: 277px;
}
body.page-template-education-php #header, body.page-template-education-page-php #header {
	background: url(images/header-right-education.gif) no-repeat center top;
	height: 277px;
}
#header {
	background: url(images/header-right.gif) no-repeat center top;
	height: 277px;
}
.header-left , body.page-template-project-php .header-left {
	position: absolute;
	top: 0px;
	left: 50%;
	height: 277px;
	width: 99px;
	display: block;
	margin-left: -579px;
}
.header-left {
	background: url(images/header-left.jpg) no-repeat;
}
body.page-template-project-php .header-left  {
	background: url(images/header-left-projects.jpg) no-repeat;
}
body.page-template-education-php .header-left, body.page-template-education-page-php .header-left  {
	background: url(images/header-left-education.jpg) no-repeat;
}
#header-content, body.page-template-project-php #header-content {
	width: 960px;
	height: 277px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#header-content {
	background: url(images/header-img.jpg) no-repeat;
}
body.page-template-project-php #header-content {
	background: url(images/header-img-projects.jpg) no-repeat;
}
body.page-template-education-php #header-content, body.page-template-education-page-php #header-content {
	background: url(images/header-img-education.jpg) no-repeat;
}
h1 {
	position: absolute;
	left: 10px;
	top: 66px;
}
h1 a {
	width: 226px;
	height: 101px;
	display: block;
	color: #000;
}
h1 a img {
	border: none;
	position: absolute;
	left: 0px;
	top: 0px;
}
#main_nav {
	height: 42px;
	padding-left: 5px;
	float: right;
}
#main_nav ul li {
	list-style-type: none;
	float: left;
	height: 34px;
	padding-bottom: 8px;
}
#main_nav ul li a {
	background-color: #000;
	float: left;
	display: block;
	height: 24px;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
}
#main_nav ul a:hover {
	text-decoration: none;
	background-color: #5c5b5b;/* was #f45b2b */
}
body.home #main_nav ul li.home_link, #main_nav ul li.current_page_item {
	background: url(images/link-selected.gif) bottom center no-repeat;
}
body.home #main_nav ul li.home_link a:hover, #main_nav ul li.current_page_item a:hover {
	background-color: #000;
}

/*
CONTENT
*/
#main-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-top: 40px;
}
#content ul {
	margin-left: 20px;
	font-size: 12px;
	list-style-image: url(images/bullet.gif);
	margin-bottom: 20px;
}
#content ul li {
	margin-bottom: 6px;
}


/*
INDEX
*/

/* index-top-panel */
#index-top-panel {
	height: 310px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#index-top-panel img {
	float: right;
	margin-left: 30px;
}
#index-top-panel p {
	margin-bottom: 30px;
	line-height: 22px;
	width: 450px;
}
#index_slideshow {
	float: right;
	margin-left: 30px;
	border: 3px solid #f45b2b;
	height: 300px;
	width: 451px;
	overflow: hidden;
}

/* index-projects-panel */
#index-projects-panel {
	padding-right: 10px;
	width: 460px;
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
	position: relative;
}
#index-projects-panel h5 {
	background: url(images/index/projects-header.jpg) no-repeat;
	padding-left: 25px;
	width: 445px;
	padding-top: 20px;
	height: 31px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
#index-projects-panel p {
	line-height: 22px;
	margin-bottom: 5px;
}
.index-projects-panel-img {
	position: absolute;
	left: 10px;
	top: 60px;
	width: 160px;
	height: 160px;
}
.index-project-date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	width: 40px;
	position: absolute;
	left: 120px;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0px;
	background-color: #e71e25;
	color: #FFF;
	font-size: 12px;
}
.index-project-date span {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}
#index-projects-panel h3, #index-projects-panel p {
	padding-left: 190px;
}

/*#index-news-panel */
#index-news-panel {
	width: 470px;
	float: left;
	clear: right;
	margin-bottom: 30px;
}
#index-news-panel h5 {
	background: url(images/index/news-header.jpg) no-repeat;
	padding-left: 25px;
	width: 445px;
	padding-top: 20px;
	height: 31px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
#index-news-panel p {
	background: url(images/index/small-km.jpg) no-repeat left;
	padding-left: 55px;
	margin-bottom: 15px;
	margin-left: 10px;
}
#index-news-panel a {
	font-size: 14px;
	color: #000;
}
#index-news-panel p span {
	font-size: 11px;
}

/* #index-education-panel */
#index-education-panel {
	clear: both;
	margin-bottom: 20px;
	height: 270px;
}
#index-education-panel h5 {
	background: url(images/index/education-header.jpg) no-repeat;
	padding-left: 25px;
	width: 925px;
	padding-top: 20px;
	height: 37px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	margin-bottom: 10px;
}
#index-education-panel .column1 {
	width: 440px;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 30px;
	float: left;
}
#index-education-panel .column1 img {
	float: left;
	margin-right: 20px;
}
#index-education-panel .column1 p {
	line-height: 22px;
	margin-bottom: 5px;
}
#index-education-panel .column2 {
	width: 440px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	float: left;
}

.index-workshops-item {
	position: relative;
	margin-bottom: 20px;
}
.index-education-date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 45px;
	width: 40px;
	height: 49px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fab72b;
	color: #FFF;
	font-size: 10px;
}
.index-education-date span {
	font-size: 18px;
}
.index-workshops-item p {
	padding-left: 100px;
	margin-bottom: 5px;
}
.index-workshops-item p.title {
	font-size: 14px;
	font-weight: 700;
}

/*
STANDARD PAGE
*/
body {
	background: url(images/single-post-bg.gif) repeat-y center;
}
body.home, body.page-template-temp-php {
	background-image: none;
}

#content {
	float: left;
}
.narrowcolumn {
	padding-left: 70px;
	width: 520px;
}
.widecolumn {
	padding-left: 10px;
	width: 580px;
}
#content p {
	line-height: 22px;
	margin-bottom: 20px;
}
#content img {
	float: right;
	margin-left: 40px;
	margin-bottom: 20px;
	border: 4px solid #f45b2b;
}
#content .addtoany_share_save_container {
	padding-bottom: 20px;
}
#content .addtoany_share_save_container img {
	float: left;
	margin: 0px;
	border: none;
	width: 171px;
	height: 16px;
}
#content .date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	float: left;
	margin-left: -60px;
	background-color: #f45b2b;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	display: inline;
}
body.page-template-project-php #content .date {
	background-color: #E71E25;
}
body.page-template-education-php #content .date {
	background-color: #fab72b;
}
#content .date span {
	font-size: 20px;
}
.content_divider {
	background: url(images/content-divider-large.jpg) no-repeat;
	width: 580px;
	height: 2px;
	font-size: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
}
h3.h3_underline {
	background: url(images/content-divider-large.jpg) no-repeat bottom;
	width: 580px;
	padding-bottom: 5px;
}
h3.h3_events_underline {
	background: url(images/content-divider-large.jpg) no-repeat bottom;
	width: 580px;
	padding-bottom: 5px;
	color: #f45b2b;
	margin-top: 30px;
}
a.lightbox_image {
	width: 192px;
	height: 220px;
	color: #FFF;
	font-size: 12px;
	display: block;
	float: right;
	background-color: #f45b2b;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f45b2b;
	border-right-color: #f45b2b;
	border-bottom-color: #f45b2b;
	border-left-color: #f45b2b;
	position: relative;
	margin-left: 20px;
	margin-bottom: 56px;
}
a.lightbox_image span {
	position: absolute;
	bottom: -36px;
	left: -4px;
	background: url(images/gallery-footer.jpg) no-repeat;
	padding-left: 20px;
	width: 180px;
	padding-top: 5px;
	height: 30px;
}
#respond {
	margin-bottom: 40px;
	clear: both;
}
#respond textarea {
	width: 440px;
	padding: 2px;
}
#respond input#author, #respond input#email {
	width: 240px;
	padding: 2px;
}
#respond h3 {
	background: url(images/content-divider.jpg) no-repeat bottom;
	width: 518px;
	padding-bottom: 5px;
}
#respond input#submit {
	background: url(images/comment.jpg) no-repeat;
	width: 132px;
	height: 48px;
	color: #FFF;
	border: none;
	font-weight: 700;
	padding-right: 20px;
	cursor: pointer;
}
.wp-pagenavi {
	background: url(images/pagination-bg.gif) no-repeat #f45b2b;
	padding-left: 120px;
	width: 414px;
	padding-top: 8px;
	height: 25px;
	color: #FFF;
	font-size: 12px;
	margin-bottom: 40px;
	margin-top: 50px;
}
.page-template-project-php .wp-pagenavi {
	background: url(images/pagination-red-bg.jpg) no-repeat #e71e25;
}
.page-template-education-page-php .wp-pagenavi {
	background: url(images/pagination-yellow-bg.jpg) no-repeat #fab72b;
}
.wp-pagenavi span.pages {
	margin-right: 10px;
	float: left;
}
.wp-pagenavi span.current {
	background: url(images/pagination-selected.jpg) no-repeat #ffffff;
	width: 31px;
	padding-top: 5px;
	height: 20px;
	display: block;
	margin-top: -5px;
	text-align: center;
	color: #f45b2b;
	float: left;
}
.page-template-project-php .wp-pagenavi span.current {
	background: url(images/pagination-red-selected.jpg) no-repeat;
	color: #e71e25;
}
.page-template-education-page-php .wp-pagenavi span.current {
	background: url(images/pagination-yellow-selected.jpg) no-repeat;
	color: #fab72b;
}
.wp-pagenavi a {
	color: #FFF;
	margin-right: 2px;
	margin-left: 2px;
	float: left;
}

/*
COMMENTS
*/
ol.commentlist {
	list-style: none;
}
h3#comments span {
	color: #F45B2B;
}
h3#comments {
	margin-bottom: 20px;
}
#content #respond p {
	line-height: 15px;
}
h4.comment_by span {
	color: #F45B2B;
}
h4.comment_by {
	margin-bottom: 10px;
}
#content li.comment p {
	margin-bottom: 5px;
}
li.comment {
	padding-bottom: 20px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 20px;
}
ol.commentlist {
	margin-bottom: 50px;
}

/*
SIDEBAR
*/
#sidebar {
	width: 270px;
	padding-right: 20px;
	float: right;
	clear: right;
	height: auto; 
	min-height: 100%;
}
#sidebar h4 {
	background: url(images/sidebar-divider.jpg) no-repeat bottom;
	padding-left: 20px;
	width: 259px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#sidebar h4.spacer {
	margin-top: 40px;
}
#sidebar p {
	margin-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar a {
	color: #085a99;
	font-weight: normal;
}
#sidebar a.sidebar_email {
	background: url(images/email.jpg) no-repeat;
	padding-left: 25px;
	width: 110px;
	padding-top: 17px;
	height: 31px;
	display: block;
	color: #FFF;
	font-weight: 700;
	margin-top: 50px;
}
#sidebar ul {
	margin-left: 20px;
}
#sidebar ul li {
	list-style: none;
	font-size: 12px;
	margin-bottom: 5px;
}
#sidebar p.testimonial {
	font-size: 14px;
	font-style: italic;
}
#sidebar img.email {
	margin-top: 2px;
}

/*
NEWS
*/
h5.news-h5 {
	background: url(images/news/news-h5.jpg) no-repeat;
	padding-left: 20px;
	width: 174px;
	height: 40px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
	margin-top: -40px;
	margin-bottom: 20px;
}
.news-item-feature-image {
	width: 160px;
	height: 160px;
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
.news-item-date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #f45b2b;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	display: inline;
	float: right;
}
body.page-template-education-php .news-item-date {
	background-color: #fab72b;
}
.news-item {
	padding-left: 100px;
	clear: both;
	margin-bottom: 20px;
}
.news-item-date span {
	font-size: 20px;
}
.news-item-image {
	width: 90px;
	height: 90px;
	float: left;
	margin-left: -100px;
	margin-bottom: 20px;
	display: inline;
}
#content .news-item h4 {
	margin-bottom: 5px;
}
#content .news-item p {
	margin-bottom: 5px;
}

/*
PROJECTS & PERFORMANCES
*/
h5.projects-h5 {
	background: url(images/projects/projects-h5.jpg) no-repeat;
	padding-left: 25px;
	width: 234px;
	height: 35px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
	margin-top: -40px;
	margin-bottom: 20px;
}
h3.projects_h3_underline {
	background: url(images/projects/content-divider-large.jpg) no-repeat bottom;
	width: 580px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.projects_post {
	padding-left: 170px;
	clear: both;
	margin-bottom: 40px;
}
.projects_post .projects_post_image {
	width: 160px;
	height: 160px;
	float: left;
	margin-left: -170px;
	margin-bottom: 40px;
	display: inline;
}

/*
EDUCATION & PARTICIPATION
*/
h5.education-h5 {
	background: url(images/education/education-h5.jpg) no-repeat;
	width: 276px;
	padding-left: 20px;
	height: 29px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	font-style: italic;
	font-size: 15px;
	margin-top: -40px;
	margin-bottom: 20px;
}
h3.education_h3_underline {
	background: url(images/education/content-divider-large.jpg) no-repeat bottom;
	width: 580px;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.eductaion-divider {
	background: url(images/education/content-divider-large.jpg) no-repeat;
	width: 580px;
	height: 2px;
	font-size: 0px;
	clear: both;
	margin-bottom: 40px;
}
.education-index-item {
	position: relative;
	margin-bottom: 20px;
}
.education-index-item-date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 45px;
	width: 40px;
	height: 49px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #fab72b;
	color: #FFF;
	font-size: 10px;
}
.education-index-item span {
	font-size: 18px;
}
#content .education-index-item p {
	padding-left: 100px;
	margin-bottom: 5px;
	line-height: 16px;
}
.education-index-item p.title {
	font-size: 14px;
	font-weight: 700;
}
body.page-template-education-php #content img, body.page-template-education-page-php #content img {
	border-color: #fab72b;
}



.education-item-date {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #fab72b;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	display: inline;
	float: right;
}
.education-item {
	padding-left: 100px;
	clear: both;
	margin-bottom: 20px;
}
.education-item-date span {
	font-size: 20px;
}
.education-item-image {
	width: 90px;
	height: 90px;
	float: left;
	margin-left: -100px;
	margin-bottom: 20px;
	display: inline;
}
#content .education-item h4 {
	margin-bottom: 5px;
}
#content .education-item p {
	margin-bottom: 5px;
}



/*
ABOUT
*/
.team-small {
	clear: right;
	margin-bottom: 30px;
	padding-left: 100px;
}
#content .team-small img {
	border: none;
	position: absolute;
	left: 10px;
	margin: 0px;
	float: none;
}
#content .team-small h4 {
	margin-bottom: 5px;
}
#content .team-small p {
	margin-bottom: 5px;
}

/*
TESTIMONIALS
*/
div.testimonial_post {
	position: relative;
	width: 580px;
}
#content div.testimonial_post p {
	width: 470px;
	margin-bottom: 10px;
	float: right;
}
div.testimonial_post div.testimonial_project {
	float: left;
}
.testimonial_project {
	background: url(images/testimonials/title_header.gif) no-repeat;
	width: 91px;
	padding-top: 5px;
	padding-bottom: 19px;
}
.testimonial_project_content {
	background: url(images/testimonials/title_bg.gif) repeat-y;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	color: #f45b2b;
}
#content div.testimonial_post .testimonial_project_content p {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: 700;
	width: 80px;
	float: none;
	line-height: 15px;
}
.testimonial_project_footer {
	background: url(images/testimonials/title_footer.gif) no-repeat;
	height: 19px;
	width: 91px;
}
.alignleft {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-bottom: 20px;
	margin-top: 10px;
}

/*
CONTACT
*/
div#form_column1 {
	float: left;
	width: 280px;
	margin-right: 20px;
}
div#form_column1 input, div#form_column2 input, #other_value, #commentform input {
	width: 270px;
	padding: 3px;
	border: 1px solid #666; 
}
#commentform input#subscribe {
	border: none;
}
div#form_column2 {
	float: left;
	width: 280px;
}
#email_form p.p_textarea {
	height: 150px;
	margin-bottom: 0px;
	clear: both;
}
p.p_textarea textarea, #commentform textarea {
	width: 570px;
	height: 80px;
	padding: 3px;	
	border: 1px solid #666; 
}
#commentform textarea {
	width: 518px;
	height: 80px;
	padding: 3px;	
	border: 1px solid #666; 
}
p label {
	font-weight: 700;
}
#email_form p label small, #commentform p label small {
	color: #f45b2b;
	font-weight: normal;
}
.curFocus {
	background-color: #FFC;
}
#content .highlightbox_red {
	border-color: #F00;
}
#email_form p {
	height: 85px;
	margin-bottom: 0px;
}
#email_form p span {
	background: url(images/contact/form-msg.jpg) no-repeat;
	padding-left: 5px;
	width: 255px;
	padding-top: 10px;
	height: 22px;
	font-size: 11px;
	display: block;
}
#code {
	width: 130px;
	padding: 3px;
	border: 1px solid #666; 
}
.warning {
	color: #F00;
}
#email_form #submit {
	background: url(images/contact/send-form.jpg) no-repeat;
	width: 133px;
	height: 45px;
	border: none;
	color: #FFF;
	font-weight: 700;
	text-align: left;
	padding-left: 20px;
	cursor: pointer;
}
#email_form p.normal_p {
	height: 20px;
}
label {
	font-size: 12px;
	font-weight: normal;
}
div#form_column3 {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
div#form_column4 {
	float: left;
	margin-bottom: 30px;
}
#email_form p.p_security_code {
	clear: both;
	height: 105px;
}
p.p_submit {
	position: relative;
	clear: both;
}
#email_form p.p_list{
	clear: both;
        height: 25px;
}
#email_form p.p_submit span {
	background: url(images/contact/form-error.jpg) no-repeat;
	padding-left: 15px;
	width: 427px;
	height: 38px;
	position: absolute;
	left: 130px;
	top: 4px;
}
img#captchaimg {
	float: none;
	border: none;
	margin: 0px;
}
a.map_link {
	background: url(images/contact/map.gif) no-repeat;
	width: 224px;
	height: 20px;
	padding-top: 230px;
	display: block;
	margin-top: 40px;
}


/*
FOOTER
*/
div#footer_content {
	width: 960px;
	height: 217px;
	padding-top: 25px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #FFF;
}
div#footer_content a {
	color: #5fbaff;
}
div#footer_content .column2 {
	width: 275px;
	float: left;
	margin-top: -10px;
	text-align: center;
}
div#footer_content .column3 {
	width: 245px;
	float: left;
}
div#footer_content .column1, div#footer_content .column2 {
	margin-right: 60px;
}
div#footer_content .column1 {
	width: 290px;
	padding-right: 20px;
	float: left;
}
div#footer_content .column1 p, div#footer_content .column3 p {
	margin-bottom: 15px;
}
div#footer_content .column3 p.phone {
	font-size: 14px;
	font-weight: 700;
}
div#footer_content .column2 p {
	margin-bottom: 15px;
}
div#footer_content .column2 .newsletter {
	background: url(images/newsletter.jpg) no-repeat;
	padding-left: 20px;
	width: 210px;
	padding-top: 14px;
	height: 30px;
	color: #FFF;
	display: block;
	margin-bottom: 15px;
	text-align: left;
	margin-left: 20px;
}
div#footer_content .column2 .bristol_council {
	background: url(images/bristol-council.jpg) no-repeat;
	width: 51px;
	height: 51px;
	float: left;
	margin-right: 10px;
	margin-left: 35px;
}
div#footer_content .column2 .arts_council {
	background: url(images/arts-council.jpg) no-repeat;
	width: 141px;
	height: 51px;
	display: block;
	float: left;
	margin-top: 10px;
}
div#footer_content .column3 {
	text-align: right;
}
div#footer_content .copywrite {
	position: absolute;
	left: 0px;
	bottom: 45px;
	width: 300px;
	display: inline;
	font-size: 10px;
	width: 300px;
}
div#footer_content .copywrite a {
	color: #FFF;
	font-weight: normal;
}
div#footer_content .links {
	position: absolute;
	right: 0px;
	bottom: 45px;
	width: 300px;
	font-size: 10px;
	display: inline;
	width: 300px;
	text-align: right;
	font-size: 13px;
}
div#footer_content .links a {
	color: #FFF;
	margin-left: 20px;
	font-size: 13px;
}