
 
/* some reset stuff */
body, h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: 0;
    text-align :left;
    vertical-align: top;
}

input, select, textarea, button {
    font: normal 100% vaxi-font, Verdana, sans-serif;
}

table, td, th {
    border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 5px;
}

.clearfix:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility:hidden; 
}

* html .clearfix {
    height: 1%;
}

/* end reset */


/* general styling */


pre, 
code,
tt {
    font-family: consolas, 'courier new', courier, sans-serif;
    line-height: 140%;
}

code {
    display: block;
    padding: 5px;
    border: 1px solid #e6e6e6;
}

ol {
    list-style-type: decimal;
    padding: 0 0 0 17px;
}

ul {
    padding: 0 0 0 14px;
    margin: 0 0 10px 0;
}

a {
    color: #147;

}

a:hover {
    color: #000;
    text-decoration: underline;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 22px;
    color: #147;
}

h3 {
    font-size: 20px;
    color: #147;
    zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}

h4 {
    font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a {
    color: #147;
}


/* Exceptions */

#siteinfo h1,
#siteinfo h2 {
    text-align: center;
}

#siteinfo h1 a,
#siteinfo h2 a {
    color: #fff;
    text-decoration: none;
}

#siteinfo h1 a:hover,
#siteinfo h2 a:hover {
    color: #fff;
    text-decoration: underline;
}

#footer p {
    color: #999;
    text-align: center;
}

#footer p a {
    color: #999;
}

/* used in entries */

.entry {
    padding: 0px;
}

.widget-lg ul {
    padding: 0;
}

.meta {
    font-size: 11px;
    margin: 5px 0 0 0;
}

.meta a,
#footer p a {
    text-decoration: none;
}

.meta a:hover,
#footer p a:hover {
    text-decoration: underline;
}

.pagenav {
    clear: both;
    text-align: center;
    font-size: 10px;
    line-height: 140%;
    padding: 0 0 25px 0;
}

