/*

Douglas Radburn @ Branded3

Some guidelines to follow:
1. Break code down into sections.
2. Keep your rules related.
3. Only put one selector per line for a block of rules that apply to multiple selectors.
4. Indent your rules, only one rule per line.
5. Indent proprietary properties with a single tab. Keep these properties directly below the proposed property.
*/


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* DEFAULT STYLES   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	html {
		margin:0;
		padding:0;
		color:#868370;
		font-family:Georgia, "Times New Roman", Times, serif;
		text-align:center;
		font-size:72.5%;
		
	}
	
	body{
		text-align:left;
		font-size:14px;
		line-height:20px;
	}
	
	body#casestudy{
		background:url(images/case_studies_tile.jpg) repeat 930px top;
	}
	body#homepage{
		background:url(images/home_tile.gif) repeat 930px top;
	}
	body#aboutus{
		background:url(images/about_us_tile.jpg) repeat 930px top;
	}
	body#blog{
		background:url(images/blog_tile.jpg) repeat 930px top;
	}
	body#contact{
		background:url(images/contact_tile.gif) repeat 930px top;
	}
	body#news{
		background:url(images/news_tile.gif) repeat 930px top;
	}
	body#portfolio{
		background:url(images/portfolio_tile.gif) repeat 930px top;
	}
	
	body#portfolio p.email a, body#portfolio #contactus{color:#BEBCB0;}
	
	body#services{
		background:url(images/services_tile.jpg) repeat 930px top;
	}

	a{
		text-decoration:none;
		color:#868370;
	}

		a:hover{
			text-decoration:underline;
		}

		.entry-content a {
			text-decoration:none;
			color:#ff0000;
		}

		.entry-content a:hover {
			text-decoration:none;
		}

	/* MISC */

	.clearfix:after {
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			overflow:hidden;
	}

	img a {
		border:none;
	}
	
	.floatLeft{float:left;}
	.floatRight{float:right;}

	#restricted{
		width:481px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TYPOGRAPHY ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


	p{
		margin:10px 0;
		font-size:14px;
		line-height:20px;
	}
	
		#homepage p.title{
			width:600px;
			margin-bottom:0;
		}
	
		p.title{
			font-size:25px;
			font-weight:normal;
			margin:0 0 39px 0;
			display:inline;
			float:left;
			width:590px;
		}
		
			p.title span{
				font-weight:bold;
			}

	.red, .news_article p a.red, .archives .article p a.red{
		color:#ff0000;
	}
	
	.blue{
		color:#6581ff!important;
	}

	.lightblue{
		color:#1c96ff;
	}

	.blogblue{
		color:#8af5fa;
	}

	.grey{
		color:#3f3f3f;
	}

	.lightgrey, .lightgrey a{
		color:#bebcb0;
	}

	.pink{
		color:#c69c76;
	}
	
	.casestudy_pink{
		color:#ca0088;
	}
	
	.casestudy_green{
		color:#92ceb0;
	}

	.casestudy_orange{
		color:#d99031;
	}

	.purple{
		color:#8b8bd8;
	}

	.brightpink{
		color:#ff008b;
	}
	
	.yellow{
		color:#e2b222;
	}
	
		#services #blogFeed strong.brightpink{
			color:#ff008b;
		}

	.brightgreen{
		color:#6abc93;
	}

		#services #newsFeed strong.brightgreen{
			color:#6abc93;
		}

	.green{
		color:#9d9700;
	}

	.gold{
		color:#b38c41;
	}
	
	.casestudy_blue{
		color:#ff008b;
	}

	h1{
		font-size:22px;
		line-height:27px;
		margin:0 0 35px 0;
	}
	

	h1.entry-title {
		font-size:30px;
		margin:0 0 13px 0;
		padding:0;
	}

	h2{
		font-size:30px;
		color:#868370;
		line-height:32px;
	}

	h3{
		font-size:22px;
		color:#868370;
		line-height:26px;
		margin:0;
		padding:0;
	}

	li{
		padding:2px 0;
	}

	strong{
		font-weight:bold;
	}

	em{
		font-style:italic;
	}

	p.indent{margin-left:20px;}
	.indent{margin:0 0 0 20px;}

	.textRight{text-align:right;}



	.homepage_purple{
		color:#1753ad;	
	}

	.homepage_lightpurple{
		color:#614a5c;
	}

	.homepage_teal{
		color:#00c9c9;	
	}

	.homepage_lightblue{
		color:#6581ff
	}

	.homepage_grey{
		color:#3f3f3f;
	}

	.homepage_orange{
		color:#c69c76;
	}

	.homepage_lightgrey{
		color:#a1a0a0;
	}


	.homepage_nealanwolf{
		color:#532c47;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TEMPLATE ELEMENTS   */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#container{
		float:left;
		width:960px;
		background:url(images/background.png) top left repeat-y;
		padding:20px 0 190px 0; /* left padding on individual elements due to post pictures hanging across left side on the homepage  */
		margin:0;
	}

	#contentcontainer{
		float:left;
		padding:0;
		position:relative;
	}

	#leftcolumn{
		float:left;
		width:715px;
	}
	
	
		#content{
			float:left;
		}
	
	#rightcolumn{
		float:left;
		width:200px;
		margin:0 0 200px 25px;
		display:inline;
		min-height:1200px;
		height:auto!important;
		height:1200px;
		font-size:12px;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	
	
	#rightcolumn ul li{margin-bottom:5px;}
	
	#portfolio #rightcolumn ul li{margin-bottom:0px;}
	
	#rightcolumn .cufontextBook a:hover, #rightcolumn .cufontext a:hover{text-decoration:none;}
	
	.prev_next{clear:both;margin-left:20px;}
	
	.archives .article{
		float:left;
		margin:0 0 25px 20px;
		padding:0;
		border-bottom:1px dotted #ccc;
		width:700px;
	}
	
	
	#wide_column{
		width:480px;
	}
	
	#small_right_column{
		float:right;
		width:160px;
		font-size:12px;
		color:#bebcb0;
		margin:0 20px 0 0;
	}
	
	#small_right_column li{line-height:1.2em;}
	#newsFeed, #blogFeed{line-height:16px;}
	#newsFeed li, #blogFeed li{font-size:12px;}
	
		#small_right_column h3{
			font-size:12px;
		}
	
		#small_right_column a{
			color:#bebcb0;
		}
		
		#small_right_column a.green{
			color:#9d9700;
		}
		
		#small_right_column a.blogblue{
			color:#8af5fa;
		}
	
	#rightcolumn_menu{
		font-size:12px;
		margin:0 10px 0 0;
		line-height:normal;
		float:left;
		color:#bebcb0;
	}
	
		#rightcolumn_menu a{
			color:#868370;
		}

			#rightcolumn_menu a.selected{
				color:#868370;
			}
	
	#followers a{
		float:left;
		text-decoration:none;
		padding:0;
		margin:0;
	}
	
	#followers p{
		float:left;
		color:#00cccc;
		font-size:12px;
		margin:0 0 0 50px;
		padding:0;
		position:relative;
		top:-10px;
	}
	
	#followers.rightbox{
		margin-bottom:24px;
	}
	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FORM ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HEADER ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#header{
		float:left;
	}

	#logo{
		background:url(images/logo.gif) top left no-repeat;
		width:365px;
		height:15px;
		text-indent:-3000em;
		overflow:hidden;
		margin:0 0 0 20px;
	}

	#menu{
		float:left;
		display:inline;
		width:660px;
		padding:15px 0 70px 20px;
		overflow:hidden;
	}
	
		#menu li{
			float:left;
			margin:0 14px 0 0;
			padding:0;
			font-weight:bold;
		}
		
			#menu li a{
				font-size:16px;
				color:#bebcb0;
			}

				#menu li a:hover{
					text-decoration:none;
					color:#868370;
				}

				#menu li a.selected{
					color:#868370;
				}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NAVIGATION ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#small_left_column{
		float:left;
		font-size:12px;
		width:100px;
		margin:0 0 0 20px;
		display:inline;
		line-height:normal;
	}
	
		#small_left_column a{
			color:#bebcb0;
		}

			#small_left_column a.selected{
				color:#868370;
			}

	#content_column{
		float:left;
		width:590px;
	}

		#content_column p a{
			text-decoration:underline;
		}

			#content_column p a:hover{
				text-decoration:none;
			}

	#aboutus #content_column, #services #content_column, #contact #content_column{
		float:left;
		width:481px;
	}
	
		#aboutus #content_column p.title, #services #content_column p.title, #contact #content_column p.title{
			width:481px;
		}
	
	#portfolio #content{
		float:left;
	}
	
		#portfolio #content p.title{
			width:583px;
		}
	
	#casestudy #content_column{
		float:left;
		width:481px;
	}
	
		#casestudy #content_column p.title{
			width:481px;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* MAIN ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#pagination{
		width:100%;
		float:left;
		text-align:center;
		margin:0 0 40px 0;
		font-size:14px;
	}
	
		#pagination li{
			display:inline;
			margin:0 10px 0 0;
		}

			#pagination li a{
				color:#868370;
			}

				#pagination li a.selected{
					font-weight:bold;
					text-decoration:underline;
				}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* HOME ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.portfoliowrapper{
		background:url(images/portfoliowrapper.jpg) repeat;
		float:left;
		width:602px;
		padding:0 0 15px 0;
		margin:0;
	}
	
		.portfoliowrapper a{
			color:#868370;
			text-decoration:underline;
		}
		
			.portfoliowrapper a:hover{
				text-decoration:none;
			}
	
		.portfoliowrapper h2{
			padding:20px 0;
		}

	.homepageImage{
		float:left;
		margin:5px 0 0 0;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* PORTFOLIO ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#portfolioItems{
		float:left;
		margin:0 0 20px 10px;
		width:600px;
	}

		#portfolioItems li{
			float:left;
			margin:0 0 0 0;
			height:240px;
			overflow:hidden;
		}
	
			.portfolioitem{
				float:left;
				width:200px;
				margin:0 0 30px 0;
			}

				.portfolioitem .imagecontainer{
					position:relative;
					width:200px;
					height:130px;
					z-index:2;
				}

				.portfolioitem .imagecontainer .image{
					background:url(images/portfolio_item_background.jpg) top left no-repeat #000;
					width:181px;
					height:121px;
					padding:0;
					margin:0;
					position:relative;
					top:5px;
					left:10px;
					z-index:10;
				}
	
					.portfolioitem .imagecontainer .img{
						position:absolute;
						top:13px;
						left:17px;
						z-index:99;
					}

				.portfolioitem .portfoliotitle{
					font-size:16px;
					line-height:20px;
					margin:12px 0 0 10px;
					
				}
	
				.portfolioitem p{
					float:left;
					margin:10px 0 0 10px;
				}

					.portfolioitem a{
						color:#868370;
						text-decoration:none;
					}

						.portfolioitem a:hover{
							text-decoration:underline;
						}

	#filter_discipline{
		float:left;
		margin:0 0 20px 0;
	}
	
		#filter_discipline select, #filter_discipline label{
			float:left;
			width:200px;
		}
		
		#filter_discipline label{
			font-weight:bold;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* SERVICES ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#services.brand-discovery strong{
		color:#8b8bd8;
	}
	#services.brand-discovery h3 strong{
		color:#6ABC93;
	}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CASE STUDY ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#casestudyItems{
		float:left;
		margin:0 0 20px 10px;
	}

		#casestudyItems li{
			float:left;
			margin:0 20px 0 0;
			display:inline;
		}
	
			.casestudy{
				float:left;
				width:200px;
				height:320px;
			}

				.casestudy .imagecontainer{
					position:relative;
					width:210px;
					height:133px;
					z-index:2;
				}

				.casestudy .imagecontainer .image{
					background:url(images/portfolio_item_background.jpg) top left no-repeat #000;
					width:181px;
					height:121px;
					padding:0;
					margin:0;
					position:relative;
					top:5px;
					left:10px;
					z-index:10;
				}
	
					.casestudy .imagecontainer .img{
						position:absolute;
						top:13px;
						left:17px;
						z-index:99;
					}
					
						.casestudy .imagecontainer .mca{
							position:absolute;
							top:0;
							right:0;
							z-index:999;
						}

				.casestudy h2{
					font-size:16px;
					line-height:20px;
					letter-spacing:-1px;
					font-weight:bold;
					margin:12px 0 0 10px;
				}
	
				.casestudy p{
					float:left;
					line-height:16px;
					font-size:12px;
					margin:10px 0 20px 10px;
					display:inline;
				}

					.casestudy a{
						color:#868370;
						text-decoration:none;
					}

						.casestudy a:hover{
							text-decoration:none;
						}
						
						.casestudy a.hover:hover{
							text-decoration:underline;
						}


	.casestudypage h1{
		margin:0;
	}
		.casestudypage p{
			font-size:16px;
		}

		.casestudypage p.description{
			font-size:22px;
			margin:0 0 38px 0;
			padding:0;
		}
		


	.casestudypage .larger{
		font-size:20px;
		line-height:27px;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BOARD MEMBER ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#boardItems{
		float:left;
		margin:0 0 20px 0;
		width:600px;
	}

		#boardItems li{
			float:left;
			margin:0 0 0 0;
			display:inline;
		}
	
			.boardmember{
				float:left;
				width:200px;
			}

				.boardmember .imagecontainer{
					position:relative;
					width:180px;
					height:123px;
					z-index:2;
				}

				.boardmember .imagecontainer .image{
					background:url(images/portfolio_item_background.jpg) top left no-repeat #000;
					width:181px;
					height:121px;
					padding:0;
					margin:0;
					position:relative;
					top:0;
					left:0;
					z-index:10;
				}
	
					.boardmember .imagecontainer .img{
						position:absolute;
						top:8px;
						left:7px;
						z-index:99;
					}

				.boardmember h2{
					font-size:12px;
					line-height:20px;
					letter-spacing:-1px;
					font-weight:bold;
					margin:5px 0 0 10px;
					padding:0;
				}
	
				.boardmember p{
					float:left;
					line-height:16px;
					font-size:12px;
					margin:0 0 20px 10px;
					display:inline;
				}

					.boardmember a{
						color:#868370;
						text-decoration:none;
					}

						.boardmember a:hover{
							text-decoration:none;
						}
						
						.boardmember a.hover:hover{
							text-decoration:underline;
						}

		#boardMemberDetails{
			float:left;
			width:275px;
			margin:0 0 0 5px;
		}
		
			#boardMemberDetails h1, #boardMemberDetails h2{
				font-size:16px;
				font-weight:bold;
				margin:0;
				padding:0;
				line-height:normal;
			}


