/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

#contentfull {
margin:0;
width:960px;
}

a:hover {text-decoration: underline;}
a:link {color:#1b28ab;}   
a:visited {color:#1b28ab;}    

#wrapper {
	background: none no-repeat scroll center center #1E1B1A !important;
}


/* AS attempts to modify plugin dropdown styling */
a.showmore > span.view_modifier.show
{
    background: url("/wp-content/plugins/jquery-expanding-box/plus.gif") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    padding-left: 10px;
}

a.showmore>span.view_modifier.hide
{
    background: url("/wp-content/plugins/jquery-expanding-box/plus.gif") no-repeat scroll left center rgba(0, 0, 0, 0) !important;
    padding-left: 10px;
}

/*remove entry summaries from slideshow*/
.featured-entry .entry-summary {
    display: none;
    margin: 0;
    padding: 0 15px;
}
.featured-entry {
    height: 44px !important;
    top: -44px !important;
}
/*resize nodes for smaller posts on front page to get rid of summary space*/
.posts-default li {
    height: 175px;
    width: 205px;
}


