/* id is #  class is period */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
        /* background: #000CCC url(bg.gif) repeat-x;  */
        background-image:url(images/bg_polka_dot_125_94.gif);
        /* background-image:url(images/bg_polka_dot2_125_94.gif); */
        /* images/logo_ballerina_914_994_o_15.jpg */
        font: 12px/170% 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        /* color: #6B6B6B;  */
        text-align: center;
}

/* links */
a, a:visited {
        color: #79A325;
        background: inherit;
        text-decoration: underline;
}
a:hover {
        /* color: #73471B;  */
        color: #004400;
        /* background: inherit; */
        text-decoration: underline;
}

/* special links */
/*
#top-menu a, a:visited {
        color: #79A325;
        background: inherit;
        text-decoration: none;
}
*/



/* headers */
h1, h2, h3 {
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-weight: Bold;
        padding: 10px;
        /* color: #444;  */
        color: #004400;
}
h1 {
        /* font-size: 2.9em;  */
        font-size: 2.2em;
}
h2 {
        font-size: 1.7em;
        color: #88AC0B;
}
h3 {
        font-size: 1.4em;
        font-weight: normal;
        padding: 16px 10px 4px 5px;
        color: #404040;
}

/* Paragraph  top paddding was 12 */
p {
   padding: 4px 8px;  /* was 8 */
   text-align: justify;
}

/* Lists   */
ul, ol {
        /* margin: 10px 20px;
        padding: 0 20px;
        */
        margin: 3px 5px;
        padding: 0 5px;
}
/* list-style: was set to none */
ul { list-style-type: disc; }

ul.disc {list-style-type: disc}

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px;
}

/* images */
img {
        /* background: #FAFAFA;  border #E4E4E4; */
   	border: 2px solid #000;
        /* padding: 8px; */
        background: #FAFAFA;
}

img.float-right {
        margin: 5px 0px 10px 10px;
}
img.float-left {
        margin: 5px 10px 10px 0px;
}

img.float-right-noborder {
        margin: 5px 0px 10px 10px;
        border: 0 0 0 0;
}


.phone_number {
        margin: 5px 0;
        padding: 5px ;
        text-align: right;
        display: block;
        overflow: auto;
        /* font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;  */
        /* white-space: pre; */
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}


code {
        margin: 5px 0;
        padding: 15px;
        text-align: left;
        display: block;
        overflow: auto;
        font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
        /* white-space: pre; */
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}

blockquote {
        margin: 5px 10px;
        padding: 5px 7px 5px 20px;
        font-weight: normal;
        font-size: 17px;
        line-height: 1.4em;
        font-style: italic;
        font-family: Georgia, 'Times New Roman', Times, serif;
        /* color: #80614D;  */
        color: #603112;
        border: 1px solid #EEE8E1;
        background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}

.contact_thankyou {
        margin: 5px 10px;
        padding: 5px 7px 5px 20px;
        font-weight: normal;
        font-size: 17px;
        line-height: 1.4em;
        font-style: italic;
        font-family: Georgia, 'Times New Roman', Times, serif;
        /* color: #80614D;
        color: #000;
        border: 1px solid #EEE8E1;
        /* background: #FAF7F5 url(quote.gif) no-repeat 15px 15px; */
        background: #f1c1c1 15px 15px;
}


/* start - table */
table {
        border-collapse: collapse;
        /* margin: 15px 10px; */
        margin: 10px 10px;
}
th {
        height: 38px;
        padding-left: 8px; /* was 12  */
        padding-right: 8px;  /* was 12 */
        color: #000; /* was fff */
        text-align: left;
        background: #f5b5b6; /* #ADD163; */
        border-width: 2px;
        border-style: solid;
        /* border-color: #C4DE8F #93C138 #93C138 #C4DE8F;  */
        border-color: #ccc;
}
tr {
        height: 34px;
        background: #fff;
}
td {
        padding-left: 8px;  /* as 11 */
        padding-right: 8px; /* 11 */
        border: 1px solid #E7F0CC;
}
/* end - table */

