/* CSS Document */

/*This is the 2nd iteration of the Friends of the Floor css - improved layout and functionality, design still cramped and performs poorly in cross browser situations.*/

/*Regular boring old body css*/

body {
	margin: 0 0 0 0;
	background: url(cbg1.jpg) fixed repeat-y #660000;
	text-align: center;
}

/*Regular Link Style css*/

A:link {
	color: #FFCC33;
	TEXT-DECORATION: underline
}

A:visited {
	COLOR: #666666; 
	TEXT-DECORATION: none
}

A:hover {
	color: #FF9966;
	text-decoration: underline;
}

A:active {
	color: #FFFFFF;
	TEXT-DECORATION: none;
}

/*My messy layout DIVs 1*/

/*Header*/

div.masterhead {
	margin: auto;
	padding: 0px;
	width: 660;
	height:200;
}

div.logo {
	background: url(ArtdayLogoSquare.jpg);
	float: left;
	width: 150;
	height: 150;
	border: #000 solid 1px;
	margin: 40 0 0 0;
	/*display: inline;*/
}


div.head {
	float: left;
	background: url(cheadtrans.png);
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'cheadtrans.png');
	margin: 15 40 0 50;
	/*margin: 15 auto 0 auto;*/
	width: 400;
	height: 200;
	clear: right;
}

div.nav {
	clear: both;
	position: relative;
	margin:auto;
	padding: 2px;
	border-top: 1px dotted #CC6600;
	border-bottom: 1px dotted #CC6600;
	/*margin-left: 300px;*/
	width: 400px;
	color: #CC6600;
	font: 12px;
	
	text-align: center;
	height: 19px;

}

/*DIV's for chunky title graphics...*/

div.OnNow {
	/*margin: 15 0 15 275;*/
	margin: auto;
	clear: both;
	width: 450px;
	height:75px;
	background: url(OnNowHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'OnNowHead.png');
}

div.Why {
	margin: 15 0 15 275;
	clear: both;
	width: 450px;
	height:75px;
	background: url(WhyHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'WhyHead.png');
}

div.Who {
	margin: 15 0 15 275;
	clear: both;
	width: 450px;
	height:75px;
	background: url(WhoHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'WhoHead.png');
}

/*Section DIVs*/

div.CurrentEvents {
	margin: 15 0 15 275;
	clear: both;
	width: 450px;
	height:75px;
	background: url(CurrentEventsHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'CurrentEventsHead.png');
}

div.PastActivities {
	margin: 15 0 15 275;
	clear: both;
	width: 450px;
	height:75px;
	background: url(PastActivitiesHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'PastActivitiesHead.png');
}

div.Links {
	margin: 15 0 15 275;
	clear: both;
	width: 450px;
	height:75px;
	background: url(LinksHead.png) no-repeat;
	_background: 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src:'LinksHead.png');
}

/*Some Image DIV Manipulators*/

div.left {
	width: 150;
	float: left;
	display: inline;
	margin: 0 0 0 100;
}

img.left {
	border: 1px solid #000000;
	margin: 0 0 20 0;
}

img.center {
	border: 1px solid #000000;
	margin: 20 0 20 300;
}

/*Some clumsy rollover implementation*/

.equinox_rollover { 
float: left;
width: 150px; 
height: 260px; 
border: 1px solid #000; 
text-align: center; 
color:#FFF; 
background: #000 URL(EquinoxCardCompH.jpg) no-repeat 0 0px; 
}
 
a.equinox_rollover:link, a.equinox_rollover:visited, a.equinox_rollover:active { 
color: #FFF; 
text-decoration: none; 
background: #000 URL(EquinoxCardCompH.jpg) no-repeat 0 0px; 
} 

a.equinox_rollover:hover { 
color: #FFFF99; 
background: #333399 URL(EquinoxCardCompH.jpg) no-repeat -150px 0px; 
border: 1px solid #FFCC33;
}

/*Misc. Essential body css*/

div.text {
	/*position: absolute;*/
	display: inline;
	width:450px;
	float: left;
	margin: 0 0 0 25%;
	padding: 0 15 0 15;
	text-align: left;
}

