/*
Theme Name: weimaranersidan
Theme URI: http://www.weimaranersidan.se
Description: Thema f&ouml;r weimaranersidan
Author: Jonas Paulsson
Author URI: http://www.originell.se

*/

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*-----------Block Level Elements--------------*/

Body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
	background-color: #FFF;
}

hr {
	color: #FFF;
	border: 0px;
}

#page {
	width: 100%;
}

#header {
	width: 100%;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}

#headerimg {
	background: #FFF url('images/header.jpg') no-repeat bottom center;
	display:block;
	height: 205px;
	width: 800px;
	margin: 0px auto;
}

.description {

}

#wrapper {
	width: 800px;;
	margin: 0 auto;
}

#content {
	float: left;
	background-color: #FFF;
	width: 614px;
	overflow: hidden;
	margin: 20px 0 20px 0;
}

#rightcolumn {
	float: left;
	width: 180px;
}
#topstripe {
	color: white;
	position: relative;
	height: 45px;
	width: 816px;
	margin: 0px auto 0px auto;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.1em;
}

#topmenu {
	height: 45px;
	float: right;
}

#langselector {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 45px;
	float: left;
	color: #BBBBBB;
	padding: 8px 0px 0px 8px;
}

#langselector #langlabel {
	float: left;
}

#langselector div.jLanguageSelector ul li {
	display:inline;
	margin: 0 4px;
}

#tm-left {
	background: #FFF url('images/tm-left.jpg') no-repeat top center;
	height: 45px;
	width: 20px;
	float:right;
}

#tm-right {
	background: #FFF url('images/tm-right.jpg') no-repeat top center;
	height: 45px;
	width: 20px;
	float:right;
}

#topmenu ul {
	background: #FFF url('images/tm-bg.jpg') repeat-x top center;
	float:right;
	height: 45px;
}

#topmenu ul li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 1px 0pt 0pt;
}

#topmenu ul li a {
/*	background-color:#E1E1E1;*/
	color:#222222;
	display:block;
	float:left;
	height: 16px;
	padding: 10px 15px 2px;
	text-decoration:none;
	width:auto;
	font-size: 1.2em;
}

#topmenu ul li a:hover {
	color:#000;
}

#topmenu ul li a:hover {
/*	background-color: #CE8888;*/
	border-bottom: 2px dotted #8E2222;

}

#welcome {
	width: 790px;;
	padding: 5px;
	margin: 0px auto 20px;
	text-align: justify;
}

#welcome img {
	margin: 10px;
}

#welcome h1 a:link, h1 a:visited  {
    color: #222222;
    text-decoration: none;
 }

.contentbox {
	float: left;
	width: 270px;
	overflow: hidden;
	margin: 0px 35px 0px 0px;
}

.contentbox h1, .contentbox2 h1 {
	border-bottom: 2px dotted #DBD5C5;
	padding-left: 4px;
	margin-bottom: 15px;
}

#sidebar {
	float: left;
	margin: 20px 0px 0px 0px;
	background: #FFF url('images/sb-bg.jpg') repeat-y 0px 0px;
/*	background-color: #CBD5DF;
	border: 1px solid #ABB5BF;*/
	width: 180px;
}
#sidebar-top {
	background: #FFF url('images/sb-bg-top.jpg') no-repeat 0px 0px;
/*	background-color: #CBD5DF;
	border: 1px solid #ABB5BF;*/
	width: 180px;
	height: 20px;
}
#sidebar-bottom {
	background: #FFF url('images/sb-bg-bottom.jpg') no-repeat 0px 0px;
/*	background-color: #CBD5DF;
	border: 1px solid #ABB5BF;*/
	width: 180px;
	height: 20px;
}
#sponsors {
	float: left;
	margin: 20px 0px 0px 0px;
	width: 160px;
	padding-left: 20px;
}

#sponsors h2 {
	color: #999999;
}
#RecentComments li {
	margin-bottom: 10px;
	line-height: 1.4em;
	font-size: 0.9em;
}

#footer {
	width: 800px;
	height: 70px;
	border-top: 1px solid #BBB;
	padding-top: 5px;
	line-height: 1.2em;
	margin: 20px auto;
	clear: both;
}

#footer a {
    text-decoration: none;
  	color: #8E2222;
		border-bottom: 1px dotted #6E1111;
}

/*-------------Headings-------------*/

h1, h2, h3 {
		font-family: Georgia,Helvetica,Arial,sans-serif;
    color: #222222;
    font-weight: normal;
	}

h1 {
	font-size: 1.8em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.5em;
}

h5 {
	font-size: 1.1em;
	line-height: 1.3em;
}

/*-------------The Post-------------*/

.widepost {
	width: 590px;
	margin: 10px;
	float: left;
}

.widepost p {
	margin-bottom: 1.5em;
}

.post h2 {
	font-size: 1.7em;
	font-style: oblique;
    border: 0;
    padding: 4px 0px 4px 4px;
    margin: 0px 0px 4px 0px;
}

.post h3 {
		font-size: 1.4em;
    margin: 4px 0px 4px 0px;
}