/* form elements */
form {
        margin: 10px 10px; /* was 20 10 */
        padding: 5px 25px 25px 20px; /* was 10px ??? 25px 25px 20px; */
        /* border: 1px solid #EEE8E1; */
        /* background: #FAF7F5; */
}
form p {
        /* border-bottom: 1px solid #ECE5DD; */
        padding: 12px 0 5px 0;  margin: 0;
        color: #9D6D37;
}
label {
        font-weight: bold;
        /* color: #A7743B; */
        color: #000;
}
input, select, textarea {
        font-size: 1.2em;  /*  1.3   */
        margin: 2px 0;  /* was 3 then 32 */
        padding: 2px 10px 5px 5px; /* was 2px   5 then 3 */
        color: #000;  /*  0000ff  */
        background-color: #ffffe1;
        border-width: 2px;
        border-style: solid;
        border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
        /* font-family: Courier New, Courier New, Courier, monospace */
}
option { padding-right: 0.5em; }

#name, #email, #message, #website{
        width: 455px;
}
input.button {
        font: bold 12px Arial, Sans-serif;
        height: 30px;
        margin: 0;
        padding: 2px 3px;
        color: #fff;
        background: #A6CD56;
        border-width: 1px;
        border-style: solid;
        border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrap {
        position: relative;
        width: 952px;
        background: #FFF url(wrap.gif) repeat-y center top;
        margin: 40px auto 30px auto;
        text-align: left;
}
#content {
        clear: both;
        float: left;
        width: 952px;
        padding: 25px 0 60px 0;
	/*  background: #000CCC url(images/logo_ballerina_508_552_o_15.jpg) repeat-x; */
        /*  logo_ballerina_508_552_o_15.jpg  */
}

#header {
        position: relative;
        width: 952px;
        /* height: 245px;  215 210 */
        height: 210px;
        /* background: #8AB84B url(XXXheader.jpg) no-repeat;  dancers_instructor_475_253.jpg */
        /* background: #f5b5b6 url(images/dancers_instructor_475_253.jpg) no-repeat;  */
        /* logo2_680_253.jpg */
        /* background: #f5b5b6 url(images/logo2_680_253.jpg) no-repeat;  */
	/* background: #f5b5b6 url(images/logo3_680_253.jpg) no-repeat; */
	/* background: #f5b5b6 url(images/logo4_680_253.jpg) no-repeat; */
	/* background: #f5b5b6 url(images/logo5_680_253.jpg) no-repeat;
	/* background: #f5b5b6 url(images/logo_dancer_145_210_pink_black.jpg) no-repeat; */
        /*  #f5b5b6     #e79796 a bit too dark   - trying this #f1c1c1 */
	/* background: #f1c1c1 url(images/logo8_680_210.jpg) no-repeat;  */
	background: #f1c1c1 url(images/aimee_example1_660x210.jpg) no-repeat;

        /* color: #fff; */
        padding: 0;
        margin: 0;
}


#header h1#logo-text a {
        position: absolute;
        margin: 0; padding: 0;
        /* font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        50
         */
        font: bold 30px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        /* letter-spacing: -5px;  */
        text-decoration: none;
        /* color: #332616; #050505; */
        /* color: #ff97ca; Pink  */
        color: #000; /* black  */
}


#logo-text a {
        position: absolute;
        margin: 0; padding: 0;
        /* font-size: 2em;  */
        /* font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;  */
        font: bold 60px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        /* letter-spacing: -5px; */
        text-decoration: none;
        /* color: #332616; #050505; */
        color: #fff;

        /* change the values of top and left to adjust the position of the logo*/
        top: 155px; left: 225px;
}


#header p#slogan {
        position: absolute;
        margin: 0; padding: 0;
        font: bold 24px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        /* color: #322815; */
        /* color: #023456;  */
        /* color: #edeb3b;  */
        color: #fff;
        letter-spacing: -0.5px;

        /* change the values of top and left to adjust the position of the slogan*/
        /* top: 148px; left: 150px;  */
        /* top: 148px; left: 280px;  */
        top: 148px; left: 400px;
}

#header #news a {
        position: absolute;
	top: 260px;
	left: 350px;
        margin: 0; padding: 0;
        font: bold 20px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        text-decoration: none;
        color: red;
        /* background: #f5b5b6 url(images/balloon_trans_100_139.png) no-repeat;
          balloon_trans_100_139.png
         register_now_125_47.png
         */
        /* background: url(images/register_now_125_47.png) no-repeat; */
        /*  change the values of top and left to adjust the position of the logo*/
        /*  top: 75px; left: 55px;  */
}



