/*
Theme Name: See it, Eat it
Theme URI: http://www.patrickfiller.com/
Description: A wordpress theme built for my web site, See Pizza, Eat Pizza
Version: .9
Author: Patrick Filler
Author URI: http://www.patrickfiller.com/
Tags: 
*/


body {
	font-size: 0.875em; /* Resets 1em to 14px */
	line-height:1.375em; /* 16×1.125=18 */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #CCC;
	color: #333;
	text-align: center;
}

a:link { color:#1A4395; }
a:visited { color:#113680; }
a:hover { color:#637Cb0; }

img { border:0; }

#page {
	width:900px;
	margin: 0 auto 2px auto;
}

#sidebar { 
	float:left;
	text-align:left;
	margin-left: 20px; width:255px;
}

#header {
	margin:25px 0 15px;
	width:620px;
	text-align:center;
}
#header h1 {
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	margin-bottom:10px;
	font-size: 2.5em;	
}
#header h1 a { color:#000; text-decoration:none; }
#header h1 a:hover { text-decoration:underline; }

div#footer { width:600px; margin-top: 25px; text-align:left; padding: 0 10px; }
div#foottitle { float:left; }
div#footlinks { float:right; }
div#copyright { margin-top:10px; clear:both; font-size:.75em; padding:bottom:35px; }


#content {
	width:620px;
	background: #FFF;
	padding:35px 0;
	float:left;
}

.entry {
	width:90%;
	margin: 0 auto 2px auto;
}

.entryspacer { margin-bottom: 75px; }

.entry .entry-title {
	margin: 25px 0;
	font-size: 2.125em;
	line-height: 1.25em;
	font-family: Georgia, Garamond, Times, "Times New Roman", serif;
	text-align:left;
}

.entry .entry-title a:link, .entry .entry-title a:visited{
	color:#000; text-decoration:none;
}
.entry .entry-title a:hover {
	text-decoration:underline;
}

.entry .entry-content {
	text-align:left;
}
.entry .entry-related {
	text-align:left;
}

.entry .entry-header h3, 
.entry .entry-header h5 {
	display: block;
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: 0.875em;
	line-height:1.375em;
}

.entry .entry-header {
	position:relative;
	border-bottom:1px dotted #666;
}

.entry .entry-header h3 {
	text-align: center;
	padding: 0 3em 0 3em;
	font-weight:bold;
}

.entry .entry-header h3 a { color:#333; text-decoration: none; }
.entry .entry-header h3 a:hover { text-decoration: underline; }

.entry .entry-header .date {
	position: absolute;
	bottom: 0; left: 0;
}
.entry .entry-header .time {
	text-align: right;
	position: absolute;
	bottom: -1px;
	right: 0;
}

.entry .entry-related { margin:30px 0; }

.entry .entry-tags {
	margin-top:30px;
	padding: 5px 0;
	text-align:left;
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	font-size: 0.875em;
	line-height:1.375em;
}
.entry .entry-tags .tagged { margin-right:10px; float:left; display:block; }
.entry .entry-tags .tags { float:left; display:block; width:75%; }

.entry .entry-tags a { color:#333; text-decoration:none; }
.entry .entry-tags a:hover { color:#333; text-decoration:underline; }

.entry .entry-commenttotals {  }

.entry .entry-image { float: left; margin: 0 20px 15px 0; }
.entry .entry-image-wide { margin: 20px 0;}
.entry .entry-image-wide img, .entry .entry-image img { padding:3px; border: 1px solid #000; }
.entry .entry-image-caption { margin-left:4px; font-size:.875em; }

.more-link { font-weight: bold; }

.clear {
	font-size:1px; line-height:1px; height:1px; clear:both; width:100%;
}


#ie6 {
	width: 620px; text-align:left;
	
}