/*
home.css
*/

#home #flyer {
float: left;
width: 370px;
height: 495px;
}

#home #flyer h2 {
margin-top: 10px;
padding: 0px 5px;
border-bottom: 1px solid #000;
font-size: 14px;
text-align: left;
color: rgb(190,80,0);
}

#home #flyer p {
padding: 3px 5px;
}

#home #flyer a {
text-decoration: none;
color: rgb(190,80,0);
}

#home .post {
margin-left: 400px;
}

#home .postmetadata {
margin: 0px;
padding-bottom: 10px;
}

#home .more-link {
float: right;
text-decoration: none;
}

#home .more-link:hover {
float: right;
font-style: italic;
}

#home .navigation,
#home #more_posts {
margin: 0px 0px 10px 400px;
padding: 5px;
border-top: 1px dashed #666;
}

#more_posts {
text-align: right;
}

#more_posts a {
text-decoration: none;
color: rgb(190,80,0);
}

#more_posts a:hover {
font-style: italic;
}






















