/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }


/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; margin-top: .6em;}
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
	font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1 {
font-weight: bold;
}

h2 {
font-family: "Century Gothic", "Apple Gothic", sans-serif;
font-style: normal;
font-weight: normal;
font-size: 100%;
color: #AFAB16;
}

.maintag {
	color: #000;
}

h3, h4, h5, h6 { 
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 100%;
color: #000;
}

a
{
  outline: none;
}


a, a:active, a:visited {color: #999; text-decoration: none;}
a:hover { color: #990000; }

p a:link{
color: #000;
text-decoration: underline;
}

p a:visited {
text-decoration: none;
color: #000;
}

p a:hover {
text-decoration: none;
color: #990000;
}


/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/*
 *	HEADER STYLES
 *
*/

/* the green colorbar at the top of the page */
body > div {
background: #fff url(/globalgraphics/topbar.png) repeat-x fixed;
z-index: 2;	
width: 100%;
position: fixed;
}

#banner {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 1px 0 0;	
border-bottom: 1px dotted #444;
overflow: auto;
}

body > footer div {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto; padding: 0;	
}
	
#logoblock {
float: left;
}

/* logosprite */
div.logorollover {
width: 248px; height: 124px;
margin: 0; padding: 18px 0 0 0;
position: relative;
}

div.logorollover a {
display: block;
margin: 0; padding: 0;
width: 248px; height: 124px;
background: url(/globalgraphics/egologosprite.png);
background-repeat: no-repeat;
position: relative;
}

div.logorollover a:hover {
background: transparent url(/globalgraphics/egologosprite.png) 0px -124px no-repeat;
}

h3 {
font-size: 1.55em;
letter-spacing: 0.115em;
color: #444444;
margin: 0 0 7px 0;
}

h4 {
font-size: .95em;
letter-spacing: 0.115em;
}

h5 {
padding: 4px 0 10px 11px;
font-size: .7em;
letter-spacing: 0.18em;
}
		
#tagline {
float: left;
margin: 18px 0 0 132px;
width: 500px;
}

h2 {
font-size: 2em;
letter-spacing: .1em;
padding-bottom: 2px;
}	

#navmenu {
	margin:70px 0 0 320px; padding: 0;
}

ul#headernavone {
white-space:nowrap;
margin-left: 105px;
}

#headernavone li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.55em;
letter-spacing: .05em;
position: relative;
}

ul#headernavtwo {
white-space:nowrap;
margin: 7px 0 0 142px;
}

#headernavtwo li {
margin: 0; padding: 0 52px 0 0; 
display: inline;
list-style-type: none;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-weight: 200;
font-size: 1.55em;
letter-spacing: .05em;
position: relative;
}
		
a.smooth { 
margin: 0; padding: 0; 
-webkit-transition: color .7s ease;
-moz-transition: color .7s ease;
-o-transition: color .7s ease;
transition: color .7s ease;
}

/*
 *	MAIN CONTENT STYLES
 *
*/

section[role=main] {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 175px 0 0;	/* Using padding to push main content down, kinda cheap, but whatevs */
}

.section {
padding: 0;
overflow:auto;	
border-bottom: 1px dotted #444;
}

.sectionhead {
margin: 0 0 0 21px;
float: left;
}

ul.sectionnav {
white-space:nowrap;
margin: 18px 13px 0 0;
float: right;
clear:none;
}

.sectionnav li {
margin: 0 44px 0 0 ; padding: 0; 
display: inline;
list-style-type: none;
font-weight: normal;
font-size: .9em;
letter-spacing: .05em;
position: relative;
}

.content {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 0;	
}
  
p {
margin-top: 7px;
margin-bottom: 15px;
padding-right:10px;
font-family: "Gill Sans", "Trebuchet MS", Calibri, sans-serif;
font-style: normal;
font-weight: normal;
font-size: .85em;
color: #666;
letter-spacing: .02em;
line-height: 18px;
}

ul#sub {
margin: 0; padding: 0;
list-style:none outside none;
}

