/*  
Theme Name: Rapspot WordPress AdSense
Theme URI: http://rapspot.dk/
Description: The default rapspot theme based on the original.
Version: 1.0
Author: Jonas Voss
Author URI: http://blog.verture.net/

	Rapspot v1.0
 	http://verture.net/

Migrated from an MT installation, and kept the crappy layout. Things has to change.
*/



body {
	margin:0px 0px 10px 0px;
	background:#dde7ec;
}

input {
	background: #005172;
	border: 1px solid #a5c3d2;
	color: #dde7ec;
	font-weight: bold;
}

input.isearch {
	background: #a5c3d2;
	border: 1px solid #005172;
	color: #005172;
	font-weight: bold;
}

* img {
	margin: 0;
	padding: 0;
	border: 0;
}

.blogbody p img {
	float: left;
	margin: 0 10px 10px 0;
	border: 1px solid #005172;
}

.blogbody p {
	clear: both;
}

a:link		{color: #003366; text-decoration: underline; }
a:visited	{ color: #005172; text-decoration: underline; }
a:active	{ color: #A5C3D2;  }
a:hover		{ color: #999999;  }

h3.title a:link, 
h3.title a:visited,
h3.title a:hover,
h3.title a:active {
	text-decoration: none;
	font-weight: bold;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	clear: both;
}

h2 {
	color: #005172;
	font-size: 15px;
}

h4 {
	color: #005172;
	font-size: 14px;
}

h3 img {
	vertical-align: middle;
}


p {
	margin: 2px 0 10px 0;
	color: #000;
	background: transparent;
}

.posticon {
	padding-right: 5px;
	border: 0;
}

#banner {
	font-family:tahoma, verdana, arial, sans-serif;
	color:#333;
	font-size:x-large;
	font-weight:normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

#banner p {
	font-style: italic;
	font-size: small;
	padding: 15px 0 0 15px;
}

.description {
	font-family:tahoma, verdana, arial, sans-serif;
	color: #333;
	font-size: small;
  	text-transform: none;
}

#content {
	position:absolute;
	background:#dde7ec;
	margin-right:0;
	margin-left:225px;
	margin-bottom:20px;
	border-left: 5px double #A5C3D2;
	width: 65%;
}

#container {
	padding: 0;
	margin: 0;
}

#links {
	padding: 0 0 0 10px;
	border: 1px solid #dde7ec;
	width: 210px;
}

.blog {
	padding:15px;
	line-height: 140%;
	background:#dde7ec;
}

.blogbody {
	font-family: verdana, arial, sans-serif;
	color: #000;
	font-size: 12px;
	background:#dde7ec;
/*  line-height:1.2pt; */
  	margin-right: 20px;
}

.blogbody a,
.blogbody a:link,
.blogbody a:visited,
.blogbody a:active,
.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.title	{
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
	font-size: medium;
	color: #005172;
}

#menu {
  	margin-bottom:15px;
	background:#dde7ec;
	text-align:center;
	font-size: small;
	font-family: Tahoma, verdana, helvetica, arial, sans-serif;
}

.date	{
	font-family:helvetica, verdana, arial, sans-serif;
	font-size: large;
	color: #005172;
	border-bottom:1px solid #005172;
	margin-bottom:2px;
	padding-top: 10px;
	font-weight: bold;
}

.posted	{
	font-family:verdana, arial, sans-serif;
	font-size: x-small;
	color: #000000;
	margin-bottom:10px;
	padding-bottom: 15px;
}

.side {
	font-family:verdana, arial, sans-serif;
	color: #005172;
	font-size:x-small;
	font-weight:normal;
  	background:#dde7ec;
  	padding:0 0 0 2px;
}

.side img {
	padding: 0;
	margin: 0;
	border:none;
}

.sidetitle {
	font-family:tahoma, verdana, sans-serif;
	color:#005172;
	font-size:small;
	font-weight:normal;
  	padding:0px;
  	margin:15px 0 0 0;
  	background: #dde7ec;
}

.sidetitle h2 {
	color: #005172;
	border-bottom: 1px solid #005172;
	font-size: 15px;
}

* ul, * li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

* ul {
	display: inline;
}


#sform {
	padding:0;
	margin: 0;
}

.banner {
	padding-top: 15px;
	text-align: center;
}

.banner img {
	padding-bottom: 5px;
}

#footer p {
	font-family: verdana, arial, sans-serif;
	color: #000;
	font-size: 10px;
	background:#dde7ec;
}

.navigation {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.alignright {
	float: right;
}
	
.alignleft {
	float: left
}