/* top-menu */
 #top-menu {
        position: absolute;
        margin: 0;
        padding: 30px 15px 8px 15px;
        /* padding: 10px 15px 18px 15px; */
        /* background: #74A838 url(top-menu.gif) repeat-x;  */
        background: url(images/top_menu_bg_pink.gif) repeat-x;
        font-family: 'Trebuchet MS', Arial, Sans-serif;
        color: #FFF;

        /* top: 0; right: 70px  */
        top: 0; right: 20px
 }
 #top-menu p {
        margin: 0; padding: 0;
 }
 #top-menu a {
        font-weight: bold;
        color: #fff;
 }




/* Navigation */
#nav {
        clear: both;
        padding: 0;     margin: 0;
        width: 952px;
        /* height: 50px; */
        height: 40px;
        /*  background: #988060 url(nav.gif) no-repeat; */
        background: #808080 url(nav.gif) no-repeat;
}
#nav ul {
        float: left;
        list-style: none;
        /* margin: 5px 0 0 0;  */
        margin: 0px 0 0 0;
        /* height: 45px;  */
        height: 35px;
        padding: 0 0 0 40px;
}
#nav ul li {
        float: left;
        margin: 0; padding: 0 0 0 10px;
}
#nav ul li a {
        float: left;
        margin: 0;
        padding: 0 15px 0 5px;
        color: #FFF;
        font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
        text-decoration: none;
}
#nav ul li a:hover,
#nav ul li a:active {
        /* color: #E7FAA9; */
        color: #ff8b8e;
}
#nav ul li#current {
        background: transparent url(left-tab.gif) no-repeat;
}
#nav ul li#current a {
        color: #4B3D2C;
        background: transparent url(right-tab.gif) no-repeat right top;
}

/* Main Column */
#main {
        float: left;
        width: 535px;  /* was 535 , then tested at 605 */
        padding: 0; margin: 0 0 0 40px;
        display: inline;
}
#main h2 {
        font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        color: #51432F;
        padding: 10px 0 5px 5px;
        margin-left: 5px;
        letter-spacing: -2px;
        border-bottom: 1px solid #E4F2C8;
}
#main h2 a {
        color: #51432f;
        text-decoration: none;
}
#main ul li {
        list-style-image: url(bullet.gif);
}

#sidebar {
        float: right;
        width: 285px;  /* was 285 215 */
        padding: 0;
        margin: 0 45px 0 0;
        display: inline;
        text-align: justify;
}
#sidebar h3 {
        color: #51432F;
        font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        text-transform: none;
        letter-spacing: -0.5px;
        /*  padding: 5px 0 5px 7px;  */
        padding: 5px 0 5px 2px;
        /* margin: 10px 0 5px 10px;  */
        margin: 10px 0 5px 2px;
        border-bottom: 1px solid #E4F2C8;
}

/* sidebar menu */
#sidebar .sidemenu {
        margin: 10px 10px 5px 7px; padding: 0;
        text-decoration: none;
}
#sidebar .sidemenu li {
        list-style: none;
        margin: 0;
        padding: 8px 10px;
        border-bottom: 1px solid #E8E8E8;
}
* html body #sidebar .sidemenu li {
        height: 1%;
}
#sidebar .sidemenu li a {
        text-decoration: none;
        color: #739A23;
        background: none;
        font-weight: normal;
}
#sidebar .sidemenu li a span {
        color: #7F7F7F;
        font-size: .9em;
        font-family: Georgia, 'Times New Roman', Times, serif;
        font-style: italic;
        font-weight: normal;
        }
#sidebar .sidemenu li a:hover {
        color: #000;
        background: none;
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* header quick search */
#sidebar form#qsearch {
        padding: 0; margin: 20px 0 30px 10px;
        border: none;
        width: 270px; height: 33px;
        background: #F2F0F0 url(qsearch.gif) no-repeat;
}
#sidebar form#qsearch p {
        margin: 0; padding: 0;
}
#sidebar form#qsearch input {
        float: left;
        border: none;
        background: transparent;
        color: #B8B8B8;
        margin: 0;
}
#sidebar form#qsearch .tbox {
        margin: 5px 0 0 5px;
        width: 220px;
        display: inline;
        font: 1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
}
#search form#qsearch .btn{
        width: 24px; height: 24px;
}
#sidebar form#qsearch label {
        display: none;
}

