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

body {
	font: 100% Courier New, Courier, monospace;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
	color: #000000;
}


#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 15px;
}

#container_video {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border-top: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom: 15px;
}

#container2 {
	width: auto;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-bottom: 15px;
}
/* TEXT FOR PORTFOLIO */

.h1 {
font-size: 36px;
}

.h2 {
font-size: 24px;
}

.h3 {
font-size: 18px;
}







/*END OF TEXT FOR PORTFOLIO */





#left-navigation {
float: left;
background-image: url(portfolio/images/left_nav_bg.jpg);
background-repeat: no-repeat;
background-position: top;
width: 210px;
height: 565px;
padding-top: 35px;
margin-top: 50px;

}

#left-navigation-inner {
padding-left: 40px;
padding-right: 5px;
margin-bottom: 55px;
}

#left-navigation-bottom {
background-color: #eeeee8;
height: 90px;
width: 175px;
padding-top: 20px;



}


#images {
margin: 20px 20px 20px 215px;

}

#audio_seg {
margin: 20px 20px 20px 215px;

}




.port_gallery {
padding-right: 15px;
padding-left: 15px;
}

.scroller {
padding-left: 25px;
}

.main_nav {
padding-left: 10px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.audio {
background-image: url(img/audio_paper_bg.jpg);
background-repeat: repeat-y;
background-position: left;

padding: 15px 5px 15px 5px;
border: 1px solid #999999;
margin: 10px 250px 10px 50px;
}

.video {
background-image: url(img/audio_paper_bg.jpg);
background-repeat: repeat-y;
background-position: left;

padding: 15px 5px 15px 5px;
border: 1px solid #999999;
margin: 10px 90px 10px 250px;
}

.writings {
background-image: url(portfolio/images/writings_bg.jpg);
background-repeat: no-repeat;
background-position: left;

padding: 15px 5px 15px 5px;
border: 1px solid #999999;
margin: 10px 90px 10px 250px;
}



#spacer {
height: 60px;
margin-left: 250px;
}

#spacer_reel {
height: 150px;
margin-left: 250px;
}


.video2 {
background: none;


padding: 15px 5px 15px 5px;
border: 1px solid #999999;
margin: 10px 90px 10px 250px;
}
