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

/* body and entries */
body{
background-color: #DE9D7F;
background-image: none;
color: #000000;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif !important;
}
#wrapper{
background-color: transparent;
background-image: none;
border: none;
width: 1000px;
}
#content{
background-color: #EFD279;
background-image: url(http://www.cyneer.com/dojo_styles/bubbly/top.png);
background-repeat: no-repeat;
padding-top: 200px;
padding-left: 7px;
}
#main{
width: 600px;
}
div.entry{
border: none;
}
div.entrywrap{
background-color: #EFD279;
border: none;
}
.row1{
background-color: #AFD775;
}
.row2{
background-color: #2C5700;
}

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

/* header */
#header{
border: none;
background-color: transparent;
background-image: url(http://www.cyneer.com/dojo_styles/bubbly/header.png);
background-repeat: none;
background-attachment: inherit;
width: 800px;
height: 200px;
margin-left: 100px;
}
#header h1{
color: #024769;
font-weight: 500;
font-size: 48px;
text-align: right !important;
margin-top: 50px;
margin-right: 200px;
font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

/* side */
#side{
padding-right: 7px;
}
fieldset{
border: none;
}
li.row1{
background-color: #AFD775;
margin: none;
padding: 5px;
}
li.row2{
background-color: #2C5700;
margin: none;
padding: 5px;
}

/* footer and various coloring */
a{
color: #000000;
}
a:hover{
color: #000000;
text-decoration: none;
}
a:visited{
color: #000000;
}
#footer{
height: 400px;
background-image: url(http://www.cyneer.com/dojo_styles/bubbly/bottom.png);
background-repeat: no-repeat;
}
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;
}