/*
Theme Name: Dobermanhub
Author: Scott Botkins

*/



/* Begin Typography & Colors */
body{
background: #333333;
margin: 0px;
font-family: arial;
font-size: 9pt;
}

.posts a{
display: block;
text-align: left;
height: 42px;
color: #FFFFFF;
margin: 0px;
padding: 8px;
background:url('images/pbg.jpg');
text-decoration: none;
}

.posts a:hover{
display: block;
text-align: left;
height: 42px;
color: #FFFFFF;
margin: 0px;
padding: 8px;
background:url('images/pbg_on.jpg');
text-decoration: underline;
}

.page{
display: block;
text-align: left;
width: 556px;
color: #5E5E54;
margin: 0px;
padding: 8px;
background:url('images/subcbg.jpg') no-repeat #C8C8AE;
text-decoration: none;
}

.footer{
color: #5E5E54;
padding-left: 15px
}

a{color: #000000}
/* End captions */