/*
Theme Name: corenna
Theme URI: http://www.corenna.com
Description: Corenna's blog theme
Version: 1.0
Author: Schuyler Roozeboom
Author URI: http://www.schuylerroozeboom.com
Tags: 960.gs
*/



/* globals */
html, body {
	background: #bfa780 url(images/bg-texture-blue.gif) left top repeat;
	color: #413c32;
	font-size: 14px;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	text-align: left;
}
h1, h2, h3 {
	font-weight: bold;
	margin: 0;
}
h1 {
	font-size: 4em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.3em;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #873212;
}
a:hover {
	text-decoration: none;
	color: #873212;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
	outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	border: none;
	outline: none;
}
p {
	line-height: 24px;
	margin: 0;
	padding: 10px 0;
}
.clear {
	clear: both;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}

.cufon-loading h2 {
	visibility: hidden !important;
}

/* layout */
#main {
	
}
#top-nav {
	background: #7995a7 url(images/bg-nav.gif) left top repeat-x;
	border-bottom: 1px solid #413c32;
}
#top-nav .menu {
	float: left;
}
#top-nav ul {
	border-left: 1px solid #413c32;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-nav ul li {
	border-right: 1px solid #413c32;
	color: #fffbf2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	float: left;
	text-transform: uppercase;
}
#top-nav ul li a {
	background: url(images/bg-nav-on.gif) left bottom repeat-x;
	color: #fffbf2;
	display: block;
	line-height: 40px;
	padding: 13px 20px;
}
#top-nav ul li a:hover {
	background: url(images/bg-nav-on.gif) left top repeat-x;
}
#top-nav ul li.current_page_item a {
	background: url(images/bg-nav-on.gif) left top repeat-x;
}
#top-nav .quick-links {
	float: right;
	height: 22px;
	line-height: 22px;
	padding: 9px 0;
}
#top-nav .quick-links a {
	float: left;
	margin: 0 0 0 10px;
}
#header {
	background: #d6dee3 url(images/bg-header.gif) left top repeat-x;
	border-bottom: 1px solid #413c32;
	height: 195px;
}
#header .grid_9 img {
	margin: 0 0 0 15px;
}
#header .grid_7 {
	background: url(images/bg-allium.png) 200px bottom no-repeat;
	height: 195px;
	text-align: center;
}
div.desc {
	background: url(images/bg-desc.png) center top no-repeat;
	min-height: 41px;
	margin: 0;
	padding: 9px 0 0 0;
}
div.desc-txt {
	color: #fffbf2;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #413c32;
	width: 250px;
}
#content {
	background: url(images/bg-content-blue.gif) left top repeat-x;
	margin: 0;
	padding: 0 0 30px 0;
}
#footer {
	background: #873212 url(images/bg-footer.gif) left top repeat-x;
	border-top: 1px solid #000000;
	color: #f07e56;
	font-size: 12px;
	line-height: 45px;
	min-height: 45px;
}
#footer img {
	margin: 0 0 0 5px;
}

.post-outer-top {
	background: url(images/post-outer-top.png) center bottom no-repeat;
	padding: 30px 0 0 0;
	height: 30px;
}
.post-outer-top-nav {
	background: url(images/post-outer-top-nav.png) center bottom no-repeat;
	padding: 30px 0 0 0;
	height: 30px;
}
.post-outer-top-archive {
	background: url(images/post-outer-top-archive.png) center bottom no-repeat;
	padding: 30px 0 0 0;
	height: 30px;
}
.post-outer-bottom {
	background: url(images/post-outer-bottom.png) center top no-repeat;
	height: 30px;
}
.post-outer-bottom-nav {
	background: url(images/post-outer-bottom-nav.png) center top no-repeat;
	height: 30px;
}
.post-outer {
	background: #eedab5 url(images/bg-texture-light.gif) left top repeat;
	border-left: 1px solid #7d6d4d;
	border-right: 1px solid #7d6d4d;
	padding: 0 9px;
}
.post-inner {
	background: #fffbf2;
	border-left: 1px solid #c2b091;
	border-right: 1px solid #c2b091;
}

