/**************************************************

	ORIGINALLY BY ALISTAPART.ORG
	MODIFIED BY 76DESIGN

	Make things print good
	*/
/*
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite,
code,del, dfn, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form,
label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;	font-size: 100%;font-family: inherit;vertical-align: baseline;}
:focus { outline: 0;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}*/

HTML, BODY {
    background: white;
    font-size: 8pt;

}

#topmenu,.sidemenu,
#footer UL,
#utility,
#topmenu,
#n_p_links,
#rightcolumn-wrapper,
.breadcrumb,
.navigation,
.post-share,
#rightcolumn,
#footer-wrapper{
    display: none;
}
#leftcolumn{
    padding:0;
}
#header{
}

#feature {
    background: none;
    position: static;
}
.logo {
    display:block;
    background: black;
    float:left;
    height:56px;
    line-height:56px;
    width: 100%;
    font-size: 30px;
    margin:0;
    text-indent:0;
}

#wrapper, #rightcolumn, .default #feature-list, #sidebar-content {
    width: 90% !important;
    margin: 0 5%;
    padding: 0 !important;
    border: 0;
    float: none !important;
    color: black;
    background: transparent none;
}

#feature-list H2 A {
    text-indent:0 !important;
    width:auto !important;
    height:auto !important;
    display:block;
    line-height:120% !important;
    background:none;
}
UL LI {
    background:none;
    list-style:disc !important;
}
a:link, a:visited {
    color: #092d92;
    background: transparent;
    font-weight: bold;
    text-decoration: underline;
}

#leftcolumn-wrapper,
.post,
#feature-list,
.recent-list,
.homepage #leftcolumn,
.homepage #centrecolumn,
.homepage #rightcolumn,
.homepage #leftcolumn p{
    width: 100%;
}

.homepage #leftcolumn,
.homepage #centrecolumn,
.homepage #rightcolumn{
    margin: 10px 0 0 0;
    float:left;
    clear: left;
}

.homepage #feature-list li{
    padding:0;
}