/*   
Theme Name: eatsthematic
Theme URI: http://eats.pinjing.net
Description: Thematic Styled for Too Much Food
Author: Pinjing
Author URI: http://www.pinjing.net
Template: thematic
Version: 0.1
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/3c-r-fixed-primary-mod.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/*body { background:#fff url(../thematic/library/grids/960_grid_12_col.gif) repeat-y top center; } */

/* =Global Elements
-------------------------------------------------------------- */

/* Set default font size to a nice, round 10px */
html, body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 62.5%;
	vertical-align: baseline;
	background: transparent;
	background-color: #F2F2F2;
}

body, input, textarea {
	font-size: 1em;
	font-family: "Lucida Grande", Verdana, sans-serif;
    line-height: 2em;
}

pre, code {
	font: 1.0em Monaco, monospace;
}

/* Blockquote font size: 16px; line-height: 20px, hopefully */
blockquote {
	font: italic 1.6em Georgia, serif;
	background-color: #EEE;
	line-height: 2em;
	padding: 2em 2em 1em 2em;
	margin-bottom: 2em;
}

table {
    border:0px solid #ccc;
    border-width:1px 1px 0 1px;
    margin:0 0 22px 0;
    text-align:left;
}

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

a:visited {
    color: #772124;
    text-decoration: none;
}

a:active, a:hover {
    color: #772124;
    text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
/* Come back to this later . . . */
#header {
	background-image: url(http://eats.pinjing.net/wp-content/themes/eatsthematic/eats-thematic-header.jpg);
	background-repeat: no-repeat;
	height: 200px;
	width: 940px;
	margin: 0px auto;
	padding: 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 0px;
}

#branding {
	display: none;
}

#blog-title {
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 2em;
	visibility: hidden;
}

#blog-title a {
    color:#000;
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
    color: #772124;
}
#blog-description {
    color:#666;
    font-family: Georgia, Times, serif;
    font-size:1.2em;
    font-style:italic;
    visibility: hidden;
}

/* =Menu
-------------------------------------------------------------- */
.skip-link {
    display: none;
    }

#access {
    border-bottom: 0px solid #ccc;
    height: 32px;
    font-size: 1.0em;
    overflow: visible;
    z-index: 100;
    margin-top: 0px;
    padding-top: 158px;
}

/*** THEMATIC SKIN ***/

.sf-menu {
	border-right: 0px solid #ccc;
	margin-left: 20px;
}

.sf-menu li {
	margin-right: 10px;
	margin-bottom: 20px;
}

.sf-menu a {
	border-right: 1px solid #ccc;
	text-decoration: none;
	font-family: Georgia, Times, serif;
	text-transform: lowercase;
	font-style: italic;
	color: #666;
}

/* =Content
-------------------------------------------------------------- */

#main {
	margin-top: 0px;
	background-color: #fff;
	padding: 20px 0 20px 0;
}

.page-title {
	font-size: 2em;
	line-height: inherit;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	padding: 0 0 15px 0px;
	border-bottom: 4px double #ccc;
	margin: 0 10px 20px 0;
}

.page-title a:active, .page-title a:hover {
    color: #772124;
}

.hentry {
	padding: 0 0 20px 0;
}

.home #content .sticky {
	border: 1px dashed #CCC;
	margin: 0 0 60px 0;
	padding: 20px 20px 20px 20px;
}

.entry-title {
	font-family: Georgia, Times, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-style: italic;
	line-height: 1em;
	padding: 0 0 10px 0;
}

.entry-title a, .entry-title a:visited {
	color: #000;
}

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

.entry-meta {
	font-size: 1.0em;
	line-height: 1.5em;
	font-style: normal;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 10px;
	margin: 0 10px 20px 0;

}

.entry-meta .author {
	font-style: normal;
}

.entry-meta .n {
	font-style: 1.0em;
	font-style: italic;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.2em;
}

.entry-meta abbr {
	font-size: 1.0em;
	font-family: Georgia, Times, serif;
	letter-spacing: 0.1em;
}

.entry-date {
	font-size: 1.0em;
	font-family: Georgia, Times, serif;
	color: #772124;
}

.entry-meta span.comments-link {
	font-family: Georgia, Times, serif;
	font-size: 1.1em;
	font-style: italic;
}

.meta-from {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.edit-link a {
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-size: 1.1em;
	text-transform: lowercase;
	color: #666;
}

span.meta-sep {
	
}

.entry-content {
	padding: 0;
}

.entry-content h1, .entry-content h2 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
}

.entry-content h3 {
	font-size: 1.4em;
	font-size: italic;
}

