/*----------------------*/
/*---White Stylesheet---*/
/*----------------------*/

/* -------- Backgrounds -------- */

body, #container						{ background: #fff;
-webkit-text-size-adjust: none;
}
#header_wrap							{ background: #000; }
#footer_wrap							{ background: #000; }
#footer a.feed							{ background-image: url(../images/rss_grey.gif); }
.list									{ background: #FFF; }
#searchform, #searchform input#s		{ background: #747474; color:#FFF; }
/*#project_wrap, .pagetitle				{ background: #e0e0e0; }*/
#project_wrap, .pagetitle				{ background-image: url(../images/project_wrap_bg.jpg);
										  background-repeat:repeat bottom left; color:#FFF;}
.info a.nextproject						{ background: url(../images/nextproject_tan.png) no-repeat top left; }
.navigation a							{ background: #4c7f68; }
input.text, textarea					{ background: #e2e2e2; }
input.submit							{ background: #4c7f68; }
.project_screen							{ background: #dadada; }
.flickr_thumb							{ padding-left:16px; padding-right:0px; padding-bottom:12px;}

/* -------- Borders -------- */

#footer_wrap							{ border-top: 1px solid #d4d4d4; }
hr										{ border-top: 1px solid #e0e0e0; }
ul.main_nav li							{ border-left: 1px solid #ccc; }
ul.main_nav li.current_page_item a, #home li.left a, ul.main_nav a:hover { }
ul.main_nav li.left						{ border: none; }
#project_wrap, .pagetitle				{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; }
.project_screen							{ border: 1px solid #fff; }
.flickr img								{ border: 1px solid #fff; }
.list h4								{ border-bottom: 0px solid #d7d7d7; }
.commentlist							{ border-top: 1px solid #e9e9e9; }
.comment								{ border-bottom: 1px solid #e9e9e9; }
.name									{ border-right: 1px solid #e9e9e9; }
.text									{ border-left: 1px solid #e9e9e9; }

/* -------- Fonts -------- */

.post h2.posttitle, h4.title, h1.logo, .module h4, h3.pagetitle, h2 { font-family: Helvetica, Arial, sans-serif; }
.module h4								{ font-weight: bold; color:#0C3; }
textarea								{ font-family: Verdana, Helvetica, Arial, sans-serif; }

/* -------- Colors -------- */

body									{ color: #000000; }
#header_wrap							{ color: #555; }
#footer_wrap							{ color: #434343; }
h1.logo, h1.logo a, h2.posttitle, h2.posttitle a, .info h2 a, .info h2, h4.title { color: #000; }
.info h2 a, .info h2 					{ color: #FFF; }
a, p.description						{ color: #4c7f68; }
p.comments, p.comments a				{ color: #4c7f68; }
.info a.nextproject						{ color: #fff; }
.module h4, .list a						{ color: #000;}
.navigation a							{ color: #fff; }
input.text, textarea					{ color: #6e6e6e; }
input.submit							{ color: #fff; }

/* -------- Miscellaneous -------- */
/*#logo_header								{ height:44px; width:327px; background-image: url(../images/header_home.png); display:block; position:relative;float:left;}
*//* -------- Social media -------- */
#footer_social{
	position: relative;
	display:block;
	float:right;
	height:34px;
	width:372px;
	margin-top:-10px;
	}
#footer_twitter a{
	position: relative;
	display:block;
	float:left;
	width:81px;
	height:34px;
	background: url(../images/footer/twitter.jpg) no-repeat;
	background-position: 0px -34px;
	}
	
#footer_twitter a:hover{
	background: url(../images/footer/twitter.jpg) no-repeat;
		background-position: 0px 0px;

}	

#footer_facebook a{
	position: relative;
	display:block;
	float:left;
	width:94px;
	height:34px;
	background: url(../images/footer/facebook.jpg) no-repeat;
		background-position: 0px -34px;

	}
	
#footer_facebook a:hover{
	background: url(../images/footer/facebook.jpg) no-repeat;
			background-position: 0px 0px;

}	


#footer_flickr a{
	position: relative;
	display:block;
	float:left;
	width:68px;
	height:34px;
	background: url(../images/footer/flickr.jpg) no-repeat;
	background-position: 0px -34px;
	}	
	
#footer_flickr a:hover{
	background: url(../images/footer/flickr.jpg) no-repeat;
			background-position: 0px 0px;

}	

#footer_jpg a{
	position: relative;
	display:block;
	float:left;
	width:40px;
	height:34px;
	background: url(../images/footer/jpg.jpg) no-repeat;
	background-position: 0px -34px;
}	

#footer_jpg a:hover{
	background: url(../images/footer/jpg_over.jpg) no-repeat;
			background-position: 0px 0px;

}	

#footer_linkedin a{
	position: relative;
	display:block;
	float:left;
	width:89px;
	height:34px;
	background: url(../images/footer/linkedin.jpg) no-repeat;
	background-position: 0px -34px;
}	
	
#footer_linkedin a:hover{
	background: url(../images/footer/linkedin.jpg) no-repeat;
			background-position: 0px 0px;

}		

