 /*
Theme Name: Stars Fill the Sky
Author: Deborah van Damme
Author URI: http://starsfillsky.org
*/

body {
width: 750px;
background-color: #7298d8;
font: 85%/1.5em Arial, Helvetica, Sans-Serif; 
color: #202020;
padding: 0;
margin: 0 auto;
margin-top: 25px;
margin-bottom: 25px;
}

a:link, a:active, a:visited {
font-style: normal;
font-weight: bold;
color: #1f4e9d;
text-decoration: underline;
}

a:hover {
color: #0e216d;
}

#header {
width: 750px;
height: 106px;
background: #2e4fa0 url('images/header.jpg');
}

#wrapper {
width: 750px; 
background-color: #5a81c4;
border: 1px solid #10236f;
overflow: auto; 
}

#navigation {
width: 750px;
height: 25px;
text-align: center;
}

ul.navlist {
white-space: nowrap;
padding: 0px;
}

.navlist li {
display: inline;
list-style-type: none;
}

.navlist a { 
padding: 7px 30px; 
}

.navlist a:link, .navlist a:visited {
font-weight: bold;
color: #fff;
background-color: #0c246c;
text-decoration: none;
}

.navlist a:hover {
color: #fff;
background-color: #193484;
}

#content { 
width: 730px;
min-height: 450px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 450px; /* for IE5.x and IE6 */
margin: 0 10px 0 10px;
padding-bottom: 15px;
}

h1, h2, h3, h4 {
font-style: normal; 
font-weight: bold; 
font-size: 1.4em;
color: #29499c;
letter-spacing: 0.1em;
padding: 2px 0 4px 0; 
margin-bottom: 2px; 
font-family: Georgia, Helvetica;
}

h5 {
font-style: normal; 
font-weight: bold; 
font-size: 1em;
color: #3153ab;
letter-spacing: 0.1em;
padding: 2px 0 2px 0; 
margin-bottom: 2px; 
font-family: Georgia, Helvetica;
}

input, textarea, select { 
background-color: #87abe8;
border: 1px solid #29499c;
padding: 4px;
color: #0e2971; 
}

.submit {
background: url('images/submit.gif');
border: 1px solid #29499c;
color: #fff;
}

blockquote {
padding: 25px 10px 20px 35px;
background: url('images/quote.gif') top left no-repeat;
border: 1px solid #7093d0;
}

p, form { 
margin: 3px 0 17px 0;
}

em {
font-family: Georgia;
}

img {
border: 0px;
text-decoration: none;
}

acronym, abbr {
border-bottom: 1px dotted;
cursor: help;
}

code, pre {
font: 1em "Courier New", Courier, monospace;
color: #18428a;
background-color: #fff;
}

table {
margin: 5px 0 15px 0;
}

table.center {
margin-left: auto; 
margin-right: auto;
}

.tr1 {
background-color: #6c94da;
text-align: left;
}

.tr2 {
background-color: #7aa0e1;
text-align: left;
}

.tdright {
text-align: right;
}

.exlink { 
padding-right: 15px;
background: url('images/linkout.gif') no-repeat 100% 50%;
}

.center {
text-align: center;
}

.email {
background-color: #6890d4;
padding: 0 2px 0 2px;
letter-spacing: 0px;
font-family: "courier new";
}

.network {
border: 6px solid #3360ae; 
margin: 4px;
padding: 0px;
}

.network:hover {
border: 6px solid #9ab7e8; 
margin: 4px;
padding: 0px;
}

#footer { 
width: 730px;
height: 76px;
background: #2e4fa0 url('images/footer.jpg');
padding: 30px 10px 0 10px;
text-align: center;
}