/********** RESET **********/
body {
	margin:0;
	padding:0;
	line-height:100%;
	color:#4B575A;
	font-size:17px;
	font-family:Helvetica, Arial, sans-serif;
	background:#F9FDEF url(/_images/background/tile.gif);
}

#container {
	/*width:940px;*/
	width:986px;
	margin:0 auto;
	background: url(/_images/background/drop_shadow.png) repeat-y;
}

.center {
	margin:0 auto;
	width:760px;
	background:#F9FDEF;
}

p, h1, h2, h3, h4, h5, h6, li, ul, a, input, textarea, img {
	padding:0;
	margin:0;
}

ul {
	list-style:none;
}

li {
	line-height:20px;
}

img, input {
	border:none;
}

a {
	text-decoration:none;
	color:#FF6D96;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

hr {
	border:none;
	border-bottom:2px dashed #EEF0E8;
	margin-bottom:25px;
	clear:both;
}

.clearer {
	clear: both;
	font-size: 1px;
	height: 1px;
}

/********************************************************************/
/****************************** HEADER ******************************/
/********************************************************************/
#main_nav {
	width:515px;
	height:80px;
	float:left;
}

#main_nav img {
	float:left;
	padding-right:5px;
}

.nav_link {
	height:41px;
	width:98px;
	display:block;
	float:left;
	padding-left:5px;
}

/****************************** main nav rollover ******************************/
#main_nav .home {background:url(/_images/nav_link/rollover_home.jpg) no-repeat;}
#main_nav a.home:hover {background-position:0px -41px;}

#main_nav .about {background:url(/_images/nav_link/rollover_about.jpg) no-repeat;}
#main_nav a.about:hover {background-position:0px -41px;}

#main_nav .work {background:url(/_images/nav_link/rollover_work.jpg) no-repeat;}
#main_nav a.work:hover {background-position:0px -41px;}

#main_nav .blog {background:url(/_images/nav_link/rollover_blog.jpg) no-repeat;}
#main_nav a.blog:hover {background-position:0px -41px;}

#main_nav .contact {background:url(/_images/nav_link/rollover_contact.jpg) no-repeat;}
#main_nav a.contact:hover {background-position:0px -41px;}

#main_nav span {
	display:none;
}

.top_contact {
	height:80px;
	width:236px;
	float:right;
}

.title {
	float:left;
	margin-left:-20px;
}

.logo {
	float:right;
}

/*******************************************************************/
/****************************** INTRO ******************************/
/*******************************************************************/
#intro {
	width:760px;
	clear:both;
}

.intro_text {
	width:380px;
	float:left;
}

.intx_title {
	float:left;
}

.intx_copy {
	float:left;
	padding-top:20px;
	width:355px;
	line-height:25px;
}

.intx_founder {
	width:450px;
}

.intx_work {
	font-size:18px;
	line-height:25px;
	word-spacing:-1px;
}

.intx_about_one {
	width:450px;
	font-size:20px;
	line-height:28px;
	padding:0;
}

a.orange_under:hover {
	color:#E48319;
}

a.green_under:hover {
	color:#68BD41;
}

.intx_about_two {
	font-size:18px;
	line-height:25px;
	width:450px;
}

/****************************** highlights ******************************/
.highlight_orange {
	color:#E48319;
}

.highlight_green {
	color:#68BD41;
}

.highlight_pink {
	color:#FF6D96;
}

.characters_highlight {
	float:right;
	padding-top:92px;
}

.bhive_highlight {
	float:right;
	padding-bottom:20px;
}/* not just for bhive highlight, used for general images that wants to be floated right inside the intro */

/*********************************************************************/
/****************************** CONTENT ******************************/
/*********************************************************************/
#content {
	width:760px;
	clear:both;
}

.showcase {
	width:380px;
	float:left;
	padding-top:30px;
}

.showcase p {
	color:#717B7E;
	font-size:15px;
	padding:10px 0px 5px 0px;
}

.titleAndLink {
	width:760px;
	padding-bottom:15px;
	float:left;
}

