
	@charset "utf-8";
/* CSS Document */

/* 'body' style affects Body of HTML ie everything */

body {
	margin: 0px;
	background-image: url(../../images/tileBG.png);
}
/* 'wrapper' style wraps all content - used for error corrections and general alignment */

#wrapper {
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.popupMenu {
	background-color:#CCCCCC;
	color: #000000;
	padding: 0px;
	margin: 0px;
	width:250px;
	border:solid 2px #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;

}
.popupMenu ul li{
    font-weight: bold;
    padding: 0px;
    margin: 0px;

}

.popupMenu h1 {
    font-style: italic;
    font-weight: bold;
    background-color:#555555 ;
    color: #FFFFFF;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
    padding: 3px;
    margin: 0px;

}
.popupMenu a {
    font-weight: bold;
    padding: 5px;
    margin: 0px;

}

.popupMenu p {
    font-weight: normal;
    padding: 5px;
    margin: 0px;

}
/*Head Image and Navigation links */

#header {
	background-image: url(../../images/curtain_header_image.png);
	text-align: left;
	height: 25px;
	padding-top: 10px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#header a, #header a:link, #header a:hover, #header a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#activePage  {
	display: inline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #990000;
	list-style-image: none;
	margin: 0px;
}
#nav {
	height: 32px;
	width: 680px;
}
#nav  ul, #nav li {
	list-style-image: none;
	display: inline;
	margin: 0px;
	padding-right: 10px;
}
#nav   a, #nav   a:link, #nav   a:visited   {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	color: #999999;
	text-decoration: none;
	list-style-image: none;
	margin-left: 0px;
}
#nav a:hover {
	color: #990000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bolder;
	text-decoration: none;
}

/********************************************************************************/
/*Main Content between header and footer - Applies to ALL Pages*/

#pageContent {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pageNav {
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#pageNav a, #pageNav a:link, #pageNav a:hover, #pageNav a:visited {
/*Sub Navigation for pages like 'about us'*/
    font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 20px;
}
p {/*All Paragraphs Site Wide*/
	text-indent: 30px;
}

#headerText {
	vertical-align: text-top;
}#linkHeader {
	margin-left: 15px;
}
#dacLogoBar {
	background-image: url(../../images/dance_arts_header_text.png);
        background-color: #000000;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center;
}
.float_left{
        float: left;
}
.float_right{
        float: right;
}
.textHeading {
	font-size: large;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}
.contentParagraph {
	text-indent: 20px;
	white-space: normal;
	display: table-cell;
}
.dacItalics, .dacItalics a, .dacItalics a:link, .dacItalics a:hover, .dacItalics a:visited {
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

/********************************************************************************/
/*Home Page Specific*/

#frontPageContainer {
        width: 1000px;
        border: 0px solid #000000;
}
#slideShow {
        text-align: center;
        width: 400px;
        height: 420px;
        padding-top: 10px;
        padding-left: 40px;
        margin-right: 40px;
        position: relative;
        float:left;
        border: solid 1px;
        }
#slideShow img {
        border: none;
        float: right;
        clear: both;
        margin-top: 10px;
        margin-right: 80px;

}
pre {
	visibility: hidden;
	display: none;
}
#pager  {
	width: 75px;
	z-index: 100;
	position: relative;
        float:none;
        margin-left: -190px;
	top: 425px;
	border: 0px none #666666;
	

}

#pager a {
	background-color: #EBEBEB;
	visibility: visible;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
}


#pager a.activeSlide {
	background-color: #FFFFFF;


}
#pager  a:hover {
	outline: none;
	background-color: #CCCCCC;
	color: #FFFFFF;
 }
#blogContainer {
        background-color: #CCCCCC;
        border: solid 0px;
        width: 400px; 
        float: left;
        
}
#blogContainer  h1 {
        color: #ffffff;
	font-weight: bold;
        background-color: #555555;
        font-size: x-large;
        font-style: italic;
      	


}
#blogContainer p {
	text-indent: 0px;
        font-size: 14px;
	font-weight: bold;
        text-align: left;
        padding: 15px;
}



/********************************************************************************/
/*About Us Page Specific*/

#aboutUs {
	background-image: url(../../images/about_us_background_image.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 180px;
	padding-top: 60px;
	text-align: left;
}
#directorBio {
	background-image: url(../../images/director_bio_BG.png);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	padding-left: 180px;
	padding-top: 60px;
	text-align: left;
}
.style3 {
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #990000;
}

/********************************************************************************/
/*Resources Specific*/

#resourceBackground {
        background-image: url(http://wilmingtondancearts.com/includes/uploads/Leap1.jpg);
        background-repeat: no-repeat;
	background-position: top;

       
}



/********************************************************************************/
/*Calendar Page Specific*/

#calendarFrame { 
        /*Surrounds Calendar AND Events on Calendar Page*/
        text-align: left;
		height: 410px;
		width: 420px;
        padding: 0;
        margin: 0;
}
#calContent {
        background-image: url(http://wilmingtondancearts.com/includes/uploads/images/event_page_bg.png);
        text-align: left;
        padding-left: 20px;
        width:900px;
        height:500px;
} 
#calendarFrame th,#calendarFrame th a,#calendarFrame th a:link,#calendarFrame th a:visited,#calendarFrame th a:hover {
        text-align: center;
        text-decoration: none;
	font-style: italic;
	font-weight: bold;
	color: #990000;

}

#cal {
        background-color: #CCCCCC;
        text-align: left;
	height: 410px;
	width: 420px;
        padding: 0;
        margin: 0;
}
#events {
        font-weight: bold;
        float: right;
        clear: right;
        width: 350px; 
        margin-right:50px;
        margin-left: 0px;
}

.event {
        padding-bottom: 5px;
}
.eventTitle {

}
.eventDate {
        font-size: medium;
}
.eventDescription {

}
.webLink {

} 

/********************************************************************************/
/*Contact Page Specific*/
#contact_form {
        background-image: url(../../images/contact_background.jpg);
        background-repeat: no-repeat;
        width: 666px;
        height: 333px;
        overflow: hidden;
        text-align: left;
        padding-top: 70px;
        

}

/********************************************************************************/
/*Turning Pointe Page Specific*/

/********************************************************************************/
/*Footer Images and Copyright Info if any*/

#footer {
	background-image: url(../../images/curtain_header_image.png);
	height: 50px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	vertical-align: bottom;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-top: 78px;
	display: block;
}
/**************************************************************************************
/**** End Of Document****




