/*
Theme Name: E-fit Dance Template
Theme URI: http://www.efitdance.com
Theme Description: Template designed for Efit Dance
Version: 1.0
Author: Stevie Chancellor
Author URI: http://www.toppling-dominoes.com
Tags: dance, fun, sexy, gray, purple, pink
*/

/* BASE COLORS:
background gray:#ececec
dark purple(used for nav menu):#630a58
mid-purple(for h2 and accents):#ba1ca6
pink:#f67bc6
dark gray:#383838
*/

/* RESET */
/* ----------------------------------------------- */
/* Based on the Starkers WP Reset: http://elliotjaystocks.com/blog/2008/starkers-for-wordpress-262/ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,submit{  margin:0; padding:0; }
font, h1, h2, h3, h4, h5, h6, strong, em, p {font-size:100%; font-weight:normal; }
fieldset, img {border:0;}
ol, ul, li {list-style:none;}
a img{border:0;} /*Fix for IE's pesky blue borders for img links */
strong, em { font-weight: normal; text-decoration:none; }

/* WP NONSENSE */
/*-------------------------------------------------------*/
img.alignright {float:right; margin:0 0 1em 1em; }
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; }
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0; }
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

/*---- Basic Theme Work ---- */
/* ----------------------------------------------- */

html, body { height:100% ;}

body { background:#ececec url(imgs/topdotsbg.jpg) repeat-x; }

#leftLady { width:134px; height:738px; background: url(imgs/bg_lady_left.jpg); position:absolute; top:100px; left:0%; z-index:-3; }

#rightLady { width:134px; height:738px; background: url(imgs/bg_lady_right.jpg); position:absolute; top:100px; right:0%; z-index:-3; }

#container {
width:1015px;
margin:0 auto;
position:relative;
z-index:1;
}

h2 {
color:#ba1ca6;
font-size:26px;
font-family:Arial, sans-serif;
font-weight:bold;
letter-spacing:1px;
margin:15px;
padding: 25px 0 10px 0;
text-align:center;
}

.left {text-align:left;}

.noPadding {padding:0;}

.center { margin: 0 auto; }

h3 {
color:#630a58;
font-size:18px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0;
}

h4 {
color:#fff;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
margin:3px 0 12px 2px;
}

h4 a { text-decoration:underline; color:#fff; }

h5 {
color:#383838;
font-size:16px;
font-family:Negotiate, Arial, Helvetica, sans-serif;
font-weight:bold;
margin:0;
text-align:center;
}

p {
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
letter-spacing:1px;
line-height:18px;
margin:0 5px 15px 3px;
}

a {
font-family:Arial, Helvetica, sans-serif;
color:#000;
font-weight:bold;
text-decoration:underline;
font-size:16px;
line-height:18px;
letter-spacing:1px;
}

.littleLink {color:#630a58; text-decoration:underline; font-size:14px; }

.headerLinks {
color:#630a58;
font-size:18px;
font-family: Negotiate, Arial, Helvetica, sans-serif;
font-weight:bold;
}

strong {font-weight:bold;}

em {font-style:italic;}

/*------ Header.php Coding -----*/
/* ----------------------------------------------- */
#topHeader { width:100%; height:135px; }

#logo {float:left; width:628px; height:134px;}

#phoneNumbers {
float:right;
width:306px;
height:58px;
margin-top:15px;
}

#search { float:right; height:35px; width:300px; margin-top:20px;}

#search label {
font-family: Negotiate, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
}

#search #s {width:150px; height:20px;}

/*------ Footer.php Coding -----*/
/* ----------------------------------------------- */

#footer {
margin:15px 0;
}

.third {
background:#630a58 url('imgs/boxGradient.jpg') repeat-x;
margin-right:20px;
width:310px;
height:300px;
float:left;
color:#fff;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
padding:3px;
}

.third p, .third label { color:#fff; font-size:12px; font-family: Arial, Helvetica, sans-serif; }

.third label {margin-right:10px;}

.third input {margin-bottom:4px;}
.third submit {margin-left:20px;}
.third h4 {text-align: center;}



#copyright {
text-align:center;
color:#000;
font-family: Arial, Helvetica, sans-serif;
font-size:8pt;
margin:10px;
padding:10px;
}

