/* ID's */





/* STYLES */

.container {
	
	width: 960px;
	z-index: 0;
	min-width: 735px;
	margi: 0px auto;
	margin-bottom: 75px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	
}

body {
	width: 960px;
	background-color: #333;
	margin: 0px auto;
}

	



.header {
	margin-top: 75px;
	width: 350px;
	
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 47px;
	color: #FC6;
	z-index: 5;
	font-weight: bold;
	letter-spacing: 0px;
	line-height: 52px;
	
	
}


.background {
	position: fixed;
	width: 379px;
	margin-top: 15px;
	margin-left: 20px;
	z-index: -1;
}

.artportfolio {
	margin-left: 496px;
	width: 463px;
	text-align: right;
	height: 50px;
	font-size: 35px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #AAA;
	z-index: -1;
	padding-left: 0px;
	padding-top: 7px;
	padding-bottom: -10px;
	margin-top: -60px;
	position: fixed;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #AAA;
}









.content {
	float: left;
	margin-top: 320px;
	margin-left: 96px;
	width: 464px;
	z-index: 5;
	color: #FFF;
	background-color: #333;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.16em;
	line-height: 130%;/*increase space between lines*/
	padding-top: 15px;
	
}


.footer_copyright {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 33px;
	z-index: 0;
	color: #DDD;
	letter-spacing: 0.6px;
	float: left;
}

.footer_copyright_non-homepage {
	
	
	float: left;
	width: 425px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-left: 0px;
	margin-bottom: 75px;
	z-index: 5;
	color: #DDD;
	letter-spacing: 0.6px;
	text-align: left;
	
	
}


.website_logos {
	float: right;
	width: 245px;
	z-index: 5;
	margin-bottom: 75px;
	margin-top: 10px;
	text-align: right;
	height: 0px;
	clear: left, both;
	clear: right;
	padding left: 20px;
	margin-right: 0px;
}


.wordspace{
	word-spacing: 1px;
}


/*DIGITAL PAGE*/

.page{
	margin-top: 50px;
	width: 660px; /*thumbnail image is 200px x 3=600 plus 20px margin-right = 660px*/
	padding-top: 39px;/*this indicates where from the top the thumbnails will begin*/
	padding-left: 32px; /*this increases the width of the page*/
	padding-right: 12px;
	background-color: #FFF; /*FFF white*/
	float: right;
	margin-bottom: 75px;
	z-index: 5;
	padding-bottom: 72px;
	display: inline; /*this prevents IE6 from doubling the margin in the direction of the float.  This can be applied to all floats without side effects*/
	
}
.video_page{
	margin-top: 50px;
	width: 660px; /*thumbnail image is 200px x 3=600 plus 20px margin-right = 660px*/
	padding-top: 39px;/*this indicates where from the top the thumbnails will begin*/
	padding-left: 32px; /*this increases the width of the page*/
	padding-right: 12px;
	background-color: #333; /*FFF white*/
	float: right;
	margin-bottom: 75px;
	z-index: 5;
	padding-botto: 72px;
	display: inline; /*this prevents IE6 from doubling the margin in the direction of the float.  This can be applied to all floats without side effects*/
	
}


/*DIGITAL PAGE THUMBNAILS*/

.thumbnail {
	float: left;/*the float left indicates where the first div will go to in the page2 container div*/
	width: 200px;/*the width and height specify the width and height of the div that contains the element*/
	margin: 0 20px 20px 0; /*space between thumbnails*/
	padding-left: 0x; /*the thumbnail divs are still against the inside upper left edge of the page2 container div.  Use padding in the page2 class style.
*/
	display: inline;
}

.thumbnail_website { /*this is for to align the website thumbnail on the right instead of the left*/
	float: right;
	width: 200px;
	height: 200px;
	margin: 0 20px 20px 0;
	display: inline;
	background-color: #E2E2E2;	
}



/*STILL IMAGE PAGE WITH STILL IMAGE THUMBNAILS*/

/*the class name for the still image page is the same as for the digital page- ".page"*/

.page_name {
	margin-bottom: 20px;
	text-align: right;
	margin-right: 20px;
	font-size: 35px;
	color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}




.artwork {
	float: left;/*the float left indicates where the first div will go to in the page2 container div*/
	width: 200px;/*the width and height specify the width and height of the div that contains the element*/
	height: 300px;
	borde : 1px solid #333;
	margin: 0 20px 20px 0; /*space between thumbnails*/
	padding-top: px; /*the thumbnail divs are still against the inside upper left edge of the page2 container div.  Use padding in the page2 class style.
*/
	display: inline;
	background-color: #D9D9D9;
	
	
	
}

.artwork img { /*this will change the size of all the thumbnails that have the .thumbnail class*/
	width: 200px;
	height: 200px;
}

.clearboth { /*the containing box (page2) has a fixed width.  So force a line break and set a certain number of thumbnails on each line. Use a BR (line break) styled with "clear: both"*/
	clear: both; 
}
/*END STILL IMAGE PAGE WITH LARGE STILL IMAGES*/

/*STILL IMAGE PAGE WITH LARGE STILL IMAGES*/


.artwork_info {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	word-wrap: normal|break-word;
	color: #000;
	displa: inline;
	flaot: right;
	font-size: 1.16em;
	
}

.video_info {
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	word-wrap: normal|break-word;
	color: #FFF;
	displa: inline;
	font-size: 1.16em;
	line-height: 23px;
	letter-spacing: .75px;
}
.video {
	height: auto;
	width: 640px;
	padding-left: -12px;
}
.about{
	
	width: 525px;
	
	margin-bottom: 75px;
	z-index: 5;
	
	display: inline; /*this prevents IE6 from doubling the margin in the direction of the float.  This can be applied to all floats without side effects*/
	color: #FFF;
	margin-left: 254px;
	
	float: left;
	margin-top: -145px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.16em;
	line-height: 130%;/*increase space between lines*/
	word-spacing: .05em;
	
		
}
.resume_pdf {
	color: #FC6;
	margin-left: 64px;
	
	float: right;
	width: 110px;
	margin-top: -146.25px;
	background-colo: #666;
	text-align: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.16em;
	z-index: 5;
	word-spacing: .05em;
	display: inline;

	line-height: 130%;/*increase space between lines*/
	
}
.links_page{
	width: 525px;
	height: 200px;
	margin-bottom: 75px;
	z-index: 5;
	
	display: inline; /*this prevents IE6 from doubling the margin in the direction of the float.  This can be applied to all floats without side effects*/
	color: #FFF;
	margin-left: 254px;
	background-colo: #666;
	float: left;
	margin-top: -145px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1.16em;
	line-height: 130%;/*increase space between lines*/
	word-spacing: .05em;
}