.titleAndLink img {
	float:left;
}

.tal_link {
	float:right;
}

.title_space {
	padding:40px 0px 20px 0px;
}

.reasonToWork {
	float:right;
	line-height:30px;
}

/****************************** home page - flag content ******************************/

.bg_reason {
	background:#EAF4D5;
}

.bg_pitch {
	background:#EDEFE1;
}

.bg_project {
	background:#FAE8E2;
}

.flag_button {
	height:153px;
	display:block;
	float:left;
}

.flag_button span {
	display:none;
}

a.flag_button:hover {
	background-position:0 -153px;
}

.button_reason {
	background:url(/_images/button/reason.png) no-repeat;
	width:249px;
}

.click_reason {
	background:url(/_images/button/reason.png) no-repeat;
	background-position:0 -153px;
	width:249px;
}

.button_pitch {
	background:url(/_images/button/pitch.png) no-repeat;
	width:263px;
}

.click_pitch {
	background:url(/_images/button/pitch.png) no-repeat;
	background-position:0 -153px;
	width:263px;
}

.button_project {
	background:url(/_images/button/project.png) no-repeat;
	width:248px;
}

.click_project {
	background:url(/_images/button/project.png) no-repeat;
	background-position:0 -153px;
	width:248px;
}

/********************************************************************/
/****************************** SLIDER ******************************/
/********************************************************************/

/* changing the width and height on this changes the border */
#carousel {
	width:760px;
	height:auto;
	overflow:hidden;
	float:left;
}

/* changing the width and height of this will change the size of the view window */
#carousel #slides {
	overflow:hidden;
	/* fix ie overflow issue */
	position:relative;
	width:760px;
	height:382px;
	padding-top:20px;
	background:#EAF4D5;
}

/* remove the list styles, width : item width * total items */	
#carousel #slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin:0;
	padding:0;	
	width:7600px;			
}

/* width of the item, in this case I put 250x250x gif */
#carousel #slides li {
	width:760px;
	height:291px;	
	float:left;
}

/* floated left so that text is sitting aside it instead of below */
#carousel #slides li .reason_num {
	float:left;
	padding-right:8px;
}

/* Styling for prev and next buttons */
#carousel #buttons {
	position:absolute;
	z-index:2;
	margin-top:120px;
	width:760px;
}

#carousel #buttons a {
	display:block; 
	width:66px; 
	height:262px;
	text-indent:-999em;
	float:left;
}

#carousel a#prev {
	background:url(/_images/slide/nav_left.gif) 0 0 no-repeat;
	float:left;
	outline:none;
}

#carousel a#next {
	background:url(/_images/slide/nav_right.gif) 0 0 no-repeat;
	float:right;
	outline:none;
}

#carousel #slides .slide_title {
	font-size:24px;
	padding:10px 0px 5px 0px;
	width:640px;
}

#carousel #slides .slide_text {
	font-size:18px;
	line-height:29px;
	width:640px;
}

/****************************** home page - slide area ******************************/
.slide_title {
	width:760px;
	float:left;
	background:#EAF4D5;
}

.slide_title p, .nav_left {
	float:left;
}

.slide_title h3 {
	font-size:21px;
	padding:30px 0px 15px 0px;
	float:left;
	width:660px;
}

.slide_title p {
	width:660px;
}

.slide_content {
	width:760px;
	background:#EAF4D5;
	float:left;
}

.num_one, .slide_image {
	float:left;
}

.nav_right {
	float:right;
}

.more {
	font-size:16px;
	background:#EAF4D5;
	height:50px;
	text-align:right;
	width:725px;
	padding:30px 35px 0px 0px;
	clear:both;
}/* for the slide */

/****************************** home page - stack area ******************************/
.project_container {
	/*padding-top:153px;*/		/*instead of float*/
	width:760px;
	margin:0 auto;
	height:500px;
	background:#FAE8E2;
	float:left;
}

.pro_hover {
	height:265px;
	width:333px;
	display:block;
	float:left;
	position:absolute;
}

