/*
    wordpress_posts.css 
    v1.0 - initial version - brian 1/28/2012
*/

#wordpress-wrapper{
    margin: 0px;
}

.post-wrapper{
    margin-bottom: 10px;
    padding: 0px;
}

#wordpress-wrapper h2 a {
    color: #e80b56;
    font-size: 120%;
}

.post-content  {
    margin: 5px 0px;
}

.post-content p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 5px;
}

.post-content img {
    float: left;
    margin: 0 15px 10px 0;
    padding: 3px;
  border: 1px solid #B00BBB;
}

.post-content blockquote {
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 0px;
}

.post-content ul {
    list-style-position:inside;
    margin: 0px;
}

.post-content li {
    padding: 5px;
}

.post-content li a {
    font-size: .9em;
    text-decoration: underline !important;
}
.read-more {
    color: #e80b56;
    font-weight: bold;
    font-family: arial;
    text-align: center;
}

#next-up {
	margin: 15px;   
	text-align: center;
}

#next-up a{
    color: white;
    font-size: 1.1em;
    font-weight: bold;
	padding: 5px;
	background-color: #B000BB;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.post-cats-tags {
    clear: both;
    font-size: .9em;
    margin-top: 5px;
}

.hidden {display: none;}
.unhidden {display: block;}