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

/* body and entries */
body{
background-color: #041e4c;
}

#wrapper{
width: 1000px;
background-image: none;
background-color: #FFFFFF;
border: none;
padding: 0;
}

#content{
background-color: transparent;
}

#main{
width: 650px;
margin-left: 10px;
background-color: transparent;
}

div.entrywrap{
width: 600px;
}

.row1{
background-color: transparent;
}

.row2{
background-color: transparent;
}

/* header */
#header{
border: none;
background-color: #041e4c;
background-image: url(http://www.cyneer.com/dojo_styles/baseball/giants/header.png);
background-repeat: no-repeat;
background-attachment: inherit;
width: 1000px;
height: 400px;
}

#header h1{
color: #FFFFFF;
margin-top: 0;
font-size: 70px;
}

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

#navigation_box a{
color: #001f48;
}

#left_navigation_box{
position: absolute;
top: -0px;
left: 20px;
margin: 0;
text-align: left;
width: 600px;
font-weight: 800;
}

#right_navigation_box{
position: absolute;
top: -0px;
right: 340px;
margin: 0;
text-align: right;
width: 200px;
font-weight: 800;
}

/* side */
#side{
width: 300px;
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}
}