#sub li {
margin: 0; padding: 0;
list-style:none outside none;
}




/* START ABOUT SECTION STYLES */

#aboutsectioncontent {
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 960px;
	height: 530px;
}

.insideabout {                      /* this is the whole ABOUT section, including hidden content, thus, since there are two parts to this section  */
position: relative;                /* the width is 2x 960px.  If there were three sections it would be 3x 960 or 2880px etc.  */
width: 1920px;
}

.insideabout .sub {                   /* the .sub class is each of the individual subabout sections i.e. about Nicole  */
	position: relative;
	float:left;
	width:960px;
	height:530px;
}

#aboutegotext {     /* this is the about egoart dance company div plus the background picture in this div  */
margin: 9px 0 0 0; padding: 0;
height: 530px; width: 960px;
background-image:url('/aboutgraphics/thewalkblue.jpg');
clear: both;
float: left;
position: relative;
}  

.aboutegodescription {   /* this is the 'p class'  text part of the about ego art dance company section  */
margin: 0;
padding: 20px 550px 0 30px;
font-size: 1em;
color: #ccc;
letter-spacing: .1em;
line-height: 20px;
}

.aboutegodescription a:link {
color: #aca82c;
text-decoration: underline;
}

.aboutegodescription a:visited {
color: #65631c;
}

.credit {   /* this is the 'p class'  text part of the about ego art dance company section  */
margin: 0;
padding: 391px 20px 0 771px;
font-size: 80%;
color: #888;
letter-spacing: .05em;
line-height: 17px;
}

.credit a:link {
color: #999;
text-decoration: underline;
}

#aboutnicolesplash {                    /* this is the about nicole pierce bio photo  */
margin: 9px 0 0 0; padding: 0;
width: 424px;
float: left;
position: relative;
} 

.aboutnicole {   /* this is the 'p class' text part of the about nicole pierce section  */
margin: 0;
padding: 20px 30px 0 0;
font-size: .85em;
color: #999;
letter-spacing: .05em;
line-height: 17px;
}

#nicolebio {                   /* this div holds the text portion of the nicole pierce bio section  */
margin: 30px 0 2px 0; padding: 0;
width: 505px;
clear: both;
float: right;
position: relative;
}  

.aboutpullquote {                        /* this is used for pullquotes in the 'about nicole pierce'  */
margin: 0; padding: 26px 60px 0 14px;
font-size: .75em;
color: #444;
line-height: 14px;
text-indent: 5px;
}

.biopiccredit {   /* this is the 'p class'  text part of the about ego art dance company section  */
margin: 0;
padding: 28px 0 0 237px;
font-size: 80%;
color: #ccc;
letter-spacing: .05em;
line-height: 17px;
}

.biopiccredit a:link {
color: #999;
text-decoration: underline;
}
/* END ABOUT SECTION STYLES */


/* START WORK SECTION STYLES */
#worksectioncontent {
margin: 0;
overflow: hidden;
width: 960px;
height: 380px;
}

.insidework {                      /* this is the whole WORK section, including hidden content, thus, since there are two parts to this section  */
position: relative;                /* the width is 2x 960px.  If there were three sections it would be 3x 960 or 2880px etc.  */
width: 1920px;
}

.insidework .sub {                   /* the .sub class is each of the individual subabout sections i.e. Photography  */
position: relative;
float:left;
width:960px;
height:360px;
}

#video {     /* this is the VIDEO section div  */
margin: 10px 0 0 0; padding: 0;
height: 360px; width: 320px;
clear: both;
float: left;
position: relative;
}  

.videotext {   /* this is the 'p class'  text part of the VIDEO section  */
margin: 0 0 15px 0; padding: 0 3px;
width: 290px;
color: #666;
letter-spacing: .05em;
line-height: 17px;
clear: left;
float: left;
}

.videocategories {             
	margin: 0; padding: 0;
	clear: left;
	float: left;
}

.takemethere {
	width: 253px;
	color: #666;
	font-size: 110%;
	line-height: 28px;
	float: left;
	margin-top: 20px;
	clear:both;
}

