/*  
Theme Name: PremierCheck Custom
Description: Custom theme for PremierCheck.
Version: 1.0
Author: Matthew Peschong
Author URI: http://mankatowebdesign.com
*/

#wp-content{
padding: 0px 12px 7px 12px;
}

.post{
padding: 10px 14px;
}

.post h2{
display: block;
border-bottom: 2px dotted #DAE7FA;
padding: 4px 6px;
}

.post h3{
display: block;
border-bottom: 2px dotted #DAE7FA;
padding: 4px 6px;
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size: 14px;
font-weight: bold;
}

.entry{
padding: 3px 0px;
margin: 0px;
}

#wp-content p{
padding: 0px;
margin: 0px 0px 15px 0px;
}

.wp-search{
text-align: right;
padding: 15px 15px 5px 15px;
background: url(images/search.png) no-repeat 353px 13px;
}

.wp-cat{
float: left;
}

.welcome{
padding: 15px;
text-align: center;
font-style: italic;
}

#wp-content textarea, #wp-content input, #wp-content select{
width: 200px;
padding: 3px 5px;
margin: 0px;
}

#wp-content textarea{
width: 350px;
}