/* Typography and Colors
-----------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:visited {
	color: black;
	}

h3 {
	color: black;
	padding:10px;
	margin:0px;
	font-size:1.5em;
	}

h3:visited {
	color: black;
	}
	
h3:link {
	color: black;
	}
	
select {
	font-size:12px;
	}

.currenthead {
	background: red;
	color: black;
	border: none;
	padding-bottom: 1px;
}

/*div {
	border: 1px solid black;
	}
*/

/* Structure
-----------------------------------------*/

#frame {
	width:1000px;
	margin-left:0px;
	}
	
#header {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	border-top:1px solid #000;
	}
	
#menu {
	width:100%;
	margin-left:auto;
	background-color: #000;
	float:left;
	}
	
#headerblock {
	width:99px;
	height:18px;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	border-left:1px solid #FFFFFF;
	background-color: #000;
	float:left;
	}

#headerblockwide {
	width:199px;
	height:18px;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	border-left:1px solid #FFFFFF;
	background-color: #000;
	float:left;
	}

#headerlink {
	width:99px;
	height:18px;
	margin-right:auto;
	margin-left:0px;
	margin-top:0px;
	border-left:1px solid #FFFFFF;
	background-color: #000;
	float:left;
	}

#headerlink:hover {
	background: #ff0000;
	color: #FFF;
	}

#headerlink p {
	font-size:12px;
	color: #FFF;
	margin: 3px;
	}
	
#content {
	clear:left;
	background-repeat: no-repeat;
/*	
	float:left;
	background-color: #0F0; 
*/
	}

#content p{
	color: #000;
/*	font-size:12px;
*/	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0px;
	margin-right: 10px;
	background-color: #FFF;
	}

#content p a{
	color: #F00;
	padding-top: 3px;
	padding-bottom: 3px;
	/*font-weight: bold;*/
	}

#content p a:hover{
	background-color: #F00;
	color: #FFF;
	}

#content p a.similarlink{
	background-color: #000;
	color: #FFF;
	padding: 3px;
	margin:0;
	}

#content p a.similarlink:hover{
	background-color: #F00;
	}

#enclose {
	float:left;
/*
	background-color: #F0F;
*/	
	}

#leftcolumn {
	/*border-right:1px solid #FFF;*/
	float:left;
	margin-right:auto;
	margin-left:auto;
/*
	background-color: #0FF;
*/
}

#quilt {
	/*border-right:1px solid #FFF;*/
/*	width:200px;*/
	margin-right:auto;
	margin-left:auto;
	padding-left: 5px;
	float:left;
	}

#thumb {
	float:left;
/*	width: 50px;
	height: 50px;
	border: 2px solid white; */
	margin:0px;
	padding:0px;
	}

#centercolumn {
	background-repeat: no-repeat;
	float:right;
/*
	background-color: #FF0;
*/
	}

#cascade1 {
	left: 0px;
	margin-top:10px;
	margin-left:auto;
	border-top: 1px solid black;
	}

#cascade1 p {
	line-height: 1.25em;
	}

#cascade2 {
	left: 0px;
	margin-top:10px;
	margin-left:auto;
	margin-bottom:20px;
	}

#line{
	left: 0px;
	margin-left:auto;
	border-bottom: 1px solid black;
	}

#date {
	left: 0px;
	margin-bottom:28px;
	margin-left:auto;
	border-top: 1px solid black;
	background: #000;
	}

#date p {
	color: white;
	background: black;
	}
	
#bigimage {
	margin-top: 0px;
	left:0px;
	clear:both;
	border: 1px solid black;
	}

#bigimage a img{
	display: block;
	margin-left:auto;
	margin-right:auto;
	}

#bigimage a img:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
	}
	
#caption {
	clear:both;
	background-color:#333333;
	z-index:10;
	filter:alpha(opacity=80);
	opacity:.8;
	position:relative;
	height:30px;
	margin-bottom:-40px;
	padding:5px;
	color:#ffffff;
	line-height:normal;
	font-size:.85em;
	}

#rightcolumn {

	float:right;
/*
	position:absolute;
	left:608px;
	margin-right:auto;
	margin-left:auto;
	padding:0px;
*/
/*
	background-color: #00F;
*/
}

#rightcolumn p{
	padding-left:3px;
	}

#quilt a img:hover{
	opacity: 0.4;
	filter: alpha(opacity=40);
	}



/* Headers
-----------------------------------------*/

/* Images
-----------------------------------------*/

img {
	border: 0px;
}

.thumbclass {
	float:left;
	margin-top:0;
	padding: 0;
	}
	
.similarlink {
	}

/* Lists
-----------------------------------------*/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
}

#nav a {
	display: block;
	padding: 0;
}

#nav li a {
	color: white;
	padding: 3px;
	padding-bottom: 0px;
	margin: 0px;
}

#nav li.current a {
/*
	background-color: #DDD;
*/
	color: #AAA;
/*	font-weight: bold;*/
}

/*
#nav li ul li a {
	color: black;
}
*/

#nav li ul{ /* all list items */
	float: left;
	width: 99px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;	
	width: 99px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li{ /* second-level lists */
	/*border-bottom:1px solid white;	*/
}

#nav li ul a{ /* all list items */
	/*padding: .16em;*/
	padding-top: 0px;
	padding-bottom: 3px;
	color: #888;
}

#nav li ul a:hover{ /* all list items */
	background: red;	
	color: white;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.4em 0 0 99px;
	width: 175px;
}

#nav ul { /* third-and-above-level lists */
	/* border-left:1px solid white; */
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.arrowclass {
	position: relative;
	float: right;
}

.menuheader {
	background: black;
	color: white;
	padding: 3px;
}

/* Form Elements
-----------------------------------------*/

#form1 {
	margin: 0px;
	}

.submitbutton {
	float:right;
	}

/* Comments
-----------------------------------------*/

/* Sidebar
-----------------------------------------*/

/* Common Elements
-----------------------------------------*/



