/*  
Theme Name: Gapskratt
Theme URI: http://gapskratt.se/
Description: Gapskratt.
Version: 1.0
Author: Jonny Zetterström
Author URI: http://zetterstrom.net/

	Gapskratt 1.0
*/

body {
   background-color: #8EBAD3;
   text-align: center;
   margin: 0px;
   font: 0.7em Verdana, serif;
}

#navbar {
   width: 760px;
   height: 30px;
   background: url(images/bar.gif) repeat-x;
}



#page {
   width: 1040px;
   height: 100%;
   margin: 0 auto;
}

#header {
   width: 760px;
   background: url(images/header.jpg) no-repeat;
   height: 120px;
}

#wrapper{
   background: url(images/wrapper_bg.jpg) repeat-y;
   width: 760px;
   float: left;
}

#content {
   background: transparent;
   width: 560px;
   float: left;
}

#sidebar {
   background: transparent;
   width: 170px;
   float: right;
   padding-left: 30px;
   text-align: left;
}

#adleft {
   width: 140px;
   float: left;
}

#adright {
   width: 140px;
   float: right;
}

#footer {
   background: #003366;
   color: #DDDDDD;
   width: 740px;
   padding: 10px;
   text-align: left;
   margin-bottom: 10px;
}

#footer a {
   color: #FFFFFF;
   text-decoration: none;
}

#footer a:hover {
   text-decoration: underline;
}

#footer p {
   margin: 0px;
   padding: 0px;
}

#adbar {
   width: 760px;
   height: 20px;
   padding-top: 10px;
   background-color: #003366;
}

.menu * {
   padding: 0;
   margin: 0;
}

.menu {
   width: 760px;
   margin: 0;
   padding: 0;
   vertical-align: middle;
}

.menu li {
   float: left;
   display: inline;
   padding-left: 25px;
   padding-top: 5px;
   list-style: none;
}

.menu li a {
   float: left;
   display: inline;
   font: bold 9pt Verdana, arial;
   text-decoration: none;
   text-transform: uppercase;
   color: #ffffff;
}

.menu li a:hover {
   text-decoration: underline;
}

.rightalign {
   text-align: left;
   float: right;
}

.leftalign {
   text-align: left;
   float: left;
}

h2 {
   font-face: Arial;
   font-size: 2.0em;
   font-weight: bold;
   margin-top: 10px;
   margin-bottom: 5px;
}

h2 a {
   color: #1A3E58;
   text-decoration: none;
}

h2 a:hover {
   color: #204D6A;
   text-decoration: underline;
}

.post { 
   text-align: left;
   padding: 5px;
   margin-left: 10px;
}

#sidebar h2 {
   color: #1A3E58;
   font-size: 1.3em;
   margin-top: 15px;
}

#sidebar li {
   list-style: none;   
   margin-left: 0px;
   padding-left: 0px;
}

#sidebar ul {
   margin-left: 10px;
   padding-left: 0px;
}

#sidebar li a{
   color: #00000;
   text-decoration: none;
}

.entry {
   font-size: 1.1em;
}