﻿/*  
Theme Name: DelaWall Theme
Theme URI: http://www.baronen.org
Description: Mästaren Andreas Eriksson
Version: 1.0
Author: Patrik Wall


*/

body 
{
	margin:0;
	margin-top:10px;
	padding:0;
	background-image:url(bgPics/bakgrund.png);
}
#container
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	background-image:url(bgPics/borderright.png);
	background-repeat:repeat-y;
	background-position:right;
	}
#topdiv
{
	float:left;
	width:798px;
	height:150px;
	background-image:url(bgPics/topbg.png);
	text-align:center;
	border:solid 1px silver;
	
	}
#logo
{
	display:block;
	margin-left: 400px;
	margin-top:25px;
	width:0px;
	height:0px;
	background-image:url(bgPics/logo.png);
	}

#adleft
{
	float:left;
	width:10px;
	height:120px;
	background-image:url(bgPics/borderleft.png);
	}
#adsense
{
	float:left;
	height:90px;
	padding-top:5px;
	padding-bottom:5px;
	width:740px;
	margin-left:20px;
	margin-right:20px;
	background-color:white;
	border-bottom:solid 1px silver;
	}
#adright
{
	float:right;
	width:10px;
	height:120px;
	background-image:url(bgPics/borderright.png);
	}

#content
{
	width:500px;
	float:left;
	background-color:white;
	background-image:url(bgPics/borderleft.png);
	background-repeat:repeat-y;
	padding-left: 40px;

	}
#content h2
{
	font-family: Calibri, Arial, Tahoma;
	font-size: 18px;
	font-weight:bold;
	color:#ef0489;
}
#content p
{
	background-color:white;
	padding:5px;
	padding-bottom:10px;
	font-family:Calibri, Arial;

	}
#content a
{
	color:#ef0489;
	text-decoration:none;
	}
#content p a:hover
{
	text-decoration:underline;
	}
#content span
{
	display:block;
	color:Gray;
	line-height:130%;
	font-size:smaller;
	}


#advertiserright
{
	float:right;
	width:238px;
	margin-right:10px;
	background-color:white;
	border-left:dotted 1px silver;
	}
#advertiserright p
{
	font-family:Calibri, Arial;
	margin-left:20px;
	margin-right:10px;
	font-size: 13px;
	}
#advertiserright h4
{
	margin:0;
	padding:0;
	font-family:Calibri, Arial;
	font-weight:normal;
	margin-left:20px;
	}
#advertiserright p a
{
	color:#ef0489;
	text-decoration:none;
	}
#advertiserright p a:hover
{
	text-decoration:underline;
	}
#advertiserright p span
{
	display:block;
	line-height:90%;
	font-size:smaller;
	color:Gray;
	}
#footer
{
	width:800px;
	height:40px;
	clear:both;
	background-color:white;
	background-image:url(bgPics/footer.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Calibri, Arial;
	font-size:small;
	}
#footer a
{
	color:gray;
	text-decoration:none;
	}
#footer a:hover
{
	text-decoration:underline;
	color:Black;
	}
#footer p
{
	float:left;
	}
#footerleft
{
	float:left;
	width:10px;
	background-image:url(bgPics/footerleft.png);
	height:40px;
	}
#footerright
{
	float:right;
	width:10px;
	background-image:url(bgPics/footerright.png);
	height:40px;
	}
.entry
{
	font-family: Calibri, Arial, Tahoma;
	font-size:12px;
	color: #4444444;
}
.post
{
border-bottom:solid 1px #444444;
}
.image
{
	border:solid 1 px #444444;
	float:right;
	margin-left:10px;
	}
	

	
#categories ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#categories li{
	padding: 0px;
	margin-left: 25px;
	font-family:Calibri, Arial;
	font-size: 12px;
	list-style: none;
}

#categories a
{
	color:#ef0489;
	text-decoration:none;
	}
#categories a:hover
{
	text-decoration:underline;
}