a.pro_hover:hover {
	background-position:0px -265px;
}

.pro_hover span {
	display:none;
}

.pro_wellbeing {
	background:url(/_images/proud_projects/rollover_wellbeing.png) no-repeat;
	margin:0px 0px 0px 50px;
	z-index:5;
}

.pro_pollution {
	background:url(/_images/proud_projects/rollover_pollution.png) no-repeat;
	margin:0px 0px 0px 370px;
	z-index:5;
}

.pro_bhive {
	background:url(/_images/proud_projects/rollover_bhive.png) no-repeat;
	margin:110px 0px 0px 225px;
	z-index:6;
}

.pro_wealthworks {
	background:url(/_images/proud_projects/rollover_wealthworks.png) no-repeat;
	margin:220px 0px 0px 50px;
	z-index:5;
}

.pro_bhebs {
	background:url(/_images/proud_projects/rollover_bhebs.png) no-repeat;
	margin:220px 0px 0px 370px;
	z-index:5;
}

/****************************** home page - pitch area ******************************/
#pitch_area {
	background:#EDEFE1;
	float:left;
	width:740px;
	padding:10px;
}

#pitch_area .pitch_border {
	border-top:8px solid #666 /*#8E999D*/;
	border-bottom:6px solid #666 /*#8E999D*/;
}

/****************************** about page - flag areas ******************************/

.flag_link {
	float:left;
}

.flag_reasons {
	padding-bottom:50px;
}

.flag_link img {
	float:left;
}

/****************************** about page - what we can help with ******************************/
.whatWeDo {
	width:760px;
	font-size:14px;
	float:left;
	padding-top:30px;
	padding-bottom:15px;
	border:none;
	border-top:2px dashed #EEF0E8;
}

.whatWeDo h3 {
	color:#2EB9D8;
	font-size:20px;
	padding-bottom:20px;
	word-spacing:-1px;
	font-weight:normal;
}

.whatWeDo p {
	width:160px;
	line-height:20px;
}

.whatWeDo_box {
	width:240px;
	height:130px;
	margin-bottom:15px;
	background:#9C6;
	float:left;
	margin-right:20px;
}

.whatWeDo_webCon {
	background:url(/_images/icon/icon_speech.gif) no-repeat center right;
}

.whatWeDo_webDesBuild {
	background:url(/_images/icon/icon_spanner.gif) no-repeat center right;
}

.whatWeDo_infoArc {
	background:url(/_images/icon/icon_network.gif) no-repeat center right;
	margin:0px;
}

.whatWeDo_socMed {
	background:url(/_images/icon/icon_social.gif) no-repeat center right;
}

.whatWeDo_Brand {
	background:url(/_images/icon/icon_brand.gif) no-repeat center right;
}

.whatWeDo_mob {
	background:url(/_images/icon/icon_mobile.gif) no-repeat center right;
	margin:0px;
}

/****************************** about page - how we do it ******************************/
.large_rule {
	width:760px;
	font-size:20px;
	float:left;
	padding:30px 0px;
	border:none;
	border-top:2px dashed #EEF0E8;
}

.medium_rule {
	font-size:18px;
}

/****************************** about page - q and a ******************************/
.qa_list {
	width:760px;
	padding-bottom:50px;
	border-top:2px dashed #EEF0E8;
}

.odd_l {
	color:#E48319;
	padding:15px 0px;
}

.odd_c {
	color:#95CF2F;
	padding:15px 0px;
}

.even {
	background:#F0EFE2;
	padding:15px 0px 15px 25px;
}

/****************************** work page - rollovers ******************************/

.work_thumb {
	background:#C96;
}

.work_thumb span {
	display:none;
}

.work_rollover {
	display:block;
	height:175px;
	width:190px;
	float:left;
}

.work_thumb .freewills {background:url(/_images/work/rollover_freewills.jpg) 0 0 no-repeat;}
.work_thumb a.freewills:hover {background-position:0px -175px;}

