/*
Theme Name: The Feeling of Now
Theme URI: http://www.steveambielli.com/
Description: A natural design for positive energy.
Version: 1.0
Author: Steve Ambielli
Author URI: http://www.steveambielli.com/
Tags: orange, brown, fixed width, two columns, widgets
*/



/* Begin Typography & Colors */
body {
	font-size: .8em; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	background: #e4ded2 url('images/stitch.jpg');
	color: #333;
	margin: 0;
	padding: 0;
	}

p {
	line-height: 18px;
}

a:link, a:visited, a:active {
	color: #a3462d;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a3462d;
	font-weight: bold;
	text-decoration: underline;
}


h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

h2 a:link, h2 a:visited, h2 a:active {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

h2 a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

.pagetitle {
	padding: 4px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	border-bottom: 1px dashed #333;
}

h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

blockquote {
	background-image: url(images/quote.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 5px 30px;
}

.clear { clear: both; }

#container {
	width: 950px;
	margin: 0 auto;
}

#header {
	width: 950px;
	position: relative;
	margin-top: 50px;
}

#title {
	z-index: 1;
	position: absolute;
	top: -43px;
	left: 0px;
}

#search {
	text-align: right;
	width: 300px;
	z-index: 1;
	position: absolute;
	top: -35px;
	right: 10px;
}

#nav {
	height: 24px;
	background-image: url(images/nav-bar.png);
	background-repeat: no-repeat;
}

form label.hidden {
	display: none;
}

form input#s {
	border: 1px solid #333;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
	width: 200px;
}

form #searchsubmit {
	border: 1px solid #333;
	font-size: 12px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif;
}

#nav .nav {
	font-size: 15px;
	font-weight: bold;
	text-align: right;
	color: #fff;
	margin-right: 10px;
	float: right;
}

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

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

#nav .nav h3 {
	display: none;
}

#nav .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 4px 0px 0px 0px;	
}

#nav .nav ul li.first {
	list-style-type: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 16px;
	display: inline;
}

#nav .nav ul li {
	list-style-type: none;
	margin: 0;
	padding: 0px 10px;
	line-height: 16px;
	display: inline;
}

#flash {
	width: 950px;
	height: 300px;
}

#photo {
	width: 950px;
	height: 210px;
}

#content {
	clear: both;
}

#left-column {
	float: left;
	width: 632px;
}

.post {
	background-color: #fff;
	padding: 10px 10px 1px 10px;
	color: #333;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

.title {
	float: left;
	width: 450px;
}

.comment {
	float: right;
	font-size: 11px;
}

.small {
	font-size: 11px;
	color: #505050;
}

.entry {
	clear: both;
	padding-top: 4px;
}

.postmetadata {
	font-size: 11px;
	color: #505050;
	border-top: 1px dashed #ccc;
	padding-top: 6px;
}

#right-column {
	float: right;
	width: 260px;
}

.sidebar {
	background-color: #e26813;
	padding: 10px;
	color: #fff;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}

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

.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px;
}

.sidebar a:link, .sidebar a:active, .sidebar a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

.sidebar a:hover {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

h3#comments {
	border-top: 1px dashed #333;
	padding: 10px;
}

#comments a:link, #comments a:active, #comments a:visited {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#comments a:hover {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

#comments ol.commentlist {
	margin: 0px 0px 0px 5px;
	padding: 0;
	list-style-type: none;
}

#comments ol.commentlist li {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dashed #333;
}

#comments ol.commentlist li.alt {
	margin: 0;
	padding: 5px;
	border-bottom: 1px dashed #333;
}

#comments ol.commentlist li.alt cite , #comments ol.commentlist li cite {
	color: #333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

#comments ol.commentlist li.alt cite a, #comments ol.commentlist li cite a {
	color: #333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.commentmetadata a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#footer {
	clear: both;
	color: #333;
	font-size: 11px;
	background-color: #4e5a02;
	height: 200px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #333;
	text-decoration: none;
}

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

.footer {
	margin: 0 auto;
	width: 950px;
}

.footer-box {
	width: 285px;
	height: auto;
	float: left;
	margin: 0px 7px 5px 7px;
	border: 1px solid #fff;
	padding: 5px;
	background-color: #e7eebd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.footer-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 5px;
}

.footer-box ul li {
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 0px 15px;
	background-image: url(images/pencil.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#footer .tag {
	clear: both;
	color: #fff;
}

#footer .tag a {
	color: #fff;
	text-decoration: underline;
}

img.aligncenter {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}