.entry-content h4 {
	font-size: 1.2em;
	font-family: "Lucida Grande", Verdana, sans-serif;
}

.entry-utility {
	display: block;
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 0 5px 40px 0;
	text-align: right;
}

.entry-utility a:active {
	color: #666;
}

.entry-utility a:hover {
	color: #772124;
}



.page-link {
	font-size: 1.0em;
	line-height: 2em;
}

.page-link a:active {
	color: #ccc;
	text-decoration: none;
}

.page-link a:hover {
	color: #772124;
		text-decoration: none;
}



/* =Navigation
-------------------------------------------------------------- */
.navigation {
	font-size: 1.0em;
	line-height: 2em;
}

.navigation a {
	color: #666;
	font-style: normal;
}

.navigation a:active {
	color: #666;
	text-decoration: none;
}
.navigation a:hover  {
	color: #772124;
	text-decoration: none;
}

#nav-above {
	display: block;
}

#nav-below {
	display: block;
}

/* =Comments
-------------------------------------------------------------- */

#comments {
	font-size: inherit;
}

#comments,
#comments input,
#comments textarea {
	font-size: 1.0em;
	line-height: 1.5em;
}

#comments code {
	font-size: 1.0em;
	line-height: 1.5em;
}

#comments h3 {
    font-family: Georgia, Times, serif;
    font-size: 1.6em;
    font-weight: normal;
    font-style: italic;
    line-height: 2.0em;
    padding:0 0 10px 0;
}

#comments-list ol {
	border: 0px solid #ccc;
	border-top: 1px dashed #ccc;
	margin: 0 0 20px 0;
}

#comments-list li {
	background: #f5f5f5;
	border: 0px solid #ccc;
	border-bottom: 1px dashed #ccc;
}

#comments-list li.bypostauthor {
    background:#f5f5f5;
}

#comments-list ul li {
	border: 0px solid #ccc;
	border-top: 1px dashed #ccc;
}

#comments-list .comment-author {
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

#comments-list .comment-meta {
	font-size: 1.0em;
}

#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
	color: #772124;
}

.comment-reply-link {
	font-size: 1.0em;
	font-family: Georgia, Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}

.comment-reply-link a:active,
.comment-reply-link a:hover {
	color: #772124;
}

.comment-navigation {
	font-size: 1.0em;
	font-weight: normal;
	font-style: italic;
	font-family: Georgia, Times, serif;
}

.comment-navigation a:active,
.comment-navigation a:hover {
	color: #772124;
}

#respond {
	font-size: 1.0em;
}

.form-section label {
	font-size: 1.0em;
}

#form-allowed-tags p {
	font-size: 1.0em;
}

.subscribe-to-comments {
	font-size: 1.0em;
}

#comments .n {
	font-size: 1.2em;
}

.solo-subscribe-to-comments {
	font-size: 1.0em;
}

.comment_license {
	font-size: 1.0em;
}

p#comment-notes {
	font-size: 1.0em;
}
.comment-permalink a {
	font-weight: normal;
	font-style: normal;
	font-family: Georgia, Times, serif;
	text-decoration: none;
	color: #666;
}

.comment-permalink a:hover, .comment-permalink a:active {
	color: #772124;
}

/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
	font-size: 1.0em;
	line-height: 2.0em;
}

.aside pre,
.aside code {
	font-size: 1.0em;
	line-height: 2.0em;
}

.aside .current_page_item a {
	color: #772124;
}

.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #772124;
    text-decoration: none;
}

.aside a:active,
.aside a:hover {
    color: #772124;
    text-decoration: none;
}

.aside h3 {
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	line-height: 2.0em;
	letter-spacing: .2em;
	font-family: Futura, "Century Gothic", Verdana, serif;
	text-transform: uppercase;
}

.aside caption {
	font-size: 1.1em;
	font-family: Futura, "Century Gothic", Verdana, serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.aside ul ul {
	list-style: square;
	margin: 0 0 20px 20px;
}

.aside form,
.aside table {
	margin-bottom: 20px;
}

.aside thead {
	border: 1px dashed #ccc;
}

.aside tboday {
	border: 1px dashed #ccc;
}

.aside th, .aside td {
	border-right: 1px dashed #ccc;
}

/*
    Main Asides
*/

#primary {
	border: 0px solid #000;
	padding: 0;
	margin-bottom: 20px;
}

/*
    Content Asides
*/
#content .aside {
    border:1px dashed #ccc;
    margin:0 0 20px 0;
    padding: 20px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
	color: #000;
    font-family: Georgia, Times, serif;
    font-weight: normal;
    font-size: 1.6em;
	letter-spacing: inherit;
    font-style: italic;
    padding: 0 0 7px 0;
    text-transform: none;
}

