/*  
Theme Name: SBBlew
Theme URI: http://www.mrkris.com
Description: Blue TeenyBopper adult blog template.
Version: 1.0
Author: mrkris
Author URI: http://www.mrkris.com
*/

body {
	font-family: verdana;
}

a {
	color: #2A7AFF;
	text-decoration: underline;
}

a:hover {
	color: #B4CFFB;
	text-decoration: underline;
}

input, textarea {
	border: 1px solid #659DFA;
	background-color: #f0f0f0;
}

#header img {
	margin-top: 1px;
}

#wrapper {
	width: 800px;
}

.post {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	font-family: verdana;
}

.postmetadata {
	font-size: 10px;
	text-align: center;
}

.postdate {
	font-size: 10px;
}

.post h2 {
	margin: 0;
}

.post img {
	margin: 10px;
}

.post_background strong {
	font-size: 16px;
	border-bottom: 1px solid #B4CFFB;
}

.post_background img {
	border: 2px dotted #B4CFFB;
}

.sidebar_background {
	text-align: left;
}

.sidebar_background img {
	border: 2px dotted #B4CFFB;
}

.sidebar_background strong {
	font-size: 14px;
	border-bottom: 1px solid #B4CFFB;
}

.sidebar_background ul {
	margin: 0;
	padding: 0;
}

.sidebar_background li {
	padding: 2px;
	padding-left: 0px;
	margin: 0;
	list-style-type: none;
}

.draggable {
	color: red;
	cursor: move;
}

#footer {
	padding-top: 10px;
	border-top: 1px solid #B4CFFB;
}

.right {
	float: right;
	padding: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.left {
	float: left;
	padding: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}