/*
Theme Name: Glutton For Life
Theme URI: http://gluttonforlife.com/
Description: A theme created for the Glutton For Life blog, designed by Alex Lin and coded by Jonathan Butterick.
Version: 1.0
Author: Jonathan Butterick
Author URI: http://grundig9000.com/
*/

/* RESET EVERYTHING */
/*from http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END RESET */


body { 
	font: 16px/20px "Times New Roman", Times, serif;
	color:#000;
	background-color: #FFF;
	margin:14px 40px 30px 40px;
	padding:0px;
	text-align: center;
	min-width: 800px;
}

a {
	color:#55c71a;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}

a img {
	border:none;
}

body #headerimg {
	width:726px;
	text-align:left;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width:726px;
}

#content {
	text-align:left;
	width:530px;
	float:left;
	margin-right:40px;
}

#topnav {
	font: 25px/30px "Times New Roman", Times, serif;
	margin-top:23px;
	margin-bottom:52px;
	text-align:left;
}

#topnav .here {
	color:#55c71a;
	text-decoration: line-through;
}

#topnav a {
	color:#000;
}

#topnav a:hover {
	color:#55c71a;
}

.catcount {
	font-size:11px;
	position:relative;
	top:-10px;
}

.cat_header {
	color:#55c71a;
	text-align:center;
	text-transform:uppercase;
	font: 11px/13px "Times New Roman", Times, serif;
	letter-spacing:1px;
}

.cat_header a {
	text-decoration:none;
}

.cat_header a:hover {
	text-decoration:underline;
}

.post {
	margin-bottom:56px;
}

.post h2, h2.pagetitle {
	text-align:center;
	font: 26px/31px "Times New Roman", Times, serif;
}

.post h2 a {
	color:#000;
	text-decoration:none;
}

.post h2 a:hover {
	color:#55c71a;
	text-decoration:underline;
}

.pagetitle {
	position:relative;
	top:-1px;
	margin-bottom:14px;
}

.dateline {
	text-align:center;
	font: 26px/31px "Times New Roman", Times, serif;
	font-style:italic;
}

.daterule {
	height:1px;
	width:167px;
	color:#000;
	background-color:#000;
	border:none;
	margin:12px auto 29px auto;
}

.search-results .daterule {
	margin-top:26px;
}

.entry p {
	text-align:justify;
}

.sidebar {
	width:156px;
	text-align:left;
	float:left;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	color:#55c71a;
}

#imagekey {
	position:absolute;
	top:22px;
	margin-left:570px;
	color:#55c71a;
}

#imagekey h2 {
	border-bottom:1px #55c71a solid;
}

.imgkeycol {
	width:73px;
	float:left;
}

#imgkey1 {
	margin-right:10px;
}

.postmetadata {
	text-align:center;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top:10px;
}

.commentsbubble {
	width:16px;
	height:17px;
	margin-right:5px;
	vertical-align:-5px;
}

#s {
	width:151px;
	height:16px;
	letter-spacing:1px;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	border:0px;
	margin-bottom:21px;
	padding:4px 0px 0px 5px;
	background-color:#55c71a;
	color:#FFF;
}

.widgettitle {
	height:24px;
	margin-bottom:11px;
	color:#55c71a;
	text-transform:uppercase;
	letter-spacing:1px;
	font: 11px/13px "Times New Roman", Times, serif;
	border-bottom:1px #55c71a solid;
}

.textwidget, ul .blogroll, .widget_archive {
	margin-bottom:21px;
}

.comment {
	margin-top:21px;
}

.comment p {
	font: 17px/20px "Times New Roman", Times, serif;
	font-style:italic;
}

.commentauthor {
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	color:#55c71a;
}

.tagged, .postedin {
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	color:#55c71a;
	text-align:center;
	margin-top:10px;
}

.tagged a, .postedin a {
	text-decoration:none;
}

.tagged a:hover, .postedin a:hover {
	text-decoration:underline;
}

.pagerbox, .single_navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	color:#55c71a;
	text-transform:uppercase;
	letter-spacing:1px;
	font: 11px/13px "Times New Roman", Times, serif;
}

.pagerbox .current {
	text-decoration: line-through;
	color:#55c71a;
}

.pagerbox a {
	color:#55c71a;
	text-decoration: none;
}

.pagerbox a:hover {
	color:#55c71a;
	text-decoration: underline;
}

textarea#comment {
	clear:both;
	width:528px;
	color:#55c71a;
	border:1px #55c71a solid;
	margin-top:4px;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
}

#respond {
	margin:21px 0px;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	color:#55c71a;
}

#respond h3 {
	font-weight:normal;
}

input#author, input#email {
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
	color:#55c71a;
	border:1px #55c71a solid;
	width:258px;
	height:16px;
	float:left;
}

input#author {
	margin-right:6px;
}

/* GALLERY */
.gallery-holder {
	overflow:hidden;
	margin:0px auto;
}

.gallery {
	position:relative;
}

.gallery-item {
	float:left;
}

.gallery_nav_holder {
	margin:6px auto 14px auto;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
}

.gallery_nav {
	cursor:pointer;
	text-decoration:underline;
}

.gallery_nav:hover {
	color:#55c71a;
}

.gallery_nav_disabled {
	text-decoration: line-through;
	color:#55c71a;
}

.search-results #content {
	text-align:center;
}

h6 { /*this is the photo caption*/
	width:530px;
	text-align:right;
	margin:-26px auto 27px auto;
	font: 11px/12px "Helvetica Neue", Helvetica, sans-serif;
	letter-spacing:1px;
}

h6 img {
	margin-top:28px;
}

.recipecat h1 {
	color:#55c71a;
	text-align:left;
	text-transform:uppercase;
	font: 11px/13px "Times New Roman", Times, serif;
	letter-spacing:1px;
}

.recipecat h2 {
	text-align:left;
}

.recipecat .post {
	margin:0px;
}

.recipecat {
	margin-bottom:36px;
}