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

/* body and entries */
body{
background-color: #d2991a;
background-image: url(http://www.cyneer.com/dojo_styles/tropics/bg.png);
background-repeat: repeat-x;
background-attachment: inherit;
background-position: top;
}

#wrapper{
background-color: transparent;
background-image: none;
border: none;
width: 900px;
}

#main{
background-image: url(http://www.cyneer.com/dojo_styles/tropics/bg-pic.png);
background-repeat: repeat-y;
background-attachment: inherit;
}

div.entry{
border: none;
}

div.entrywrap{
background-color: #e4bd6a;
}

.row1, .row2{
background-color: transparent;
}

/* header */
#header{
background-color: transparent;
border: none;
width: 900px;
height: 500px;
background-image: url(http://www.cyneer.com/dojo_styles/tropics/header.png);
background-repeat: no-repeat;
background-attachment: inherit;
}

#header h1{
text-align: right !important;
margin-top: 200px;
margin-right: 150px;
font-size: 48px;
}

/* navigation */
#navigation_box{
background-color: transparent;
border: none;
}

#left_navigation_box a, #right_navigation_box a{
color: #000000;
font-size:16px;
}

/* side */
li.row1, li.row2{
background-color: transparent;
}

#side fieldset{
border: none;
}

/* 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: #000000; text-decoration: underline; !important}