/* 
Cyzaqthmic Dekxuvium - Please do not plagiarize
2010 Copyright DG Kim
Designed for AoPS user blogs
*/

/* body and entries */
body{
background-color: #000000;
color: white !important;
}
a{
color: white !important;
}
#content{
width: 1000px;
background-color: #000000;
}
#wrapper{
width: 1000px;
background-image: none;
background-color: transparent;
border: none;
}
div.entry{
border: none;
}
h2{
color: #000000;
}
div.entrywrap{
border: none;
background-color: #000000;
}
.row1{
background-color: #000000;
}
.row2{
background-color: #000000;
}

/* nav-bar */
/* navigation box positioning by CA Math, modified by Dojo */

#navigation_box{
position: absolute;
width: 860px;
top: 240px;
left: 50%;
margin-left: -430px;
padding: 0;
border: none;
background: transparent;
color: #999999;
z-index: 10;
}
#left_navigation_box{
position: absolute;
top: -0px;
left: 20px;
margin: 0;
text-align: left;
width: 600px;
}
#right_navigation_box{
position: absolute;
top: -0px;
right: 40px;
margin: 0;
text-align: right;
width: 200px;
}

/* header */
#header{
background-color: transparent;
width: 1000px;
height: 300px;
background-image: url(http://www.cyneer.com/dojo_styles/phire/header.png);
border: none;
}
#header h1{
display: none;
}

/* side */
fieldset{
border: none;
}
li.row1{
background-color: #000000;
}
li.row2{
background-color: #000000;
}

/* footer and various coloring */
div.quotetitle{
padding: 5px;
width: 90%;
}
div.quotecontent{
background-color: #000000;
border: none;
padding: 5px;
width: 90%;
}
div.codetitle{
border: none;
padding: 5px;
width: 90%;
}
div.codecontent{
background-color: #000000;
border: none;
padding: 5px;
width: 90%;
font-family: Courier New, Courier New;
}
div.codetitle, div.codecontent { 
background-color: #000000;
border: none;
}