/*  
Theme Name: WordPress Tumble Theme
Theme URI: http://jccovey.com/themes/tumble/
Description: Elegant and succinct, the Root theme for Wordpress is a delight
Version: 1.0
Author: John Covey
Author URI: http://jccovey.com/

	This theme was designed and built by John Covey,
	whose personal notebook you will find at http://jccovey.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

	Colors:
		Light Green: #76D96A;
		Light Blue: #91ceff;
		Brown: #362313;
		Red: #E01F26;
		Green: #527F2B;
		Blue: #066;
*/
/* Reset and remove all browser default styling */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Let's get busy! */

body
{
	background-color: #FFF;
	color: #066;
	font: 14px/20px "Lucida Grande", Verdana, sans-serif;
}

a {

	border-bottom: 1px solid #D5D5D5;
	color: #099;
	text-decoration: none;
}

a:hover {

   	border-bottom: 1px solid #217195;
    color: #217195;

}

blockquote
{
	margin: 0 25px 0 25px;
	padding-left: 5px;
	border-left: 5px solid #F5F5F5;
}

small
{
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
	letter-spacing: 0;
}

li
{
	margin-bottom: 5px;
}

pre
{
	border: 1px solid #555;
	background-color: #F5F5F5;
}

.BorderThick
{
	border-width: 10px;
	border-style: solid;
}

.ColNarrow
{
	display: block;
	width: 220px;
	margin: 15px 15px 0 0;
}

.ColWide
{
	display: block;
	width: 500px;
	margin: 15px 15px 0 0;
}

.Clear
{
	float: none;
	clear: both;
}

.ClearMargin
{
	margin-right: 0;
}

.FloatLeft
{
	float: left;
}

.FloatRight
{
	float: right;
}

.FullWidth
{
	width: 100% !important;
}

.MarginTop15
{
	margin-top: 15px;
}

.Shaded
{
	padding: 3px 3px 3px 5px;
	background-color: #F5F5F5;
}

ul.NoBullet
{
	list-style: none;
	margin: 0 0 0 0 !important;
	padding: 0 0 0 0 !important;
}

div.Shaded
{
	padding: 0px 10px 10px 10px;
	background-color: #F8F8F8;
}

div.Shaded .Shaded
{
	margin: 0 !important;
	background-color: #F5FAFF;
}

div#Appetizers
{
	margin: 0 auto 0 auto;
	width: 940px;
	height: 145px;
	background-image: url("images/jccovey-logo.png");
	background-repeat: no-repeat;
	background-position: 0 25px;
}

div#Appetizers h1
{
	float: left;
	margin: 25px 0 0 0;
	width: 200px;
	height: 75px;
}

div#Appetizers h1 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	border-bottom-width: 0;
}


div#Appetizers ul#Menu
{
	float: left;
	margin: 1.5em 0 0 40px;
	padding: 0 0 0 0;
	width: 400px;
}

div#Appetizers ul#Menu li
{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 200px;
	list-style: none;
}

div#Appetizers ul#Menu li em
{
	border-bottom: 1px solid #FFF;
	line-height: 150%;
}

div#Entree
{
	margin: 0 auto 0 auto;
	padding: 0;
	width: 960px;
 	/*background: url("http://960.gs/img/16_col.gif") repeat-y;*/
}

div#Entree h2
{
	margin: -1px 10px 10px 10px;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	letter-spacing: -.03em;
	
}

div#Entree #Art
{
	margin: 0 10px 25px 10px;
	width: 940px;
	/*height: 400px;*/
	background: #fff url("images/background-art.png");
}

div#Entree #Content
{
	float: right;
	margin: 0;
	width: 660px;
}

div#Entree #Content h3
{
	padding: 15px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -.03em;
	
}

div#Entree #Content p
{
	margin: 5px 0 10px 0;
	line-height: 150%;
}

div#Entree #Content ul, div#Entree #Content ol
{
	margin: 0;
	padding: 5px 5px 5px 30px;
}

/* Tumble styles */

div#Entree div.Post
{
	margin: -1px 10px 0 10px;
	padding: 5px 0 5px 0;
	border: 0 solid #F5F5F5;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

div#Entree div.Post .Timestamp
{
	position: relative;
	float: left;
	margin: 0;
	width: 220px;
	height: 100%;
	color: #D5D5D5;
}

	div#Entree div.Post .Timestamp a
	{
		color: #D5D5D5;
		border-width: 0;
	}	

	div#Entree div.Post .Timestamp a:hover
	{
		color: #757575;
	}	

	div#Entree div.Post .Timestamp .Permalink
	{
		position: absolute;
		top: 0;
		left: 120px;
		width: 100px;
		text-align: right;
		font-weight: bold;
	}

div#Entree div.Post .Content
{
	float: right;
	margin: 0 0 0 10px;
	width: 700px;
}

div#Entree div.Post .Content h2
{
	margin: 0 0 10px 0;
	padding: 0;
	color: #099;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -.03em;
	
}

div#Entree div.Post .Content h3
{
	padding: 15px 0 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -.03em;
	
}

div#Entree div.Post .Content > p
{
	margin: 0 0 15px 0;
	width: 70%;
	line-height: 150%;
}

div#Entree div.Post .Content ul, div#Entree div.Post .Content ol
{
	margin: 0;
	padding: 0 5px 5px 30px;
}

div#Entree div.Post p.Meta
{
	margin: 150px 0 0 0;
	font-size: 90%;
}

/* Archive Styles */

div#Entree #Content ul.Archive
{
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

div#Entree #Content ul.Archive li
{
	/*margin: 0;*/
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #EEEEEE;
}

div#Entree #Content ul.Archive li div.Description
{
	float: left;
	margin: 0 15px 0 0;
	/*width: 500px;*/
	
}

div#Entree #Content ul.Archive li div.Description h3
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	
}

div#Entree #Content ul.Archive li div.DatePosted
{
	float: right;
	margin: 0 0 0 0;
	width: 210px;
	text-align: right;
	
}

div#Entree #Content .Commentary
{
	background-color: #F8F8F8;
	padding: 0 10px 1px 10px;
}

div#Entree #Content .Notes
{
	padding: 10px;
}

div#Entree #Context
{
	float: right;
	margin: 0 25px 0 0;
	padding: 0px 0 0px 0px;
	width: 215px;
	background-color: #FFFFFF;
}

div#Entree #Context h3
{
	padding: 10px 10px 0 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	letter-spacing: -.03em;
	color: #217195;
	
}

div#Entree #Context p
{
	margin: 5px 10px 10px 0;
	line-height: 150%;
}

div#Entree #Context ol
{
	margin: 5px 0 0 30px;
	padding: 0;
}

div#Entree #Context ul
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}

div#Entree #Context li
{
	margin: 0 0 3px 0;
	padding: 0 0 0 0;
}

div#Information
{
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 750px;
	background-color: #252525;
	border: 25px solid #252525;
	border-width: 0 15px 15px 15px;
}

div#Information h3
{
	padding: 0 10px 5px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
		
}

div#Information ul, div#Information ol, div#Information p
{
	background-color: #FFF;
}

div#Information ul, div#Information ol
{
	margin: 0;
	padding: 5px;
	list-style: none;
}

div#Gratuity
{
	margin: 50px auto 15px auto;
	padding: 0 25px 0 25px;
	width: 940px;
	color: #C5C5C5;
	font-size: 90%;
}

div#Gratuity a
{
	padding-bottom: 0;
	color: #C5C5C5;
	line-height: 150%;
}

div#Gratuity a:hover
{
	color: #A5A5A5;
	border-color: #D5D5D5;
}
