@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #E4E4E4;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
#container {
	width: 1000px; 
	margin: 0 auto; 
	text-align: left;
	padding-bottom: 30px;
	border-bottom: #CECECE 1px dotted;
	border-top: #CECECE 1px dotted;
	}
img	{
	border: none;
	}
	
	

/*----------------HEADER----------------------*/
#header {
	padding: 0;
	height: 88px;
	width: 1000px;
	margin: 0 auto;
	}
#siteLogo {
	float: left;
	position: relative;
	width: auto;
	margin-top: 20px;
	}

	/* ---------------TOP NAVIGATION -------------*/
#TopNav	ul {
	float: right;
	position: relative;
	height: 10px;
	display: inline;
	padding-top: 37px;
	font-size: 11px;	
	}
#TopNav	ul li{
	display: inline;
	list-style: none;
	width: 70px;
	padding-left: 30px;
	}
#TopNav	ul li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #949494;
	font-size: 11px;
	}
#TopNav	ul li a:hover {
	text-decoration: none;
	text-transform: uppercase;
	color:#3EA99F;
	}




/* -----------------MAIN CONTENT_home Area --------*/
#mainContent_home {
	padding-bottom: 20px;
	width: 1000px;
	font-size: 11px;
	color: #595959;
	line-height: 1.7em;
	font-size: 12px;
	}
#introImage	img{
	border: none;
	padding: 0;
	}
.photo_credit	{
	font-size:11px;
	font-style: italic;
	color: #666;
	text-align: right;
	padding: 2px 0px 16px 0;
	margin-top: 0;
	width: inherit;
	}
.section_title	{
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin-top: 0;
	}
.more_link	{
	font-size: 11px;
	color: #3EA99F;
	font-style: italic;
	text-decoration: none;
	}
#left_col	{
	width: 418px;
	padding-right: 25px;
	float: left;
	position: relative;
	}
#right_col	{
	width: 420px;
	float: left;
	border-left: #BABABA 1px dotted;
	position: relative;
	padding-left: 35px;
	}
#clear	{clear: both;}
	
	
/* ----------------WORKSHOP GRID ----------*/
#workshop-intro-words	{
	color: #595959;
	font-size: 13px;
	height: 300px;
	text-align: center;
	padding-top: 100px;
	}
#mainContent_grid {
	width: 1000px;
	color: #595959;
	line-height: 1.7em;
	padding: 20px 0 10px 0px;
	font-size: 12px;
	}
#project_grid img	{
	border: none;
	}
.project_thumb	{
	float: left;
	position: relative;
	width: 210px;
	padding: 0 20px 40px 20px;
	}
.project_desc	{
	background-color: #EBEBEB;
	text-align: right;
	width: 193px;
	height: 40px;
	margin-top:0;
	color: #666;
	padding: 7px 10px 5px 7px;
	line-height: 1.4em;
	font-size: 11px;	
	}


/* ----------------- PROJECTS pages ------------*/
#mainContent_projects {
	width: 1090px;
	color: #595959;
	padding-bottom: 10px;
	padding-top: 20px;
	}
#project_left_col	{
	float: left;
	width: 800px;
	padding-right: 30px;
	border-right: 1px dotted #BABABA;
	} 
#project_left_col p	{
	font-size: 12px;
	line-height: 1.7em;
	}
#project_left_col a	{
	color: #3EA99F;
	text-decoration: none;
	}
#project_left_col a:hover	{
	color: #3EA99F;
	text-decoration: underline;
	}
ul#project_list_col { /* ---projects' list on the right side --*/
	margin-top: -12px;
	float: left;
	position: relative;
	height: 100%;
	width: 150px;
	padding-left: 30px;
	line-height: 1.4em;
	font-size: 12px;
	display: block;
	}
ul#project_list_col li {
	width: 180px;
	display: block;
	list-style-type: none;
	text-align: left;
	padding-bottom: 2px;
	}
.project_title	{
	font-style: italic;	
	font-size: 12px;
	}
#project_list_col li a {
	text-decoration: none;
	color: #666;
	}
#project_list_col li  a:hover	{
	text-decoration: underline;
	color: #3EA99F;
	}

	
	
	
	

/* -----------------ABOUT---------------------*/
#mainContent	{
	padding: 20px 0 20px 0;
	width: 1000px;
	font-size: 11px;
	color: #595959;
	line-height: 1.7em;
	font-size: 12px;
	}
#about_left_col {
	width: 600px;	
	float: left;
	position: relative;
	border-right: 1px dotted #BABABA;
	padding-right: 45px;
	}
#about_right_col {
	width: 305px;	
	float: left;
	position: relative;
	padding-left: 45px;
	}
#about_right_col a {
	text-decoration: none;
	color: #3EA99F;
	}
#about_right_col a:hover {
	text-decoration: underline;
	color: #3EA99F;
	}
	/* ----subscriber form ----- */
span.label, span.spacer, span.multiple span {
	width:180px;
	float:left;
	} 
span.multiple {
	float:left;
	} 





/*-----------------ARCHIVE--------------------*/
#Archive_mainContent	{
	padding: 70px 100px 0px 100px;
	width: 1000px;
	height: 300px;
	}
.archive_thumb	{
	float: left;
	position: relative;
	width: 260px;
	padding-right: 40px;
	font-size: 13px;
	}
.archive_thumb	img{
	border: none;
	width: 230px;
	padding-bottom:10px;
	}
.archive_thumb	a {
	text-decoration: none;
	color: #3EA99F;
	}
.archive_thumb	a:hover {
	text-decoration: underline;
	color: #3EA99F;
	}



/*-----------------FOOTER---------------------*/
#footer {
	height: 90px;
	width: 1090px;
	/*background-color: #EBEBEB;*/
	margin: 0 auto;
	padding-top: 18px;
	color: #999;
	font-size: 11px;
	text-align: center;
	line-height: 1.6em;
	}
#footer ul	{
	display: inline;
	list-style: none;
	padding-bottom: 15px;
	height: 50px;
	width: 900px;
	}
#footer ul	li{
	display: inline;
	list-style: none;
	padding-right: 7px;
	padding-left: 7px;
	}
#footer ul li a {
	text-decoration: none;
	color: #999;
	}
#footer ul li a:hover, #footer a {
	text-decoration: none;
	color: #3EA99F;
	}

