/* 
    Document   : kinder
    Created on : Jul 14, 2010, 11:14:11 AM
    Author     : bmilakovic
    Description:
        Purpose of the stylesheet follows.
*/

/* NORMALIZE */
html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}
p { margin-top:1em; margin-bottom:1em; }
h1 { font-size:2em; font-weight:bold; margin:0.67em 0; }
h2 { font-size:1.5em; font-weight:bold; margin:0.83em 0; }
h3 { font-size:1.125em; font-weight:bold; margin:1em 0; }
h4 { font-size:1em; font-weight:bold; margin:1.33em 0; }
h5 { font-size:0.75em; font-weight:bold; margin:1.67em 0; }
h6 { font-size:0.5625em; font-weight:bold; margin:2.33em 0; }

/* LIST ELEMENTS */
ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0;}
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0;}

html, body {
    height: 100%;
}

html, body, input, textarea, select{
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
}

html {
    overflow: scroll;
}

img {
    border: 0 none;
}

a {
    outline: none;
    color: #006cff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#content p, #content td {
    letter-spacing: 0.01em;
    line-height: 1.4em;
}

/* site markup*/

body {
    background: #ffffff url(../images/site-background.png) no-repeat 50% 0;
}

#container {
    margin: 0 auto;
    width: 962px;
}

#header {
    position: relative;
    height: 155px;
}

#top-menu ul{
    list-style: none;
    float: right;
}

#top-menu li{
    display: inline;
    float: left;
    white-space: nowrap;
    text-align: center;
    padding: 0 5px;
}

#top-menu .item_1, #top-menu .item_2 {
    border-right: 1px solid white;
}

#top-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.1em;
}

#top-menu a:hover {
    text-decoration: underline;
}

#logo-image {
    position: absolute;
    bottom: 0;
    left: -12px;
}

#top-menu, .languages {
    text-align: right;
}

html > body .main-homepage{
    background: url(../images/components-back.png) no-repeat left top;
}

* html .main-homepage{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='view/parts/templates/fantasy-kindergarten/images/components-back.png', sizingMethod='crop');
}

#content{
    min-height: 480px;
    height:auto !important;
    height: 480px;
}

html > body .main-other {
    background: url(../images/main-other.png) no-repeat left top;
}

* html .main-other{
    zoom: 1;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='view/parts/templates/fantasy-kindergarten/images/main-other.png', sizingMethod='crop');
}

#menu li a {
    position: relative;
    margin-left: 5px;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: black;
    padding-top: 5px;
}

a#home-link {
    display: inline;
    float: left;
    margin-left: 19px;
    position: relative;
}

#menu a:hover {
    text-decoration: underline;
}

#menu ul, #submenu ul{
    list-style: none;
}

#menu ul{
    margin: 0 0 0 56px;
}

#menu li, #submenu li{
    display: inline;
    float: left;
    white-space: nowrap;
    text-align: center;
}

#menu .item_1 {
    width: 48px;
}

#menu .item_2 {
    width: 201px;
}

#menu .item_3 {
    width: 128px;
}

#menu .item_4 {
    width: 94px;
}

#menu .item_5 {
    width: 81px;
}

#menu .item_6 {
    width: 84px;
}

#menu .item_7 {
    width: 190px;
}

#menu .item_8 {
    width: 124px;
}

#menu .selected a {
    text-decoration: underline;
}

#submenu{
    margin: -1px 6px 0 6px;
}

#submenu ul {
    margin: 0;
}

#submenu li {
    padding: 15px 8px;
}

#submenu a {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

#submenu a:hover {
    text-decoration: underline;
}

#menu .clear-floats, #submenu .clear-floats {
    visibility: hidden;
}

.classes {
    background-color: #fc8332;
}

#submenu .classes .selected {
    background-color: #df772e;
}

.education {
    background-color: #fbe108;
}

#submenu .education .selected {
    background-color: #eed608;
}

.personal {
    background-color: #fe4df9;
}

#submenu .personal .selected {
    background-color: #d442db;
}

#left, .content-homepage, .right {
    float: left;
}

#left, .right {
    width: 190px;
}

#news {
    width: 163px;
    height: 172px;
    overflow: hidden;
    padding: 40px 10px 20px;
    margin-left: 4px;
}

#news h4, #news p{
    margin: 0;
}

.news-item {
    margin-bottom: 10px;
    background: transparent;
    zoom: 1;
}

.news-item .date {
    font-size: 0.9em;
}

#hours {
    height: 155px;
    overflow: hidden;
    padding: 0 10px;
    font-size: 0.9em;
}

#hours p {
    margin-top: 45px;
}

html > body #hours {
    background: url(../images/hours.png) no-repeat left top;
}

* html #hours{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='view/parts/templates/fantasy-kindergarten/images/hours.png', sizingMethod='crop');
}

#content .inside{
    padding: 0 30px 30px 30px;
}

.content-homepage {
    width: 582px;
}

