/*
THEME NAME: Outono
THEME URI: http://www.pleiadesbee.com/
DESCRIPTION: WordPress conversion of Blogger Outono Skin
VERSION: 1.0
AUTHOR: Andy Uhl
AUTHOR URI: http://www.andyuhl.com/
*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #E9E9DF;
}

#wrapper {
	width: 1024px;
	text-align: left;
	position: relative;
	background: url(columns.png) repeat-y;
	background-position: center;
	margin: 0px auto;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
}

#wrapper-header {
	width: 1024px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 140px 0px 0px 0px;
}

#wrapper-footer {
	width: 1024px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	/*background-color: #E9E9DF;*/
	margin: 0px;
	padding: 0px 0px 110px 0px; 
}

div#header {
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}

h1#blog-title {
	display: none;
}

div#header div#blog-description {
	position: absolute;
	top: -57px;
	left: 310px;
	width: 520px;
	color: #B47B10;
	font-style: italic;
	font-family: Georgia, Verdana, sans-serif;
	font-size: 12pt;
}

div#container {
	float: left;
	width: 501px;
	margin-left: 122px;
}

div#access {
	display: none;
}

div#content {
	margin: 20px;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	color: #11593C;
}

div#nav-above {
	display: none;
}

div#secondary {
	clear: right;
}

div#footer {
	clear: both;
	width: 100%;
	text-align: center;
	position: relative;
	top: 40px;
	font-family: Trebuchet, Trebuchet MS, Arial, sans-serif;
	font-size: 10pt;
	color: #11593C;
}

.post {
	margin-bottom: 40px;
}

.entry-title {
	border-bottom: 1px dashed #1B703A;
	font: bold 158% Times, serif;
	margin: 18px 0px 6px 0px;
	padding-left: 32px;
	padding-bottom: 4px;
	background-image: url(bee.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	color: #B47B10;
}

.entry-title a {
	color: #B47B10;
	text-decoration: none;
}

div.entry-date {
	font-family: Trebuchet,Trebuchet MS,Arial,sans-serif;
	font-size: 80%;
	text-align: right;
	color: #A9501B;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.entry-content p {
	line-height: 1.3em;
}

.entry-content img {
	padding:4px;
	height: auto;
}

a:link {
	color:#B47B10;
	text-decoration:none;
}

a:visited {
	/*color:#66B5FF;*/
	text-decoration:none;
}

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

a img {
	border-width: 0;
}

.entry-meta
{
	color: #A9501B;
	font-size: 75%;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:1.1em;
	text-transform:uppercase;
}

div.sidebar {
	float: right;
	overflow: hidden;
	width: 219px;
	margin-right: 122px;
	padding: 5px 30px 0px 30px;
	color: #1B703A;
	font-size: 11pt;
	text-align: center;
}

.sidebar ul ul {
	margin:5px 0px 5px 35px;
	padding:0;
	list-style-type: disc;
	text-align: left;
}

ul.xoxo {
	list-style: none;
	padding: 0px;
}

div.sidebar h3 {
	color: #1B703A;
	font-family: Verdana,sans-serif;
	font-size: 13pt;
	margin: 10px 0px;
	text-transform: capitalize;
	letter-spacing: 0.1em;
}

li.widget {
	margin-bottom: 30px;
}

.widget_archive ul {
	text-align: left;
}

.widget_search input#s {
	width: 150px;
}

.widget_links ul {
	text-align: left;
}

abbr.published {
	border: 0;
}

#header-home-float {
	height: 131px;
	margin-top: -140px;
	position: absolute;
	width: 1024px;
	cursor: pointer;
	border: 0;
}

.nav-previous {
	float:left;
}
.nav-next {
	float:right;
	text-align:right;
}
.nav-previous span.label, .nav-next span.label {
	border-bottom:1px dotted;
}

div.label { position: relative; }
label.over { color: #aaa; position: absolute; left: 50%; top: 2px; margin-left: -68px; font-size: 10pt; }

div#lijit { margin: 0px auto 10px auto; width:728px; height:90px; }

img.flickr {
	max-width: 100%;
}

@media print {
	.sidebar { display: none; }
	div#container { width: 72%; margin-right: 122px; }
	#content { width: 100%; }
	#wrapper { background: url(columns-print.png) repeat-y; background-position: center; }
	#wrapper-header { background-image: url(header-print.jpg); }
	#wrapper-footer { background-image: url(footer-print.jpg); }
}