/*
Theme Name: Lasplattan
Theme URI: http://lasplattan.se/
Description: Utseendet som fanns pa orginella lasplattan.se.
Version: 1.0
Author: Andy
Author URI: http://lasplattan.se/
Tags: Hemmagjord
*/



/*///////////////////////////////////////////////////////////////////////
// Layout
//*/

* {padding: 0;margin: 0;}
body {margin: 40px 0 20px 0;}

/* Defines whole content margins */
.wrapper{ 
	margin: 15px 15px 0px 15px;
} 	
.clear { /* Fix for wrapper */
	clear: both;
	margin: 0;
	padding: 0;
}


/* The whole page */
#page { 
	margin: 0px auto;
	position: relative;
	width: 970px;	
	background: white;
	border: 12px solid #054b81;
	border-bottom-width: 0px;
	text-align: left;
}

/* The header */
#header {
	padding: 0;
	margin: 0;
	height: 180px;
	position: relative;
	background: #000033 url(http://lasplattan.se/img/banner.jpg) no-repeat 0px 0px;
}
/* site title */
#header h1, #header p.sitetitle { 
	margin: 0px;
	padding: 20px 0 12px 35px;
}
/*site slogan*/
#header p.slogan{ 
	padding: 8px 0 10px 60px;
	display: block;
}

/*secondary links*/
#submenu { 
	padding: 9px 10px 9px 14px;
	background: #FF9900 url(http://lasplattan.se/img/slinks.gif) repeat-x top;
	color: #fff;
	font-size: 1.0em;
	text-align: left;
	letter-spacing: 1px;
}

/* The menu */
.lsidebar { 
	width: 180px; /* 180 - 2 x padding */
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding: 3px;*/
}

/* The content */
#primary {
	float: left;
	margin: 0px 0px 20px 0px;
	width: 745px;	
}		

/* The footer */
#footer {
	width: 970px;
	margin: 0 auto;
	border: 3px solid #054b81;
	border-left-width: 12px;
	border-right-width: 12px;
	background: #054b81;
	color: #fff;
	text-align: right;
	font-size: 10px;
}







/*///////////////////////////////////////////////////////////////////////
// Graphics, typography
//*/

a {
	color: #005a8c;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
body {
	color: #333;
	background: #ededed url(http://lasplattan.se/img/body.gif);
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: normal;
	text-align: center;
}
img {
	border: 0;
}

/* The menu */
.lsidebar {
	background: url(http://lasplattan.se/img/bgblock.gif) repeat-x top;
	padding-top: 7px;
	padding-bottom: 7px;
}
.lsidebar a {
	padding: 5px;
	color: #a1a1a1; 
	display: block;
	width: 100%;
}
.lsidebar a:hover {
	background-color: #005a8c;
	color: white;
	text-decoration: none;
}
.lsidebar ul {
	list-style: none;
	padding-left: 7px; 
	padding-right: 0px;
}
.lsidebar li {
	list-style: none;
	line-height: 16px;
	font-size: 14px;
	border-bottom: 1px dotted #a1a1a1;
}
.lsidebar h2 { /* Menu header */
	margin: 5px;
	font-size: 18px;
	font-weight: stronger;
}

/* The content */
.content {
	color: #333;
	font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing: 0px;
	font-size: 14px;
	line-height: 16px;
}
.content p {
	padding: 8px 0px;
}
.page_title {
	font-size: 20px;
	line-height: 22px;
	font-weight: stronger;
	color: #000;
}

/* The text under the galleries */
.small {
	font-size: 12px;
}

/* Site title */
#header h1, #header p.sitetitle { 
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 4em;
	line-height:62%;
	font-weight: lighter;
	letter-spacing: -1px;
	text-transform: none;
}
#header h1 a, #header p a{
	color: #333333;
}
#header h1 a:hover, #header p.sitetitle a:hover{
	text-decoration:underline;
}

/* site slogan*/
#header p.slogan{ 
	color: #333;
        font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height:0.6em;
	font-weight: lighter;
	letter-spacing: -0.3px;
}

/* Secondary links */
#submenu ul li a {
	color:white;
}
#submenu ul li a:hover {
	text-decoration: underline;
}
#submenu ul li a.active {
	font-weight: bold;
	text-decoration: underline;
}
#submenu ul li {
	list-style: none;
}

/* Property-table */
.properties_tbl {
	border: 0px;
	border-spacing: 3px;
}
.properties_tbl .caption_tbl {
	border: 0px;
	font-weight: bolder; 
	padding: 5px;
}
.properties_tbl td {
	padding: 2px 0px;
}
.properties_tbl .odd_tr {
	background: #eee;
}
.properties_tbl .subj_tbl {
	font-weight: bold; 
	padding: 4px 0px;
}
.properties_tbl .name_tbl {
	font-size: 12px;
}
.properties_tbl .value_tbl {
	font-size: 12px;
}

/* HR under the title */
.drdot {
	margin: 5px 0px;
}