/***************************
*****	phoenixhhh.org	
*****	
*****	you gonna steal this?
*****	first let us get it cleaned up...
****************************/
@import url(/styles/main-images.css);
@import url(/styles/main-text.css);

/****** FRAMEWORK ******/
body {
	color:#000;
	background:#fff;
	margin:0; padding:0;
}
/*
div#footer {
	border:1px solid #008;
	padding:6px; margin:0px;
}*/
div.content {
	margin:2em 1em;
	min-height:360px; 
		height:expression(document.body.clientHeight < 360? "360px": "auto" );

}
/****** /FRAMEWORK ******/

/****** RESETS ******/
/* HUNT DOWN THE LAST OF THE LIVE CRUFT  */
/* - are old runs connected to any style sheets? */
font, FONT {
	color:#f00 !important;
	font-weight:bold;
	border:1px solid #f00;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration:none;
	border-bottom:none;
}

ul {
	list-style:none;
}
	ul li {
		margin:0; padding:0;
	}
img {
	border:1px solid #000;
}
a, img a, a:visited, a:active, a:hover {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding-bottom:1px;
	border-bottom:1px solid #000;
	cursor:pointer;
}
table{
	color:#383838;
	background:#fff;
	border-collapse:collapse;
	width:100%;
	margin:0; padding:3px; 
}
/* why is this here? */
thead {

}		
tbody tr, tbody td{
	vertical-align:top;
	padding:3px; 
	margin:0; padding:0;
}
hr {
	border:1px solid #000;
}
/****** /resets ******/

.hide {
	display:none;
}

/********** MASTHEAD **********/
#masthead {
	margin:0; padding:6px 0 0 0;
	width:100%;
	text-align:center;
	font-size:12px;
	background:#fff;
}
	#masthead a {
		text-decoration:none;
		border:none;
	}
	#masthead h1 a, #masthead h2 a, #masthead h3 a {
		font-family:Arial, Helvetica, sans-serif;
		margin:0; padding:0;
		text-align:center;
		line-height:.5;
	}
	#masthead img {
		width:286px;
		margin-top:25px;
		border:none;
	}
	#masthead h1 a { /* <font face="Arial"><font color="#800080"><font size="+3"> */
		color:#b83c51; /* #800080; */
		font-size:32px;
	}
	#masthead h2 a { /* <font face="Arial"><font size="+1"> */
		color:#b5e662; /* #000; */
		font-size:20px;
	}
	#masthead h3 a { /* <i><font face="Arial"><font color="#408080"><font size="+2"> */
		font-size:12px;
		color:#408080;
		top:-5px;
	}
/********** /MASTHEAD **********/

/********** PRE-MASTHEAD **********/
div#browserWarning {
	width:100%; margin:0 0 5px 0; padding:0;
	color:#181818; background:#fae5b0;
	border:1px solid #000;
	float:left;
}
	div#browserWarning p {
		margin:0 auto;
		padding:5px 10px;
	}
/********** /PRE-MASTHEAD **********/

div#masthead2 {
	margin:0; padding:0;
	/* background:#282828; */
	background:#282828 url(/images/featured/DSC_0299.jpg) repeat-x;
	width:100%;
	text-align:right;
}
	div#masthead2 img#name {
		width:450px;
		margin:0; padding:5px 5px 0 0;
	}
	div#masthead2 a, div#masthead2 a img, div#masthead2 p {
		margin:0; padding:0;
	}
	div#masthead2 a, div#masthead2 img, div#masthead2 a:active, div#masthead2 a:hover {
		text-decoration:none;
		border:none;
	}

/* FOOTER */
#footer {
	/* float:left; */
	color:#eee;
	background:#282828 url(/images/featured/DSC_0299.jpg) repeat;
	width:100%;
	margin:0; padding:0;
}
	#footer .footer-wrapper {
		padding:1em;
	}
	#footer .section {
		text-align:center;
	}
	#footer a, #footer a:visited, #footer a:active, #footer a:hover {
		color:#eee;
		text-decoration:none;
		border-bottom:1px solid #eee;
	}
	#footer ul li {
		display:inline;
		margin-right:.25em;
	}
	#footer ul li::after {
		color:#999;
		content: "  |";
	}
	#footer ul li:last-child::after {
		color:#fff;
		content: " ";
	}


