/* CSS Document */
body {
margin : 20px 0;
padding : 0;
background : #effcf0 url(images/img01.gif);
font : normal small Verdana, Arial, Helvetica, sans-serif;
line-height : 1.8em;
color : #235324;
}
h1, h2 {
margin : 0;
padding : 0;
font-family : Georgia, "Times New Roman", Times, serif;
font-weight : normal;
color : #235324;
}
h3 {
height : 12px;
padding : 8px 20px 0 20px;
text-decoration : none;
font-weight : bold;
color : #235324;
font-size : small;
}
p, blockquote, ul, ol {
margin-top : 0;
}
a {
color : #235324;
}
a:hover {
text-decoration : none;
}
#menu {
width : 700px;
height : 40px;
margin : 0 auto;
background : #effcf0;
border : 10px solid #235324;
}
#menu ul {
margin : 0;
padding : 0;
list-style : none;
}
#menu li {
display : inline;
}
#menu a {
display : block;
float : left;
height : 32px;
/*        t    r   b  l */
padding : 8px 19px 0 19px;
border-right : 1px solid #235324;
text-decoration : none;
font-weight : bold;
color : #235324;
}
#menu a:hover {
background : #daebdb;
}
#logo {
width : 700px;
height : 286px;
margin : 0 auto;
background : #7a9e7b;
border : 10px solid #235324;
border-top : none;
}
#logo h1 {
padding : 75px 0 0 20px;
font-size : 1.8em;
}
#logo h2 {
padding : 0 0 0 20px;
font-size : 0.8em;
}
#logo a {
text-decoration : none;
color : #daebdb;
}
#content {
width : 700px;
margin : 0 auto;
background : #daebdb;
border : 10px solid #235324;
border-top : none;
}
#name {
height : 40px;
padding : 20px 0;
background : #effcf0;
border-bottom : 10px solid #235324;
}
#posts {
/*float : right;*/
width : 650px;
padding : 20px;
    background: #DAEBDB;


margin : 0 auto;

/*border : 10px solid #235324;*/
border-top : none;
}
#posts .post {
padding-bottom : 30px;
}
#posts .story {
padding : 15px 20px 0 0;
}
#posts .meta {
padding : 5px 0 0 20px;
}
#posts .meta p {
margin : 0;
line-height : normal;
font-size : smaller;
}
#links {
float : left;
width : 170px;
padding : 20px;
}
#links ul {
margin : 0;
padding : 0;
list-style : none;
}
#links li ul {
padding : 15px 20px 30px 10px;
}
#links li li {
padding : 3px 0;
}
#links li i {
font-size : smaller;
}
#footer {
width : 700px;
height : 120px;
margin : 0 auto;
background : #7a9e7b;
border : 10px solid #235324;
border-top : none;
}
#footer p {
text-align : center;
font-size : x-small;
color : #ffffff;
}
#footer a {
color : #ffffff;
}
div.clear {
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 1px;
}