/* 
Space Theme v 1.3 - Please do not plagiarize
2010 Copyright DG Kim
Designed for AoPS user blogs
*/

/* body and entries */
body{
background-color: #000000;
color: #da8a00;
background-image: url('http://www.cyneer.com/dojo_styles/space/background2.png');
background-repeat: no-repeat;
background-attachment: fixed;
}

#wrapper{
background-color: transparent;
background-image: none;
border: none;
}

.entry h1 a{
font-family: Impact, Charcoal, sans-serif;
}

.entry h2{
color: #FFFFFF;
}

div.entry{
background-color: #b9b9b9;
border: none;
opacity:0.9;
filter:alpha(opacity=90);
}

div.entry:hover{
opacity:1;
filter:alpha(opacity=100);
}

div.entrywrap{
font-size: 12px;
}

.row1{
background-color: #b9b9b9;
}

.row2{
background-color: #b9b9b9;
}

/* header */
#header{
background-color: transparent;
border: none;
}

#header h1{
color: #FFFFFF;
float: right;
font-family: Impact, Charcoal, sans-serif;
font-size: 50px;
}

/* side */
#side{
background-color: transparent;
}

li.row1{
background-color: transparent;
font-size: 12px;
}

li.row2{
background-color: transparent;
font-size: 12px;
}

fieldset{
border: none;
}

/* navigation box */
#navigation_box{
background-color: transparent;
border: none;
height: 50px;
}

#right_navigation_box a{
font-family: "Courier New", Courier, monospace;
}

#left_navigation_box a{
font-family: Impact, Charcoal, sans-serif;
font-size: 20px;
}

/* footer and various coloring */
div#footer{
display: none;
}

div.quotetitle{
border-top-color: #dbdbce;
border-top-width: 1px;
border-top-style: solid;
padding: 5px;
width: 90%;
}
div.quotecontent{
border-bottom-color: #dbdbce;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 5px;
width: 90%;
}
div.codetitle{
border-top-color: #dbdbce;
border-top-width: 1px;
border-top-style: solid;
padding: 5px;
width: 90%;
}
div.codecontent{
border-bottom-color: #dbdbce;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 5px;
width: 90%;
font-family: Courier New, Courier New;
}
div.codetitle, div.codecontent { 
background-color: #ebeadd;
border-right-color: #dbdbce;
border-right-width: 1px;
border-right-style: solid;
border-left-color: #dbdbce;
border-left-width: 1px;
border-left-style: solid;
}
a:link {color: #da8a00; text-decoration: none; !important}
a:visited {color: #da8a00; text-decoration: none; !important}
a:hover {color: #ff931f; text-decoration: underline; !important}