/* Dan Bowles WDI */


/* HTML COMPONENTS */

body{
	cursor:default;
	margin:0px; 
	font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px;}
        
table{
	font-size:12px;
	text-align:left;}

h1{
	font-size:28px;
	color:#FCF6BA;}


h4{
	color:black; 
	padding:3px; 
	background-color:#F42F05; 
	margin:5px 0px 5px 0px;}

/* DIV's */

#content{ 
	float:left;  
	width: 700px; 
	border:1px solid #F42F05;
	padding: 6px; 
	margin-left: 10px;
	margin-bottom:20px;
	background-image:url("noxcuse_fire_background.jpg");
	background-repeat:repeat}

#calendarContent{ 
	float:left;  
	width: 354px; 
	border:1px solid #F42F05;
	padding: 6px; 
	margin-left: 0px;
	margin-bottom:20px;
	background-image:url("noxcuse_fire_background.jpg");
	background-repeat:repeat}
	

#portrait{ 
	float:left; 
	width:480px; 
	height:680px; 
	margin-left:20px}


#logo{ 
	float:left; 
	width:255px; 
	height:150px; 
	margin-left:0px}


/* CLASSES */

.main{
	border:0px solid #000000}

.tableHeading{
	font-size:15px;
	border: 1px solid #000000;
	color:black; 
	padding:3px; 
	background-color:#F42F05; 
	margin:0px 5px 0px 5px;
	}
.tableContent1{
	border: 1px solid #000000;
	padding-left: 5px; 
	color:#000000;
	font-weight:bold;
	background-color:#FFA26B;
	}

.tableContent2{
	padding-left: 5px; 
	color:#000000;
	font-weight:bold;
	background-color:#FCF6BA;
	border: 1px solid #000000;
	}

.calendarText{
	padding-left: 5px; 
	width:247px;
	color:#000000;
	background-color:#FCF6BA;
	border: 1px solid #000000;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	}

.calendarHeading{
	font-size:13px;
	font-weight:bold;
	color:black; 
	padding:0px; 
	margin:0px 0px 0px 0px;
	}

.calendarBackground{ 
	background-image:url("noxcuse_fire_background.jpg");
	background-repeat:repeat;
	}

.contentText{ 
	padding-left: 5px; 
	color:#000000;
	font-weight:bold;
	max-width: 680px;
	}

.bioImage{
	margin: 10px;
	max-width: 680px;
	}
 
.header{
	color:white;}

.titleHead{ 
	background-image:url("media/header_img.gif"); 
	background-repeat:no-repeat;}
.footer{ 
	background-image:url("media/footer_img.gif");
	background-repeat:no-repeat; }

/* ANCHOR STYLES */
a:link{color:#00f;}
a:visited{color:#00f;}
a:hover{color:#f00;}
a:active{color:#00f;}

/* MENU LINKS */
a.subMenuItem{ 
	position:relative;color:black;
    padding:5px;
    cursor:default;
    display:block;
    text-decoration:underline;}
a.subMenuItem:active{ 
	position:relative;
	color:black;
	text-decoration:underline}
a.subMenuItem:visited{ 
	position:relative;
	color:black;
	text-decoration:underline}
a.subMenuItem:hover{ 
	position:relative;
	background-color:#B5A77C;
	color:white;
    text-decoration:none;
    font-weight:bold}
                     
/* EMAIL LINK */
a.email{ 
	color:white; 
	font-weight:bold;
	text-decoration:none;}
a.email:active( color:white; }
a.email:visited{ color:white; }
a.email:hover{ color: black; text-decoration:underline; }

