/*
Theme Name: Shergold Studio Template
Theme URI: http://www.shergoldstudio.com
Theme Description: Template designed for Shergold Studio
Version: 1.0
Author: Stevie Chancellor
Author URI: http://www.toppling-dominoes.com
Tags: classy, red, dance, social
*/

/* BASE COLORS:
Cream BG: #f4ecbb
Nav: #713306
	Nav Hover:
Header color: #860800

*/

/* 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:#832903 url('imgs/background.gif') repeat;
font:14px/18px Helvetica, "Helvetica Neue", Arial, sans-serif;
}

strong {font-weight:bold;}

em {font-style:italic;}

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

a {
font:16px/18px Helvetica, "Helvetica Neue", Arial, sans-serif;
color:#000;
font-weight:bold;
text-decoration:underline;
letter-spacing:1px;
}

h2 {
color:#860800;
font:34px/42px Kalinga, Helvetica, Arial, sans-serif;
font-weight:bold;
letter-spacing:1px;
text-align:center;
margin:15px;
text-shadow: 0 1px 1px #FFFDEF;
}

h3 {
color:#860800;
font:24px/28px Helvetica, "Helvetica Neue", Arial, sans-serif;
font-weight:bold;
margin:15px 0;
text-align:center;
}

h4 {
color:#000;
font:20px Helvetica, "Helvetica Neue", Arial, sans-serif;
font-weight:bold;
margin:3px 0 12px 2px;
}

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

h5 {
color:#713306;
font:18px Kalinga, Helvetica, Arial, sans-serif;
font-weight:bold;
margin:0;
text-align:center;
}

.left {text-align:left;}

.noPadding {padding:0;}

.center { margin: 0 auto; }

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

.headerLinks {
color:#713306;
font:18px Kalinga, Helvetica, Arial, sans-serif;
font-weight:bold;
}

.hilite { color:#860800; font-weight:bold; }

/*---- All page styles --*/

#transcontainer {
background: rgb(100,31,4);
background: rgba(34,7,7,0.3);
width:1145px; 
margin:0 auto;
z-index:-1;
padding-bottom:30px;
}
	
#container {
background:#f4ecbb;
width:1105px;
margin:0 auto;
position:relative;
top:20px;
z-index:1;
}

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

#logo {
float:left; 
width:639px; 
height:121px; 
margin:20px 0 0 40px;
}

#phoneNumbers {
float:right;
width:360px;
height:73px;
margin:20px 30px 0 0;
}

#search { 
float:right; 
height:35px; 
width:300px; 
margin:15px 20px 0 10px;
}

#search label {
color:#581C05;
font:14px Helvetica, Arial, sans-serif;
}

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

#nav {width:1000px; height:42px; background: #713306; margin:0 auto; }


/*-----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; }

/*** SKIN ***/
.sf-menu { margin-bottom:8px;}

.sf-menu a {
padding: 12px 14px;
text-decoration:none;
font-family: Kalinga, Helvetica, Arial, sans-serif;
font-weight: bold;
color:#F4ECBB;
letter-spacing:0px;
}

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

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

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

/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right:27px;
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; }

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

#copyright {
width:1050px;
text-align:center;
color:#000;
font:8px Helvetica, Arial, sans-serif;
margin:10px;
padding:10px 0;
}

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


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

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

.pageContent p, .pageContentFrame p { font:14px Helvetica, Arial, sans-serif; margin:10px; }

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

.pageContent ul, .pageContentFrame ul {
font:12px Helvetica, Arial, sans-serif;
list-style: circle;
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:14px Helvetica, Arial, sans-serif;
font-style: italic;
background: #e2dbaf;
padding:15px;
margin:30px 0;
text-align:left;
}

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

.ads img { margin:0 auto; }

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

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

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

/*---Poll Templates --*/
.wp-polls {
width:225px;
margin:25px;
float:left;
background:#D9CCD6;
}

/*------Front Page Work -----*/
/*--------------------------------------------*/
#centerContent { clear:both; width:1050px; margin:5px auto; min-height:250px;}

#introText {
width:100%;
float:left;
margin:10px auto;
}

#introText h4 {
text-align:center;
color:#860800;
}

#scrolly {
width:950px;
margin:70px 0 30px 0 ;
}

.danceSection {
width:950px;
}

.danceSection h4 {
}

.danceSection img {
border:10px solid #FFFDEF;
box-shadow:0 2px 2px #C9BF8B;
	-webkit-box-shadow:0 2px 2px #C9BF8B;
	-moz-box-shadow:0 2px 2px #C9BF8B;
float:left;
margin:20px;
}

#socialMedia { width:350px; margin:0 auto; clear:both; }

#socialMedia img { padding: 0 30px; }

#bottomBox {width:1050px; height:260px; margin:10px auto; }

.third {
background:#8F490A;
width:310px;
height:275px;
float:left;
margin:0 10px 10px 15px;
color:#fff;
padding:3px;
border: 2px solid #fffade; 
}

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

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

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

