/*
Theme Name: Tomik
Theme URI: http://tomik.se/
Description: Private theme, based on Starkers WordPress Theme http://elliotjaystocks.com/blog/free-starkers-wordpress-theme/
Version: 1.0
Author: Emma Lindberg
Author URI: http://www.emmli.com
*/



@import "css/reset.css";

/* ---- Body ---- */

body {
    background-color: #000;
    font: 10px/20px Verdana, sans-serif;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:active {
    color: #FF0000;
    text-decoration: none;
    
}

img {
    
}

.clear {
    clear: both;
}


/* ---- Layout ---- */

#wrap {
    background-color: #fff;
    margin: 0 auto 10px;
    width: 802px;
}

#header {
    background: url(http://tomik.se/bilder/topp2012.jpg) no-repeat;
    height: 222px;
    margin: 0;
}

#content {
    
}

/* ---- Huvudmeny ---- */

#main_menu {
    height: 22px;
    line-height: 25px;
    padding: 200px 0 0 2px;
    width: 387px;
}

#main_menu ul {
    display: inline;
}

#main_menu ul li {
    display: inline;
    margin-left: 9px;
}

#main_menu ul li a {
    text-transform: uppercase;
}


/* ---- Inlägg i bloggen ---- */

#post_wrap {
    float: left;
    margin: 30px 0px 0px 20px;
    width: 590px;
}

.post p {
    margin: 20px 0 20px 0;
    text-align: justify;
}

h2 {
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.meta {
    border-bottom: 1px dotted #CCCCCC;
    margin: 0px 0px 0px 0px;
    padding-bottom: 23px;
    padding-top: 10px;
}

.post ul li {
    list-style-type: disc;
    list-style-position: inside;
}

.post ol li {
    list-style-type: decimal;
    list-style-position: inside
}

pre {
    background-color: #f1f0f0;
    color: #848282;
    font: 10px/20px Verdana, sans-serif;
    margin: 0 3.13em; /* 50 / 16 */
    padding: 0.94em; /* 15 / 16 */
    overflow: auto;
}

blockquote {
    font-style: italic;
    text-align: center;
}

/* ---- Sidebar ---- */

#sidebar {
    float: right;
    margin: 0px 20px 0px 20px;
    width: 150px;
}

h2 {font-size: 10px; 
    margin: 0 0 0 0;
}


#sidebar ul {
    margin-bottom: 20px;

}

#sidebar ul li {
     margin-bottom: 3px;

    
}

h2.widgettitle {
    margin: 18px 0px 0px 0px;
}


ul#rmenu2 li ul li a:link,
ul#rmenu2 li ul li a:active,
ul#rmenu2 li ul li a:visited,
ul#rmenu2 li ul li a:hover {
font-size: 11px;
}



/* ---- Page related ---- */

.float_right {
   float: right;
   margin: 0 0 0 35px;
}

ul.sub_menu {
    margin-top: 24px;

}

.clear_left {
    clear: left;
}


/* ---- Post navigation ---- */

.nav-previous {
    float: left;
    margin-bottom: 20px;
}

.nav-next {
    float: right;
    margin-bottom: 20px;
}


/* ---- Calendar ---- */

#calendar_wrap {
    
    width: 100%;
    margin: 1px 0px 10px;
}

#calendar_wrap table {
border: 1px solid #000000;
    line-height: 15px;
    margin: 0 auto;
    width: 100%
}

#wp-calendar th {
    text-align: center;
    font-size: 10px;
    text-transform: capitalize;
    color: #000000;
} 

#calendar_wrap td {
    color: #000;
    letter-spacing: normal;
    padding: 2px 0;
    text-align: center;
    font-size: 10px;
}

#wp-calendar caption {
    color: #000;
    margin: 0 0 10px 0;
    padding: 3px 0 3px 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 10px;
    background: #ffffff;
}


#calendar_wrap td a:link {
    color: #FF0000;
    font-weight: bold;
}

#calendar_wrap td a:visited {
    color: #FF0000;
    font-weight: bold;
}

#calendar_wrap td a:hover {
    color: #000000;
    font-weight: bold;
}

/* ---- Comments ---- */


.namn { margin-right: 37px; }

.mail { margin-right: 47px; }

.hemsida { margin-right: 20px; }



h3#comments {
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;

}

h3#respond {
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;

   
}

.avatar {
    float: right;
    margin: 0 0 10px 10px;
}

.moderation {
    font-style: italic;
}

ol.comment_list {
    width: 450px;
    margin-left: 20px;
}

ol.comment_list li {
    border-bottom: 1px dashed #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

cite {
    font-weight: bold;
}

/* ---- Footer ---- */

#footer {
    border-top: 1px solid #000000;
    height: 30px;
    margin: 0 auto;
    width: 760px;
    line-height: 30px;
    margin-top: 30px;
}

#footer p {
    text-align: center;
}
