﻿/*   
Theme Name: Meatey
Theme URI: www.kottfc.se
Description: Blueish icecrem
Author: Per Eriksson, Kristofer Månsson
Author URI: www.kottfc.se
Version: 1.0
.
Designed and coded for kött by Per and Kristofer. Copyright Kött FC http://www.kottfc.se
.
*/
a{
	color: #ff0000;	
}
a:hover{
	color: #ff0000;
	text-decoration:underline;
}
a:focus{
	color: #ff0000;
}

h2{
    text-transform:uppercase;
    color: #b4b4b4;
    margin-bottom:0px;
}
h2 *{
	text-decoration:none;
}
h2 *:hover{
	text-decoration:none;
}
h4{
    text-transform:uppercase;
    color: #b4b4b4;
    margin-bottom:0px;
}
h4 *{
	text-decoration:none;
}
h4 *:hover{
	text-decoration:none;
}
hr{
	color: #b4b4b4;
	background-color: #b4b4b4;
	border:none;
	height: 2px;
	margin-bottom:30px;
}

#content h2{
    color:#FF0000;
	font-size:16px;
    text-transform: uppercase;
}
p{
    color:#000000;
    font-size:12px;
}
body{
	background-image: url(images/background.png);
	font-family: Helvetica, sans-serif;
	margin:0px;  
}
#molnBg{
    float:left;
	background:url(images/snigelBg.png);
	width:100%;
	height:auto;
	position:absolute;
	top:0px;
}
#main {
    float:none;
	width: 800px;
	margin:0px auto 0px;
}

#content {
    float:left;
    padding: 5px;
	width: 600px;
	background-color: #FFFFFF;
	border: 2px solid #b4b4b4;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#content h2{
    padding-bottom:0px;
    margin-right:5px;
    margin-bottom:0px;
}
#postDate{
    border-bottom:2px dashed #2eaadc;
    margin:0px;
    padding-bottom:10px;
    font-size:10px;
    color: #b4b4b4;
}
#postDate a{
    color: #000000;
}
#footer {
    float:left;
	width: 100%;
	height:200px;
	margin:0px;
	background:url(images/footerBG.png);
}
#gubbe{
	margin:10px auto 0 auto;
    width: 800px;
	height:190px;
	background:url(images/gubbe.png);
    background-repeat:no-repeat;
}
/* sidebar */
#rightSideBar {
	float:right;
	position:relative;
	top:0pt;
	right:0pt;
	background-color: #FFFFFF;
	width: 180px;
	border: 2px solid #b4b4b4;
	font-size: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#rightSideBar hr{
	color: #b4b4b4;
	background-color: #b4b4b4;
	border:none;
	height: 2px;
	margin-bottom:30px;
	margin-left:3px;
	margin-right:3px;
}
#sidebar ul{
    margin: 0px;
	padding: 5px;
	text-align: left;
	list-style-type: none;
}
/* Twitter */

#twitter_update_list li{
	margin-bottom:10px;
}
#twitter_update_list li span{
	display:block;
}
#twitter_div{
	margin:5px;
}
#twitter_div ul{
	list-style:none;
	margin:5px;
	padding:0px;
}
/* END Twitter */

/* END sidebars */

#header {
    background-image:url(images/slem.png);
    height:190px;
}

#logoDiv {
    background-image:url(images/logo.png);
    height:190px;
	margin-top:0px;
}

#topMenu ul{
	margin: 0;
	margin-bottom:10px;
	padding: 0;
	text-align: left;
	list-style-type: none;
}
#topMenu ul li{
	text-transform: uppercase;
	display: inline;
	margin-right:10px;
	margin-left:15px;
}
#topMenu ul li a{
	text-decoration:none;
	color: #b4b4b4;
}

#topMenu ul li a:hover{
	color: #ff0000;
}
#topMenu ul li a:focus{
	color: #ff0000;
}



/* 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 */

/* 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 */

.feedback a{
	color:#b4b4b4;
	font-size:11px;
	text-decoration:none;
}

.instr {
	float: left;
	width: 100%;
}

.instr .text {
	float: right;
	width: 290px;
}

/* Comments */
#respond{
	Width:600px;
}
#comment{
	width:598px;
}
/* END Comments */


