﻿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

Last Updated: David Henry
Date: 10/10/2009 */   


/* OLD CSS */


.style1 {
	font-size: 10px;
	color: #660000;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}
.style2 {color: #FFcc00;font-size: 9px;
}
.style3 {color: #cc9900;font-size: 12px;
}
.style4 {color: #FFcc00;font-size: 16px;}

.style21 {color:#ffbc32; font-size: 9px;}

/* NEW CSS ////////////////////////////////////////////*/
/* HEADERS */

h3
{
color:#ffbc32;
font-size:1.1em;


}


h4
{
color:#ffbc32;
line-height:0px;
margin-bottom:10px;


}

h5
{
color:#ffbc32;


}


/* CLASSES & TAG SPECIFIC */

img
{
 	border: 0px;	
}

.paddingleft20
{
	padding-left:20px;
}

.paddingtop20
{
	padding-top:20px;
}

.paddingbottom5
{
	padding-bottom:5px;
}

.paddingbottom20
{
	padding-bottom:20px;
}

.margintop30
{
	margin-top:30px;
}


.margin-left_bottom
{
	margin-left:50px;
    margin-top:50px;
}


.formfield_236x32
{
	background:url(/images/Form_236x32.gif) no-repeat;
	width:236px;
	height:31px;
	border:none;
}

.formfield_369x162
{
	background:url(/images/Form_369x162.gif) no-repeat;
	width:369px;
	height:162px;
	border:none;
	margin-left:50px;
}

.contactformpl
{
	margin-left:75px;
margin-bottom:50px;
}

.centertext
{
	width:500px;
padding-left:125px;
padding-right:125px;
}

.maintext 
{
	color: #cc9900;
	font-size: 14px;
}

.yellow
{
	color:#ffcc00;
}

.bold
{
	font-weight:bold;
}

.center
{
	text-align:center;
}

.dancenow_title
{
	font-size:24px;
	color:#ffcc00;
	font-weight:bold;
}

.dancenow_header
{
	font-size:16px;
	color:#fff;
}

.dancenow_info
{
	font-size:14px;
	color:#fff;
}

.dancenow_website a:link, a:active, a:hover, a:visited
{
	font-size:18px;
	color:#cc9900;
	text-decoration:underline;
}

.about_info
{
	font-size:14px;
	color:#fff;
}

.bio_info
{
	font-size:14px;
	color:#fff;
}

.bio_title
{
	font-size:24px;
	color:#ffcc00;
	font-weight:bold;
}

.bio_spacer
{
	font-size:24px;
	color:#fff;
}

.bio_website a:link,.bio_website a:active,
.bio_website a:hover,.bio_website a:visited
{
	font-size:18px;
	color:#cc9900;
	text-decoration:underline;
}


.event_link a:link, .event_link a:active, 
.event_link a:hover, .event_link a:visited
{
	font-size:12px;
	color:#cc9900;
	text-decoration:underline;
}


.workshop
{
	color:#FFF;
	font-size:14px;
}

.comingsoon
{
	font-size:18px;
	color:#b4b4b3;
	font-style:italic;
	
}

/* DIV IDENTITIES*/
/* FOOTER */
div#footer
{
	color:#ffbc32;
    margin-top:30px;
    font-size:1.3em;
}

#footer a,#footer a:link,#footer a:active, #footer a:visited
{

	color:#ffbc32;

}

#footer a:hover
{
	color:#ffbc32;
	text-decoration:underline;
}

/* PAGE */
div#page
{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


/* SMM */
div#smm
{
	position:absolute;
	top:350px;
	left:640px;
}



/* TITLE */
div#title
{
	position:absolute;
	top:130px;
	left:60px;
}


