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

/* body and entries */
body{
background-color: #FFFFFF;
font-family: 'Liberation Sans',FreeSans,'Helvetica Neue LT Std','Helvetica LT Std',Helvetica,Arial,Tahoma,'Lucida Grande','Lucida Sans',sans-serif;
}

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

#content{
width: 700px;
margin-left: auto;
margin-right: auto;
}

#main{
width: 650px;
margin-left: auto;
margin-right: auto;
}

div.entry{
border: none;
}

.entry h1{
font-family: 'ITC Avant Garde Gothic Std','URW Gothic L','Century Gothic','Avant Garde','Trebuchet MS',sans-serif;
}

div.entrywrap{
border: none;
background-color: transparent;
}

.row1{
background-color: transparent;
}

.row2{
background-color: transparent;
}

/* nav-bar */
#navigation_box{
position: absolute;
width: 860px;
top: 165px;
left: 50%;
margin-left: -430px;
padding: 0;
border: none;
background: transparent;
color: black;
z-index: 10;
}

#navigation_box a{
color: black;
font-size: 12px;
}

#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: white;
border: none;
height: 200px;
text-align: left !important;
background-image: url('http://www.cyneer.com/dojo_styles/klean/without_side/header.png');
background-attach: inherit;
background-repeat: no-repeat;
}

#header h1{
font-size: 35px;
text-align: left !important;
margin-left: 70px;
margin-top: 10px;
font-family: 'ITC Avant Garde Gothic Std','URW Gothic L','Century Gothic','Avant Garde','Trebuchet MS',sans-serif;
}

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

div.widget{
display: none;
}

li.row1{
background-color: transparent;
}

li.row2{
background-color: transparent;
}

/* 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: #000000; text-decoration: none; important}
a:visited {color: #000000; text-decoration: none; !important}
a:hover {color: #ff9900; text-decoration: underline; !important}