/*
Dark Music v 1.2 - Please do not plagiarize
2010 Copyright DG Kim
Designed for AoPS user blogs
I will only give support on the basis that the footer image and copyright are retained.
*/

/* body and entries */
body{
background-color: #000000;
background-image: url(http://www.cyneer.com/dojo_styles/dark_music/bg.jpg);
background-repeat: repeat-x;
background-attachment: fixed;
font-family: Calibri, Verdana, Arial, sans-serif !important;
color: #FFFFFF !important;
}
a{
color: #FFFFFF !important;
}
#content{
width: 1000px;
}
#wrapper{
background-image: none;
background-color: #000000;
width: 1000px;
border: none;
opacity: 0.7;
filter:alpha(opacity=70);
}
div.entrywrap{
border: none;
background-color: #000000;
}
div.entrywrap-hover{
border: none;
background-color: #000000;
}
div.entry h2{
color: #FFFFFF;
}
.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: 180px;
left: 50%;
margin-left: -500px;
margin-bottom: 20px;
padding: 0;
border: none;
background: transparent;
color: #FFFFFF;
z-index: 10;
}
#left_navigation_box{
position: absolute;
top: -0px;
left: 20px;
margin: 0;
text-align: left;
width: 700px;
}
#right_navigation_box{
position: absolute;
top: -0px;
right: 40px;
margin: 0;
text-align: right;
width: 200px;
}

/* header */
#header{
margin-top: 50px;
background-color: transparent;
border: none;
height: 150px;
}
#header h1{
font-family: Calibri, Verdana, Arial, sans-serif !important;
color: #FFFFFF !important;
font-size: 72px;
}
h1{
color: #FFFFFF;
}

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

/* footer and various coloring */
#footer{
height: 100px;
background-color: transparent;
background-image: url(http://www.cyneer.com/dojo_styles/dark_music/footer.png);
background-attachment: inherit;
background-repeat: no-repeat;
}
div.quotetitle{
border-top-color: #dbdbce;
border-top-width: 1px;
border-top-style: solid;
padding: 5px;
width: 90%;
color: #000000;
}
div.quotecontent{
border-bottom-color: #dbdbce;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 5px;
width: 90%;
color: #000000;
}
div.codetitle{
border-top-color: #dbdbce;
border-top-width: 1px;
border-top-style: solid;
padding: 5px;
width: 90%;
color: #000000;
}
div.codecontent{
border-bottom-color: #dbdbce;
border-bottom-width: 1px;
border-bottom-style: solid;
padding: 5px;
width: 90%;
font-family: Courier New, Courier New;
color: #000000;
}
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;
color: #000000;
}