/*
Poseidon Theme v 1.5 - Please do not plagiarize
2010 Copyright DG Kim --- With advice from dragon96
Designed for AoPS user blogs
*/

/* body and entries */

a:link { color : #000000; text-decoration:none;}
a:active { color : #000000; text-decoration:none;}
a:visited { color : #000000; text-decoration:none;}
a:hover { color : #562409; text-decoration:underline;}

body
{
background: #002255;
}
div#content{
margin-left: 25px;
}
#wrapper {
width: 900px;
border: none;
background: #F5EDE3;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon/body.png);
background-repeat: repeat-y;
text-align: center;
padding: 0px;
color:#000000;
font-family:candara;
}
#main{
width: 590px;
margin-right: none;
margin-left: 5px;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon/background.png);
background-repeat: no-repeat;
background-attachment: inherit;
}
div.entry{
background: transparent;
width: 500px;
}
div.entry h2{
color: black;
}
.row1{
background: #F5EDE3;
}
.row2{
background: #F5EDE3;
}
#main h1{
color: #000000;
}

/* header */
#header
{
background: #003366;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon/header.png);
background-repeat: repeat-y;
border: none;
height: 120px;
width: 900px;
text-align: left;
margin: 0 auto;
font-family:candara;
text-decoration:none;
}
div#header h1{
color: #FFFFFF;
text-decoration: none;
font-size: 32px;
}

/* side */
#side{
background: transparent;
width: 210px;
height:auto;
border: none;
padding: 3 px;
margin-right: 35px;
margin-left: none;
}
div.block{
width: 204px;
word-wrap: break-word;
}
li.row1
{
overflow:auto;
max-height:750px;
background-color: #F5EDE3 !important;
word-wrap: break-word;
}
li.row2
{
overflow:auto;
max-height:750px;
background-color: #F5EDE3 !important;
word-wrap: break-word;
}

/* navigation box positioning by CA Math, modified by Dojo */
#navigation_box{
position: absolute;
width: 860px;
top: 90px;
left: 50%;
margin-left: -430px;
padding: 0;
border: none;
background: transparent;
color: #999999;
z-index: 10;
font-family:candara !important;
}
#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;
}

/* footer */
#footer{
display: none;
}