/*
Theme name: Layout
Theme URI: http://whiteboard.nu/privat
Description: Layout nr 1
Version: 1.0
Author CSS: Lotta J&ouml;nsson 
Contact author: info@divadesign.se
Author URL: http://www.divadesign.se
Date (dd/mm/yyyy): 12/02/2009
-----------------------------
Copyright WHITEBOARD.NU 2009
*/

body {

	background: url('bilder/bg.jpg');
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
}

input, textarea, select {
	border: 1px solid #000;
	background:#D22285;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
/* --- L&auml;nkar --- */

a, a:link {
	color:#F343A6; 
	font-weight:bold; 
	text-decoration: none;
}

a:visited {
	color:#F343A6; 
	font-weight:bold; 
	text-decoration: none;
}

a:visited:hover{
	color: #F343A6;
	font-weight:bold; 
	background:#C0C0C0;
	text-decoration: none;
}

a:hover{
	color: #F343A6;
	font-weight:bold; 
	background:#C0C0C0;
	text-decoration: none;
}


/* --- Struktur layout --- */

#site { /* styr ramen runt sj&auml;lva layouten */
	width: 796px;
	margin: 5px auto;
	padding: 1px 3px 3px 3px;
	text-align: center;
	background:#fff;
}

* html #site { /* styr ramen runt sj&auml;lva layouten */
	width: 796px;
	margin: -10px auto;
	padding: 0px 3px 3px 3px;
	text-align: center;
	background:#fff;
}

#topp { /* headerbilden */
	height: 356px;
	width: 796px;
	background: url(bilder/header.jpg) no-repeat center center;
	text-align:center;
	margin: 0px auto;
	padding: 2px auto;
}

#wrap { /* h&aring;ller ihop inneh&aring;llet */
	width: 796px;
	min-height: 700px;
	margin: 3px 0 0 0;
	padding: 0px;
	background: #fff;
	background-repeat: repeat-y;
}

* html #wrap {/* IE6 fix */
	height:701px;
}

/* Styr Meny/flikar/sidonavigeringen */
div#pages {
	width: 796px;
	height: 12px;
	margin: 5px auto;
	padding: 1px 3px 3px 3px;
	text-align: center;
	font-family: arial,verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
* html div#pages {
	width: 780px;
	height: 16px;
	margin: 5px auto;
	text-align: center;
}

div#pages ul {
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}
* html div#pages ul {
	padding: 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0 0 5px 0;	
}

div#pages ul li {
	float:left;
}

#pages ul li a:before{
	content:"  ";
	color:#4b5674;
}

div#pages ul li.current_page_item a  {
	text-decoration: none;
	background:#fff;
	color:#AA0061;
}

div#pages ul li a {
	display: block;
	text-decoration: none;
	padding: 4px 0.5em;
	text-align:left;
	font-family: arial,verdana;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	color: #AA0061;
	background-color: #fff;
}

div#pages ul li a:hover {
	color: #000;
	background:#c0c0c0;
}
/* SLUT sidonavigering/meny/flikar */

#footer {
	width: 700px;
	background: #fff;
	margin: 0 auto;
	padding:3px;
}

/* --- SIDEBAR/SIDOMENY --- */

#sidebar h3 { /* Rubriker i sidebar */
	font:12px "Times New Roman", Verdana,Sans-serif;
	font-style:none;
	text-align:center;
	font-weight: bold;
	background: #F343A6;
	color:#000;
	padding:0px;
	letter-spacing:2px;
	margin:0 0 5px 0; 
	text-decoration:none;
}

#sidebar {
	color:#000;
	float: right;
	margin: 10px 0 5px 2px;
	padding: 10px 5px 15px 10px;
	width: 190px;
	min-height:700px;
	font-size:11px;
	text-align: left;
	letter-spacing:1px;
}

* html #sidebar {
	height:700px;
	width:188px;
	margin: 10px 0px 10px 0;
	padding:0px 5px 10px 5px;
}
#sidebar p {
	margin: 0 0 0 8px;
	padding: 0 0 0 3px;
}



/* --- Inl&auml;gg, Inneh&aring;ll --- */

#content {
	width: 540px;
	min-height:800px;
	padding: 10px 20px 0 10px;
	margin:0 auto;
	float: left;
	text-align:left;
}

* html #content {
	height:800px;
	margin:0 auto;
} 

h2 {
	font:18px "Times New Roman", Georgia,Arial, Verdana,Sans-serif;
	text-align:left;
	font-weight: bold;
	font-style:none;
	color:#AA0061;
	padding:0px;
	margin:0 0 0 0; 
	text-decoration:none;
	letter-spacing: 2px;
	border-bottom: 0px solid #AA0061;
}

