@charset "UTF-8";
/* CSS Document */

/* General Styles */

body {
background:url(../images/layout/background_blue.jpg) top no-repeat #020C11;
color:#A4CDE9;
}



/* General */

a.launch {
background:url(../images/buttons/launch_blue.png) top no-repeat;
}


a.more {
background:url(../images/buttons/more_blue.png) top no-repeat;
}

h3 a:hover {
text-decoration:none;
color:#E2EF9A;
}

caption {background:#031B27;}

thead th {background:#052738; color:#fff;}


input, textarea {
background:#052738;
font-family:Arial, Helvetica, sans-serif;
border:1px solid #052738;
color:#fff;
padding:5px;
}

legend {
padding:5px 10px;
background:#052738;
border:1px solid #052738;
}

fieldset {
border:1px solid #052738;
}

/* Blog */

.commentlist li {
border-bottom:1px solid #052738;
}

.commentlist li div {
color:#C1DBE9;
}

/* Footer */

.footer {
border:1px solid #052738;
background:url(../images/layout/background_blue.jpg) top no-repeat #00110C;
background-position:-10px -5px;
}

.footer .nav li a {
color:#1C91D8;
}


/* Header */

.nav li a {
color:#1C91D8;
}


/* Work */

.project {
background:url(../images/layout/project_blue.png) top no-repeat;
}