.takemethere a:link, p a:visited {
    color: #444;
    text-decoration: underline;
}

.takemethere a:hover {
    color: #990000;
    text-decoration: none;
}

#videosplash {                    /* this div holds the featured VIMEO EMBEDDED VIDEO  */
margin: 10px 0 0 0; padding: 0;
height: 348px; width: 620px;
float: right;
position: relative;
}

#sub li.videotypes {
	width: 230px;
	padding-bottom: 8px;
}

#sub li.videotypes a:link, p a:visited {
    color: #444;
    text-decoration: none;
}

#sub li.videotypes a:hover {
    color: #990000;
    text-decoration: none;
}

#sub li.phototypes {
    padding-bottom: 5px;
    width: 230px;
}

#sub li.phototypes a:link, p a:visited {
    color: #444;
    text-decoration: none;
}

#sub li.phototypes a:hover {
    color: #990000;
    text-decoration: none;
}

#photography {     /* this is the text portion of the PHOTOGRAPHY SUBSECTION div   */
margin: 10px 23px 0 0; padding: 0;
height: 360px; width: 372px;
float: right;
position: relative;
}  

#photosplash {                    /* this is the photography section splash photo  */
margin: 10px 0 0 10px; padding: 0;
height: 360px; width: 529px;
float: left;
position: relative;
} 

.phototext {                      /* this class holds the description p text portion of the PHOTOGRAPHY section  */
margin: 0 0 11px 0; padding: 0;
width: 372px;                 
color: #666;
letter-spacing: .05em;
line-height: 17px;
clear: right;
float: right;
}  

.dancephotography {
	margin: 0; padding: 0;
	clear: right;
	float: left;
}

#sub li.dances {
	width: 372px;
	padding-bottom: 8px;
}

.photopullquote {                        /* this is used for pullquotes in the 'about nicole pierce'  */
margin: 0 0 11px 0; padding: 0;
width: 372px;
font-size: .8em;
color: #000;
line-height: 14px;
clear: both;
float: left;
}
/* END WORK SECTION STYLES */


/* START NEWS SECTION STYLES */
#newssectioncontent {
	margin-bottom: 40px;
	overflow: hidden;
	width: 960px;
	height: 500px;
}

.insidenews {           /* this is the whole news div, including hidden content, thus, since there are two parts to this section  */
position: relative;     /* the width is 2x 960px.  If there were three sections it would be 3x 960 or 2880px etc.  */
width: 2880px
}

.insidenews .sub {                   /* the .sub class is each of the individual subnews sections i.e. the next dance event and spelling bee  */
	position: relative;
	float:left;
	width:960px;
	height:500px;
}

#newstext {
margin: 10px 0 0 0; padding: 0;
width: 280px;
clear: both;
float: left;
position: relative;
}  

#newssplash {
margin: 16px 0 0 0; padding: 0;
width: 680px;
float: left;
position: relative;
} 

.italicsforemphasis {
	font-style: italic;
}

.event {margin-bottom:10px;margin-top:0;}

/* SPELLING BEE SECTION STYLES */
#spelling {                   /* this div holds the text portion of the spelling bee section  */
margin: 10px 0 2px 0; padding: 0;
width: 250px;
clear: both;
float: right;
position: relative;
}  

#beesplash {                    /* this is the spelling bee section photo  */
margin: 16px 0 0 0; padding: 0;
width: 680px;
float: left;
position: relative;
} 

.wwwwh {                         /* this is used in the date and time portion of the spelling bee section  */
padding-left: 10px;
font-size: .85em;
}

.info {                           /* this is used in the date and time portion of the spelling bee section  */
margin: 0; padding:0;
font-size: .95em;
color: #444;
}

.shoutout {                       /* this is used for emphasis in the spelling bee section  */
margin: 0; padding:0;
font-size: .95em;
color: #999a0f;
line-height: 17px;
text-align: center;
}

.pullquote {                        /* this is used for pullquotes in the spelling bee section  */
margin: 0; padding:0 14px;
font-size: .65em;
color: #444;
line-height: 14px;
text-indent: 5px;
}
/* END NEWS SECTION STYLES */


