/*  
Theme Name: Fly
Theme URI: http://www.mothermushroom.com
Description: MotherMushroom default template
Version: 1.0
Author: P.J. Leffelman
Author URI: http://www.mothermushroom.com

This theme is not, but would be, released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/

/* Layout */
body {
	background: #9ab3d6 url(images/bg.gif) repeat-y center;
	padding:0;
	margin:0;
	color: #000000;
	font: normal 9pt/13pt verdana, arial,sans-serif;
}

#wrapper {
	width:810px;
	margin-left: auto;
	margin-right: auto;
	background: #3e69a4;
}

#header {
	float:right;
	display:inline;
	width: 493px;
	margin-top:-280px;
	margin-right:45px;
	overflow:hidden;
}

#content {
	float:right;
	display:inline;
	color:#f3f3f3;
	background: #3e69a4;
	width: 493px;
	margin-right:45px;
	margin-top:-235px;
	overflow:hidden;
}

#closer{
	float:right;
	display:inline;
	width:493px;
	height:35px;
	margin-right:45px;
	background: #3e69a4;
}

#footer{
	color: #bbb;
	background: #3e69a4;
	clear: both;
	text-align:center;
	margin-left: 237px;
	margin-right:20px;
	height: 40px;
	padding: 4px 0;
	border-top: 1px solid #9AB3D6;
}

/* Sidebar */
#sidebar {
	float:left;
	display: inline;
	color: #000;
	width: 160px;
	text-align:right;
	font: normal 9pt/13pt verdana, arial,sans-serif;
}

#sidebar li{
	list-style-type:none;
}

#sidebar ul{
	padding:0 0 15px 0;
}

/* Blog Title */
h1 {
	font-size: 14pt;
	color: #fff;
}

h1 a:link, h1 a:visited, h1 a:active {
	color: #fff;
	text-decoration:none;
}

h1 a:hover {
	color: #bbb;
	text-decoration:none;
}

/* Sidebar Title */
h2 {
	color: #ddd;
	font-size: 8pt;
	margin-bottom: 2px;
	padding: 0;
}

/* Post and Page Title */
h3 {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 14px;
	background: url(images/h2bg.gif) top left repeat-y;
}

h3 a:link {
	color:#bbb;
	text-decoration:underline;
}

h3 a:visited {
	color:#aaa;
	text-decoration:underline;
}

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

/* Archive Title */
h4 {
	color: #fff;
	font: normal 13pt verdana, arial,sans-serif;
	font-weight: bold;
}

/* General properties */
a:link {
	color:#bbb;
	text-decoration:none;
}

a:visited {
	color:#aaa;
	text-decoration:none;
}

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

.post p {
	text-indent: 10px;
	margin-bottom: 20px;
	padding-left: 8px;
}

#content img {
	padding: 4px;
	border: 1px solid #9AB3D6;
	margin: 5px;
}

#content a:hover img{
	padding: 4px;
	border: 1px solid #fff;
	margin: 5px;
}

div#movie{
	padding-left: 6px;
}

#content img#dna{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#content div#linkleft {
	float:left;
	display:inline;
}

#content div#linkright {
	float:right;
	display:inline;
}

#content .entrymeta {	
	border-bottom: 1px solid #9AB3D6;
	padding:0 0 5px 10px;
}

.odd {
	padding: 6px;
	background-color: #335789;
	border-bottom: 1px solid #9AB3D6;
}

.even {
	padding: 6px;
	background-color:#386096;
	border-bottom: 1px solid #9AB3D6;
}

textarea, text, input, submit{ 
	color: #000;
	background: #fff;
	padding:2px;
	border:1px solid #4681b2;
}

#s{
	width:54%;
}

ul li {
	margin-left:20px;
}

#content ul{
	padding-left:15px;
	margin:0;
}

a img{
	border: none;
}

blockquote {
	border-top:3px double #bfe3fa;
	border-bottom:3px double #bfe3fa;
	color: #c0c0c0;
	padding: 0 .5em;
}

code {
	font: normal 14px/18px "Times New Roman", Georgia, Serif;
	color: #888a8b;
	padding: 0 1em;
	text-align:left;
}

form#commentform {
	margin-left:40px;
}

.metadata {
	text-align:right;
	font-size:11px;
	margin-left:2px;
	margin-bottom:15px;
}

.alignleft{
	float:left;
	font-size:11px;
	margin-bottom:10px;
}

.alignright{
	float:right;
	font-size:11px;
	margin-bottom:10px;
}

.right{
	text-align:right;
}

.side {
	margin-top:25px;
}

.center {
	text-align:center;
}