/* Jake O'Connell (jake.thepillarofautumn.net) 
StyleSheet Site Version: v7.0 
All style, web, photographic, and all written content (c)2004-2007 Jake O'Connell */

body {
		font-family: arial;
        font-size: 11pt;
        background-color: black;
        color: black;
 }
 
 /*PAGE OUTLINE ELEMENTS*/
div.page {
	width: 100%;
	background-color: #999);
	float: middle;
}
 
/*LINK TYPES*/
a:link { color: black; text-decoration: none; border-bottom:dotted 1px }
a:visited { color:black; text-decoration: none; border-bottom:dotted 1px }
a:hover { color: #8b0000; text-decoration: none  }

a.menu, a.menu:link, a.menu:visited, a.menu:active {
	
	background-color: white;
	color: rgb(90, 120, 220);
	font: 12px Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: bold; 
	text-decoration: none;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-left: 0.1em; 
}
a.menu:hover {
	color: rgb(90, 120, 220);
	background-color: rgb(0, 0, 0);
	font-weight: bold; 
	text-decoration: none;
}


/*HEADER NAV MENU BAR*/

#header{
	background-color: white;
	padding: 10px;
	height: 50px;
	width: 500px;
	float: left;
	Margin: 0 auto; overflow: hidden;
	list-style: none;
}



/*INDEX PAGE*/

#body 
{
	background-color: White;
	padding: 10px;
	width: 900px;
	float: left;
}


.rcol /*Right Column*/{
	text-align: left;
	width: 20%;
	float: left;
	}
.mcol/*middle*/{
	text-align: left;
	width: 50%;
	float: left;
	padding-left: 48px;
	}


.lcol/*left*/{	
	text-align: left;
	width: 20%;
	float: left;
	}

.topimage /*the top image on the page*/{
	text-align: Center;
	float: middle;
	background-color: #999;
}

/*end INDEX CODE*/



/*images and descriptions, random scroll boxes, span elements etc*/
.imagedescription{
	text-align: center;
	color: #000000;
	font-style: italic;
	font-size: 9pt;
}

.imagetitle{
		text-align: center;
	color: #000000;
	font-size: 20pt;
	font-family: copperplate gothic light;
}



.onflickr{ color: #000; font-size: 10pt; font-style: italic;}
	
	
#content{
	background-color: white;
	padding; 10px;
	width: 918px;
	float: center;





/*copyright code*/

span.copyright{
	text-align: Center;
	background-color: #999;
	width: 900px;
}






img {
  padding:4px;
  border:1px solid #000;
  }
  
  /*CONTENT PAGES*/

.mcolcon{
text-align: right;
float: left;
width: 80%;
}


/*ALBUM SET UP*/

.album_container{
border: 1px;
border-style: solid;
border-color: #000;
background-color: #ccc;
}

/*scroll boxes, areas etc*/
.scrollsmall{
border: 1px;
border-style: dashed;
border-color: #8b0000;
overflow: auto;
}

/*define headers*/

h1 /* use as general page headings */{
font-size: 150%;
background: transparent;
font-weight: bold;
}


