﻿ï»¿Ã¯Â»Â¿ÃÂ¯ÃÂ»ÃÂ¿/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Reclaim Design LLC

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


/* OLD CSS */

.style1 {
	color: #DABA5C;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a:link {
	color: #DABA5C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.style3 {color: #F7CD66}
.style4 {
	font-size: 20px;
	font-style: italic;
	color: #FFFFCC;
	font-family: "Times New Roman", Times, serif;
}
.style13 {	font-family: Garamond, "Garamond Ultra", "Garamond Book";
	font-size: 9px;
	color: #996600;
}
.style14 {color: #000000}


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

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


}

h5
{
color:#ffbc32;


}


/* CLASSES & TAG SPECIFIC */

.yellow
{
	color:#ffbc32;
}

.dance_now {
	font-size: 20px;
	font-style: italic;
	color: #ffbc32;
	font-family: "Times New Roman", Times, serif;
}


img
{
 	border: 0px;	
}

.paddingleft20
{
	padding-left:20px;
}

.paddingbottom5
{
	padding-bottom:5px;
}

.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;
}

.center
{
	text-align:center;
}

.contactinfo
{
 margin-top:-80px;
margin-left:80px;
	
}

.join
{
margin-top:-80px;
	
}

.form-move
{

margin-top:-20px;
	
}

p.title
{
	font-size:18px;
	color:#fff;	
	font-weight:bold;
	text-align:center;
}

p.by
{
	font-size:16px;
	font-weight:bold;
	color:#ffbc32;
	text-align:center;	
}

p.classTitle
{
	font-size:16px;
	color:#ffbc32;
	text-align:center;	
}

span.subTitle
{
	font-size:13px;
	font-weight:bold;
	color:#fff;
	font-style:italic;
	text-align:center;	
}

span.time
{
	color:#fff;
}

.classSchedule p
{
	font-size:15px;
}

.classSchedule > span
{
	font-size:18px;
	color:red;	
	font-weight:bold;
	text-align:center;
}
.classInfo span
{
	color:red;
}

#Classes
{
	font-size:14px;
	color:#F7CD66;
	text-align:center;
}

#Shop
{
	font-size:14px;
	color:#F7CD66;
	margin-top:50px;
	margin-bottom:50px;
}

#Shop p.title
{
	font-size:16px;
	color:#fff;	
	font-weight:bold;
	text-align:left;
}

#Shop span.by
{
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#ffbc32;
}

#Shop span.price
{
	font-size:20px;
	font-weight:bold;
	color:#ffbc32;
}

#Shop span.youtube
{
	padding-left: 60px;
	color:#ffbc32;
}

#Shop .dvdcovers
{
	padding-top:20px;
}

/* DIV IDENTITIES*/
body
{

margin:0px;
}


/* 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:100px;
	left:675px;
}



/* EMAILFORM */
div#emailform
{
	position:absolute;
	top:130px;
	left:60px;
}