/* START LEARN SECTION STYLES */
#learnsectioncontent {
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 960px;
	height: 436px;
}

.insidelearn {                      /* this is the whole LEARN section, including hidden content, thus, since there are two parts to this section  */
position: relative;                /* the width is 2x 960px.  If there were three sections it would be 3x 960 or 2880px etc.  */
width: 1920px
}

.insidelearn .sub {                   /* the .sub class is each of the individual subsupport sections i.e. VOLUNTEER  */
	position: relative;
	float:left;
	width:960px;
	height:436px;
}

#learnegotext {     /* this is the LEARN egoart DANCE  div  */
margin: 12px 0 0 0; padding: 0;
height: 436px; width: 315px;
clear: both;
float: left;
position: relative;
}  

.learnego {   /* this is the 'p class'  text part of the about ego art dance company section  */
margin: 0;
padding: 20px 12px 0 5px;
font-size: .82em;
color: #666;
letter-spacing: .05em;
line-height: 17px;
}

#learnsplash {                    /* this is the LEARN how to dance with VICTOR AND BELL photo  */
margin: 12px 0 0 0; padding: 0;
width: 641px;
float: right;
position: relative;
} 

#pianolessontext {                   /* this div holds the text portion of the PIANO section  */
margin: 34px 189px 2px 100px; padding: 0;
width: 320px;
clear: both;
float: right;
position: relative;
}  

#pianosplash {                    /* this is the PIANO PICTURE for the LEARN PIANO section  */
margin: 12px 0 0 0; padding: 0;
width: 174px;
float: right;
position: relative;
} 

ul#volunteer {
margin: 0; padding: 0;
list-style:none outside none;
}

#volunteer li {
margin: 0; padding: 0;
list-style:none outside none;
}
/* END LEARN SECTION STYLES */


/* THIS IS THE START OF THE SUPPORT SECTION STYLES */
#supportsectioncontent {
	margin: 0 0 40px 0;
	overflow: hidden;
	width: 960px;
	height: 444px;
}

.insidesupport {                      /* this is the whole SUPPORT section, including hidden content, thus, since there are three parts to this section  */
position: relative;                /* the width is 3 x 960px or 2880px.  */
width: 2880px;
}

.insidesupport .sub {                   /* the .sub class is each of the individual subsupport sections i.e. VOLUNTEER  */
	position: relative;
	float:left;
	width:960px;
	height:425px;
}

#supportegotext {     /* this is the SUPPORT egoart dance company div  */
margin: 12px 0 0 0; padding: 0;
height: 444px; width: 321px;
clear: both;
float: left;
position: relative;
}  

.supportego {   /* this is the 'p class'  text part of the about ego art dance company section  */
margin: 0;
padding: 13px 12px 0 5px;
font-size: .82em;
color: #666;
letter-spacing: .05em;
line-height: 17px;
}

#indiesplash {  /* this is the Indiegogo begging photo  */
margin: 12px 0 0 0; padding: 0;
width: 624px;
float: right;
position: relative;
} 
	
#supportsplash {                    /* this is the 'Get Up and Join The Dance photo  */
margin: 12px 0 0 0; padding: 0;
width: 624px;
float: right;
position: relative;
} 

#volunteertext {                   /* this div holds the text portion of the VOLUNTEER section  */
margin: 44px 0 2px 0; padding: 0;
width: 320px;
clear: both;
float: right;
position: relative;
}  

#volunteersplash {                    /* this is the Volunteer for EgoArt photo  */
margin: 12px 0 0 0; padding: 0;
width: 615px;
float: left;
position: relative;
} 

ul#volunteer {
margin: 0; padding: 0;
list-style:none outside none;
}

#volunteer li {
margin: 0; padding: 0;
list-style:none outside none;
}

.easytopledge {
	margin: 0; padding: 20px 12px 16px 5px;
	color: #900;
	font-weight: normal;
	line-height: 15px;
}