#copyright a { font-size:10px; }

/*-----Nav Menu (Dropdown Nonsense! Superfish-based)---*/
/*---------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {margin:0; padding:0; list-style:none;}

.sf-menu {line-height:1.0em;}

.sf-menu ul { position:absolute; top:-999em; width:10em; /* left offset of submenus need to match (see below) */ }

.sf-menu ul li {width:100%;}

.sf-menu li:hover {visibility:inherit; /* fixes IE7 'sticky bug' */}

.sf-menu li {float:left;position:relative;}

.sf-menu a {display:block;position:relative; color:#fff;}

.sf-menu li:hover ul, .sf-menu li.sfHover ul { left:0; top:2.5em; /* match top ul list item height */ z-index:99; }

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {top:-999em;}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left:10em; /* match ul width */ top:0;}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top:-999em; }

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left:10em; /* match ul width */ top:0; }

/*** DEMO SKIN ***/
.sf-menu {float:left; margin-bottom:1em;}

.sf-menu a {
padding: .75em 0.55em;
text-decoration:none;
font-family: Avant Garde LT Bold, Century Gothic, Futura MD, Helvetica, Arial, sans-serif;
font-weight:bold;
color: #fff;
letter-spacing:1px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/ color: #fff;}
.sf-menu li {background: #630a58; color: #fff;}

.sf-menu li li { background: #630a58; color: #fff;}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background:	#ba1ca6;
outline: 0;
color: #fff;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right: 	2.25em;
min-width:	1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:	10px;
height:	10px;
text-indent: -999em;
overflow:hidden;
background:	url('js/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
top:.8em;
background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
background:	url('js/superfish/images/shadow.png') no-repeat bottom right;
padding: 0 8px 9px 0;
-moz-border-radius-bottomleft: 17px;
-moz-border-radius-topright: 17px;
-webkit-border-top-right-radius: 17px;
-webkit-border-bottom-left-radius: 17px;
}

.sf-shadow ul.sf-shadow-off { background: transparent; }

/*------Front Page Work -----*/
/*--------------------------------------------*/
#centerContent { clear:both; width:100%; margin:10px 0 20px 0; }

#imgSlider {
width:480px;
height:315px;
float:left;
margin:45px 15px 10px 0;
}

#introText {
width:500px;
height:300px;
float:left;
margin:45px 0 0 20px;
}

#socialMedia { margin:10px auto; clear:both; }

#socialMedia td { width:150px; }

#socialMedia table { width:550px; margin:20px auto; }

/*----------Page.php work ---------*/
/*---------------------------------------------------*/
.pageContent { width:800px; margin:0 auto; padding:15px; }

.pageContentFrame { width:1000px; margin:0 auto; padding:5px; }

.pageContent p, .pageContentFrame p { font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:10px 0; }

.pageContent h2, .pageContentFrame h2 { font-family:Arial, Helvetica, sans-serif; }

.pageContent ul, .pageContentFrame ul {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
list-style:square;
letter-spacing:1px;
margin:10px 0 10px 75px;
}

.pageContent li, .pageContentFrame li{
margin:4px;
list-style:square;
text-align:left;
}

img .photos { border:3px solid #383838; }

.testimonials {
font-family:Arial, Helvetica, sans-serif;
font-style: italic;
background-color:#D9CCD6;
font-size:14px;
padding:15px;
margin:30px 0;
text-align:left;
}

.ads {
font-family:Arial, Helvetica, sans-serif;
font-style: italic;
background-color:#D9CCD6;
font-size:14px;
padding:15px;
margin:15px auto;
clear:both;
}

.ads img { margin:0 auto; }

/*---Slider Template --*/
/*--------------------------------*/
.slide {
height:255px;
width:300px;
overflow:hidden;
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
}

.slideDate {
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.slide li a {color:#fff; font-size:12px; font-weight:normal; }
