/*  
Theme Name: Simple Changes
Theme URI: http://www.cmdshiftdesign.com/blog/2009/02/14/free-wordpress…simple-changesfree-wordpress-theme-simple-changes/
Description: Simple, clean Wordpress theme. 
Version: 1.0
Author: Liz Andrade, cmdshiftdesign
Author URI: http://cmdshiftdesign.com

Color Guide:

Brown: #3d3832;
off-white: #f5efe2;
orange: #ae6c1f;
aqua: #0184a4; 
dark-grey: #837d7d;
light-grey: #ccc;
almost-white: #f0f0f0;
*/

* {
	margin: 0;
	padding: 0;
}
body {
	background: #322F28 url(images/body_bg.jpg) repeat 0 0;
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	font-size: 12px;
	height: 100%;
	line-height: 1.5em;
}
#wrapper {
	margin: 18px auto 0 auto;
	position: relative;
	width: 1000px
}
div#header {
	background: #f5efe2 url(images/header_bg.png) repeat;
	height: 160px;
	position: relative;
}
div#header h1 {
	font: "Trebuchet MS",sans-serif;
	font-size: 45px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	position: relative;
	top: 45px;
	left: 25px;
}
 div#header h1 a {
 color: #3d3832;
 text-decoration: none;
}
div#header h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #ae6c1f;
	font-size: 20px;
	letter-spacing:0.09em;
	font-weight: normal;
	display: block;
	padding: 0 0 40px 0;
	position: relative;
	top: 60px;
	left: 25px;
	width: 930px;
}
#main {
	background-color: #fff;
	clear: both;
	padding: 35px 0 30px 0;
}
#content {
	float: left;
	padding: 0;
	width: 628px;
}
#sidebar {
	float: right;
	padding-right: 10px;
	width: 280px;
}

h2.pagetitle {
	color: #3d3832;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin: 10px 0 24px 85px;
}

/* 404 - page not found */
div.nopage {margin-left: 85px;}
div.nopage p {margin-bottom: 25px;}
h2#404 {
font-family: Georgia, "Times New Roman", Times, serif
font-size: 22px;
}
a {
	color: #0184A4;
	outline-style: none;
}
a:link, a:visited, a:active  {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* NAVIGATION */
#header ul.navigation {
	bottom: 6px;
	left: 0;
	position: absolute;
	line-height: 1.2em;
	letter-spacing: 0.02em;
	list-style: none;
	font-size: 17px;
	text-transform: uppercase;
}
#header ul.navigation li {
	float: left;
	padding: 0 0 0 25px;
}
#header ul.navigation li a {
	color: #fff;
}
#header ul.navigation li a:hover {
	text-decoration: none;
	color: #0184a4; 
}
#header ul.navigation li.current_page_item a {
	color: #fff;
}


/* POST */
p {
	font-family: Verdana, Geneva, sans-serif;
}
div.post {
	background: url(images/post_delimiter.jpg) no-repeat 0 100%;
	margin: 0 0 16px 86px;
	padding-bottom: 20px;
	width: 500px;
}
div.home div.post {
	margin-left: 111px;
}
div.post h2 {
	float: left;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}
