/*
Theme Name: JR Starter
Description: Starter theme used by Jon Raasch
Version: 0.1
Author: Jon Raasch
Author URI: http://jonraasch.com/

Copyright (c)2009 Jon Raasch - All Rights Reserved
*/



/********* Typography & Colors *********/
body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #91847C url('img/yumpdx-footer.png') no-repeat 50% bottom;
	color: #4D5031;
	text-align: center;
}

/**** common ****/

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #D45F10;
}


a, h2 a:hover, h3 a:hover {
	color: #009599;
	text-decoration: none;
}

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

strong, b {
    color: #D45F10;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

/**** wrappers ****/

#page {
	background: url('img/yum-bg.png') repeat-y 25px 0;
	text-align: left;
}

/**** header ****/

#header {
	background: #91847C url('img/yumpdx-header.jpg') no-repeat 0 0;
	text-align: center;
}

#header h1 {
    font-size: 8em;
}

#header a {
    outline: none;
}

#header a:hover {
    -moz-opacity:.20;
    filter:alpha(opacity=20);
    opacity:.20;
    background-color:#4f311b;
}

#header-desc {
    font-size: 2em;
	color: #FFF;
	text-shadow: 0 0.1em 0.2em #222;
}

/**** content area ****/

#content {
	font-size: 1.2em;
}

.pagetitle {
    font-weight: normal;
    color: #3b3d26;
    font-size: 1.3em;
}

.pagetitle em {
    font-weight: bold;
}

.entry {
	line-height: 1.4em;
}

.posttitle {
    text-align: left;
    outline: none;
}

.page .posttitle {
    font-size: 1.6em;
}

.post-date, .postmetadata, .post-tags {
    font-size: 0.9em;
}

.single .post-image {
    text-align: center;
}

.entry h3 {
    font-size: 1.1em;
}

.single .entry h3 {
    font-size: 1.3em;
}

.navigation {
    font-size: 1.6em;
}

.single .navigation {
    font-size: 1.2em;
}

/** comments **/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
    border: 1px solid #ddd;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

.commentmetadata {
	font-weight: normal;
}

/**** sidebar ****/

#sidebar {
	font-size: 1em;
	color: #3b3d26;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
}

.archive-message p {
    font-size: 1.2em;
}

.archive-message em {
    font-weight: bold;
    font-size: 1.3em;
}

#tag-cloud {
    text-align: center;
}

/* search form */

.searchform .input-text {
    font-size: 14px;
    color: #4D5031;
}

.searchform .input-submit {
    background: transparent url('img/search-arrow.png') no-repeat 0 0;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 1px;
    color: #b18e6e;
}

.searchform .input-submit:hover {
    background-position: 0 -50px;
}

/* tag cloud */

#tag-cloud {
    background: #52821c url('img/tomato-vine.jpg') repeat-y 0 bottom;
    font-size: 1.1em;
}

#tag-cloud a {
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 0.05em 0.15em #222;
}

#tag-cloud a:hover {
    color: #BDD825;
    text-decoration: none;
}

/* twitter btn */

#twitter-cta {
    background: url('img/twitter-button.jpg') no-repeat 0 0;
}

#twitter-cta a {
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1.7px 3px #222;
}

#twitter-cta a:hover {
    color: #BDD825;
    text-decoration: none;
}


/* subscribe btn */

#subscribe {
    background: url('img/subscribe-button.jpg') no-repeat 0 0;
}

#subscribe a {
    font-size: 36px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0 1.7px 3px #222;
}

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

/* link lists */

#sidebar li li {
    font-size: 1.2em;
}

/**** footer ****/

#footer {
    color: #faf7dc;
    font-size: 1.1em;
}

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

#footer a:hover {
    color: #D45F10;
}

/**** hidden text ****/

#header a {
    overflow: hidden;
    text-align: left;
    font-size: 1px;
    text-indent: -2000px;
}

/* End Typography & Colors */



/********* Structure *******/

/**** common ****/
* {
    margin: 0;
    padding: 0;
}

/* misc elements */

.posttitle, .pagetitle {
	margin: 30px 0 0;
}

h2, h3 {
    margin: 20px 0 12px;
}

ol li {
	list-style: decimal outside;
}

hr {
	display: none;
}

a img {
	border: none;
}

acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

/* common classes */

.center {
	text-align: center;
}

.hidden {
	display: none;
}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

.clear {
	clear: both;
}

br.clear {
    margin: 0;
    padding: 0;
}

/**** main wrappers ****/

html {
    width: 100%;
    min-width: 950px;
}

body {
	margin: 0;
	padding: 0;
    width: 100%;
    min-width: 950px;
}

#page {
	margin: 0 auto 10px;
	padding: 0;
	width: 950px;
}

/**** header ****/

#header {
	height: 224px;
}

#header h1 {
    padding: 0;
    margin: 0;
}

#header h1 a {
    display: block;
    height: 211px;
}

/**** content area ****/

#content {
    width: 520px;
    padding: 5px 25px 0;
    margin-left: 25px;
    float: left;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

h1.posttitle {
    margin-bottom: 10px;
}

.post-date {
    margin-bottom: 10px;
}

.entry p {
    margin-bottom: 10px;
}

.entry ol, .entry ul {
	padding: 0 0 0 25px;
	margin: 0 0 10px;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata {
	clear: both;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.navigation .alignleft {
    max-width: 250px;
    text-align: left;
}

.navigation .alignright {
    max-width: 250px;
    text-align: right;
}

/* images */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.post-image {
    float: left;
    margin: 0 15px 10px 0;
}

.single .post-image {
    float: none;
    margin: 5px auto 10px;
    display: block;
}

.page .post-image {
    float: right;
    margin: 0 0 10px 15px;
}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* comments */

h3.comments {
	padding: 0;
	margin: 40px auto 20px;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}

.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { 
    padding: 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

/* comment form */

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}

/**** sidebar ****/

#sidebar {
	padding: 10px 15px 10px 15px;
	margin-left: 595px;
	margin-right: 25px;
	width: 300px;
	height:100%;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar ul ol li {
	list-style: decimal outside;
}

/* search form */

.searchform {
	margin: 10px auto;
	padding: 5px 0;
}

.searchform .input-text {
	width: 220px;
	padding: 2px;
}

.searchform .input-submit {
    padding: 0;
    width: 63px;
    height: 40px;
    position: relative;
    top: -5px;
}

/* tagcloud */

#tag-cloud {
    width: 300px;
    padding: 10px 15px;
    margin: 10px 0 0 -15px;
}

/* twitter, subscribe */

#twitter-cta, #subscribe {
    width: 330px;
    margin: 10px 0 0 -15px;
    overflow: hidden;
}

#twitter-cta a, #subscribe a {
    display: block;
    height: 110px;
    padding: 10px 15px 10px;
    line-height: 55px;
}

#twitter-cta a {
    height: 120px;
}


/**** footer ****/

#footer {
	padding: 300px 0 15px;
	margin: 0 auto 5px;
	width: 760px;
	clear: both;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
