/*
Theme Name: Yellow and blue
Theme URI: http://www.pinkbluewhale.net
Description: Based on Tranquility White
Version: 1.0
Author: Skooter
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #7acdc8;
	background-image: url(bg.gif);
	background-attachment:fixed;
	background-repeat: repeat;
	text-align: center;
	padding:0;
	border-top: 20px solid #fff951;
}

a { color: #7acdc8; text-decoration: none; }
a img { border: none; }
a:visited { color: #7acdc8; }
a:hover { color: #ffae00; text-decoration: underline; }

#rap {
	width: 650px;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0 0 40px 0;
	text-align: left;
}

/* header styles */

#header{
	margin-bottom: 20px;
	background-color: #fff951;
	margin-top: 20px;
	text-align: center;
}

#header #flash{
	float: left;
	margin: 0 6px 0 0;
}

#header h1{
	margin-top: 16px;
}

#header h1 a {
	font-size: 40px;
	letter-spacing: -0.05em;
	color: #92e1dc;
	font-weight: normal;
	text-decoration: none;
}

#header h2 {
	font-size: 15px;
	font-weight: normal;
	color: #999;
}

/* sidebar styles */

#menu {
	float: right;
	width: 220px;
	padding-bottom: 40px;
	color: #f6ec4f;
}

#menu ul {
	list-style-type: none;
	margin-bottom: 20px;
}

#menu ul {
	padding-left: 15px;
	color: #f6ec4f;
}

#menu ul li {
	list-style-type: disc;
}

#menu ul ul {
	margin-bottom: 5px;
}

h2 {
	font-size: 12px;
	color: #ffa81e;
	margin-bottom: 6px;
}

#menu ul h2{
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin-bottom: 3px;
}

#menu #search {
	margin-bottom: 20px;
}

/* content styles */

#content {
	margin: 15px;
}

.post {
	margin-bottom: 40px;
	line-height: 150%;
}

.storytitle {
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
	color: #FF9600;
	font-weight: normal;
	text-decoration: none;
}

.storytitle a {
	font-size: 20px;
	letter-spacing: -0.05em;
	color: #FF9600;
	font-weight: normal;
	text-decoration: none;
}

.meta, .meta a {
	font-size: 9px;
	color: #7acdc8;
	margin-bottom: 10px;
}

.storycontent{
	margin-bottom: 10px;
	text-align: justify;
}

.storycontent img {
	border: 0px solid #ddd;
	margin: 5px;
}

.storycontent img.wp-smiley { border: none; margin: 0; }

.storycontent ul, .storycontent ol {
	padding-left: 20px;
	margin-bottom: 20px;
}

blockquote, code {
	display: block;
	padding: 6px 10px;
	border: 1px solid #f6ec4f;
	background-color: #eee;
	margin-bottom: 10px;
}

/* comment styles */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #f6ec4f;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

input, textarea {
	border: 1px solid #f6ec4f;
	background-color: #fff;
	color: #000000;
	margin-bottom: 5px;
	padding: 1px 3px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	width: 540px;
	padding: 6px 10px;
}

p {
	padding-bottom: 10px;
}

/* footer styles */

.credit {
	background-color: #f6ec4f;
	padding-top: 10px;
	font-size: 9px;
	clear:both;
	text-align: center;
}

.credit p {
	width: 810px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}