body
{
    background: #ebe8d3;
    margin:0px;
    padding:0px 0px 14px;
    text-align:center;
    color:#333;
}
a
{
    color: #222222;
    border: 0px none;
    text-decoration:underline;
}

a:hover
{
    color: #999999;
    border: 0px none;
    text-decoration:underline;
}

p
{
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

/* Wrapper för allting */
#wrapper
{
    text-align: left;
    position: static;
    margin-left: auto;
    margin-right: auto;
    width: 850px;
}

/* Huvudet */
#header
{
    background: #ebe8d3;
    height: 173px;
    /*padding: -100px 0px 0px 0px;*/
    /*
    margin: 0px;
    text-align: left;
    border-top: 0px none;
    border-right: 0px solid #000000;
    border-bottom: 0px solid #000000;
    border-left: 0px solid #000000;
    margin-left: auto;
    margin-right: auto;*/
padding-top: 21px;
}

/* Blogg.se sidebar */
#side
{
    background: #ebe8d3;
    width: 172px;
    margin-top: -4px;
    padding: 9px 10px 10px;
    border-right-width: 20px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    border-bottom-color: #FFFFFF;
    border-top-width: 0px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    float: right;
    border-left-width: 20px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
}

#side img
{
    margin-top: -10px;
    margin-left: -10px;
}

/* Delen där inlägg hamnar */
#content
{
    overflow: hidden;
    width: 600px;
    float: left;
    background: #FFFFFF;
    padding: 0px 0px 20px;
    voice-family:"\"}\"";
    voice-family:inherit;
    text-align: left;
    border-top: 0px none;
    vertical-align: top;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #FFFFFF;
    font-family: verdana, arial, sans-serif;
    margin-top: -4px;
}

#content h2
{
    padding: 10px 10px 10px;
}

#header a
{
    color: #cccccc;
    text-decoration: none;
    font-family: verdana, arial, sans-serif;
    text-transform: capitalize;
}

h1
{
    font-family: verdana, arial, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #FFF;
    margin-top:24px;
    margin-bottom:0px;
    padding:0px;
}
h2
{
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: bold;
   /* text-transform: uppercase;*/
    color: #999999;
    margin-top:4px;
    margin-bottom:0px;
    margin-left: 0px;
    padding:0px;
}

/** Entry headers **/
h3
{
    font-family: papyrus, verdana, Lucida sans, trebuchet, arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #555555;
    vertical-align: top;
    text-align: left;
    padding: 10px 0px 15px 0px;
    margin: 0px 20px 5px 20px;
    height: 0px;
}

/* Sidebar rubriker */
.navheader
{
    font-family: trebuchet, verdana, arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 7px;
    margin-top: 10px;
}
/* Sidebar text */
.nav 
{
    line-height: 100%;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    font-weight: normal;
        
}
.nav ol
{
    border: 0px;
    padding: 0px 0px 5px;
    font-weight: normal;
    margin: 0px;
    
    list-style: none;
}
.nav ul
{
    border: 0px;
    padding: 0px 0px 5px;
    font-weight: normal;
    margin: 0px;
    
    list-style: none;
    list-style-position: inside;
}
.nav li
{
    padding: 0px 0px 5px;
    font-weight: normal;
    color: #222222;
}
.nav img
{
    padding: 10px 10px 5px;
    font-weight: normal;
    color: #222222;
}
.nav a
{
    border: 0px;
    color: #222222;
    text-decoration:none;
}
.nav a:hover
{
    border: 0px;
    color: #999999;
    text-decoration:underline;
}

/** Post's body text **/
.entrybody
{
    font-family: papyrus, verdana, arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #222222;
    line-height: 150%;
    text-align: left;
    padding: 0px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
}

/** 'Posted by' txt **/
.entrymeta
{
    font-family: verdana, arial, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: #666666;
    padding: 0px 20px 20px 20px;
    text-align:left;
}
.entrymeta a
{
    color: #222222;
    text-decoration:underline;
}
.entrymeta a:hover
{
    color: #999999;
    text-decoration:underline;
}
.commentheader
{
    font-family: trebuchet, verdana, arial,sans-serif;
    font-size: 8pt;
   /* color: #222222;*/
    font-weight: bold;
    line-height: 100%;
    padding: 10px 0px 5px 20px;
    border-top: 1px solid #dddddd;
}
.commenttext
{
    font-family: verdana, arial,sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #333;
    line-height: 150%;
    margin:0px;
    padding: 0px 20px 3px 20px;
}
.commentmeta
{
    font-family: verdana, arial, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #333;
    text-align:left;
    padding: 0px 20px 10px 20px;
}
.commentmeta a
{
    color: #333;
    text-decoration:underline;
}
.commentmeta a:hover
{
    color: #999999;
    text-decoration:underline;
}
.commentform
{
    font-family: verdana, arial, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #222222;
    margin: 0px 0px 15px 0px;
    padding-left:20px;
}
.separator
{
    display: none;
}
.default
{
    display:none;
}
.subside
{
    //display:none;
    font-family: verdana, arial,sans-serif;
    font-size: .7em;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}
.xmlButton
{
    border:0px solid;
    border-color:#FC9 #630 #330 #F96;
    padding:0 3px;
    font:bold 10px verdana, arial,sans-serif;
    color:#FFF;
    background:#F60;
    text-decoration:none;
    margin:0;
}
.image
{
    border: 0px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 5px 0px;
}
.thumbnail
{
    border: 0px;
    margin: 0px 6px 6px 0px;
}
.video
{
    padding: 0px 0px 30px 30px;
}
.fieldName
{
    font-family: verdana, arial,sans-serif;
    font-size: 11px;
    margin: 0px 0px 12px 0px
}
select
{
    font-family: verdana, arial,sans-serif;
    font-size: 11px;
}


/*****************************************************************************
* Calendar
*
*****************************************************************************/
#calendar {
color: #000000;
font-family: verdana, arial,sans-serif;
padding: 0px 0px 6px 0px;
text-align: left;
}
#calendar table {
padding: 1px;
/*border-collapse: collapse;*/
border: 0px;
border-bottom: 1px solid #000000;
}
#calendar table caption {
color: #000000;
font-family : verdana, arial,sans-serif;
font-size : 0.7em;
border-bottom: 1px solid #000000;
text-align: left;
font-weight: bold;
text-transform: uppercase;
padding: 3px;
letter-spacing: .3em;
}
#calendar table th {
text-align: center;
font-weight: bold;
font-size: xx-small;
}
#calendar table tr td {
border: 0px solid #eae6e1;
text-align: center;
font-size: xx-small;
}
#calendar table tr ul
{
color: #BBB;
margin: 0px 0px 0px 18px;
padding: 4px 0px 5px 0px;
font-family : verdana, arial,sans-serif;
font-size : 0.7em;
}
#calendar table tr td.cssDayMouseOver {
border: 1px dotted red;
}
#calendar table tr td.cssDayMouseOut {
border: 1px solid #F1F1F1;
}
#calendar table tr td.cssEntryBox {
border: 1px solid gray;
padding: 6px;
text-align: left;
background: #FFFFFF;
font-family : verdana, arial,sans-serif;
font-size : 0.8em;
}
#calendar table tr td ul li {
}
#calendar table tr td div.cssDayEntryHeader {
font-family : verdana, arial,sans-serif;
font-size : 0.8em;
text-align: left;
font-weight: bold;
padding: 4px;
}
#calendar table tr td div.cssDayAvailable {
text-decoration: underline;
font-weight: bold;
}
form {
margin: 10px 0px 6px;
padding: 0px;
}
#profile {
display:none;
font-family: verdana, arial, sans-serif;
font-size: 8pt;
font-weight: normal;
margin-bottom: 10px;
}
img.extraspace {
margin-top: 10px;
}
div#ads {
width: 194px;
text-align: left;
position: absolute;
border: 0px;
top: 180px;
left: 782px;
margin-left: 10px;
margin-top: 0px;
}