#start #blog .post h2 {
	background-image: url('images/note.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

#reportage .post h2 {
	background-image: url('images/newspaper.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

#start #sida .post h2 {
	background-image: url('images/layout.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

#blog .postheader h2 {
	background-image: url('images/note.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

#reportage .postheader h2 {
	background-image: url('images/newspaper.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

#sida .postheader h2 {
	background-image: url('images/layout.png');
	background-repeat: no-repeat;
	background-position: 0px 5px;
    padding: 4px 0px 4px 18px;
}

.post h2 a:link, h2 a:visited  {
    color: #222222;
    text-decoration: none;
 		border-bottom: none;
}

.post h2 a:hover {
  text-decoration: none;
  color: #8E2222;
	border-bottom: none;
}

.post {
	margin-bottom: 30px;
	position: relative;
}

.post LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
}

.post p {
	text-align: justify;
	line-height: 1.5em;
	font-size: 1.1em;
}

.post td {
	text-align: justify;
	line-height: 1.5em;
	font-size: 1.1em;
}

.post .date {
	display: block;
	margin: 0px 0px 5px 18px;
	height: 12px;
	color: #666;
}

.post small {
	font-size: 0.9em;
}

.post a {
	color: #8E2222;
  text-decoration: none;
}

.post a:hover {
}

.post ul {

}

.post li {
	font-size: 1.1em;
}

.post img {
	border: 2px solid #000;	
	margin: 8px;
}

.post img.noborder {
	border: none;	
	margin: 8px;
}

.post.home p img {
	margin: 3px auto;
	float: none;
	display: block;
	clear: both;
}

.post .comments {
	background-image: url('images/comment.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
	border-top: 1px dotted #DBD5C5;
	height: 20px;
	margin-top: 4px;
}

.postheader {
	padding: 8px 100px 0px 0px;
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
}

.headerdate {
	position:absolute;
	line-height: 1.2em;
	color: #999;
	right:0px;
	top:12px;
}

.headerdate strong {
	font-weight: bold;
}

.entry {

}
.entrytext {
	margin-top: 10px;
}

.entrytext .postmetadata {
	margin: 30px 0px 20px 0px;;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {

}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {
	margin: 0px 0px 30px;
}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

.more-link {
	display: block;
	font-weight: bold;
}

.post img.emoticon, img.wp-smiley, .post img.icon {
	border: none;
	vertical-align:middle;
}


/*--------------Sidebar------------*/


#sidebar ul {
	margin: 0 16px 0 16px;
}

#sidebar ul #RecentComments {
	color: #6B757F;
	margin-left: 0px;
}

#sidebar ul #RecentComments a{
	color: #8E2222;
}
#sidebar ul #RecentComments strong {
	color: #4B555F;
}

#sidebar ul h2 {
	font-size: 1.7em;
}

#sidebar ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sidebar ul ul {
	margin: 8px 0px 8px 2px;
}

#sidebar li#pagenav {
	margin: 0px 0px 25px 0px;
}

#sidebar ul ul li.page_item {
	font-size: 1.2em;
	line-height: 1.6em;
}

#sidebar ul ul ul {
	margin: 0px 0px 0px 18px;
	font-size: 1em;
}

#sidebar ul ul ul li.page_item {
	margin: 0px 0px 0px 0px;
	font-size: 1em;
}

#sidebar p {

}

#sidebar a {
	color: #333333;
	text-decoration: none;
}
#sidebar a:hover {
	color: #8E2222;
	text-decoration: underline;

}

#sidebar a:visited {

}

#sidebar div.jLanguageSelector ul li {
	display:inline;
	margin: 0 4px;
}

/*--------------Comments--------------*/

ol.commentlist {
	margin: 0px 0px 25px;
}

ol.commentlist li {
	margin: 15px 0px 0px 0px;
	padding: 5px;

}

ol.commentlist li p {
	line-height: 1.4em;

}

ol.commentlist li.alt {

}

ol.commentlist a {
	color: #8E2222;
  text-decoration: none;
}

#comments {
	margin: 0px 0px 15px;
}

.comment-page-numbers {
	margin: 0px 0px 15px;
}

.comment-page-numbers a {
	color: #8E2222;
  text-decoration: none;
}

.comment-number {
	background: #FFF url('images/comment.gif') no-repeat top left;
	display: block;
	margin: 0px 0px 4px 0px;
	padding-left: 20px;
	height: 15px;
}
small.commentmetadata {
	display: block;
	margin: 2px 0px 8px 0px;
	color:#999999;
}

.author {
	border: 1px dotted #DBD5C5;
	background-color: #FEF2F2;
}

.author .comment-number {
	background-color: #FEF2F2;
}

.author cite {
	background: #FEF2F2 url('images/group.png') no-repeat top left;
  padding-left: 20px;
  padding-top: 2px;
  height: 20px;

}
/*--------------Search Form-------------*/

#searchform {
	margin: 25px 0px 15px 0px;
}

#searchform input {
}

#searchform #s {
	background-color: #DBE5EF ;
	border: 1px solid #ABB5BF;
}

#searchform #s:focus {
	background-color: #FFF ;
}

/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}