.work_thumb .janeFoster {background:url(/_images/work/rollover_janeFoster.jpg) 0 0 no-repeat;}
.work_thumb a.janeFoster:hover {background-position:0px -175px;}

.work_thumb .ambeo {background:url(/_images/work/rollover_ambeo.jpg) 0 0 no-repeat;}
.work_thumb a.ambeo:hover {background-position:0px -175px;}

.work_thumb .LETG {background:url(/_images/work/rollover_letg.jpg) 0 0 no-repeat;}
.work_thumb a.LETG:hover {background-position:0px -175px;}

.work_thumb .mindbodybaby {background:url(/_images/work/rollover_mindBodyBaby.jpg) 0 0 no-repeat;}
.work_thumb a.mindbodybaby:hover {background-position:0px -175px;}

.work_thumb .culturesussex {background:url(/_images/work/rollover_cultureSussex.jpg) 0 0 no-repeat;}
.work_thumb a.culturesussex:hover {background-position:0px -175px;}

.work_thumb .ascend {background:url(/_images/work/rollover_ascend.jpg) 0 0 no-repeat;}
.work_thumb a.ascend:hover {background-position:0px -175px;}

.work_thumb .parliament {background:url(/_images/work/rollover_parliament.jpg) 0 0 no-repeat;}
.work_thumb a.parliament:hover {background-position:0px -175px;}

.work_thumb .tbwai {background:url(/_images/work/rollover_tbwai.jpg) 0 0 no-repeat;}
.work_thumb a.tbwai:hover {background-position:0px -175px;}

.work_thumb .sutherland {background:url(/_images/work/rollover_sutherland.jpg) 0 0 no-repeat;}
.work_thumb a.sutherland:hover {background-position:0px -175px;}

.work_thumb .capacitycheck {background:url(/_images/work/rollover_capacityCheck.jpg) 0 0 no-repeat;}
.work_thumb a.capacitycheck:hover {background-position:0px -175px;}

.work_thumb .karavan {background:url(/_images/work/rollover_karavan.jpg) 0 0 no-repeat;}
.work_thumb a.karavan:hover {background-position:0px -175px;}

/****************************** casestudy page ******************************/
.casestudy_left {
	width:380px;
	float:left;
}

.casestudy_left h3 {
	font-size:19px;
	line-height:26px;
	font-weight:normal;
	width:370px;
}

.casestudy_left p {
	font-size:15px;
	line-height:21px;
	width:370px;
}

.small_list {
	padding-left:20px;
}

.small_list li {
	line-height:21px;
	font-size:15px;
	padding-left:15px;
}

.big_list li {
	font-size:19px;
	line-height:38px;
	padding-left:15px;
}

.bullet_yellow li {
	background:url(/_images/icon/icon_bullet_yellow.gif) no-repeat left;
}

.bullet_green li {
	background:url(/_images/icon/icon_bullet_green.gif) no-repeat left;
}

.bullet_navy li {
	background:url(/_images/icon/icon_bullet_navy_02.gif) no-repeat left top;
}

.bullet_navy_bl li {
	background:url(/_images/icon/icon_bullet_navy.gif) no-repeat left top;
}

.bullet_red li {
	background:url(/_images/icon/icon_bullet_red.gif) no-repeat left;
}

.view_site {
	font-size:21px;
	font-weight:bold;
	background:#CCC;
	color:#FFF;
	padding:10px;
	line-height:45px;
}

.view_site a:hover {
	text-decoration:none;
}

.view_bhive {
	background:#F9CB02;
}

.view_bhebs {
	background:#3A8A21;
}

.view_pollution {
	background:#6DC7E1;
}

.view_wellbeing {
	background:#D20022;
}

.view_wealthworks {
	background:#CD320E;
}

.casestudy_right {
	width:372px;
	float:right;
}

.casestudy_show {
	padding-top:70px;
}

/****************************** other casestudy ******************************/
.other_case {
	padding-top:75px;
}

#preview{
	position:absolute;
	background:transparent;
	padding:5px;
	display:none;
	color:#fff;
}

