*{
	margin:0px;
	padding:0px;
}
html, body {
	margin: 0px;
	padding:0px;
	position: relative;
	height:100%;
	text-align:center;
}

body {
	background-image:url(../images/grass.jpg);
	background-attachment:fixed;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

h2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	text-align:right;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	}
h4 {
	display:inline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}


/*entire page contents*/
.page {
	background-image:url(../images/background.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto;
	position: relative;
	height: auto !important;
	min-height: 100%;
	text-align:left;
	}
	

/*Header*/
.headerBack {
	position:relative;
	margin: 0 auto;
	height:121px;
	width:900px;
	background-image:url(../images/head.png);
	background-position:center;
	text-align:center;
	overflow:hidden;
}

.header {
	margin: auto;
	height: 80px;
	position:relative;
	top: 40px;
	text-align:left;
	width: 750px;
}

/*content style*/
.contentBack {
	position:relative;
	margin:0 auto;
	padding-bottom:20px;
	width:900px;
	overflow:hidden;
}

.story {
	clear:left;
	position:relative;
	margin-left:70px;
	margin-top: 20px;
	width:750px;
}

.story h2 {
	display:inline;
}

.byline {
	font-weight:bold;
	display:inline;
}

.story p {
	width:400px;
	margin-left:20px;
	}

.story a {
	color:#756F38;
	font-weight: bold;
	font-size:14pt;
	text-decoration: none;}

.story a:hover {
	text-decoration:underline;
	color:#756F38;}

.hijinkStory {
	width: 600px;
	margin: 0 auto;
	margin-left: 100px;
}

.hijinkStory p {
	margin-top:8px;
	text-indent: 10px;
}

.hijinkStory h3 {
	text-align:left;
	margin-top: 8px;
}

.hijinkStory hr {
	border-color:#AAA;
	border-style:solid;
	margin:10px;
	clear:both;
	}
.bio {
	position:relative;
	float:left;
	width: 345px;
}
.hijinksList, .rantList {
	width:175px;
	float:left;
	margin-top: 8px;
	position:relative;
	left: 5px;
}

.rantList {
	width:165px;

}

.hijinksList ol, .hijinksList li, .rantList li, .rantList ol {
	list-style:none;
	margin-left:5px;
}
.hijinksList a, .rantList a {
	color:#000;
	font-size:10pt;
	text-decoration:none;}
	
.hijinksList a:hover, .rantList a:hover {
	color:#756F38;
	font-size:10pt;
	text-decoration:underline;}

/*photos with captions*/
.photo {
	position:relative;
	float:right;
	width: 210px;
	height: 160px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
}

.photo p{
	position:absolute;
	bottom: 5px;
	left:0px;
	width:100%;
	margin: 0 0 12px 0;
	padding:3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	background-image:url(../images/50.png);
	color:#000000;
	overflow:hidden;
	
}

.photo p a{
	color:#000;
	font-family:Geneva,Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-weight:normal;
	}

.photo img{
	display:block;
	margin: 0px;
	overflow:hidden;
	width: 210px;
	height: 150px;
	border-style:none;
	}
	
.hijinkStory .photo {
	position:relative;
	float:left;
	clear:left;
	width: 245px;
	margin-bottom: 8px;
	margin-right: 8px;
}

.hijinkStory .photo img{
	display:block;
	margin: 0px;
	overflow:hidden;
	width: 245px;
	height: 150px;
	}


/*navagation style*/
.nav {
	margin: 0 auto;
	margin-top:10px;
	text-align:center;
	margin-bottom:30px
}

.nav li {
	display:inline;
	list-style:none;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.nav li a {
	color:#000000;
	text-decoration:none;
	}
.nav li a:hover {
	color:#756F38;
	text-decoration:underline;
}
.comicNav a{
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
}

#home #navHome a,
#hijinks #navHijinks a,
#prof #navProf a,
#theater #navTheater a,
#crew #navCrew a{
	color:#756F38;
	text-decoration:none;
	cursor:default;
}

#cnav01 #c1,#cnav02 #c2,
#cnav03 #c3,#cnav04 #c4,
#cnav05 #c5,#cnav06 #c6,
#cnav07 #c7,#cnav08 #c8,
#cnav09 #c9,#cnav10 #c10,
#cnav11 #c11,#cnav12 #c12,
#cnav13 #c13,#cnav14 #c14,
#cnav15 #c15,#cnav16 #c16,
#cnav17 #c17, #cnav18 #c18,
#cnav19 #c19, #cnav20 #c20
{
	font-weight:bold;
	cursor:default;
	color:#756F38;
	font-size:18pt;
	
}



/*Footer style*/
.footer {
	position:relative;
	bottom: 0 !important;
	bottom: -1px;
	margin:0 auto;
	background-image:url(../images/background.png);
	background-position:center;
	height:20px;
	width:900px;
	overflow:hidden;
}

.copy {
	text-align:right;
	padding-right: 70px;
	color:#999999;
}

