body {
	background-image: url(http://media.anderslinden.se/design/bg.png);
	
	color: #727272;
	font-family: Arial;
	margin: 0px;
}
@font-face {
    font-family: "Myriad Pro";
	src: url(http://media.anderslinden.se/design/MyriadPro-Regular.otf);
}
.menu{
	width: 100%;
	background-repeat: repeat-y;  
	

}
.menu ul{
	margin: 0; padding: 0;
	float: left;
	
	
	}

.menu ul li{
	display: inline;

	}

.menu ul li a{
	float: left; text-decoration: none;
	font-family: Myriad Pro;
	color: #00b4ff;
	font-size:  10pt;
	padding: 2.5px 11px;
 
	}

.menu ul li a:visited{
	color: #00b4ff;
	}

.menu ul li a:hover, .menu ul li .current{
	color: #000000;
	background-color:#FFFFFF;}

#container{
	width: 100%;
	background-image: url(http://media.anderslinden.se/design/overlay.png);
	background-repeat:no-repeat;
	margin:0px 0px; 
	padding:0px;
	text-align:center;

}
#head{
	background-image: url('http://media.anderslinden.se/design/head.png');
	background-repeat:no-repeat;
	width:700px;
	height: 210px;
	margin:0px auto;
	text-align:left;
}
#menu {
	background-color: #000000;
	width:700px;
	margin:0px auto;
	text-align:left;
	border:2px solid #000000;
}
#hand{
	position: relative;
	top: 100px;
	left:68px;
	width: 102px;
	height: 184px;
	background-image: url(http://media.anderslinden.se/design/myhand.png);
	background-repeat:no-repeat;
	margin:0px auto;
	text-align:left;
	z-index: 1;
	float: right;
}
#main {
	background-color: #FFFFFF;
	width:670px;
	height:300px;
	min-height: 300px; 
	height: auto; 
	margin:0px auto;
	text-align:left;
	border:2px solid #000000;
	padding: 15px;
}

h1 {
	color: #6a6a6a;
}
h2 {
	color: #000000;
}
a {
	text-decoration:none;
	color: #000000;
}

.wp-caption img {
        margin: 0;
        padding: 0;
        border: 0 none;
}
div#text{
	color: #858f84;
	text-align: justify;
	height: 180px;
	text-indent: 1em;
	overflow : auto;
}
div#button {
	background-image: url('http://media.anderslinden.se/img/button_bg.png'); 
	width: 108px;
	height: 108px;
	margin: 16px;
	float: left;
	text-align: center;
}
div#blog {
	margin: 1em auto;
	width: 600px;
	padding: 1em;
	text-align: left;
}

p img {
        padding: 0;
        max-width: 100%;
        }
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
        }

.widecolumn a {
        text-decoration:none;
        color: #3b6d23;
}
.post a{
       text-decoration:none;
        color: #000000;
}
.wp-caption {
        border: 1px solid #ddd;
        text-align: center;
        background-color: #000000;
        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;
	color: #00b4ff;
        line-height: 17px;
        padding: 0 4px 5px;
        margin: 0;
}


.postmetadata {
        clear: both;
}

.navigation {
        display: block;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 60px;
	text-decoration:none;
        color: #000000;
}
.alignright {
        float: right;
        }

.alignleft {
        float: left
        }