h1.main {
	font-size: 20px;
	color: #FFCC33;
	font-family: arial, sans-serif;
	margin: 0 0 10 0;
	padding: 0 0 0 0;
}

h1.subscript {
	font-size: 16px;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1.sub {
	margin-left: 215px;
	margin-right: 100px;
	font-size: 20px;
	color: #CC6600;
	font: georgia;
}

font.sm {
	font-size: 32px;
}

div.right {
	width: 200;
	float: left;
	margin: 0 0 0 25;
}

div.sections {
	margin-left: 25px;
	width: 500px;
	float: left;
	text-align: left;
}

h2.main {
	color: #FF9966;
	font-size: 28px;
}

h3.left {
	background-image: url();
	block-position: top right;
	color: #FFFFFF;
	font-size: 24px;
	border: 1px solid #FF9966;
	margin: 0;
	padding: 0 0 0 5;
}

h3.main {
	background-image: url(photobar5.jpg);
	block-position: top right;
	color: #CC6600;
	font-size: 24px;
	border: 1px solid #FF9966;
	margin: 0;
	padding: 0 0 0 5;
}

h3.events {
	color: #FFFFFF;
	font-size: 18px;
	font-style: bold;
	margin: 0 0 5 0;
	}

h3.pastmain {
	background-image: url(bartest3.jpg);
	background-position: right;
	color: #CC6600;
	font-size: 24px;
	border: 1px solid #FF9966;
	margin: 0;
	padding: 0 0 0 5;
}

h3.linkmain {
	background-image: url(linkbar2.jpg);
	background-position: right;
	color: #CC6600;
	font-size: 24px;
	border: 1px solid #FF9966;
	margin: 0;
	padding: 0 0 0 5;
}

h3.thought {
	color: #CC6600;
	font-size: 20px;
	margin: 0;
}

/*Layout DIVs*/

div.spacer {
	margin: 0 0 0 60;
	border-left: 1px solid #FF9966;
	line-height: 25px;
	color: #660000;
}

div.pastspacer {
	margin: 0 0 0 60;
	border-left: 1px solid #666666;
	line-height: 25px;
	color: #660000;
}

div.blank {
	line-height: 35px;
	color: #660000;
}

div.events {
	border: 1px solid #FF9966;
	padding: 5px;
}

div.pastevents {
	border: 1px solid #666666;
	padding: 5px;
}

/*Body Content CSS*/

p.intros {
	color: #FF9966;
	text-size: 14 px;
	margin: 0 0 5 25;
	padding: 0 15 0 0;
	line-height: 125%;
	/*padding: 0 0 0 15;*/
	/*border-left: 1px solid #FF9966;*/
}

p.centintros {
	color: #FF9966;
	text-size: 14 px;
	font-style: italic;
	text-align: center;
	margin: 0 0 5 25;
	padding: 0 15 0 0;
	line-height: 125%;
	/*padding: 0 0 0 15;*/
	/*border-left: 1px solid #FF9966;*/
}

p.history {
	color: #FF9966;
	text-size: 14px;
	padding: 0 0 0 25;
	border-left: 1px dashed #CC6600
	margin-left: 15;
}

p.information {
	color: #FFFFFF;
	margin: 0 0 10 35;
	padding: 0 0 0 25;
	border-left: 1px dashed #FFFFFF;
}

p.notice {
	color: #FFCC33;
	text-align: center;
	text-decoration: blink;
}

p.source {
	font-size: 14px;
	color: #FFCC33;
}

p.quote {
	font-size: 12px;
	font-style: italic;
	color: #FF9966;
	line-height: 105%;
	padding: 0 15 0 15;
}

p.credit {
	font-size: 12px;
	color: #FF9966;
	text-align: right;	
	margin: 5 15 15 15;
	padding: 0px;
}

/*Misc.*/

img.logo {
	float: left;
	align: left;
	border: 1px solid #CC6600;
}

ul.links {
	color: white;
	list-style: disc inside none;
}

/*the new fotf event images*/ 

img.eventimage {
	float: left;
}

/*These are for the footer*/

div.signature {
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
}

div.footer {
	bottom: 5px;
	clear: both;
	width: 100%;
}
