/*
Alternative Style: BATS
*/


/* Base Layout 
++ This is how the main site is structured. This includes wraps to
hold everything together in a clean and efficient way. These styles
are all used in the header.php, as they are repeated throughout everypage.
*/

#header {
width: 747px;
height: 139px;
margin: 0 auto;
background-image: url(images/headers/bats-logo.jpg);
background-color: #fff;
margin-bottom: 10px;
font-size: 10px;
}


#hppost .postinfo {
font-size: 10px;
color: #555;
/*font-weight: bold;*/
}

#hppost {
width: 500px;
padding-left: 5px;
padding-right: 10px;
float: left;
border-right: 1px solid #ddd;
}

#hppost .ptitle {
padding-left: 5px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #f1f1f1;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}

#hppost h2 {
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
font-size: 14px;
color: #ca1717;
background-color: #f1f1f1;
border-top: 0px;
border-bottom: 0px;
margin-top: 0px;
margin-bottom: 2px;
}

#hppost .postinfo a {
color: #555;
font-weight: normal;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #666;
}

#hppost .postinfo a:hover {
color: #222;
border-bottom: 1px dotted #222;
}

#hppost .comright a {
color: #555;
font-weight: normal;
text-decoration: none;
font-weight: bold;
border-bottom: 1px dotted #666;
}

#hppost .comright a:hover {
color: #222;
border-bottom: 1px dotted #222;
}

#hppost .entry p a {
color: #ca1717;
text-decoration: none;
}

#hppost p a {
color: #ca1717;
text-decoration: none;
}

#hppost p a:hover {
color: #222;
text-decoration: none;
}

#hppost img {
border: 1px solid #dddddd;
}

#smart-archives-list h2 {
background-color: #fff;
}

#smart-archives-list h2 a {
font-weight: bold;
}

#smart-archives-list a {
color: #ca1717;
}

#smart-archives-list a:hover {
color: #222;
}

#smart-archives-block a {
color: #ca1717;
}

#smart-archives-block a:hover {
color: #222;
}
