﻿/*
Theme Name: WP-Metamatrix
Theme URI: http://www.metamatrix.se
Description: A theme from Metamatrix
Author: Metamatrix
Author URI: http://www.metamatrix.se
Version: 0.1
*/

@import url(reset.css);

#page {
    width: 960px;
    margin: 0 auto;
}

#header {
    position: relative;
}

#sidebar {
    float: right;
    width: 390px;
    margin-top: 20px;
}

#content {
    float: left;
    width: 500px;
    margin: 20px 0 0 20px;
}

#footer {
    clear: both;
}

/*
    Style
*/

body {
    color: #303030;
    font-family: Arial;
    font-size: 1em;
}

a
{
    text-decoration: none;
}
p
{
    line-height: 150%;
    margin: 8px 0px;
}
ul
{
    padding: 0 0 0 30px;
    margin: 0 0 8px 0;
}
li
{
    line-height: 150%;
}

.entry h1 {
    font-size: 1.5em;
    padding: 10px 0px 5px 0px;
}

h2 {
    font-size: 1.5em;
}

.post .entry h2 {
    font-size: 1.3em;
    padding: 10px 0px 5px 0px;
}

.entry h3 {
    font-size: 1.1em;
    padding: 10px 0px 5px 0px;
}

img
{
    border: 0;
}

div.clear {
    clear: both;
}

#header h1
{
    float: left;
    width: 700px;
}


#header h1 a {
    background: url('images/logo2.png') no-repeat 0px 0px;
    height: 93px;
    width: 738px;
    display: block;
    text-indent: -3000px;
}


#header h1 a {
    color: #FFFFFF;
    text-decoration: none;
}


#navmenu {
    float: left;
    background: url('images/sidebar-headlines.png') repeat-x left bottom;
    width: 960px;
    height: 35px;
}


#navmenu ul
{
    list-style: none;
    margin: 0 0 0 12px;
    padding: 0;
}
#navmenu ul li
{
    float: left;
    line-height: 100%;
}

#navmenu ul li a
{
    display: block;
    padding: 10px 8px 10px 8px;
    color: #fff;
    font-size: 0.8em;
    font-weight: bold;
}

#navmenu ul li#current a  {
    color: #b5dc11;
}

#content,
#sidebar {
    font-size: 0.9em;
}

.post {
    margin: 0px 0px 30px 0px;
}

.post h2 {
    font-size: 1.5em;
    margin-bottom: 4px;
}

.post p, #sidebar ul {
    font-size: 0.9em;
}

.below-title {
    clear: left;
    font-size: 0.8em;
}

.below-title small.author {
    float: left;
}

.below-title small.date {
    float: right;
}

.below-title span {
    float: right;
}

.entry {
    padding: 6px 0px 0px 0px;
}

#content a,
#content a:visited,
#sidebar ul li a,
#sidebar ul li a:visited
{
    color: #88AF3C;
}

#content a:hover,
#sidebar ul li a:hover
{
    color: #749A26;
    text-decoration: underline;
}

#sidebar ul li h2.widgettitle a,
#sidebar ul li h2.widgettitle a:visited
{
    color: #fff;
}

#sidebar ul li h2.widgettitle a:hover
{
    color: #fff;
    text-decoration: underline;
}

.entry {
    clear: both;
}

#sidebar h2 {
    background: transparent url('images/sidebar-headlines.png') repeat-x left bottom;
    height: 28px;
    padding: 5px 0px 0px 10px;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
}

#sidebar #info h2 {
    background: transparent url('images/ombloggen.png') repeat-x left bottom;
}


/*
    Navigation
*/

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

/*
    Comments
*/

h3#comments {
    padding: 20px 0;
}

.commentlist li, #commentform input, #commentform textarea {
    font: 0.9em Arial;
}
.commentlist li ul li {
    font-size: 1em;
}

.commentlist li {
    font-weight: bold;
}

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
}

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
}

#commentform p {
    font-family: Arial;
}

.commentmetadata {
    font-weight: normal;
}

#respond {
    background-color: #F7F6F6;
    padding: 10px 5px;
    margin: 10px 0 0 0;
}

/*
    Forms
*/

#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
}

#searchbox #s
{
    width: 200px;
    background: #fff;
    border: 1px solid #333;
    padding: 3px;
}