div.post h2, div.post h2 a {
	color: #ae6c1f;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 7px;
}
div.post span.date, div.post span.author  {
	color: #837d7d;
	display: inline-block;
	font-size: 12px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
div.latest_post {
	margin-top: 15px;
	background: url(images/latest_post_delimiter.jpg) no-repeat 60px 100%;
	margin-bottom: 75px;
	padding: 0 0 20px 86px;
}
div.latest_post h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 34px;
	line-height: 1.3em;
}
div.latest_post h2, div.latest_post h2 a {
	color: #ae6c1f;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
div.latest_post span.date, div.latest_post span.author {
	color: #837d7d;
	display: inline-block;
	font-size: 12px;
	text-transform: uppercase;
}
div.latest_post div.entry {
	width: 495px;
}
div.archive div.latest_post, div.page div.latest_post {
	background: url(images/archive_post_delimiter.jpg) no-repeat 60px 100%;
	margin-bottom: 30px;
}
div.entry {
	clear: both;
	color: #3d3832;
	width: 100%;
}
div.entry p {
	font-size: 12px;
	line-height: 1.8em;
	margin-bottom: 20px;
}
div.entry h1, div.entry h2, div.entry h3, div.entry h4 {
	font-weight: normal;
	padding-bottom: 15px;
}
div.entry h1 {
	color: #0184a4;
	font-size: 28px;
}
div.entry h2{
	color: #0184a4;
	font-size: 24px;
	margin-bottom: 0;
}
div.entry h3{
	color: #0184a4; 
	font-size: 22px;
}
div.entry h4{
	color: #0184a4; 
	font-weight: bold;
	font-size: 18px;
}
div.home div.post div.entry p, div.search div.entry p {
	font-size: 11px;
	line-height: 1.5em;
	margin-bottom: 0px;
	display: inline;
}
div.home div.entry a.more_link {
	display: inline;
}
div.entry img {
	border: 3px solid #ccc;
	margin: 12px auto;
	padding: 2px;
}
div.entry img.left, div.entry img.alignleft, .wp-caption img.left, .wp-caption img.alignleft {
	float: left;
	margin: 0 12px 10px 0;
}
div.entry img.right, div.entry img.alignright, .wp-caption img.right, .wp-caption img.alignright {
	float: right;
	margin: 0 0 10px 12px;
}
div.entry .wp-caption {
	display: inline-block;
}
div.entry .wp-caption-text {
	font-size: 10px;
}
div.entry embed, div.entry object {
	clear: both;
	display: block;
	margin: 12px auto;
}
div.entry ul {
	margin: 0 0 20px 15px;
}
div.entry li {
	list-style-position: inside;
}
div.entry ol {
	margin: 0 0 20px 19px;
}
div.entry blockquote {
	background: url(images/quotes.jpg) no-repeat 0 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #837D7D;
	margin: 30px 18px;
	padding: 15px 24px;
}
div.entry blockquote p {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0;
	padding: 0;
}
div.entry blockquote cite {
	font-size: 10px;
	color: #837D7D;
}
div.pagination {
	clear: both;
	margin: 30px 0 20px 86px;
}
div.pagination div.left a {
	background: url(images/nxt.gif) right 0 no-repeat;
	float: right;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding: 5px 40px 0 0;
}
div.pagination div.left a:hover {
	background: url(images/nxt.gif) right -34px no-repeat; text-decoration: none; 
}

div.pagination div.right a {
	background: url(images/prv.gif) 0 0 no-repeat;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 26px;
	padding: 5px 0 0 40px;
}
div.pagination div.right a:hover {
	background: url(images/prv.gif) 0 -34px no-repeat; text-decoration: none; 
}
a.view_archive {
	display: inline-block;
	background: url(images/archive_icon_s.gif) 0 6px no-repeat;
	float: left;
	padding: 13px 0 0 0;
	margin: 65px 0 5px 111px;
	height: 22px;
}
a.view_archive span{
	padding-left: 40px;
   text-decoration: none;
	font-size: 14px;
	font-weight: bold;

}
a.view_archive:hover {
	background: url(images/archive_icon_s.gif)  0 -28px no-repeat;
	text-decoration: none;
}
a.view_archive span:hover {
	text-decoration: none;
	color: #3d3832;
}

/* SIDEBAR */
div#sidebar ul {
	list-style: none;
}
div#sidebar ul li {
	background: url(images/sidebar_delimiter.jpg) no-repeat 0 100%;
	padding: 15px 10px 15px 0;
}
div#sidebar ul li h2 {
	color: #3d3832;;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.08em;
	font-weight: normal;
	margin: 0 0 9px 0;
	text-transform: uppercase;
}
div#sidebar ul li ul li {
	background: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding: 0 0 5px 0;
}
div#sidebar p {
	margin: 0; padding: 0;
	width: 275px;
	color: #837d7d;
	font-size: 11px;
	line-height: 1.4em;
}
#sidebar li.search {
	display: block;
	width: 265px;
}
form.searchform {
	position: relative;
}
form.searchform input.s {
	background: #fff url(images/magnifier_icon.gif) no-repeat 2px 50%;
	color: #837d7d;
	padding: 3px 0 3px 17px;
}
div#sidebar h2.feed a, div#sidebar h2.tweet a, div#sidebar h2.feed a:hover, div#sidebar h2.tweet a:hover{ /*feed and twitter sidebar links*/
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-style: italic;
	margin: 0; padding: 0;
	display: inline-block;
	height: 40px;
	text-decoration: none;
}
div#sidebar a.feed_button img, div#sidebar a.tweet_button img  {
	border: none;
	position: relative;
	top: 16px;
}
div#sidebar h2.tweet a, div#sidebar h2.tweet a:hover { color:  #0184a4; padding-bottom: 10px;}
div#sidebar h2.feed a, div#sidebar h2.feed a:hover { color: #ae6c1f; margin-top: -15px;}
div#sidebar table td { padding: 7px 14px 7px 0;}
div#sidebar table td a img  { border: none;}
div#sidebar ul li#about {
	padding-bottom: 20px; 
	margin: 0; 
	width: 275px;
}
div#sidebar ul li#about img {
	border: solid 3px #ccc;
	display: block;
	margin: 0 5px 2px 0;
	float:left;
}
div#sidebar ul li#about p {
padding-bottom: 10px;
}

