/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	line-height:160%;
	background:#000000 url("pics/MAIN_one_pic_bg.gif") repeat-x;
	text-align:center;
	
	}

#banner {
	background-image:url(banner.jpg);
	background-repeat:no-repeat;
	height:87px;
	}


#wrapper {
	margin:0px auto;
	width:800px;
	height:1170px;
	text-align:left;
	background-image:url(dynamic.gif);
	background-repeat:repeat-y;
	}
	
a {
	text-decoration:none;
	color:#000000;
	}
	
a:visited {
	color:#000000;
	}
	
a:hover {
	text-decoration:underline;
	color:#000000;
	}

/*this selector places our logo slice from PS*/	
h1 {
	padding:0px;
	margin:0px;/* change based on actual distance of logo from top in Photoshop */
	}
	
h2 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:240%;
	color:#990000;
	margin:20px 0px 15px 0px;
	}

.videolisting {
	font-size:125%;
	margin:0px;
	padding:0px;
	}

.listleading {
	margin-top:0px;
	padding-right:15px;
	}

.explanation {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	}

h3 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	color:#990000;
	margin:0px 10px 5px 0px;
	}
	
#nav {
	margin-left:-20px;
	list-style:none;
	margin-top:-5px;
	clear:both;/*clears the float of the h1/h1a selectors and places it on its own line*/
	}
	
#nav li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:100%;
	float:left; /*used to position entire navigation links*/
	}

#nav li a {
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px;
	height:-5px;
	float:left;/*ADDED activates the overstate .gif*/
	}
	
#nav li a:hover, #nav li a:focus {
	background-image:url("pics/overstate.gif");
	background-repeat:repeat-x;
	text-decoration:underline;
	color:#FFFFFF;
	margin-top:3px;
	margin-bottom:-3px;/*the two margin properties prevent the content box from being moved down when the nav links are rolled over*/
	}
	
#content {/*container for page's main contents*/
	width:500px;
	background-color:#CCCCCC;
	background-repeat:repeat-y;
	padding:5px 0px 5px 10px;
	margin-left:10px;
	float:left;
	clear:both;/*prevents the content from being pushed to the right by the nav bar*/
	}
	
.sidebarMovie {
	margin-left:5px;
	}

#rightColumn {
	float:right;
	width:235px;
	margin:0px;
	margin-right:15px;
	padding:10px;
	background-color:#999999;
	}

#content p {
	margin:10px 5px 15px 5px;
	padding-right:15px;
	line-height:110%;
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	}

#sidebar {/*container for page subnavigation*/
	width:175px;
	float:right;
	margin-top:20px;
	}
	
/*START selectors for the sidebar navigation*/
#subnav {
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 20px;
	width:125px;
	}
	
#subnav li {
	border-bottom:1px solid #CC3300;
	padding:5px 0px 5px 10px;
	}	
	
#subnav a {
	color:#333333;
	text-decoration:none;
	}
	
#subnav li a:hover, #subnav li a:focus {
	color:#CC6600;
	text-decoration:none;
	}
/*END selectors for the sidebar navigation*/
	
#footer {
	background-image:url("pics/footer_new.gif");
	background-repeat:repeat-x;
	text-align:right;
	height:20px;
	clear:both;
	}

#footer p {
	margin-right:200px;
	margin-top:3px;
	font-size:90%;
	text-align:right;
	}
	
.caption {
	position:relative;
	}
	
.leftimage {
	float:left;
	margin:5px;
	border:0px;
	}
		
.rightimage {
	float:right;
	margin:5px;
	}	

.clearit {
	clear:both;
	}
	
.narrowwrap {
	width:110px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px;
	padding:0px;
	}

.widewrap {
	width:150px;
	float:left;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin:0px;
	padding:0px;
	}
	
/*for more options and text used on the gallery and about me pages*/
/*PORTFOLIO OPTIONS*/
a.hid {color:#000; text-decoration:none; outline-style:none;}
a.hid em {display:none;}
a.hid:hover {text-decoration:none;}
a.hid:active, a.hid:focus {background:#fff;}
a.hid:active span, a.hid:focus span {display:none;}
a.hid:active em, a.hid:focus em {display:block; color:#555; font-style:normal; cursor:default;}
.clear {clear:both;}
/*ABOUT ME OPTIONS*/
.writtextp {
	margin-bottom:15px;
	margin-left:15px;
	line-height:120%;
	font-size:130%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
.more {
	font-weight:normal;
	font-size:80%;
	margin-left:5px;
	padding:0px;
	}
.answer {
	font-size:100%;
	font-weight:500;
	margin-left:5px;
	}