#searchbox #searchsubmit
{
    border: 0;
    color: #fff;
    padding: 3px;
    background: #66941a;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
              text-align:center;
}

select {
    width: 130px;
}

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
}

#commentform {
    margin: 5px 10px 0 0;
}
#commentform textarea {
    width: 100%;
    padding: 2px;
}
#respond:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#commentform #submit {
    margin: 0 0 0 0;
    float: right;
    background-color: #66941a;
    color: #fff;
    border: 0;
}
/* End Form Elements */


/*
    Sidebar Lists
*/

#sidebar ul,
#sidebar ul ol {
    margin: 0;
    padding: 0;
}

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
}

#sidebar ul p,
#sidebar ul select {
    margin: 5px 0 8px;
}

#sidebar ul ul,
#sidebar ul ol {
    margin: 5px 0 0 10px;
}

#sidebar ul ul ul,
#sidebar ul ol {
    margin: 0 0 0 10px;
}

ol li,
#sidebar ul ol li {
    list-style: decimal outside;
}

#sidebar ul ul li,
#sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
}

#sidebar ul li p {
    margin: 10px 10px;
    padding: 0;
}

/*
Image widget - "Om bloggen"
*/

#infowidget {
    height: 130px;
}

#sidebar #infowidget ul {
    margin: 0 auto;
    width: 330px;
    text-align: center;
}

#sidebar #infowidget ul li {
    float: left;
    line-height: 100%;
    padding: 0px 2px 0px 2px;
}

/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}
/* End Images */


/*
    Entry lists
*/

#sidebar ul#widget ul li:before {
    content: "\00BB \0020";
}

#sidebar ul#static li#latestreports ul li:before,
#sidebar ul#static li#similar-categories ul li:before
{
    content: "\00BB \0020";
}


.entry ul li {
    list-style-type: disc;
}

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
}

.entry ol li {
    margin: 0;
    padding: 0;
}

/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
}

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
}

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
}

#wp-calendar a {
    display: block;
}

#wp-calendar caption {
    text-align: center;
    width: 100%;
}

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
                            background-color: #fff; }
/* End Cal

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
}

acronym, abbr {
    border-bottom: 1px dashed #999;
}

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #88AF3C;
}

blockquote cite {
    margin: 5px 0 0;
    display: block;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -1000em;
}

hr {
    border: 0;
    background-color: #b5dc11;
    height: 3px;
    margin: 30px 0;
}

a img {
    border: none;
}

.navigation {
    display: block;
    text-align: center;
    margin: 20px 0;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */

/*
    Footer
*/

#footer {
    color: #fff;
    font-size: 0.8em;
}

#footer-middle {
    float: left;
    background: url('images/footer.png') repeat-x left top;
    height: 320px;
    width: 960px;
    border-top: 3px solid #33AF3C;
}


#footer p {
    margin: 0;
    line-height: 120%;
}

#footer a {
    color: #fff;
}

#footer ul {
    list-style: none;
    list-style-position: inside;
    padding: 0;
    margin-top: 32px;
}

#footer ul ul {
    margin-top: 0px;
}

#footer ul li {
    float: left;
    line-height: 120%;
    width: 205px;
    padding: 10px 2px;
    margin: 0 52px;
}

#footer ul ul li {
    padding: 0px 10px;
    margin: 0;
}
#footer ul ul li:before {
    content: "\00BB \0020";
}

#footer img {
    margin-bottom: 5px;
}
/*
    Subsription widget
*/
li#subscriptions div {
    margin: 10px 0 0 10px;
    width: 330px;
    height: 50px;
}

li#subscriptions div img {
    float: left;
    padding: 0px 15px 0 0px;
}

/*
Innehållssidfot
*/

.postmetadata {
    background-color: #F7F6F6;
    border-bottom: 3px solid #b5dc11;
    padding: 1px 0 0 5px;
    position: relative;
    margin: 20px 0 0 0;
}

/*

*/

#more_posts {
    margin-bottom: 15px;
}

/*
    Documents icons
*/

a[href$='.pdf'] {
display:inline-block;
padding-left:20px;
line-height:18px;
background:transparent url(images/pdf-icon.gif) center left no-repeat;
}

/*
    Tag widget
*/

#sidebar ul li#tag_cloud-3 div {
    padding: 0 10px 0 10px;
}