/* COMMENTS */
a.comments_link span, .comments_link span {
	display: inline-block;
	background: url(images/comment_icon_s.gif) 5px 2px no-repeat;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	height: 28px;
	width: 35px;
	padding: 2px;
	margin: 0 10px 0 0;
	text-align: right;
	text-decoration: none;
	text-transform: uppercase;
}
a.comments_link span:hover {
	background: url(images/comment_icon_s.gif) 5px -28px no-repeat;
}
a.comments_link, .comments_link { 
	padding: 0;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
a.comments_link:hover {	
	color: #3d3832;
	text-decoration: none;
}
p.commentcount {
	font: 14px "Trebuchet MS";
	font-size: 14px;
	color: #837d7d;
	background: url(images/comment_count.gif) no-repeat;
	height: 28px;
	text-align: left;
	text-decoration: none;
	padding: 2px 0 0 50px;
}
h3#comments, h3#respond {
	color: #837d7d;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 0 86px;
}
ol.commentlist {
	list-style: none;
	margin: 30px 0 30px 86px;
}
ol.commentlist img.avatar {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
ol.commentlist li div.comment {
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	float: left;
	margin: 0 0 58px 12px;
	padding: 20px 10px;
	position: relative;
	width: 440px;
	top: -18px;
}
ol.commentlist li div.comment p {
	margin: 0;
	padding: 0;
}
ol.commentlist cite.comment-author {
	color: #0184a4;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
ol.commentlist small.datetime {
	display: block;
	font-size: 10px;
	margin-bottom: 20px;
}
ol.commentlist .author_comment div.comment { /*blog author comments*/
background-color: #fff;
	border: 1px solid #ccc;
}
ol.commentlist .author_comment div.comment a, ol.commentlist .author_comment div.comment cite.comment-author  {
	color: #ae6c1f
}

/* COMMENTS FORM */
form#commentform {
	margin: 0 0 40px 86px;
	position: relative;
	width: 500px;
	height: 280px;
}

form#commentform p {
	clear: both;
	height: 30px;
}
form#commentform input, form#commentform textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	color: #837d7d;
	padding: 3px;
}
form#commentform input {
	float: left;
	width: 200px;
}
form#commentform textarea {
	height: 128px;
	width: 490px;
}
form#commentform input:hover, form#commentform textarea:hover {
	background-color: #f0f0f0;
	border: 1px solid #837d7d;
	color: #837d7d;
}
form#commentform label {
	color: #837d7d;
	float: left;
	font-size: 11px;
	margin-left: 17px;
	line-height: 25px;
}
form#commentform input#submit {
	background: url(images/submit_up.png) no-repeat;
	border: none;
	color: #fff;
	font-size: 12px;
	height: 51px;
	width: 185px;
	padding: 0 25px 10px 60px;
	position: absolute;
	right: 5px;
	bottom: 0;
	text-transform: uppercase;
	cursor: pointer;
}
form#commentform input#submit:hover, form#commentform input#submit:active {
	background: url(images/submit_down.png) no-repeat;
}
.nocomments { display: none; }

/* FOOTER */
div#footer {
	clear: both;
	color: #0184a4;
	margin: 0px auto 18px auto;
	text-align: center;
}
div#footer span.horizontal_line {
	background: url(images/main_bottom_bg.jpg) repeat-x 0 0;
	display: block;
	height: 6px;
	margin-bottom: 12px;
	width: 100%;
}
div#footer p {
	font-size: 11px;
	margin: 0 5px;
	color: #fff;
}
div#footer ul.navigation {
	display: inline;
	font-weight: bold;
	list-style: none;
	text-transform: uppercase;
}
div#footer ul.navigation li {
	display: inline;
}
div#footer ul.navigation li a {
	background: url(images/navigation_delimiter_footer.jpg) no-repeat 100% 50%;
	margin: 0 4px 0 4px;
	padding: 0 16px 0 0;
	color: #0184a4;
}
div#footer ul.navigation li.current_page_item a {
	color: #0184a4;
}
div#footer ul.navigation li.last a {
	background-image: none;
	padding-right: 0;
	margin-right: 0;
}

/* CALENDAR */
table {
	padding: 15px 15px 15px 0;
	text-align: center;
	width: 100%;
}
table caption {
	color: #0383A4;
	font-size: 15px;
	margin: 10px 0;
}
table th {
	background: #0383A4;
	color: #fff;
}
table a {
	color: #0383A4;
	margin: 5px 0;
	text-align: left;
}

/* BASIC */
span.cleaner {
	clear: both;
	display: block;
}
div.post img.wp-smiley, div.latest_post img.wp-smiley, div.comment img.wp-smiley {
	border: none;
	margin: 0;
	padding: 0;
}
ul.archives {
	list-style: none;
	padding: 0 70px 20px 86px;
}
span.tags {
	display: block;
	margin-bottom: 30px;
}
.center {
	text-align: center;
}

