/*
Theme Name: Red Scooter
Theme URI: http://www.thegirlintheredsweater.com/
Description: Clean theme featuring a girl on a red scooter.
Version: 0.0
Author: The Girl
Author URI: http://www.thegirlintheredsweater.com/
*/

body {
	background-color: #bf0000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
}

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form {
	margin: 0;
	padding: 0;
}

p {
	padding: 0 0 10px 0;
	font-size: 14px;
	line-height: 20px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #bf0000;
	font-family: georgia, "times new roman", times, serif;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: #000000;
	text-decoration: none;
	padding: 10px;
}

h3 {
	color: #bf0000;
	text-decoration: none;
	padding: 0 0 10px 0;
}

#outerwrap {
	position: relative;
	width: 760px;
	margin: 0 auto 0 auto;
	background: #ffffff;
}

#header {
	width: 700px;
	height: 51px;
	margin: 0 auto 0 auto;
	padding: 15px;
	background: #ffecd2;
}

#header a:link, #header a:visited {
	text-decoration: none;
	font-family: georgia, "times new roman", times, serif;
	font-size: 25px;
	text-decoration: none;
	padding: 10px;
}

#title {
	width: 491px;
	height: 49px;
	background: #ffffff;
	border: 1px solid #f2be81;
	text-align: center;
}

#scooter {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 555px;
}

#innerwrap {
	width: 700px;
	margin: 15px auto 15px auto;
	padding: 15px;
	background: #ffecd2;
}

#main {
	float: left;
	width: 461px;
	padding: 15px;
	background: #ffffff;
	border: 1px solid #f2be81;
}

.post li {
	font-size: 14px;
	line-height: 20px;
}

#sidebar {
	float: left;
	width: 190px;
	margin: 82px 0 0 15px;
	background: #ffffff;
	border: 1px solid #f2be81;
}

.end {
	clear: both;
} 

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 15px;
	background: #ffecd2;
	font-size: 10px;
	text-align: center;
}

.timestamp {
	padding: 5px 0 15px 0;
	color: #bf0000;
	font-size: 10px;
}

#sidebar, #sidebar a:link, #sidebar a:visited {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	line-height: 13px;
}

#sidebar h2 {
	width: 186px;
	height: 20px;
	padding: 4px 0 0 4px;
	background: #f2be81;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}	

#sidebar ul {
	padding: 0 0 5px 0;
	margin: 0;
	list-style-type: none;
}

#sidebar ul li, #sidebar ul ul {
	list-style-type: none;
}

#sidebar ul li ul li {
	padding: 5px 5px 0 5px;
	margin: 0;
	width: 180px;
}

#searchform {
	margin: 5px auto; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 100px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

#rss {
	width: 186px;
	height: 20px;
	padding: 4px 0 0 4px;
	background: #f2be81;
	color: #ffffff;
	font-size: 12px;
}

#rss a:link, #rss a:visited {
	color: #ffffff;
	font-weight: bold;
}

img.floatLeft { 
    float: left; 
    margin: 0 15px 0 0; 
}

img.floatRight { 
    float: right; 
    margin: 0 0 0 15px; 
}