/*
Theme Name: Home
Theme URI: google.com
Description: tweaked a bit by zm
Version: 1.0
Author: w0t
Author URI: http://www.google.com/
*/

/* CSS Document */
* {
margin:0;
padding:0;
outline:none;
}

body {
background:#000000 url('images/body.jpg') top center no-repeat; background-attachment:fixed;
font:70% Verdana;/* text farg */
color:#FFFFFF;
}
/* inlagg rubrikfarg */
a {
color:#515151;
}

a:hover {
text-decoration:none;
}

#header {
height:185px;
display:block; top center no-repeat;
}

h1.main_title {
font:170% Century Gothic;
color:#FFFFFF;
font-weight:bold;
margin:5px auto 0;
text-align:center;
}
/* title blog */
h1.main_title a {
color:#373737;
text-decoration:none;
}
/* container=innehållsrutan bg=RAM */
#container {
width:760px;
margin:0 auto;
background:#FFFFFF;
padding:5px;
}

#navigation {
background:#373737;
width:760px;
border-top:1px solid #000000;
padding:12px 0;
margin:3px auto 1px;
font:100% Georgia;
color:#FFFFFF;
letter-spacing:2px;
text-transform:uppercase;
}

#nav li {
list-style:none;
display:inline;
margin-right:0px;
}

#nav a {
padding:12px;
color:#FFFFFF;
text-decoration:none;
margin-right:0px;
}

#nav a:hover {
background:url(images/nav_link_active.jpg) top repeat-x;
color:#FFFFFF;
}

#nav li.current_page_item a {
background:url(images/nav_link_active.jpg) top repeat-x;
color:#FFFFFF;
font-weight:bold;
}

#inner_container {
background:url(images/inner_container.jpg) top repeat-x #000000;
padding:10px 10px 10px 25px;
}

#sidebar {
width:200px;
padding:10px;
float:right;
background:#123456;
color:#654321;
}

#container #sidebar h2 {
font-size:90%;
margin:10px 0;
}

#container #sidebar p {
text-indent:0;
font-size:90%;
line-height:17px;
}

#content {
margin-right:100px;
}

blockquote {
background:url(images/quote.gif) bottom right no-repeat #292935;
padding:2px 17px;
}

p {
margin:10px 0;
padding:5px;
line-height:20px;
text-indent:25px;
}

p.note {
padding:20px;
background:#FFFFFF;
color:#FFFFFF;
}

#container h1 {
font:170% Arial;
color:#FFFFFF;
margin:15px 0;
}

#container h2 {
font:110% Verdana;
color:#FFFFFF;
font-weight:bold;
margin:25px 0 15px;
}

#container ul {
margin:10px 15px;
}

#container ul li {
margin:10px 0;
}
/* detta e eckel container för image i sidebar! background:#FFFFFF before */
#container img {
padding:0px;
}

#footer {
width:750px;
background:#FFFFFF;
padding:10px;
margin:0 auto;
clear:both;
}

#content table {
width:475px;
background:#FFFFFF;
margin:25px 0;
}

td {
padding:8px;
text-align:center;
background:url(images/td.jpg) top left no-repeat #FFFFFF;
font:100% Georgia;
}

th {
color:#FFFFFF;
padding:10px;
}

#footer p {
text-indent:0;
}

#footer p.validate {
float:right;
}

.clear { clear:both; }

h3#comments { padding:10px 0 10px 0; }

h3#respond { padding:10px 0 10px 0; }

.commentlist p { text-indent:0; }

img.avatar {float:left; padding-right:5px; }

.pagination {padding:10px;}
.pagination .alignleft {float:left;}
.pagination .alignright {float:right;}