.image-gallery-row .image-gallery-cell {
    height: 90px;
}

.bottom #image-gallery, .bottom .image-gallery-row, .bottom .application {
    float: left;
}
.bottom .image-gallery-row, .bottom .application {
    width: 190px;
}

#left .inside {
    padding: 10px 0 0 2px;
}



.right .inside {
    padding-top: 20px;
}

#banners .image-gallery-arrows {
    display: none;
}

.dvsk-module-forms button {
    cursor:pointer;
    border:outset 1px #ccc;
    padding: 1px 5px;
    background: url(../images/formbg.gif) repeat-x left top;
    vertical-align: top;
}

/* FORMS */

#dvsk-module-forms-7{
    /*width: 181px;*/
    height: 222px;
    font-size: 0.9em;
    padding: 35px 15px 0 0;
    margin: 10px 0 0 -2px;
}

#dvsk-module-forms-7 div {
    text-align: right;
}

#dvsk-module-forms-7 .element-container input, #dvsk-module-forms-7 textarea{
    width: 110px;
    font-size: 11px;
    border: 1px solid #cdcdcd;
}

.dvsk-module-forms textarea {
    overflow:auto;
    height: 45px;
}

#dvsk-module-forms-7 .element-container{
    margin: 1px 0;
}

.dvsk-module-forms .required {
    color: red;
}

#dvsk-module-forms-7 .form-message{
    padding: 2px;
    margin: 5px;
}

#dvsk-module-forms-7 .form-status-notok, #dvsk-module-forms-7 .form-status-ok {
    visibility: visible;
}

#dvsk-module-forms-7 .form-error{
    background: url(../images/error.png) no-repeat 10px 50%;
}

#dvsk-module-forms-7 .form-success{
    background: url(../images/success.png) no-repeat 10px 50%;
}

#dvsk-module-forms-7 .image-verifier {
    width: 110px;
    height: 28px;
}

#dvsk-module-forms-7 input.fv-element-invalid, #dvsk-module-forms-7 textarea.fv-element-invalid {
    border: 1px solid #CD9B9B;
}

#dvsk-module-forms-7 .star {
    display: none;
}

#dvsk-module-forms-8 {
    width: 400px;
    text-align: right;
}

#dvsk-module-forms-8 .element-container input {
    width: 200px;
}

#dvsk-module-forms-8 select {
    width: 204px;
}

#dvsk-module-forms-8 .element-container {
    padding: 3px 0;
}

#dvsk-module-forms-8 input#formsTextbox-8-32, #dvsk-module-forms-8 input#formsTextbox-8-35 {
    width: 70px;
}

#formsText-8-4, #formsText-8-22 {
    font-style: italic;
    font-weight: bold;
}

#dvsk-module-forms-8 .ec1, #dvsk-module-forms-8 .ec9 {
    padding-top: 12px;
}

.iv-8 {
    margin-top: 15px;
}

.wait {
    background: url(../../../images/loader.gif) no-repeat 0 50%;
}

#slideshow {
    width: 180px;
    height: 130px;
    overflow: hidden;
    margin: 10px 0 0 6px;
}

/* DVSK LINK */
#powered-link {
    background: url(../../../images/DVSK_logo-mini.gif) no-repeat right center;
    padding: 0 40px 0 0;
    font-size: 11px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    color: #251760;
}

#footer #powered-wrapper{
    text-align: center;
}

.clear-floats{
    clear: both;
    height: 1px;
    font-size: 1px;
}

#quotes {
    background: url(../images/about-us.gif) no-repeat left top;
    width: 510px;
    height: 120px;
    padding: 20px;
}

#quotes p {
    margin-bottom: 0;
}

#quotes h4 {
    margin: 0.5em 0;
}

.birthday-party, #quotes {
    margin: 15px 0 0 15px;
}

.separator-vertical, .separator-horizontal {
    background-color: black;
}

.separator-horizontal {
    height: 1px;
    margin: 10px 0;
}

.separator-vertical {
    float: left;
    height: 90px;
    width: 1px;
    margin-left: 6px;
}

#gmaps {
    width: 70%;
    height: 300px;
    margin: 0 auto;
}

/* GALLERIES */

.gal-nav, .galleries-images {
    width: 485px;
    margin: 5px auto;
}

.galleries-images {
    /*height: 370px;*/
    overflow: hidden;
    text-align: center;
}

.galleries {
    position: relative;
}

.galleries .list, .galleries .watch {
	float: left;
	overflow: hidden;
}

.galleries .list {
	padding: 20px;
	width: 250px;
    /*position: absolute;
    top: 0;
    left: 0;*/
}

.galleries .list ul{
    list-style-type: none;
    margin: 0;
}

.galleries .list li{
    padding-left: 20px;
    background: url('../images/bullet_green.png') no-repeat left center;
}

.galleries .watch {
	width: 600px;
}

#footer {
	padding: 20px 0 10px;
}
