/**********************************************************************/
/* Template: serokratie 1.0                                               */
/* Author: serotonic                                                  */
/*                                                                    */
/* based on: bulletproof for Serendipity (http://www.s9y.org)         */
/* Authors bulletproof: Matthias Mees, David Cummins and Don Chambers */
/*                                                                    */
/* Base stylesheet                                                    */
/*                                                                    */
/* http://s9y-bulletproof.com                                         */
/**********************************************************************/


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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, 
sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
}

body {
  text-align: center;
}

#wrapper {
    overflow: hidden;
}

#sitenav {
    float: left;
    width: 100%;
}

#sitenav ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#sitenav ul li {
    display: inline;
}

#sitenav #searchform {
    float: right;
    display: inline;
}

#sbsitenav ul {
    list-style-type: none;
}

.pagearrow { font-family: Arial, sans-serif!important;} /* greatest cross browser support for left and right facing arrows */

/* 1-column widths */
.onemain {
    width: 100%;
}

.onefull {
    width: 100%;
}

.layout2sb_content {
    clear: right !important;
}

.onefull .serendipitySideBarItem {

}

/*** Accessibility styles ***/
#skiplinks {
    display: inline;
    height: 1px;
    overflow: hidden;
    width: 1px;
}


#skiplinks a {
    position: absolute;
    top: -200em;
    left: -200em;
}

#skiplinks ul {
    list-style-type: none;
    display: inline;
    margin-left: 0;
    padding-left: 0;
}

#skiplinks ul li {
    display: inline;
    padding: 0;
}

#skiplinks a:focus {
		font: normal 0.8em calibri, arial, sans-serif;
    display: block;
		color: #555 !important;
		background: #e0e0e0;
		border: 1px solid #990000;
		padding: 0.2em;
    top: 10px;
    left: 10px;
}

/* without this, the navbar wipes out part of the banner */
/* if the navbar is located above the banner             */
#serendipity_banner {
    clear: both;
}

/* Fahrner Image Replacement for the header */
.invisible {
    margin-left: -5000px;
}
.visible { /* just a placeholder - don't use this class */
           /* unless you know what you're doing         */ }

/* this is needed to clear floats from floated images */
.belowentry,
.infofooter {
    clear: both;
}

/*** Some s9y-specific stuff ***/
/* centering something     */
.serendipity_center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* messages from s9y */
.serendipity_msg_important {
    color: red;
}
.serendipity_msg_notice {
    color: green;
}

.serendipity_entry_extended {
    clear: both;
}

/* prevent styling of the extended placeholder, */
/* otherwise the background image is visible    */
#extended {
    background: none;
    display: none;
}

/* styling the continue reading byline, needed   */
/* to stop firefox making the link 100% wide     */
.continue_reading {
    display: block;
    padding-top: 0;
}

/* styling the bulletproof button link in footer */
#serendipity_bulletproof_button img {
    border: none;
}

.serendipity_Entry_Date,
.serendipity_commentBody {
    overflow: hidden;
}

.serendipitySideBarContent input,
.serendipitySideBarContent select {

}

.archives_header { clear: left; }

ul.archives_row {
    clear: left;
    float: left;
    list-style-type: none;
    width: 100%;
}

ul.archives_row li.archives_graph,
ul.archives_row li.archives_date,
ul.archives_row li.archives_count,
ul.archives_row li.archives_count_link,
ul.archives_row li.archives_link {
    float: left;
    width: 19.9%;
}

ul.staticpage_navigation {
    list-style-type: none;
    display: inline;
}

ul.staticpage_navigation li {
    display: inline;
}

#theme_chooser select{
    width: 90%;
}

/* microformats */
.author {
    display: inline;
    font-style: normal;
}

.published {
    border-bottom: none;
    cursor: auto;
}

/*** Additional plugin styles needed for the modernized output code ***/
/*** these will eventuelly kick in starting with s9y v1.4           ***/
.container_serendipity_archives_plugin ul,
.container_serendipity_syndication_plugin ul,
.container_serendipity_authors_plugin ul,
.container_serendipity_plugin_entrylinks ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.container_serendipity_authors_plugin .serendipitySideBarContent div {
    margin: 0px 0;
    padding-left: 0;
}

.serendipity_history_author { font-weight: bolder; }

.serendipity_history_intro,
.serendipity_history_info { margin-bottom: 0px; }

.serendipity_history_body { margin-bottom: 0px; }

.serendipity_recententries_entrylink { margin-bottom: 0px; }

.serendipity_recententries_entrydate { margin: 0 0 0px 0; }

.plugin_comment_body { padding: 0px 0; }

.serendipity_shoutbox_date { margin: 0px 0 0px 0; }

.serendipity_shoutbox_comment { padding: 0px 0; }

