/*
Theme Name: Hot Air Balloon
Theme URI: http://blog.wherewerewe.org
Description: Grungy/antique lookish.
Version: 1.o
Author: Michelle
Author URI: http://mymichelledesigns.com
*/

body {
	font: 12px Times New Roman, Georgia, serif;
	color: #000;
	background: #eeeeee url(images/bkg.gif);
	margin: 0 auto;
}

a, a:active, a:visited {
	color:#6F4F04;
}

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

#allelements {
	margin: 0 auto;
	width:775px;
	padding:0px;
}

#hopethisworks {
	background:url(images/bkg.png);
}

#numerals {
	margin: 0 auto;
}

#navigation {
	background:url(images/top.png) top left no-repeat;
	width:725px;
	height:189px;
	margin: 0 auto;
}

#navigation a {
	text-decoration:none;
	font-weight:bold;
	color:#808080;
}

#links {
	text-align:right;
	padding-top:27px;
}


ol.nav {
	list-style-type:none;
}

#navigation li {
	display:inline;
	background:url(images/left.png) top left no-repeat;
	background-color:#FCFCFC;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:5px;
	margin-right:20px;
}

#navigation .right {
	background:url(images/right.png) top right no-repeat;
	padding-right:10px;
	padding-bottom:4px;
	padding-top:5px;
}

#blogtitle {
	padding-top:80px;
	text-align:right;
}



#content {
	margin: 0 auto;
	width:725px;
	padding:0px;
}

#blog {
	float:left;
	background:url(images/bkg2.png) top left;

}

#blargh {
	width:470px;
	float:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

#notblog {
	float:right;
	width:190px;
	padding-left:10px;
	padding-right:14px;
	padding-top:20px;
}

.title {
	float:left;
	padding-left:20px;
	background:url(images/fleur.gif) top left no-repeat;
	font-weight:bold;
}

.date {
	float:right;
	font-style:italic;
	color:#808080;
}

.sortinghat {
	float:left;
}

.entrylink {
	color:#808080;
	font-style:italic;
	text-decoration:none;
}

.comments {
	float:right;
}

.divider {
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.sidebox h3 {
	display:block;
	background:#fff url(images/sidebar_h3.png) no-repeat;
	height:21px;
	width:151px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:3px;
	text-align:center;
}

#footer {
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	background: url(images/footer.gif) top left no-repeat;
}

.newer {
	float:left;
}

.older {
	float:right;
}

input, textarea {
	background: #6B6B73;
	border:2px solid #212129;
	color:#fff;
}