/* 
** BLUE:SKY - main stylesheet
** This CSS file makes the webpage look pretty ;-)
** 
** March 5, 2006 - (version 1.0)
** 
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

/* page overall: */

html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body   { font-size: 100%; font-family: Georgia, "Times New Roman", Times, serif; line-height: 1.1em; background-color: #000; background-image: url(../images/bg2.jpg); background-repeat: repeat; text-align: center; margin: 0.5em 0 2em }
 
#page  { text-align: left; margin-right: auto; margin-left: auto; width: 700px } 


/* header: */

#header  { color: #fff; background-image: url(../images/kravi.png); background-position: left 0; text-align: left; position: relative; width: 100%; height: 3em; vertical-align: middle } 

#header a:link, #header a:visited  { color: #ffffff; font-size: 1.9em; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; line-height: 1.2em; text-decoration: none; letter-spacing: -0.1em }


/* left column: */

#left {
    width: 24%; 
    float: left; 
    position: relative; 
    font-size: 0.8em;
}

div#nav   { background-color: #fff; width: 90%; border-right: 0.18em solid #c00; border-bottom: 0.16em solid #300 }
    
#nav ul {
    list-style-type: none;
    padding: 0.5em 0em 0.9em 0em;
}

#nav ul li {
    padding: 0.2em 0em 0.2em 0.9em;
    margin-right: 0.3em;
}

#nav a:link, #nav a:visited  { color: #300 }
 
#nav a:hover, #nav a:active {
    color: #000;
}

div.left_box   { background-color: #fff; margin-top: 1em; width: 90%; border-right: 0.18em solid #c00; border-bottom: 0.16em solid #300 }

div.left_box h3, div#nav h3  { color: #fff; font-size: 0.8em; font-family: Verdana, Arial, sans-serif; background-color: #c00; text-transform: uppercase; margin: 0; padding: 0.2em 0 0.2em 1em; border-top: 0.1em solid #fd5e61; border-left: 0.1em solid #fd5e61 }

div.left_box p  { margin: 0; padding: 0.25em }

div.left_box a:link  { color: #300 }
    
div.left_box a:visited  { color: #c00 }
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

div.inner_box  { border-right: 0.15em solid #fd5e61; border-bottom: 0.15em solid #f33 }



/* content column: */

#content      { font-size: 0.75em; background-color: #fff; background-image: url(../images/winBG1.jpg); background-repeat: repeat; display: inline; padding-bottom: 5px; position: relative; width: 75%; float: right; border-right: 0.11em solid #c00; border-bottom: 0.11em solid #c00 }
#content1 { font-size: 0.75em; background-color: #000; background-image: url(../images/background.png); background-repeat: repeat; display: inline; padding-bottom: 5px; position: relative; width: 75%; height: 600px; float: right; border-right: 0.11em solid #c00; border-bottom: 0.11em solid #c00 }
#row { margin: 0; padding: 0; width: 100% }
#content h1   { color: #300; font-size: 1.7em; line-height: 1em; margin: 0; padding: 0.5em 0 0 0.1em; clear: both; border-bottom: 0.05em solid #300 }

#content p  { margin: 0 0 0.5em; padding: 0.35em }

#path   { color: #300; font-size: 0.9em; font-family: Verdana, Arial, sans-serif; background-color: #fd5e61; margin: 0; padding: 0.4em 0.6em; border-right: 0.2em solid #c00 }

#content a:link  { color: #c00 }
    
#content a:visited  { color: #000 }
 
#content a:hover, #content a:active {
    color: #000;
}

#content acronym  { cursor: help; margin: 0; padding: 0; border-bottom: 1px dotted #fd5e61 }

#main    { padding: 0.5em 1.5em 1.5em 0.7em }

div.img_left, div.img_right  { border-right: 0.1em solid #300; border-bottom: 0.09em solid #300 }

div.img_center  { margin: 0.5em 50% 0; float: left }
div.img_left { margin: 0.5em 0.8em 0 0; float: left; }
div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img  { display: block; margin: 0; padding: 0; border: solid 0.35em #c00 }
.galleryImage { margin-right: 5px; margin-bottom: 10px; border: solid 0.11em #c00 }
/* this clears floating (e.g images) */
br.clear {
    clear: both;
    display: none;
}


/* footer: */

#footer  { color: #fd5e61; font-size: 0.6em; text-align: right; margin: 0; padding: 0; clear: both } 

#footer p {
    margin: 0em;
    padding: 0.1em;
}

#footer a:link, #footer a:visited  { color: #c00 } 

#footer a:hover, #footer a:active { 
    color: #000000;
} 


