body {
	
	font-family: Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #333;
	background-image:url(../classic/images/bakgrund_london.png);
	background-position:bottom;
	background-attachment:fixed;
	background-repeat:repeat-x;

	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background-color: #73a0c5;
	}


.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}
	
	
.entry p, .entrytext p
{
font-size: 11px;
line-height: 175%;
}

small, .postmetadata
{
font-size: 9px;
color: #666666;
}

.navigation, #footer
{
font-size: 10px;
color: #666666;
}

.postmetadata
{
margin-bottom: 20px;
}	

.post h2, .post h3
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
color: white;
background-color: #114258;
padding: 2px;
}

.post h2 a, .post h3 a
{
text-decoration: none;
color: white;


}

.post h2 a:hover, .post h3 a:hover
{
color: #CCCCCC;
}

h2.pagetitle
{
font-size: 14px;
}

a
{
color: #006699;
}

a:hover
{
text-decoration: none;
}

#sidebar h2
{
font-size: 12px;
}


/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0; 
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}
	
#header {
	padding: 0;
	margin: 0 auto;
	height: 220px;
	width: 100%;
	/*background-color: #73a0c5;*/
		background-image:url(http://www.dekman.se/wordpress/wp-content/themes/classic/images/header_new.png);
	background-repeat:no-repeat;
	border-bottom: 1px solid #959596;
	}
	


#headerimg h1, .description
{
display: none;
	}

#content
{
padding-top: 20px;
}

.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 440px;
	border-right: 1px dotted #959596;
	padding-right: 30px;

	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.entry, .entrytext
{
border: 1px dashed #CCCCCC;
padding-left: 5px;
padding-right: 5px;
}
	
#footer {
	padding: 0 0 0 1px;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


	
#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	font-size: 11px;
	
	
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

/*#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}*/

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	/*margin: 3px 0 0;*/
	padding: 0;
	background-image:url(../classic/images/list_bullet.gif);
	line-height: 150%;
	background-position: center left;
background-repeat:no-repeat;
padding-left: 18px;
padding-bottom: 2px;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */





/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	background-color: #ebebeb;
	font-style: italic;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
#comments, .commentlist, #respond, #commentform
{
font-size: 11px;
}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	}
/* End Various Tags & Classes*/