#client_list{
	float:left;
	width:600px;
}

	#client_list li{
		width:183px;
		height:160px;
		text-align:center;
		float:left;
		font-size:10px;
		color:#b8b4ad;
	}
	
		#client_list li .shadowed{
			background:url(images/shadowed.jpg) top left no-repeat #fff;
			position:relative;
			float:left;
			width:183px;
			height:123px;
		}

		#client_list li .shadowed img{
			position:absolute;
			top:4px;
			left:4px;
			margin:0;
		}

		#client_list li a{
			font-size:10px;
			color:#b8b4ad;
		}


.imageshadow{
	background:url(images/portfolio_item_background.jpg) top left no-repeat #fff;
	width:181px;
	height:121px;
	position:relative;
	float:left;
}

	.imageshadow img{
		position:absolute;
		top:8px;
		left:8px;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWS HOME ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.post_tags, .post_tags a{
		color:#ccc;
		font-size:14px;
	}

	h1.news{
		font-size:25px;
		font-weight:normal;
		color:#868370;
		margin-bottom: 30px;
	}

	.news_article{
		float:left;
		margin:0 0 35px 20px;
		padding:0 0 25px 0;
		border-bottom:1px dotted #ccc;
	}
	
		.news_article p.date, .archives .article p.date{
			font-size:12px;
			margin:0;
			padding:0;
		}

		.news_article h2, .archives .article h2{
			font-size:22px;
			margin:0;
			padding:0;
		}

			.news_article h2{
				line-height:normal;
			}

		.news_article p, .archives .article p{
			font-size:16px;
			line-height:20px;
			margin:15px 0;
		}
		
			.news_article p a, .archives .article p a{
				color:#9d9700;
				text-decoration:underline;
			}

	#news .entry-content a{
		color:#9D9700;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* BLOG HOME ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	h1.blog{
		font-size:60px;
		color:#868370;
		text-transform:uppercase;
		margin:0 0 30px 0;
	}
	
	.bluehr_thick{
		height:5px;
		width:480px;
		background:#8af5fa;
		float:left;
		margin:0 0 10px 20px;
		font-size:0px;
		line-height:0px;
	}
	
	.bluehr_thin{
		height:1px;
		width:480px;
		background:#8af5fa;
		float:left;
		margin:0 0 12px 0;
		font-size:0px;
		line-height:0px;
	}
	
	.redhr_thick{
		height:5px;
		width:480px;
		background:#D80000;
		float:left;
		margin:0 0 10px 0px;
		font-size:0px;
		line-height:0px;
	}
	
	.redhr_thin{
		height:1px;
		width:480px;
		background:#D80000;
		float:left;
		margin:0 0 12px 0;
		font-size:0px;
		line-height:0px;
	}

	.blog_article{
		float:left;
		display:inline;
		margin:0 0 35px 20px;
		padding:0 0 25px 0;
	}
	
	.blog_article .redhr_thick{margin-left:0px !important;}
	
		.blog_article p.date{
			font-size:12px;
			margin:0;
			padding:0;
		}

		.blog_article h2{
			font-size:30px;
			margin:0 0 13px 0;
			padding:0;
		}
		
		.blog_article p{
			font-size:16px;
			line-height:20px;
			margin:15px 0;
		}
		.blogred{color:#ff0000;}
			.blog_article p a{
				color:#ff0000;
				text-decoration:underline;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* NEWS SINGLE ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#news_single{
		float:left;
		margin:0 0 35px 20px;
		padding:0 0 25px 0;
		border-bottom:1px dotted #ccc;
	}
	
		#news_single p.date{
			font-size:12px;
			margin:0;
			padding:0;
		}

		#news_single h2{
			font-size:22px;
			margin:0;
			padding:0;
		}
		
		#news_single p{
			font-size:16px;
			line-height:20px;
			margin:15px 0;
		}
		
			#news_single p a{
				color:#868370;
				text-decoration:underline;
			}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* CONTACT SECTION ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.leftright{
		width:550px;
	}

	.left, .right{
		float:left;
		width:242px;
		font-size:16px;
	}
	
		.left a, .right a{
			color:#868370;
		}
	
	.right{
		float:right;
	}

	.border_bottom{
		padding:0 0 20px 0;
		margin:0 0 20px 0;
		border-bottom:1px solid #ccc;
	}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* TRANSFORM SECTION ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#past_transform{
		float:left;
		width:600px;
		margin:0 0 30px 0;
	}
	
		#past_transform li{
			float:left;
			width:175px;
			margin:0 30px 0 0;
		}

			#past_transform li.last{
				margin:0;
			}

				#past_transform li a{
					color:#868370;
					text-decoration:underline;
				}

					#past_transform li a:hover{
						text-decoration:none;
					}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* RIGHT COLUMN ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	.large{
		font-size:22px;
		margin:0;
		padding:0;
	}

	.rightbox{
		float:left;
		width:185px;
		margin:0 0 34px 0;
	}
	
		.rightbox p{
			margin:0;
		}

	#search{
		float:left;
		margin:0 0 92px 0;
	}

	#search input{
		float:left;
	}

		#search input.text{
			background:url(images/search.gif) top left no-repeat;
			width:101px;
			height:7px;
			border:none;
			padding:5px;
		}
		
		#search input#submitbutton{
			background:url(images/search_button.jpg) bottom left no-repeat;
			width:51px;
			height:19px;
			border:none;
			margin:0 0 0 10px;
			font-size:11px;
			cursor:pointer;
			text-indent:-3000em;
			line-height:0;
			font-size:0;
		}

		#contactus .email{
			font-size:13px;
			line-height:16px;
			margin:0;
			padding:0;
		}

			#contactus .email a{
				color:#868370;
			}

		#newsFeed h3, #blogFeed h3, #vacanciesFeed h3{
			padding:0 0 5px 0;
			margin:0 0 5px 0;
		}
		
			#vacanciesFeed h3{
				line-height:20px;
			}

		#newsFeed li, #blogFeed li, #vacanciesFeed li{
			font-style:normal;
			margin:0;
			padding:0 0 1px 0;
		}
		
			#newsFeed li a, #blogFeed li a, #vacanciesFeed li a{
				color:#868370;
			}

		#transform{
			background:url(/wp-content/uploads/transform3_mini.jpg) top right no-repeat;
		}

		#transform p{
			font-size:22px;
			line-height:26px;
		}

	#proudmembers{
		border-top:1px dotted #ccc;
		border-bottom:1px dotted #ccc;
		padding:0 0 40px 0;
		width:165px;
	}

		#proudmembers p{
			padding:9px 0 0 0;
			font-size:12px;
			margin:0 0 10px 0;
			line-height:1.2em;
		}

			#proudmembers .second{
				margin:0 0 0 20px;
			}

	#finduson{
		float:left;
		width:165px;
	}
	#finduson p{font-size:12px;}

	#finduson ul li{
		float:left;
	}

	#twitter{
		background:url(images/twitter.gif) top left;
		float:left;
		width:30px;
		height:29px;
		text-indent:-3000em;
		overflow:hidden;
		font-size:0;
		line-height:0;
	}
	
		#twitter:hover{
			background-position:bottom left;
		}
	
	#flickr{
		background:url(images/flickr.gif) top left;
		float:left;
		width:66px;
		height:21px;
		text-indent:-3000em;
		overflow:hidden;
		font-size:0;
		line-height:0;
		margin:7px 0 0 10px;
	}

		#flickr:hover{
			background-position:bottom left;
		}

	#archive li{
		float:left;
		width:100%;
		color:#bebcb0;
	}

		#archive li a{
			color:#bebcb0;
		}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* FOOTER COLUMN ELEMENTS  */   
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

	#policy{
		position:absolute;
		bottom:0;
		right:20px;
		width:180px;
		color:#bebcb0;
	}
	
		#policy p{
			font-size:10px;
			line-height:12px;
		}
		
			#policy p a{
				color:#bebcb0;
			}








/********************************
	WP Styles
********************************/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

ul.bullets{padding-left:16px;}
ul.bullets li{list-style:disc;}
