/*
Theme Name: Mr. Joel
Theme URI: http://eddiesinthe.com/blog/
Description: jess' very own dirigible-tized blog theme
Version: 1.0
Author: Jessica Scott-Dutcher
Author URI: http://eddiesinthe.com
Tags: custom
*/



@charset "UTF-8";
/* CSS Document */

body {
	background-color: #b1c8ca;
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px 0px 30px 0px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link, a:visited, .entrybody a:link, .entrybody a:visited {
	color:#64999e;
	text-decoration:none;
}

a:hover, .entrybody a:hover {
	color:#99CC00;
}

#dirigibles {
	position:absolute;
	top:0px;
	left:120px;
	z-index:+1;
}

#tagcloud {
	position:relative;
	z-index:+2;
}

#tagcloud a:link, #tagcloud a:visited{
	color:#000000;
	text-decoration:none;
	vertical-align:middle;
}

#tagcloud a:hover {
	color:#99CC00;
}

#container {
	padding-left:70px;
	width:800px;
}

#header {
	width:538px;
	text-align:right;
	padding:35px 0px 10px 0px;
}

#blogtitle {
	font-family:Impact, Arial, sans-serif;
	font-size:45px;
	font-weight:normal;
	margin:0px;
}

#tagline {
	font-size:14px;
	padding-top:5px;
}

#sidebar {
	position:fixed;
	left:695px;
	top:244px;
	width:165px;
	font-size:12px;
	color:#ffffff;
}

#sidebar ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

#sidebar li {
	margin:15px 0px;
}

#content {
	background-color:#ffffff;
	border:3px solid #666666;
	width:563px;
	padding:60px 25px 10px 25px;
}

#tagcloud {
	text-align:center;
	margin-bottom:30px;
}

h2.entrytitle {
	background-color:#000000;
	color:#ffffff;
	font-weight:normal;
	padding:2px 7px;
	width:auto;
	display:inline;
}

.entrytitle a:link, .entrytitle a:visited {
	color:#ffffff;
	text-decoration:none;
}

.entrytitle a:hover {
	color:#99CC00;
}

p {
	font-size:13px;
	line-height:150%;
	text-indent:40px;
}

.entrybody {
	padding:5px;
}

.date {
	padding-top:10px;
	font-size:11px;
}

#footer a:link, #footer a:visited {
	color:#64999e;
	border-bottom:1px dotted #ffffff;
}

#footer a:hover {
	color:#99CC00;
	border-bottom:1px dotted #99CC00;
}

#footer {
	margin-top:20px;
	font-size:12px;
	background-color:#ffffff;
	border:3px solid #666666;
	width:573px;
	padding:20px;
}

#footer1, #footer2, #footer3 {
	width:165px;
	float:left;
	margin:0px 10px;
}

#footer ul {
	padding:0px;
	margin:0px;
}

#footer li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#footer p {
	text-indent:0px;
	font-size:11px;
	line-height:120%;
}

#tagcloud .widgettitle {
	display:none;
}

#ctc {
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.entry {
	margin:10px 10px 25px 10px;
	clear:both;
}

.postmetadata {
	font-size:11px;
}

.sidebar-title{
	display:none;
}

.widgettitle{
	margin:0px;
	
}

#search{
	padding-top:10px !important;
}

#searchform{
	padding-bottom:30px;
}

.entry h3 {
	margin:8px 0px 3px 0px;
}

.navigation {
}

.alignleft, .alignright {width:250px;}

.alignleft {float:left; padding-bottom:30px;}

.alignright {float:right; text-align:right; padding-bottom:30px;}