.head { /* Rubrikerna */
	font:18px "Times New Roman", Georgia,Arial, Verdana,Sans-serif;
	text-align:left;
	font-weight: bold;
	font-style:none;
	color:#AA0061;
	padding:0px;
	margin:0 0 0 0; 
	text-decoration:none;
	letter-spacing: 2px;
	border-bottom: 1px solid #AA0061;
}

.head a:link, .head a, .head a:visited {/* Rubrikerna vid l&auml;nkar */
	color:#AA0061;
	text-decoration: none;
	padding:0px;
	margin:0 0 0 0; 
	border-bottom: 0px solid #8FA7B1;
}

.head a:hover, .head a:visited:hover {
	font-weight: bold;
	color: #AA0061;
	text-decoration: none;
	padding:0px;
	margin:0 0 0 0; 
	border-bottom: 0px;
}

.datum {
	font-size:11px;
	text-align:right;
	color:#AA0061;
	padding:0px 0 0 0;
	margin:0 0 0 0; 
}

.end {
	font-size:12px;
	text-align:left;
	padding:0px;
	margin:0 0 0 0;
}

/* --- WordPress --- */

#searchform {
	color: #000; 
	margin-left: 5px; 
	padding: 2px; 
	font-weight:normal; 
	font-size:10px; 
	font-family: verdana, arial, sans-serif; 
	text-align:left;
}

.navigation {
	display: block;
	text-align: left;
	margin-top: 12px;
	margin-bottom: 10px;
	font-size:11px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

ul {
	list-style-image: url('');
	list-style:none;
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
}

.ulsidebar {
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
}

li {
	list-style-image: url('');
	list-style:none;
	margin: 1px 0 0 2px; 
	padding: 0 0 0 2px; 
	text-align: left; 
}
* html li {
	margin: 2px 0 0 12px; 
	padding: 0 0 0 2px;
}

/* --- BILDER --- */
a img {
	border:0px;text-decoration:none;border-bottom:0px dotted #7592b9;
}
	
.gravatar {
	float: right; 
	padding: 1px; 
	margin-right: 5px;
	margin-left: 5px; 
	background-color: #FFFFFF; 
	border: 3px solid #FEA9FE; 
	text-decoration: none;
}

/* --- Kommentarer --- */

.alt {
	align: block;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.alt {
	border-bottom: 2px solid #F343A8;
	width: 90%;
	min-height: 90px;
}

.alt2 {
	border-bottom: 2px solid #F343A8;
	width: 90%;
	min-height: 90px;
}


.commentlist {
	list-style: none;
	list-style-image: url('');
	display: block; 
	margin-left: 20px;
	margin-right: auto; 
	padding: 0px;
	text-align: left;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	list-style-image: url('');
	display:block;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	border-bottom: 0px solid #F343A8;
}

/* --- WP Kalender --- */

#wp-calendar {
	border: 1px solid #F343A6;
	empty-cells: show;
	font-size: 11px;
	font-family: arial,verdana, sans-serif;	
	margin: 0;	
	width: 90%;	
	text-align:center;
	color: #F343A6; 
}

#wp-calendar #next a {
	padding-right: 5px;
	font-weight:bold;
	text-align: right;	
	text-decoration:none;
}

#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	font-weight:bold;
	text-decoration:none;
}

#wp-calendar #prev a:hover {
	background: #F343A6;
	color: #fff;
	text-decoration:none;
}

#wp-calendar #next a:hover {
	background: #F343A6;
	color: #fff;
	text-decoration:none;
}

#wp-calendar a {
	display: block;	
	background: #F343A6;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #c0c0c0;
	color: #F343A6;
	text-decoration:none;
	border: 0px solid #F343A6;
	padding-bottom: 0px;
}

#wp-calendar caption {
	color: #F343A6;
	font-size: 11px;
	text-align: center;
}

#wp-calendar td {
	color: #F343A6;
	font: normal 11px arial,tahoma, Verdana, sans-serif;
	letter-spacing: normal;
	padding: 1px;
	text-align: center;	
	background:#fff;
}

#wp-calendar td.pad:hover {
	background: #c0c0c0; 
	text-decoration:none;
}

#wp-calendar #today {
	background: #fff;
	font-weight:bold;
	color: #F343A6;
	border: 1px dotted #F343A6;
	text-decoration:none;
}

#wp-calendar td:hover {
	background: #c0c0c0; 
	color: #F343A6;
	text-decoration:none;
}

#wp-calendar th {
	font-weight: normal; 
	background:#fff;
	font-style: normal; 
	text-transform: lowercase;
	text-align:center;
	color:#F343A6;
	border: 0px solid #C0C0C0;
}


