﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    margin: 10px; 
    /*text-align: center; /* to correct the centering IE bug*/
    background-color: #fff;
    color: #000;
    font:1.15em/1.2em helvetica, arial, sans-serif;
    
}

a:link
{
    color: #702437;
    text-decoration: none;
    font-style:normal;
}
a:visited
{
    color: #702437;
    text-decoration: none;
}
a:hover
{
    color: #702437;
}
a:active
{
    color: #702437;
}


/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.2em;
    text-transform:uppercase;
    letter-spacing: -1px;
}

h1
{
    font-size: 1.2em;
    margin-top:0px;
}

h2 
{
    margin-top:30px;
    color:#000;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

img {
    border:0;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#container
{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    overflow:auto;
   
}

#header
{
    margin-top:15px;
    /*margin-bottom: -20px;*/
    /*color: #000;*/
    padding: 0;
    /*background: url('../Images/jesper-avatar.png') no-repeat 1px 1px;*/
    /*border-bottom:1px solid #eee;*/
    
}

#header h1 {
    font-size:1.1em;
}

#header img
{
    /*position:relative;
    top:80px;
    left:-100px;*/
    border:2px solid #000;
    
    
}

#sidebar {
    float:left;
    width:280px;
    padding-top:30px;
}

#sidebar ul
{
    list-style:none;
    margin:0;
    padding:0;
    /*padding:0;
    margin:-60px 0 0 0;*/
    
    
}

#sidebar ul li
{
    /*border-right:2px solid #333;
    float:left;*/
    margin:0 7px 0 0 ;
    padding:0 7px 0 0;
}


#main
{
    
    float:left;
    margin-bottom: 30px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    width: 60%;
}

#main div
{
    margin-bottom:5px;
}



.time
{
    float:left;
    /*color:#333;*/
    font-size:0.8em;
    margin-right:20px;
    display:block;
}

.service
{
    float:left;
    /*color:#333;*/
    font-size:0.8em;
    margin-right:5px;
    display:block;
}

.item
{
    display:block;
    margin-left:80px;
}

.item a:hover
{
    color: #fff;
    background-color: #704157;
}

.comment
{
    font-size:0.8em;
}

.comment-icon {
/*margin-left:100px;*/
}

.thumbs img
{
    margin-right:10px;
}

.thumbs img a
{
    
}

.thumbs a:hover
{
    background-color:#fff;
}



#pager {

}

#pager a.current:link
{
    color: #666;
    text-decoration: underline;
}
#pager a.current:visited
{
    color: #666;
    text-decoration: none;
}
#pager a.current:hover
{
    color: #666;
    
}
#pager a.current:active
{
    color: #666;
}

#pager span
{
    padding-right:5px;
}

#footer
{
    color: #000;
    padding: 10px 0;
    text-align: left;
    line-height: normal;
    margin: 0;
    font-size: .9em;
    /*border-top:2px solid #333;*/
    clear:both;
}