/****************************** contact page ******************************/
#googleMap { width:760px;height:250px;background-color:#FFFFFF;margin-bottom:30px;}

.address {
	font-size:21px;
	font-weight:bold;
	line-height:29px;
	letter-spacing:-1px;
	width:385px;
	float:left;
	padding-bottom:20px;
}

.emailUs {
	float:left;
	padding-top:15px;
}

/*********************************************************************/
/****************************** CONTACT ******************************/
/*********************************************************************/
.cta_contact {
	clear:both;
	padding-top:50px;
	border-bottom:10px solid #97C240;
	width:940px;
	margin-left:23px;	/*WHEN THE CENTER DIV ENDS BEFORE CTA CONTACT AND STARTS AGAIN AFTER IT */
	/*margin-left:-88px;	/*WHEN ALL IN ONE CENTER DIV: THE CALL TO ACTION BANNER IS PUSHED BACK USING MINUS*/
}

/******************************************************************/
/****************************** BLOG ******************************/
/******************************************************************/


.content_blog {
	width:505px;
	float:left;
}

.content_blog h1 {
	float: left;
	line-height: 1em;
	margin: 20px 0px;
}

.content_blog h2 {
	font-size: 18px;
	margin: 20px 0px 10px 0px;
}

.content_blog p.intro {
	font-size:18px;
	font-weight:normal;
	line-height:25px;
	padding:20px 0px 10px 0px;
}

.content_blog p {
	font-size:15px;
	line-height:22px;
	margin-bottom: 10px;
}

div.content_blog ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 10px;
}

div.content_blog li {
	font-size: 15px;
	line-height: 22px;
}

/****************************** list section ******************************/

#list_blog {
	float: left;
	width: 505px;
	margin-top: 20px;
}

#list_blog div.item {
	float: left;
	margin-bottom: 30px;
}

#list_blog div.image, div.content_blog div.image {
	float: left;
	background-image: url(/_images/blog/img.jpg);
	background-repeat: no-repeat;
	background-position: 21px 26px;
	width: 505px;
	height: 344px;
}

#list_blog div.image div.meta, div.content_blog div.image div.meta {
	background-repeat: no-repeat;
	width: 505px;
	height: 344px;
}

#list_blog div.image p, div.content_blog div.image p {
	float: left;
}

#list_blog div.image p.date, div.content_blog div.image p.date {
	width: 69px;
	height: 77px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	margin: 0px;
	padding-top: 5px;
	text-align: center;
	position: relative;
	top: 3px;
	_top: -10px;
	left: 10px;
	letter-spacing: -1px;
}

#list_blog div.image p.date span, div.content_blog div.image p.date span {
	font-size: 48px;
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	position: relative;
	top: 5px;
	_top: 15px;
}

#list_blog div.image div.meta div, div.content_blog div.image div.meta div {
	float: left;
	position: relative;
	top: 260px;
	left: -43px;
	width: 394px;
}

#list_blog div.image h2, div.content_blog div.image h2 {
	display: inline;
	color: #FFFFFF;
	background-image: url(/_images/blog/1px.png);
	padding: 5px 10px;;
	font-size: 28px;
	letter-spacing: -1px;
}

#list_blog div.image h2 a {
	color: #FFFFFF;
}

#list_blog div.image p.numComments, div.content_blog div.image p.numComments {
	width: 30px;
	height: 35px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 284px;
}

div.content_blog div.image p.numComments {
	left: 394px;
}

#list_blog div.summary {
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

#list_blog div.summary span.first {
	font-size: 48px;
	_font-size: 42px;
	float: left;
	display: block;
	padding: 0px 5px 0px 0px;
	position: relative;
	top: 2px;
	_top: 0px;
}

div.meta, div.meta div {
	float: left;
	font-size: 13px;
	width: 505px;
}

div.meta div { width: 250px;}

div.meta div.link {
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	padding-top: 20px;
}

div.meta div.postedBy {
	width: 210px;
	padding: 20px 0px 30px 40px;
	background-repeat: no-repeat;
}

