/*
Theme Name: Cashbloggen
Theme URI: http://www.cashkey.se/blog
Description: Cashbloggens tema
Author: Karl Eckberg
Author URI: http://www.eckberg.se


/*-----------Block Level Elements--------------*/
*{
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f9f9f9;
	color:#333;
}

#page {
	width: 800px;
	margin: 0 auto;
}

#header {
	background-image:url('images/bg_headersmall.jpg');
	margin:0 auto 30px;
	padding:65px 30px 0 30px;
	clear:both;
}
#headerimg{
	margin:0 auto;
	width:800px;
	height:49px;
}
#wrapper {
	width: 100%;
}

#content {
	float: left;
	width: 65%;
}

#sidebar {
	width: 20%;
	margin-left: 70%;
	padding-left:20px;
	border-left:1px dotted #999;
}

#footer {
	width: 100%;
	clear: both;
	margin:1em 0 1em 0;
	border-top:1px dotted #999;
	padding:1em;
	font-size:0.9em;
}
a{
	color:#d22;
	text-decoration:none;
}
a:hover{
	color:#333;
}
a img{border:none;}

/*-------------Headings-------------*/

h1 {

}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2em;
	font-weight:normal;
}

h3 {

}

h4 {

}

h5 {

}

/*-------------The Post-------------*/



h1 a:visited, h1 a, h1 {
	color:#092E58;
	font-size:1.4em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	margin-bottom:0.2em;
}
h1 a:hover{
	color:#3A75C4;
}
.post {
	margin:0 0 2em 0;
}
.post .date{
	color:#999;
	margin:0 0 0.5em 0;
	font-size:0.9em;
	float:right;
}

.post p {
	margin:0 0 1em 0;
	line-height:1.5em;
}

.post a img {
	margin:0.5em;
}

.post ul {

}

.post li {

}

.entry {

}

.postmetadata {
	color:#999;
	margin:0 0 0.5em 0;
	font-size:0.9em;
}

.postmetadata alt {

}

.postmetadata a {

}

.navigation {
	padding:0.7em;
}

.alignleft {

}

.alignright {

}

.center {

}

.pagetitle {

}

blockquote {

}

cite {

}

a img {

}

acronym, abbr {

}

/*--------------Sidebar------------*/
#sidebar ul {
	list-style:none;
}

#sidebar ul h2 {
	font-size:1.4em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:1em 0 0 0;	
}

#sidebar ul li {

}

#sidebar ul ul {

}

#sidebar ul ul li {

}

#sidebar ul ul ul {

}

#sidebar p {
	margin:0.5em 0 0.5em 0;
	background:#FFFFCC;
	color:#666;
	padding:0.7em;
	line-height:1.5em;
	font-size:0.9em;
}
#sidebar p#cashkeyinfo{
	background:#517C22;
	color:#eee;
}
#sidebar p a:hover{
	color:#333;
}

#sidebar a { color:#9fe722;
	
}
#sidebar a:hover {

}

#sidebar a:visited {

}

#sidebar form p {background:#f9f9f9;}


/*--------------Comments--------------*/
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 0 0.5em 0;
	font-size:1.4em;
	font-weight:normal;
}
#commentform{
	margin:0 0 1em 0;
}
#commentform input[type=text]{
	border:2px solid #999;
	background:#f9f9f9;
	padding:3px;
	margin-bottom:0.3em;
}
textarea#comment{
	padding:0.3em;
	border:2px solid #999;
	margin:0.5em 0 0.5em 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
}
ol.commentlist {
	list-style:none;
}

ol.commentlist li {
	margin:0 0 1.5em 0;
	line-height:1.3em;
}

ol.commentlist p {
	margin-left:1em;
}

ol.commentlist a {

}

small.commentmetadata {
	float:right;
}

/*--------------Search Form-------------*/

#searchform {
	
}

#searchform input,#pren-email input {
	color:#333;
}

#searchform #s,#pren-email #emailpreninput {
	width:100px;
	border:2px solid #999;
	background:#eee;
	padding:3px;
}
#searchform #s:focus,#pren-email #emailpreninput:focus{
	background:#fff;
}


/*-------------Calendar-----------------*/

#wp-calendar {

}

#wp-calendar th {

}

#wp-calendar a {

}

#prev a, #next a {

}

#wp-calendar caption {

}

/*-------------Images------------------*/




/*-------------Other------------------*/

hr {
	display: none;
}