/* posts */
.post {
	border-bottom: 1px dotted #c2b091;
	padding: 25px 0;
	margin: 0;
}
.post-single {
	padding: 0 0 25px 0;
}
.post-title,
.page-title,
.comments-title {
	display: inline;
	float: left;
	margin: 0 0 0 -21px;
	max-width: 550px;
	padding: 15px 25px 11px 35px;
	position: relative;
}
.post-title {
	background: #c7c55c;
	border: 1px solid #7d6d4d;
}
.page-title {
	background: #873212;
	border: 1px solid #7d6d4d;
}
.comments-title {
	background: #f07e56;
	border: 1px solid #7d6d4d;
}
.post-end-top {
	background: url(images/bg-title-post-top.gif) right top no-repeat;
	display: block;
	height: 43px;
	position: absolute;
	right: -10px;
	top: -1px;
	width: 10px;
}
.post-end-bottom {
	background: url(images/bg-title-post-bottom.gif) right bottom no-repeat;
	display: block;
	height: 43px;
	position: absolute;
	right: -10px;
	bottom: -1px;
	width: 10px;
}
.page-end-top {
	background: url(images/bg-title-page-top.gif) right top no-repeat;
	display: block;
	height: 47px;
	position: absolute;
	right: -10px;
	top: -1px;
	width: 10px;
}
.page-end-bottom {
	background: url(images/bg-title-page-bottom.gif) right bottom no-repeat;
	display: block;
	height: 47px;
	position: absolute;
	right: -10px;
	bottom: -1px;
	width: 10px;
}
.comments-end-top {
	background: url(images/bg-title-comments-top.gif) right top no-repeat;
	display: block;
	height: 43px;
	position: absolute;
	right: -10px;
	top: -1px;
	width: 10px;
}
.comments-end-bottom {
	background: url(images/bg-title-comments-bottom.gif) right bottom no-repeat;
	display: block;
	height: 43px;
	position: absolute;
	right: -10px;
	bottom: -1px;
	width: 10px;
}
.post-fold {
	background: url(images/bg-fold-post.png) center center no-repeat;
	bottom: -8px;
	display: block;
	height: 7px;
	left: -1px;
	position: absolute;
	width: 20px;
}
.post-title h2 {
	color: #fffdf8;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #7d6d4d;
}
.post-title h2 a {
	color: #fffdf8;
	font-weight: normal;
}
.post-title h3 {
	color: #fffdf8;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #7d6d4d;
}
.post-title h3 a {
	color: #fffdf8;
	font-weight: normal;
}
.page-title h2 {
	color: #fffdf8;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px #7d6d4d;
}
.comments-title h3 {
	color: #fffdf8;
	display: inline;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 1px #7d6d4d;
}
.post-content {
	padding: 10px 30px;
}
.post-content a:hover {
	text-decoration: underline;
}
.post-content a.more-link {
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
}
.post img.thumbnail,
.page img.thumbnail {
	background: #FFFFFF;
	border: 1px solid #c2b091;
	margin: 10px 0 0 10px;
	padding: 6px;
}
.post a.thumb {
	display: block;
}
.post ul,
.page ul {
	margin: 10px 0;
	padding: 0 0 0 25px;
}
.post ul li,
.page ul li {
	padding: 10px 10px 10px 5px;
}
.post .flickr-photos {
	float: left;
	width: 570px;
	margin: 0 0 0 -1px;
	padding: 10px 0 0 0;
}
.post .flickr-photos a {
	background: #FFFFFF;
	border: 1px solid #c2b091;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	padding: 4px;
}

