/****************************************
* General Formatting
****************************************/
 html { 
  background: url(b3.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
 	margin: 0;
	padding: 0;
	font-size: 63.125%;		/* translate 1.0em to 10px, 1.5em to 15px, etc. */
	font-family: arial, helvetica, sans-serif;
	color: #4B3B2B;
	background-color: #f1f1f1;
	background-color: transparent;
 	}

	
/****************************************
* Main Sections
****************************************/

 
#header {
	width: 960px;
	margin: 0 auto;
	position: relative; 
	}	
 
#wrapper {
 	float: left;
	/*background: #eee url(grid.gif) repeat left top;
	background: #eee url(grid_light.gif) repeat left top;
	background: #eee url(gradient.jpg) repeat-x left top;
	background: #666;*/
	width: 100%;
	
	}
	
#content {
	background-color: #fff;
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	}

#maincontent {
	background-color:#fff;
	/*background: #fff url(../zd2.jpg) no-repeat left top;*/
	float: left;
	margin: 0;
	display: inline;
	}

	
#footer {
 	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	color: #aaa;
	}
	
#intro { 
    position: relative;
	margin: 0;
	padding: 20px 20px 12px;

}
	
/****************************************
* Text and List Styles
****************************************/	
 
h1 {
 	/*text-indent: -4000px;*/
	font-size: 5em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #1CD7E8;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	font-family: 'Gruppo', cursive;
	}
	
p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 5px 0 0px 0;
	}

	
#content ul {
	list-style: none;
	margin-top: 20px;
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.1em;
	}
	
#content ul li {
	background: none;
	display: block;
	float: left;
	position:relative;
	margin-left: -30px;
	}	
	

/****************************************
* Work Samples Page Styles
****************************************/		

	
.collection {
	max-width: 960px;
	width: 100%;
	margin: 10px 15px 10px;
	}	
			
.collection ul li, .collection ul li img {max-width: 960px; width: 100%; }

 
 
 @media only screen and (max-width: 640px) {

 .collection h3, .collection p, .collection ul {
	 padding: 0 20px;
}

.collection ul li {width: 100%; }