#sidebar_classses {
        float: right;
        width: 285px;  /* was 285 215 */
        padding: 0;
        margin: 0 45px 0 0;
        display: inline;
        text-align: justify;
}
#sidebar_classses h3 {
        color: #51432F;
        font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        text-transform: none;
        letter-spacing: -0.5px;
        padding: 5px 0 5px 7px;
        margin: 10px 0 5px 10px;
        border-bottom: 1px solid #E4F2C8;
}




/* footer */
#footer {
        clear: both;
        width: 952px;
        margin: 0;
        /* padding: 30px 0 25px 0; */
        padding: 15px 0 5px 0px;
        background: #CCC url(footer-bottom.gif) no-repeat left top;
        font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
        font-size: 0.95em;
        color: #777;
        text-align: center;
        letter-spacing: .2px;
}
#footer p {
        padding:10px 0;
}
#footer a:hover {
        color: #555;
        /* color: #004400; */
        border-bottom: 1px dotted #555;
        text-decoration: none;
}

/* postmeta */
.post-footer {
        padding: 8px 10px;
        margin: 15px 10px 10px 10px;
        color: #977C57;
        border: 1px solid #EEE8E1;
        background: #FAF7F5;
}
.post-footer .date{
        margin: 0 10px 0 5px;
        padding: 7px;
        background: #FAF7F5 url(clock.gif) no-repeat 0 2px;
        padding-left: 30px;
}
.post-footer a.comments {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(comments.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}
.post-footer a.readmore {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(doc.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}
.post-footer a.edit {
        margin: 0 10px 0 5px;
        padding: 7px 5px;
        background: #FAF7F5 url(edit-doc.gif) no-repeat 0 2px;
        padding-left: 30px;
        color: #977C57;
}

.post-info { font-size: .95em; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
        margin: 12px 10px;
        padding: 0;
        border-style: solid;
        border-color: #EEE8E1;
        border-width: 1px 1px 0 1px;
}
.commentlist li {
        margin: 0;
        padding: 10px;
        list-style: none;
        border-bottom: 1px solid #EEE8E1;
}
.commentlist li cite {
        display: block;
        font-style: normal;
        font-weight: bold;
        padding: 7px;
}
.commentlist li cite img {
        float: left;
        margin-right: 10px;
}
.commentlist li cite .comment-data {
        font-size: .8em;
        font-weight: normal;
}
.commentlist li .comment-text {
        clear: both;
        margin: 0; padding: 0;
}
.commentlist li.alt {
        background: #FAF7F5;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
        display:block;
        visibility:hidden;
        clear:both;
        height:0;
        content: ".";
}

.error {
        /* margin: 10px 0 15px;  */
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
	color: #ff0000;
        font-size: 1.2em;
        /* background: #99ffcc;  */
}

.error_narrow {
        margin: 10px 10px 10px 10px;
        padding: 10px 10px 10px 10px;
	color: #ff0000;
        font-size: 1em;
        /* margin: 10px 0 15px;  */
        background: #99ffcc;
}


.error_form {
	color: #ff0000;
        font-size: 1.1em;
        /* margin: 0px 0 15px; */
}


#form_accepted {
        margin: 20px 0;
        padding: 10px;
        text-align: left;
        color: #000;
        font-size: 1.2em;
        display: block;
        border: 5px solid #00c000;  /* #80ff80; #EEE8E1; */
        background: #FAF7F5;
}

#form_rejected {
        margin: 20px 0;
        padding: 10px;
        text-align: left;
	/* color: #0033ff; */
        color: #ff0000;
        font-size: 1.2em;
        display: block;
        /* white-space: pre; */
        border: 5px solid #ff0000; // #EEE8E1;
        background: #FAF7F5;
}



#slideshow {
    position: absolute;
    top: -13px; /* was 0 15   -10 25   */
    right: 53px;
    margin: 1em auto;
    /* border: 2px solid #555; */
    /* width: 550px;  height: 367px;  */
    width: 240px;  /* was 240 by 180 */
    height: 190px;
}


.address {
        margin: 5px 10px;
        padding: 1px 3px 5px 5px;
        font-weight: bold;
        font-size: 1.2em;
        font-family: Courier, monospace;
        /* color: #80614D;  */
        color: #000;
        border: 1px solid #EEE8E1;
        background: #FAF7F5 url(quote.gif) no-repeat 15px 15px;
}