.post .post-share {
	background: #ffe7dd;
	border: 1px dotted #c2b091;
	margin: 0 30px 10px 30px;
	line-height: 24px;
	padding: 0;
}
.post .post-share p {
	color: #7D6D4D;
	font-size: 12px;
	font-style: italic;
	padding: 10px;
}
.post .post-share a {
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 0 3px;
}
.post-share .post-left {
	float: left;
	padding: 0;
	width: 398px;
}
.post-share .post-right {
	float: right;
	line-height: 28px;
	padding: 8px 10px;
	width: 138px;
}
.post-share .post-right a {
	background: url(images/share-a.gif) right center no-repeat;
	color: #FFFBF2;
	display: block;
	font-style: italic;
	float: right;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: lowercase;
}
.post-share .post-right span {
	background: url(images/share-span.gif) left center no-repeat;
	display: block;
	padding: 0 0 0 15px;
}

.post .post-details {
	background: #f5f7f9;
	border: 1px dotted #90b3ca;
	line-height: 24px;
	margin: 0 30px;
	padding: 0;
}
.post .post-details p {
	color: #c2b091;
	font-size: 12px;
	font-style: italic;
	overflow: hidden;
	padding: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.post .post-details a {
	color: #81a0b4;
	font-style: normal;
	text-transform: uppercase;
	padding: 0 0 0 3px;
}
.post-details .post-left {
	float: left;
	padding: 0;
	width: 500px;
}
.post-details .post-right {
	float: right;
	padding: 9px 10px;
	width: 36px;
}
.post .post-details .comments {
	background: url(images/bg-comment-cloud.gif) right center no-repeat;
	padding: 0 0 0 6px;
}
.post .post-details .comments a {
	display: block;
	line-height: 26px;
	padding: 0;
	text-align: center;
}

.post-nav {
	background: #e6d4b4;
	line-height: 28px;
	padding: 20px 0 0 0;
}
.nav-top {
	border-bottom: 1px dotted #C2B091;
	padding: 0 0 20px 0;
}
.post-nav .post-left {
	float: left;
	padding: 0 0 0 30px;
	width: 279px;
}
.post-nav .post-left a {
	background: url(images/next-a.gif) right center no-repeat;
	color: #FFFBF2;
	display: block;
	font-style: italic;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	text-transform: lowercase;
}
.post-nav .post-left span {
	background: url(images/next-span.gif) left center no-repeat;
	display: block;
	padding: 0 0 0 20px;
}
.post-nav .post-left a.all span {
	background: url(images/prev-span.gif) left center no-repeat;
	display: block;
	padding: 0 0 0 15px;
}
.post-nav .post-right {
	float: right;
	padding: 0 30px 0 0;
	width: 279px;
}
.post-nav .post-right a {
	background: url(images/prev-a.gif) right center no-repeat;
	color: #FFFBF2;
	display: block;
	font-style: italic;
	float: right;
	margin: 0;
	padding: 0 20px 0 0;
	text-transform: lowercase;
}
.post-nav .post-right span {
	background: url(images/prev-span.gif) left center no-repeat;
	display: block;
	padding: 0 0 0 15px;
}

.post-pagenavi {
	background: #e6d4b4;
	color: #FFFBF2;
	font-style: italic;
	line-height: 28px;
	padding: 20px 30px 0 30px;
	text-align: center;
	text-transform: lowercase;
}
.wp-pagenavi a,
.wp-pagenavi span {
	background: url(images/bg-pagenumber.gif) center center no-repeat;
	color: #FFFBF2;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	min-width: 30px;
}
.wp-pagenavi span.current {
	background: url(images/bg-currentpage.gif) center center no-repeat;
}
.wp-pagenavi span.extend {
	display: none;
}
.wp-pagenavi a.previouspostslink {
	background: url(images/next-a.gif) right center no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}
.wp-pagenavi a.previouspostslink span {
	background: url(images/next-span.gif) left center no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
}
.wp-pagenavi a.nextpostslink {
	background: url(images/prev-a.gif) right center no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 20px 0 0;
}
.wp-pagenavi a.nextpostslink span {
	background: url(images/prev-span.gif) left center no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
}
.wp-pagenavi a.first {
	background: url(images/next-a.gif) right center no-repeat;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 15px 0 0;
}
.wp-pagenavi a.first span {
	background: url(images/prev-span.gif) left center no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
}
.wp-pagenavi a.last {
	background: url(images/next-a.gif) right center no-repeat;
	display: block;
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
}
.wp-pagenavi a.last span {
	background: url(images/prev-span.gif) left center no-repeat;
	display: block;
	margin: 0;
	padding: 0 0 0 15px;
}

#comments {
	border-bottom: 1px dotted #C2B091;
	padding: 25px 0;
}
.comment-content ul.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
#comments .commentee {
	color: #873212;
	text-transform: uppercase;
}
#comments .commentee span {
	color: #7D6D4D;
	font-size: 11px;
	font-style: italic;
	padding: 0 0 0 5px;
}
#comments .comment-txt-top {
	background: url(images/bg-comment-txt-top.gif) bottom center no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}
