/* Companion Custom CSS over-rides for [ Adam Murphy ]: ComicPress - 2.9 */

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 980px; height: 120px; background: url('/themes/comicpress/images/headerimgs/header01.gif') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 780px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}

h2.pagetitle, h2.pagetitle a, h2.page-title, h2.page-title a {
        width:550px;
}

.ComicPressComicBlogPostWidget{
        text-align:left;
}

.post-text {
        display:none;
}

.post-content  {
        float: left;
        padding:3px 10px;
}

p {
	margin: 0px 0px 12px 0px;
}

h2, h2 a {
	font-size: 18px;
	line-height: 18px;	
}

.sidebar .ComicPressLatestThumbnailWidget 
{
	text-align: left;
}
/* Begin Custom Attributes*/



#resume ul{

  margin:10px 0;

  padding:0 0 0 0px;

  text-indent:0;

}



#resume ul ul{

  margin:0;

  padding:0 0 0 15px;

  text-indent:0;

}



#resume ul li{

  list-style-type:none;

  margin:0;

  padding:0;

}



#resume ul li:before{

 content: "";

}



#resume p{

 margin:10px 0 0;

}

/* End Custom Attributes*/