#content .aside ul ul {
    padding:0;
}

/* =Primary and Secondary Styling
-------------------------------------------------------------- */
ul.xoxo li {
	margin-left: -1.0em;
}


ul.xoxo li.widget_flickrRSS {
	margin-bottom: 2.0em;
	line-height: 0em;
}

div#primary ul.xoxo li {
	margin-left: 0em;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
    border-top:1px dashed #aaa;
    margin-top: 40px;
    background-color: #fff;
}
#siteinfo {
    color:#666;
    font-size: 1.0em;
    line-height: 2.0em;
    padding: 20px 0 40px 0;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #772124;
}


/* =About Page Styling
-------------------------------------------------------------- */
div#about-content em {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.0em;

}

div#about-main-par {
	margin-bottom: 40px;
}

span.about-page-bits {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}


/* =Archives Page Styling
-------------------------------------------------------------- */

p.archivetext span.archives-oomph {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.0em;
	color: #772124;
}

div#archive-navigation {
	margin-top: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	text-align: center;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

div#archive-navigation a {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2em;
	color: #000;
	margin-left: 10px;
	margin-right: 10px;
}

ul#archives-page li#category-archives h2,
ul#archives-page li#monthly-archives h2,
div#archives-tag-cloud h2,
div#archives-by-category-header h2,
div#archives-by-category h2,
div#archives-by-date-header h2 {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}

ul#archives-page li#category-archives ul li.cat-item,
ul#archives-page li#monthly-archives ul li,
div#archives-by-category ul li {
	list-style: square inside;
}

div#archives-tag-cloud {
	margin-bottom: 40px;
}

div#archives-tag-cloud div.archives-tag-links a {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 1.0em 0 0;
	font-size: 1.0em;
}

div#archives-by-category-header {
	margin-bottom: 40px;
}

div#archives-by-category-header a {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 1.0em 0 0;
	font-size: 1.0em;
	color: #772124;
}

div#archives-by-category h2 a {
	color: #000;
}

div#archives-by-category h2 a:hover {
	color: #772124;
	text-decoration: none;
}

div#archives-by-date div.car-container ul.car-list li span.car-yearmonth {
font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	padding: 0 1.0em 0 0;
	font-size: 1em;
	color: #000;
}

div#archives-by-date div.car-container ul.car-list li ul.car-monthlisting {
	padding-bottom: 40px;
}


div#archives-by-date div.car-container ul.car-list li {
	list-style: none inside;
	}

div#archives-by-date div.car-container ul.car-list li ul.car-monthlisting li {
	list-style: square inside;
}

/* =Recipe Styling
-------------------------------------------------------------- */

div.recipe {
	border: 1px solid #EDEDED;
	background-color: #F0F0F0;
	padding: 2em;
	margin-bottom: 20px;
}

.recipe-header {
	margin-bottom: 2.0em;
}

.recipe-title {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 1.2em;
}

.recipe-bits {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.2em;
	font-size: 1.1em;
}

div.recipe ul {
	list-style: square inside; 
	margin-left: 0px;
	padding: 0;
}

div.recipe ol {
	list-style: lower-roman inside;	
	margin-left: 0px;
	padding: 0;
}

div.recipe li {
	padding: 0;
	margin-left: 2em;
	margin-right: 2em;
	border-bottom: 1px dashed #CCC;
	padding-bottom: 1em;
	padding-top: 1em;
}

div.recipe div.recipe-procedure img {
	text-align: center;
}

/* =Recipes Archives Page Styling
-------------------------------------------------------------- */

ul.visual-recipe-index-outer {
	float: left;
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.visual-recipe-index-outer li.outer {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	margin-left: 0em;
	margin-bottom: 2.0em;
}

ul.visual-recipe-index-outer li.outer ul.inner {
	float: left;
	width: 240px;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.visual-recipe-index-outer li.outer ul.inner li.inner {
	float: left;
	width: 110px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 0em;
	line-height: 1.5em;
}

ul.visual-recipe-index-outer li.outer ul.inner li.inner img {
	padding: 5px;
	border: 1px solid #ccc;
}


div.visual-recipe-index-recipe-title {
	text-align: right;
	
} 

div.visual-recipe-index-recipe-title a {
	font-family: Futura, "Century Gothic", Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.5em;
}

span.visual-recipe-index-recipe-date {
	font-family: Georgia, Times, serif;
	font-style: normal;
	font-weight: normal;
}