/* 
** 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 {
    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: #A5DDF8;
    background-image: url(../images/background.png);
    background-repeat: repeat-x;
}
 
#page { 
    width: 70%; 
    text-align: left;  
    margin-left: auto; 
    margin-right: auto;  
} 


/* header: */

#header {
    position: relative; 
    width: 100%;
    height: 2.8em;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: left;
} 

.clogo {
    font-family: "Bookman Old Style", Times, Century, serif;
    font-size: 2.4em;
    line-height: 1em;
}

.cname {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 2.2em;
    line-height: 1em;
}

.cdesc {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: .7em;
    line-height: 1em;
}

#header a:link, #header a:visited {
    color: #FFFFFF;
    text-decoration: none;
/*    font-family: "Bookman Old Style", Times, Century, serif;*/
    font-weight: bold;
    font-size: 2em;
    letter-spacing: -0.1em !important;
    letter-spacing: -0.2em;
    line-height: 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 #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: #2E668B;
}
 
#nav a:hover, #nav a:active {
    color: #000;
}

div.left_box {
    background-color: #fff;
    width: 90%;
    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;
    color: #fff;
    border-top: 0.1em solid #65B6E3;   
    border-left: 0.1em solid #65B6E3;   
    background-color: #4284B5;
    text-transform: uppercase;
    font-family: Verdana, Arial, sans-serif;
}

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

div.left_box a:link {
    color: #2E668B;
}
    
div.left_box a:visited {
    color: #254A65; 
}
 
div.left_box a:hover, div.left_box a:active {
    color: #000;
}

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

.links {
    margin-left: 2em;
}

/* content column: */

#content {
    float: right; 
    display: inline; 
    position: relative; 
    width: 75%; 
    font-size: 0.75em;
    
    background-color: #fff;

    border-right: 0.2em solid #4284B5;
    border-bottom: 0.2em solid #4284B5;
}

#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: #FF6300;
    border-bottom: 0.05em solid #FF9853;
    line-height: 1em;
}

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

#content ul {
    margin-left: 2em;
    margin-top: 1em;
}

#content li {
    line-height: 1.5em;
    margin-bottom: 1em;
}

.bullethead {
    font-weight: bold;
    color: #FF6300;
}

#blockquote {
    margin: 1em 7em -1.5em 5em;
    font-style: italic;
    text-align: justify;
}

#blockquote p.ref {
    float: right;
    margin-top: -.5em;
    font-style: normal;
    text-align: right;
}

#sample {
    margin: 1em 7em -1.5em 5em;
/*    font-style: italic;  */
    text-align: justify;
}

#sample ul.indent {
    margin-left: 5em;
}

/***************************************************************************
 http://www.dhtmlgoodies.com/index.html?whichScript=show_hide_content_slide
****************************************************************************/
.dhtmlgoodies_question{	/* Styling question */
    /* Start layout CSS */
    width:430px;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-left: 3em;
    padding-left: 2px;
    height:20px;
    color: #2E668B;
	
    /* End layout CSS */
    overflow:hidden;
    cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
    /* Start layout CSS */
    /*	border:1px solid #317082;  */
    /*	background-color:#E2EBED; */
	
    /* End layout CSS */
	
    visibility:hidden;
    height:0px;
    overflow:hidden;
    position:relative;
}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
    position:relative;
}
/***************************************************************************/


etag {
    padding: 3em;
    line-height: 3em;
    letter-spacing: -.1em;
}

etag1 {
    letter-spacing: -.1em;
}

#path {
    font-family: Verdana, Arial, sans-serif;
    margin: 0em 0em 0em 0em;
    padding: 0.4em 0.6em 0.4em 0.6em;
    font-size: 0.9em;
    color: #2F5E80;
    background-color: #D0E7F4;
    border-right: 0.23em solid #7BA5C6;
}

#content a:link {
    color: #2E668B;
}
    
#content a:visited {
    color: #255270; 
}
 
#content a:hover, #content a:active {
    color: #000;
}

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

#main {
    text-align: justify;

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

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;
    display: none;
}


/* footer: */

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

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

#footer a:link, #footer a:visited { 
    color: #027BC1;
} 

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


/* Form table style */

#quoteform {
    margin-left: 1em;
}

#quoteform .quotelabel {
    font-weight: bold;
    float: left;
    width: 10em;
    text-align: right;
    clear: left;
    margin-right: 2em;
}

#quoteform .info {
    float: right;
    margin-right: 7.5em;
    margin-bottom: .3em;
    text-align: center;
    font-size: .8em;
    font-weight: bold
}

input#submit {
    margin-left: 20em;
    margin-top: 2em;
    border: 1px ridge black;
    background-color: #A5DDF8;
    padding: .2em 2em .2em 2em;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: bold;
}

input#submit:hover {
    background-color: #7FC6EB;
}

input#quotefield {
    width: 27em;
    background-color: #A5DDF8;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 1.1em;
    margin-top: -.3em;
    padding-top: .4em;
    border: 1px ridge black;
}

input#quotefield:focus {
    background-color: #7FC6EB;
}