@import url("main.css");

.ns #box-body { min-height: 550px; _height: 550px; }
#box-body {
    padding-top: 70px; 
}
#footer { margin-left: 480px; }

/* menu */
#menu { width: 280px; padding-bottom: 160px; }
#menu ul { margin: 0 0 15px 0; }
#menu ul li { font-size: 160%; margin: 10px 0 10px 0; }
#menu ul ul { margin: 8px 0 20px 20px; }
#menu ul li li {
    font-size: 70%;
    margin: 4px 0 4px 0px;
    background: url(/media/i/li-menu.gif) no-repeat 0 10px;
    padding-left: 18px;
}
#menu ul li.sel {
    font-weight: bold;
    background-image: url(/media/i/li.gif);
}

/* content */
#content { padding-top: 5px; }
#content h1 { font-size: 270%; margin-bottom: 30px; line-height: 1em; }
#content h2 { font-size: 170%; margin-bottom: 10px; line-height: 1.1em; }

#content ul, #content ol { margin-top: 5px; margin-bottom: 15px; }
#content ul li {
	padding-left: 18px;
    margin-left: 10px;
    margin-bottom: 3px;
	background: url(/media/i/li.gif) no-repeat 0 8px;
}
#content ol li {
	margin-left: 30px;
    margin-bottom: 10px;
}

#content .date { font-size: 90%; color: gray; }
#content .back { display: block; margin-top: 20px; }


#content .pages { display: inline; padding: 0px;	}
#content .pages ul { margin: 0; padding: 0; display: inline; }
#content .pages li {
	display: inline;
	list-style: none;
	padding: 0px;
	font-size: 115%;
    background: none;
}
#content .pages li strong {
	font-size: 125%;
	padding: 3px 2px;
	line-height: 3px;
    color: black;
}

#content .spacer {
    height: 1px;
    background-color: #CFC3B5;
    overflow: hidden;
    margin: 10px 0;
}

/* silluets */
#silluet {
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    z-index: 2;
}
#silluet.strip {
    width: 396px;
    height: 367px;
    bottom: -170px;
    left: 20px;
    background-image: url(/media/i/silluet-strip.png);
}
#silluet.belly_dance {
    width: 194px;
    height: 470px;
    bottom: -250px;
    left: 100px;
    background-image: url(/media/i/silluet-belly_dance.png);
}
#silluet.modern {
    width: 265px;
    height: 350px;
    bottom: -147px;
    left: 20px;
    background-image: url(/media/i/silluet-modern.png);
}
#silluet.latina {
    width: 333px;
    height: 365px;
    bottom: -120px;
    left: 10px;
    background-image: url(/media/i/silluet-latina.png);
}
#silluet.body {
    width: 200px;
    height: 340px;
    bottom: -140px;
    left: 40px;
    background-image: url(/media/i/silluet-body.png);
}
#silluet.pilates {
    width: 439px;
    height: 218px;
    bottom: -111px;
    left: 0px;
    background-image: url(/media/i/silluet-pilates.png);
}
#silluet.ragga, #silluet.clubdance2, #silluet.tektonik {
    width: 265px;
    height: 379px;
    bottom: -150px;
    left: 30px;
    background-image: url(/media/i/silluet-clubdance.png);
}
#silluet.yoga, #silluet.yoga_tsigun {
    width: 276px;
    height: 312px;
    bottom: -68px;
    left: 50px;
    background-image: url(/media/i/silluet-yoga.png);
}
#silluet.choreography {
    width: 301px;
    height: 397px;
    bottom: -150px;
    left: 20px;
    background-image: url(/media/i/silluet-choreography.png);
}

/* news */
#news table { margin-bottom: 30px; }

/* faq */
#faq dl { margin-bottom: 30px; }
#faq dl dt { font-weight: bold; margin-bottom: 8px; }
#faq dl dd { padding-left: 30px; }

/* media */
#media-list table { margin-bottom: 30px; }
#media-list table span {
    color: #c30000;
    font-size: 70%;
    padding-left: 5px;
}

#gallery-view .anot { margin-bottom: 20px; }
#gallery-view .date { margin-bottom: 10px; }
#gallery-view .photo {
    display: block;
	float: left;
	padding: 5px;
}

#video-view .anot { margin-bottom: 20px; }
#video-view .date { margin-bottom: 10px; }

#media-comments { margin-top: 25px; margin-bottom: 20px; }
#media-comments .comment td { padding: 0 10px; }
#comment-form { margin-bottom: 20px; }

/* teachers */
#teachers table { margin-bottom: 30px; }

/* timetable */
#timetable {    
    border: 1px solid #4F4100;
    border-collapse: collapse;
    font-size: 90%;
 }
#timetable th {
    text-align: center;
    border: 1px solid #4F4100;
    background-color: #7F6337;
    color: white;
}
#timetable td {
    text-align: center;
    border: 1px solid #4F4100;
    vertical-align: middle;
}

/* contacts */
#map {
    height: 300px;
    margin-bottom: 20px;
}

















