/*
Theme Name: Term Papers Blog
Description: The wordpress theme for termpapersblog.com.
Author: Scott Botkins / Invision Bue
Author URI: http://www.invisionblue.com/


*/



body{
background: #325180;
font-family: arial;
}

a{
color: #325082;
}

a:hover{
color: #000000;
text-decoration: none;
}

h3{
width: 242px;
height: 24px;
background: url('images/hbg.jpg') no-repeat;
font-size: 10pt;
padding: 12px 5px 0px 5px;
margin: 0px;
border-bottom: 1px solid #E1E1E1;
}

h2{
font-size: 13pt;
}

#sidebar{
padding: 10px 10px 0px 23px;
}

#sidebar ul{
width: 252px;
list-style-type: none;
text-align: left;
margin: 0px 0px 20px 0px;
padding: 0px;
}

#sidebar li{
background: url('images/bullet.jpg') no-repeat left;
padding: 5px 10px 5px 20px;
margin: 0px 0px 0px 0px;
font-size: 9pt;
border-bottom: 1px solid #E1E1E1;
}

#sidebar li a{
color: #32517F;
text-decoration: none;
}

#sidebar li a:hover{
color: #32517F;
text-decoration: underline;
}

#content{
padding: 30px 10px 10px 30px;
}

.post_title{
color: #96B221;
font-size: 16pt;
margin: 0px;
padding: 0px;
}

.post_title a{
color: #96B221;
font-size: 16pt;
margin: 0px;
padding: 0px;
text-decoration: none;
}

.post{
padding-bottom: 5px;
font-size: 9pt;
border-bottom: 1px solid #E1E1E1;
}

.page{
padding-bottom: 5px;
font-size: 9pt;
}

.postinfo{
font-size: 8.5pt;
margin: 5px 0px 50px 0px;
}

.footer{
padding: 10px;
font-size: 9pt;
color: #FFFFFF;
}

.footer a{
color: #97BFFC;
text-decoration: none;
}

#home{
float: left;
display: block;
width: 74px;
height: 40px;
background: url('images/home.jpg') no-repeat;
text-align: center;
padding-top: 70px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#home:hover{
background: url('images/home_off.jpg') no-repeat #FFFFFF;
}

#about{
float: left;
display: block;
width: 79px;
height: 40px;
background: url('images/about.jpg') no-repeat;
text-align: center;
padding-top: 70px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#about:hover{
background: url('images/about_off.jpg') no-repeat #FFFFFF;
}

#order{
float: left;
display: block;
width: 152px;
height: 40px;
background: url('images/order.jpg') no-repeat;
text-align: center;
padding-top: 70px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#order:hover{
background: url('images/order_off.jpg') no-repeat #FFFFFF;
}

#samples{
float: left;
display: block;
width: 89px;
height: 40px;
background: url('images/samples.jpg') no-repeat;
text-align: center;
padding-top: 70px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#samples:hover{
background: url('images/samples_off.jpg') no-repeat #FFFFFF;
}

#contact{
float: left;
display: block;
width: 89px;
height: 40px;
background: url('images/contact.jpg') no-repeat;
text-align: center;
padding-top: 70px;
font-size: 9pt;
font-weight: bold;
text-decoration: none;
}

#contact:hover{
background: url('images/contact_off.jpg') no-repeat #FFFFFF;
}


