@charset "UTF-8";
/*   
Theme Name: Presidents Blog
Theme URI: http://www.brownpubnet.com/
Description: Custom theme build for Brow Publishing Network
Author: Adam Veary
Author URI: http://adamveary.com
Version: 1.0
*/

/*include default css*/
@import 'base.css';

/*blog stuff*/
#blog ol, #blog li {
list-style-type:none;
margin:0px;
padding:0px;
}
#blog ol li {
margin:0px;
padding:0px;
}

#blog textarea {
width: 100%;
}
#right_col1 h2 {
margin-top:20px;
}

#right_col2 h2 {
margin-top:0px;
}

#blog h2 a {
color: #395a29;
text-decoration:none;
}
#blog h2 a:hover {
color: #395a29;
text-decoration:underline;
}
#blog h3 a {
color:#522F13;
}

a {
text-decoration: none;
}

#right_col1 li {
list-style-image: url(http://brownpubnetblog.com/wp-content/themes/custom-theme/images/bullet.gif);
line-height: 1.75em;
margin-left: -25px;
}

p {
margin-top: 0px;
}



