/* 
** BLUE:SKY - main stylesheet
** this is a part of the open source layout by 
** Jonas John (www.jonasjohn.de) ~ made for oswd.org !
*/

html * { 
    margin: 0; 
    padding: 0; 
    border: 0;
}
 
body {
    margin: 0.5em 0em 2em 0em;
    font-size: 100%;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    line-height: 1.1em;
    text-align: center;
    
    background-color: #fff;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}
 
#page { 
    width: 95%; 
    text-align: left;  
    margin-left: 20px; 
    margin-right: 20px;  
} 

#header {
    position: relative; 
    width: 100%;
    height: 2.8em;
    color: #fff;
    vertical-align: middle;
    text-align: left;
}

#header a:link, #header a:visited {
    color: #FFFFFF;
    text-decoration: none; 
    font-family: "Verdana", Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    line-height: 1.2em;
}

/* left column: */

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

div#nav {
    background-color: #fff;
    width: 60%;
    float: right;
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;
}
    
#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: #666666;
}
 
#nav a:hover, #nav a:active {
    color: #0099FF;
}

div.left_box {
    background-color: #fff;
    width: 60%;
    float: right;
    margin-top: 1em;
    border-right: 0.18em solid #4284B5;
    border-bottom: 0.16em solid #4284B5;
}

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

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

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #666666; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #0099FF;
}

div.inner_box {
    border-right: 0.15em solid #7BA5C6;
    border-bottom: 0.15em solid #7BA5C6;
}

div.box {
    background: #AAAAAA;
    padding: 10px;
    margin: 10px;
    border: 1px;
}

div.quotebox {
    width: 300px;
    font-family: "Verdana", Lucida Grande, Arial, sans-serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #FFFFFF;
    line-height: 1.2em;
    text-align: left;
    background: #C0C0C0;
    padding: 10px;
    margin: 10px;
/*background-image: url(../images/background.png);*/
/*background-repeat: repeat-x;*/
}


/* content column: */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 68%; 
    min-width: 630px;
    overflow: hidden;
    font-size: 0.75em;
    background-color: #fff;
    border-right: 0.2em solid #4284B5;
    border-bottom: 0.2em solid #4284B5;
}

#hovercontainer{
    margin: 30px;;
    padding: 10px;
    width: 90%;
}

#content h1 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #CC0000;
    border-bottom: 0.05em solid #CC0000;
    line-height: 1em;
}

#content h2 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #000000;
}

#content redhead {
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #CC0000;
}

#content h3 {
    clear: both;
    margin: 0em 0em 0em 0em;
    padding: 0.5em 0em 0em 0.1em;
    font-size: 1.7em;
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #CC0000;
}

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

#path, div#path h3  {
    padding: 0.2em 0em 0.2em 1em;
    font-size: 0.8em;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
    color: #fff;
    margin: 0em;
    background-color: #4284B5;
    border-right: 0.23em solid #4284B5;
}

#main {
    padding: 0.5em 1.5em 1.5em 0.7em;
    border-bottom: 0.2em solid #7BA5C6;
    border-right: 0.2em solid #7BA5C6;
}

.question {color: #000000; font-weight: bold;}
.answer1  {color: #CC0000; font-weight: bold;}
.answer2  {color: #999999; font-weight: bold;}


.smalltext {
        font-size: 10px;
        font-family: "Verdana", Lucida Grande, Arial, sans-serif;
}


#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #666666; 
}
 
#content a:hover, #content a:active {
    color: #0099FF;
}

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

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

div.img_left {
    float: left; 
    margin: 0.5em 0.8em 0em 0em;
}

div.img_right {
    float: right; 
    margin: 0.5em 0em 0em 0.8em;
}

div.img_left img, div.img_right img {
    display: block;
    border: 0.35em solid #7BA5C6;
    margin: 0;
    padding: 0;
}

/* this clears floating (e.g images) */
br.clear {
    clear: both;
    height: 1em;
    display: none;
}

/* footer: */

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

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

#footer a:link, #footer a:visited { 
    color: #666666;
} 

#footer a:hover, #footer a:active { 
    color: #0099FF;
} 


ul#gallery {
margin:0 auto;
padding:0;
list-style-type:none;
width:90%;
font-family: Verdana, Arial, sans-serif;
}
ul#gallery li {
float: left;
margin:5px;
}
ul#gallery li p {
text-align: center;
margin:5px 0;
}