#comments .comment-txt-btm {
	background: url(images/bg-comment-txt-btm.gif) top center no-repeat;
	height: 20px;
	margin: 0;
	padding: 0;
}
#comments .comment-txt {
	background: #ffffff;
	border-left: 1px solid #c2b091;
	border-right: 1px solid #c2b091;
	padding: 0 20px;
}
#comments .comment-txt p {
	padding: 5px 0;
}
#respond {
	border-bottom: 1px dotted #C2B091;
	padding: 25px 0;
}
.comment-content {
	padding: 20px 30px 0 30px;
}
#commentform {
	margin: 0;
}
#commentform .comment-left {
	float: left;
	margin: 0 30px 20px 0;
	width: 264px;
}
#commentform .comment-right {
	float: left;
	width: 264px;
}
#commentform label {
	display: block;
	font-style: italic;
	padding: 0 0 0 2px;
	text-transform: lowercase;
}
#commentform label span {
	color: #C2B091;
	font-size: 11px;
}
#commentform .name,
#commentform .email {
	background: url(images/contact-input.gif) top left no-repeat;
	border: none;
	font-size: 11px;
	height: 20px;
	margin: 5px 0;
	padding: 4px;
	width: 256px;
}
#commentform .msg {
	background: url(images/contact-textarea.gif) top left no-repeat;
	border: none;
	height: 132px;
	margin: 5px 0 20px 0;
	padding: 4px;
	width: 550px;
	resize: none;
}
#commentform .comment-submit {
	text-align: right;
}
#commentform .submit {
	background: url(images/contact-submit.gif) top left no-repeat;
	border: none;
	color: #fffdf8;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	float: right;
	line-height: 28px;
	height: 28px;
	margin: 0 0 0 30px;
	padding: 0;
	text-transform: lowercase;
	width: 128px;
}

.archive-title {
	background: #81A0B4;
	border-bottom: 1px dotted #C2B091;
	margin: 0;
	padding: 0 30px 20px 30px;
	text-align: center;
}
.archive-title h2 {
	color: #FFFBF2;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
}
.archive-title span {
	color: #F5F7F9;
}
.archive-section {
	border-top: 1px dotted #c2b091;
	padding: 25px 0 0 0;
}
.archive-section .comments {
	color: #C2B091;
}
.section-one {
	margin: 20px 0 0 0;
}