#donatehere {
	height: 23px;
	margin: 0; padding: 0 100px;
	width: 321px:
}
/* END SUPPORT SECTION STYLES */


/* START CONNECT SECTION STYLES */
#socialiconrollover {                    /* this is the SOCIAL ICONS ROLLOVER */
margin: 18px 0 15px 0; padding: 0;
width: 753px;
float: left;
position: relative;
} 

#socialmenu {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll 0 0 transparent;
    height: 76px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 753px;
}
#socialmenu li {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#socialmenu li, #socialmenu a {
    display: block;
    height: 76px;
}
#facebook {
    left: 0px;
    width: 77px;
}
#twitter {
    left: 102px;
    width: 50px;
}
#vimeo {
    left: 202px;
    width: 50px;
}
#youtube {
    left: 302px;
    width: 66px;
}
#linkedin {
    left: 402px;
    width: 62px;
}
#flickr {
    left: 502px;
    width: 50px;
}
#facebook a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll 0px -76px transparent;
}
#twitter a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll -102px -76px transparent;
}
#vimeo a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll -202px -76px transparent;
}
#youtube a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll -302px -76px transparent;
}
#linkedin a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll -402px -76px transparent;
}
#flickr a:hover {
    background: url("/connectgraphics/sociallinks.png") no-repeat scroll -502px -76px transparent;
}

#connectegotext {     /* this is the CONNECT egoart dance company div  */
margin: 0; padding: 0;
height: 275px;
clear: both;
float: left;
position: relative;
}  
/* END CONNECT SECTION STYLES */




/* LOWER NAVIGATION styles */
		nav[role=navigation] ul {
			margin: 0 0 0 40px;
			list-style: none;
			text-align: center;
			clear: both;
		}
		
		nav[role=navigation] ul li {
				margin: 0;  padding: 0 56px 0 0;
				font-weight: normal;
				font-size: 1.1em;
				letter-spacing: .05em;
				color: #999;
				display: inline;
				line-height: 1.5em;				
			}

body > nav[role=navigation] {
width: 60em; 	/* 16*60em=960px  */
margin: 0 auto;
padding: 0;	
}

/*
 *	FOOTER STYLES
 *
*/	
	
	#footerbar {
	   margin: 8px 0 0 0;  padding: 0;
		height: 3px;
		background: #fff url(/globalgraphics/footerbar.png);
		width: 100%;
		position:relative;
		z-index: 1;
	}	
			
	 #footerolive {
	 	height: 300px;
	 	width: 100%;
 		background: #87850f;
	 }

#footerwrapper {
  margin: 0 auto 0 auto;
  height: 300px;
  width: 960px;
  text-align: left;
  background-color: #adac15;
} 
	
#footerleftcolumn {
	margin: 0; padding: 15px 0 0 25px;
	width: 500px;
	position: relative;
	float: left;
	}
	
#saclogo {
	margin: 38px 0 0 0;  padding: 0;
	height: 84px;
	background: no-repeat url(/globalgraphics/SAClogo.jpg);
	width: 100%;
	position:relative;
	}	
	
.sactext {
    color: #333333;
    line-height: 17px;
    margin-left: 134px;
    padding-top: 36px;
    width: 300px;
}
.sactext a:link{
color: #660000;
text-decoration: none;
}

.sactext a:visited {
text-decoration: none;
color: #111;
}

.sactext a:hover {
text-decoration: none;
color: #444;
}
	
	
	
#footerrightcolumn {
	margin: 0; padding: 15px 25px 0 0;
	text-align: right;
	width: 400px;
	position: relative;
	float: right;
	}
	
.footertext {
	font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
	font-weight: normal;
	font-size: 0.75em;
	letter-spacing: .16em;
	color: #333;
}
.footertext a:link{
color: #660000;
text-decoration: none;
}

.footertext a:visited {
text-decoration: none;
color: #111;
}

.footertext a:hover {
text-decoration: none;
color: #444;
}

#underfooterwhitespace {
	clear: both;
	position: relative;
	height:  400px;
	width: 100%
	background: red;
}
	