div.laurence div.meta div.postedBy {
	background-image: url(/_images/blog/icon_lol.gif);
}

div.laurence span.first, div.laurence div.meta div.postedBy a {
	color: #E48319;
}

#list_blog div.laurence div.image div.meta, div.laurence div.image div.meta {
	background-image: url(/_images/blog/img_frame_lol.png);
	_background-image: url(/_images/blog/img_frame_lol.gif);
}

div.carlos div.meta div.postedBy {
	background-image: url(/_images/blog/icon_carlos.gif);
}

div.carlos span.first, div.carlos div.meta div.postedBy a {
	color: #67BD40;
}

#list_blog div.carlos div.image div.meta, div.carlos div.image div.meta {
	background-image: url(/_images/blog/img_frame_carlos.png);
	_background-image: url(/_images/blog/img_frame_carlos.gif);
}

div.content_blog div.meta {
	margin-top: 20px;
}

div.content_blog div.meta div {
	width: 100%;
}

/****************************** comment section ******************************/
.comment_section {
	float:left;
	width:505px;
	padding-top:10px;
}

.comment_titleAndLink {
	width:500px;
	font-size:14px;
	background:#F9FDEF;
}

.comment_titleAndLink a {
	float:right;
	line-height:30px;
}

div.bubbles {
	float: left;
}

/****************************** comment bubble ******************************/
div.outer {
	background:#BDE9E7 url(/_images/blog/reply_top_blue_q.gif) no-repeat top;
	width:500px;
	padding-top:25px;
}

div.hidden {display:none}

div.inner {
	background:url(/_images/blog/reply_bottom_blue_q.gif) no-repeat bottom;
	width:500px;
	padding-bottom: 40px;
}

div.inner p {
	padding:0px 50px 0px 50px;
	margin: 0px;
	min-height:48px;
	_height:48px;
}

div.poster {
	padding:5px 0px 10px 70px;
	margin-bottom: 10px;
}

div.poster p, div.poster p a {
	color: #4B575A;
	font-size:15px;
	line-height: 1em;
	padding:  0px 0px 0px 0px;
	margin: 0px;
}

div.poster span {
	font-size:12px;
}

div.laurenceComment div.outer {
	background:#E48319 url(/_images/blog/reply_top_orange_q.gif) no-repeat top;
}

div.laurenceComment div.inner {
	background:url(/_images/blog/reply_bottom_orange_q.gif) no-repeat bottom;
}

div.laurenceComment div.poster {
	background:url(/_images/icon/icon_mini-laurence.jpg) no-repeat left center;
	margin-left:65px;
	padding:0px 0px 30px 35px;
}

div.laurenceComment div.poster p, div.laurenceComment div.poster p a {
	color:#E48319;
}

div.carlosComment div.outer {
	background:#95CF2F url(/_images/blog/reply_top_green_q.gif) no-repeat top;
}

div.carlosComment div.inner {
	background:url(/_images/blog/reply_bottom_green_q.gif) no-repeat bottom;
}

div.carlosComment div.poster {
	background:url(/_images/icon/icon_mini-carlos.jpg) no-repeat left center;
	margin-left:65px;
	padding:0px 0px 20px 35px;
}

div.carlosComment div.poster p, div.carlosComment div.poster p a {
	color:#68BD41;
}

div.carlosComment div.poster p, div.carlosComment div.poster span {
	position: relative;
	top: 10px;
}

div.laurenceComment div.poster p, div.laurenceComment div.poster span {
	position: relative;
	top: 15px;
}

div.laurenceComment div.inner p, div.carlosComment div.inner p {
	color:#FFF;
}

/*****************************************************************************/
/****************************** ARCHIVE SECTION ******************************/
/*****************************************************************************/
.last_post {
	height:60px;
	background:url(/_images/icon/icon_laurence.gif) no-repeat;
	font-size:15px;
}

.post_by {
	padding-left:40px;
}

.post_date {
	font-size:12px;
	padding-left:40px;
}

.archive_list {
	width:190px;
	float:right;
	font-size:14px;
	padding-left:0px;
}

