/* body and entries */
body{
background-color: #124706;
font-family: times, serif;
font-size: 15px;
}

#wrapper{
background-color: #FFFFFF;
background-image: none;
padding: 0px;
border: 5px #2c7230 solid;
width: 900px;
margin-top: 50px;
}

#main{
width: 570px;
}

div.entry{
border: none;
}

div.entry h1{
font-size: 24px;
margin-left: 20px;
}

div.entry h2{
margin-left: 10px;
}

div.entrywrap{
width: 540px;
background-color: #FFFFFF;
border-left: none;
border-right: none;
border-top: 8px #124706 solid;
border-bottom: 1px #124706 solid;
}

div.entrywrap-hover{
width: 540px;
background-color: #FFFFFF;
border-left: none;
border-right: none;
border-top: 8px #124706 solid;
border-bottom: 1px #124706 solid;
}

div.message{
margin-left: 20px;
width: 500px;
}

.row1{
background-color: transparent;
}

.row2{
background-color: transparent;
}

img
{
border: 0;
}

input, textarea, button, select{
color: #000000;
line-height: 16px ;
border: 1px #C5C0B1 solid;
background-color: #fefefe; /*background color of input box */
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

input:hover, select:hover, textarea:hover, button:hover,
input:focus, select:focus, textarea:focus, button:focus{
border: 1px #000000 solid;
filter:alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

/* navigation box */
#navigation_box{
position: absolute;
width: 860px;
top: 140px;
left: 50%;
margin-left: -430px;
padding: 0;
border: none;
background: transparent;
color: #999999;
z-index: 10;
}

#left_navigation_box{
position: absolute;
top: -60px;
right: 40px;
margin: 0;
text-align: right;
width: 200px;
}

#right_navigation_box{
position: absolute;
top: 0px;
right: 40px;
margin: 0;
text-align: right;
width: 200px;
}

#left_navigation_box a, #right_navigation_box a{
color: #000000;
}

/* header */
#header{
border: none;
background-color: #FFFFFF;
}

#header h1{
font-family: times, serif;
font-size: 48px;
color: #000000;
margin-right: 400px;
}

/* side */
#side{
width: 300px;
}

#side fieldset{
border: none;
}

li.row1, li.row2{
border-bottom: 2px #d0d0d0 dashed;
}

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