/*
Poseidon Theme v 2.3 - Please do not plagiarize
2010 Copyright DG Kim --- With advice from dragon96
Designed for AoPS user blogs
*/
 
/* body and entries */
 
body
{
background: #e1d4c0;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon2/bg.png);
background-repeat: repeat-x;
background-attachment: inherit;
font-size: 10pt;
}
#wrapper{
background-image: none;
background-color: transparent;
border: none;
width: 802px;
padding: none;
}
#content{
width: 802px;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon2/sides_body.png);
background-repeat: repeat-y;
}
#main{
width: 465px;
margin-left: 30px;
}
.row1{
background: #f5ede3;
}
.row2{
background: #f5ede3;
}
div.entrywrap{
background-color: transparent;
} 

/* header */
#header{
height: 101px;
border: none;
background-image: url(http://www.cyneer.com/dojo_styles/poseidon2/sides_head.png);
background-repeat: repeat-y;
width: 100%;
}
h1{
color: #000000;
}
#header h1{
color: #FFFFFF;
font-family: Papyrus, fantasy;
}

/* side */
#side{
width: 250px;
margin-right: 30px;
}
li.row1
{
overflow:auto;
max-height:750px;
background-color: transparent;
border-bottom: 3px #e2e0cc dashed;
word-wrap: break-word;
}
li.row2
{
overflow:auto;
max-height:750px;
background-color: transparent;
border-bottom: 3px #e2e0cc dashed;
word-wrap: break-word;
}
 
/* navigation */
#navigation_box{
background-color: #3a5885;
border: none;
}
#left_navigation_box{
color: #243247;
}

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

a:link {color: #000000; text-decoration: none; !important}
a:visited {color: #000000; text-decoration: none; !important}
a:hover {color: #ff9900; text-decoration: underline; !important}