.wpcf7-form {
	margin: 0;
	padding: 30px 0;
}
.wpcf7-form .contact-left {
	float: left;
	height: 85px;
	margin: 0 30px 0 0;
	width: 264px;
}
.wpcf7-form .contact-right {
	float: left;
	width: 264px;
}
.wpcf7-form label {
	display: block;
	font-style: italic;
	padding: 0 0 0 2px;
	text-transform: lowercase;
}
.wpcf7-form .name,
.wpcf7-form .email {
	background: url(images/contact-input.gif) top left no-repeat;
	border: none;
	font-size: 11px;
	height: 20px;
	margin: 5px 0;
	padding: 4px;
	width: 256px;
}
.wpcf7-form .wpcf7-not-valid-tip {
	background: url(images/contact-input-oops.gif) top left no-repeat;
	border: none;
	color: #ffffff;
	font-size: 14px;
	font-style: italic;
	left: 0;
	line-height: 28px;
	padding: 0 8px;
	position: absolute;
	top: -5px;
	width: 248px;
	z-index: 100;
}
.wpcf7-form .wpcf7-not-valid-tip-no-ajax {
	color: #F07E56;
	font-style: italic;
	padding: 0 0 0 2px;
}
.wpcf7-form .msg {
	background: url(images/contact-textarea.gif) top left no-repeat;
	border: none;
	height: 132px;
	margin: 5px 0 20px 0;
	padding: 4px;
	width: 550px;
	resize: none;
}
.wpcf7-form .contact-submit {
	text-align: right;
}
.wpcf7-form .submit {
	background: url(images/contact-submit.gif) top left no-repeat;
	border: none;
	color: #fffdf8;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	float: right;
	line-height: 28px;
	height: 28px;
	margin: 0 0 0 30px;
	padding: 0;
	text-transform: lowercase;
	width: 128px;
}
.wpcf7-form .wpcf7-response-output {
	background: #F07E56 url(images/contact-oops.gif) center center no-repeat;
	border: none;
	color: #ffffff;
	font-style: italic;
	line-height: 28px;
	margin: 20px 0 0 0;
	padding: 0 20px;
	text-align: center;
}

#sidebar {
	background: url(images/bg-sidebar.gif) top center repeat-y;
	padding: 50px 0 0 0;
}
#sidebar h3 {
	color: #873212;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: lowercase;
}
.widget-top {
	background: url(images/widget-top.png) bottom center no-repeat;
	height: 30px;
}
.widget-bottom {
	background: url(images/widget-bottom.png) top center no-repeat;
	height: 30px;
	margin: 0 0 20px 0;
}
.widget {
	background: #eedab5 url(images/bg-texture-light.gif) left top repeat;
	border-left: 1px solid #7d6d4d;
	border-right: 1px solid #7d6d4d;
	color: #544220;
	font-size: 13px;
	line-height: 1.5em;
	padding: 5px 30px;
}
.widget_links .widget-bottom {
	background: url(images/widget-bottom-last.png) top center no-repeat;
	height: 30px;
	margin: 0;
}
.widget a.more-link {
	font-style: italic;
	text-decoration: none;
	text-transform: lowercase;
}
.widget ul {
	border-top: 1px dotted #544220;
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
}
.widget ul li {
	border-bottom: 1px dotted #544220;
}
.widget ul li a {
	display: block;
	padding: 5px 0;
}
.widget_categories a {
	text-transform: uppercase;
}
.widget_links a,
.widget_recent_entries a {
	font-style: italic;
}
#mc_signup_form {
	margin: 0;
	padding: 0;
}
#mc_signup_form .mc_var_label {
	display: block;
	padding: 0 0 0 2px;
	text-transform: lowercase;
}
#mc_signup_form .mc_input {
	background: url(images/mc-input.png) top left no-repeat;
	border: none;
	font-size: 11px;
	float: left;
	height: 20px;
	padding: 4px;
	margin: 0;
	width: 140px;
}
#mc_signup_form .button {
	background: url(images/mc-submit.png) top left no-repeat;
	border: none;
	color: #fffdf8;
	cursor: pointer;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
	float: right;
	line-height: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	width: 70px;
}
#mc_signup_form #mc_message {
	color: #873212;
	line-height: 1em;
	min-height: 15px;
	padding: 4px 0 0 2px;
	text-transform: lowercase;
}
#mc_signup_form .mc_error_msg {
	color: #873212;
}