/****************************** latest blog ******************************/
.latestBlog {
	width:760px;
	background:url(/_images/blog/banner_latest_blog.gif) no-repeat top right;
	height:193px;
	border-bottom:7px solid #BDE9E7;
	clear:both;
}

.latestBlog ul {
	list-style:none;
	font-size:19px;
	width:498px;
}

.latestBlog .lB_top {
	border:none;
	padding-top:30px;
}

.latestBlog li {
	border-top:1px solid #BDE9E7;
	padding:20px 0px;
}

/******************************************************************/
/****************************** FORM ******************************/
/******************************************************************/
.leave_comment {
	width:505px;
}

form {
	width:505px;
}

#commentForm input, #commentForm textarea {
	color:#4B575A;
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	width:442px;
	background:#EEEDE1;
	border:none;
	height: 24px;
	padding: 15px 0px 12px 15px;
	margin-bottom:20px;
	float: left;
}

#commentForm textarea {
	min-height:201px;
	_height: 201px;
}

#commentForm input.submit {
	font-family:Helvetica, Arial, sans-serif;
	font-size:21px;
	color:#FFFFFF;
	background:#FF6E96;
	border:none;
	height:39px;
	width:166px;
	font-weight:bold;
	float: left;
	cursor: pointer;
	padding: 0px;
}

#post_name.bg {
	background:url(/_images/contact/rollover_name.gif) no-repeat;
}

#post_email.bg {
	background:url(/_images/contact/rollover_email.gif) no-repeat;
}

#post_telephone.bg {
	background:url(/_images/contact/rollover_telephone.gif) no-repeat;
}

#post_website.bg {
	background:url(/_images/contact/rollover_website.gif) no-repeat;
}

#post_comment.bg {
	background:url(/_images/contact/rollover_comment.gif) no-repeat;
}

#post_name.bg:focus, #post_email.bg:focus, #post_telephone.bg:focus, #post_website.bg:focus {
	background-position:0px -50px;
}

#post_comment.bg:focus {
	background-position:0px -231px;
}

label.error {
	float:left;
	font-size: 12px;
	color: #FF6E96;
	padding: 0px 0px 0px 15px;
	font-weight: bold;
	width: 100%;
}

#thankyou {
	text-align: center;
	width: 760px;
	display: none;
}

/********************************************************************/
/****************************** SOCIAL ******************************/
/********************************************************************/
.twitter {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	width:375px;
	float:left;
	color:#8E999D;
}

.twitter img {
	float:left;
}

.twitter p {
	padding-left:75px;
}

.twitter .highlight_blue {
	color:#31B3D8;
}

.lastFm {
	float:right;
}

.lastFm .highlight_red {
	color:#FF3333;
}

/*******************************************************************/
/***************************** CONNECT *****************************/
/*******************************************************************/

#connect {
	width:760px;
	padding: 25px 0px;
	border-bottom:7px solid #BDE9E7;
	clear:both;
}

#connect img {
	margin-right: 30px;
}

#connect img.rss { margin-right: 0px; }

/********************************************************************/
/****************************** FOOTER ******************************/
/********************************************************************/
#footer {
	width:760px;
	padding-top:20px;
	font-size:13px;
	clear:both;
	height:30px;
}

#footer p {
	float:left;
	padding-top: 4px;
	padding-right: 30px;
}

#footer ul {
	list-style:none;
	float:right;
}

#footer li {
	border-left:1px solid #535A5C;
	display:inline;
	padding:0px 4px 0px 8px;
}
#footer li.first {
	border:none;
}

#footer a {
	color:#535A5C;
}

.clear {
	clear:both;
}

/**********************************************************************/
/****************************** COMMENTS ******************************/
/**********************************************************************/
div.leave_comment label.error {
	width: 100%;
	font-size: 12px;
	color: #FF6E96;
	padding: 0px 0px 15px 15px;
	font-weight: bold;
}

#commentForm input, #commentForm textarea {
	margin: 10px 0px;
}