

/* General stuff  */


body {
	font-family: "Helvetica" , "Verdana", "Arial", "sans-serif";
	font-size: 10pt;
	background-color: #ffffff;
	color: #333333;
	
	text-align: center;
	margin: 0px;
}


a {
	text-decoration:none;
	outline: none;
	color: #666666;
}

a:hover {
	color: #ff00ff;
}



p {
	margin: 1em 0px;
}



img {
	margin: 10px;
}

a img {
   outline: none;
   border-style: none;
}


textarea {
	resize: none;
}

.title {
	font-size: 14pt;
	font-weight: bold;
	margin: 1em 0px;
}

.section-title {
	font-size: 12pt;
	font-weight: bold;
	margin: 1em 0px;
}

.dvd-title {
	font-size: 12pt;
	font-weight: bold;
	margin: 1em 0px;
	height: 35px
}

.dvd-title2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 1em 0px;
	height: 35px
}



.vjs-poster { 
	height: 100%; 
}


hr {
	color: #999;
	background-color: #999;
	border: 0px;
	height: 1px;
}




/* for navigation arrows in First 40 & 365 Day - and now used elsewhere  - should make classes */

#left {
	float: left;
}

#right {
	float: right;
}

#navarrows {
	text-align: center;
}

#center {
	text-align: center;
}




/* Captions... not really used at the moment


.caption-img {
  float: top;
  width: 170px;
  margin: 10px 10px 0px 10px;
  border: thin #999999 solid;

}
.caption img {
	margin:0px;
}
.caption-img .caption {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}

*/



/* Structrual settings */

#main {
	margin: 0px auto;
	width: 1000px;
	text-align:center;
	position:relative;

}

#menucontainer {
	position: fixed;
	white-space: nowrap;
	width: 1000px;
}

.menumargin {   	/* below added by me to shift menu */
	background:		#999;
	border-left:	1px solid #fff;
	border-bottom:	1px solid #fff;
	padding: 		.5em 1em;
	width:			32px;
}



#maincontent {
	margin: 0px auto;
	width: 1000px;
	padding-top: 30px;
	text-align: left;
	
}


#pageindent {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}




/* Two Column Layout */

#leftcolumn {
	float:left;
	width:200px;
	position: fixed;

/* create scrolling if height gets too long */
	height: 99%;
	overflow-y: auto;
}

#contentcolumn {
	margin-left:220px;
}






/* News */



#upcoming {
/*
border-style: dotted;
border-color:  #333;
border-width: 1px;
*/

background-color: #E7E8E3;
padding: 5px;
margin-bottom: 1em;
}

#upcoming p {
margin: 0.5em;
}

#upcoming a {
	color: #444;
}

#upcoming a:hover {
	color: #ff00ff;
}

#upcoming li {
	list-style-type: none;
	text-indent: -5px;
}


/* Bio */


#biopic {
	float:left;
	position: fixed;

/* create scrolling if height gets too long
	height: 99%;
	overflow-y: auto; 
		width:242px;*/

}

#biocontent {
	margin-left:260px;
	width: 600px;

}



/* Writing  */

/* indent for Letters */

#letter {

	margin-left: 120px;

}



/* Video */


#day365 {
	margin: 0px auto;
	text-align: left;
	width: 320px;
}

#month365 {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}

#monthchosen {
	font-size: 14pt;
	font-weight: bold;
}


#first40 {
	margin: 0px auto;
	text-align: left;
	width: 635px;
}




/* Video - Available 3-column */


#available_img {
	position: fixed;
	width: 370;
	float: left;
/*
	height: 99%;
	overflow-y: auto; 
*/
}


#available_descrip {
	margin-left: 360px; 
	width: 400px;
	float: right;

}




/* Music */

#leftmusic {
	float:left;
	width:330px;
	position: fixed;

/* create scrolling if height gets too long */
	height: 99%;
	overflow-y: auto;
}

#contentmusic {
	margin-left: 350px;
	width: 630px;
}

#musictitle {
	width: 420px;
}





/* Jokes */


.joke {
	font-size: 100px;
	text-align: center;
}







