/*
Theme Name: Blank
Theme URI:
Description: Fifty fifty tour theme
Author: Geoff Greenwalt
Version: 1.0
Tags: lifehacker

 
*/

/*** GLOBAL : GENERAL STYLE DEFAULTS ***/
html
{
	margin: 0;
	padding: 0;
}
body
{
	background:url('img/leather.png');
	margin: 0;
}
body, input, textarea
{
	color: #331F0F;    
	font-family: "Lucida Grande", sans-serif;
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6
{ 
	font-weight: normal;
	clear: both;
}
hr
{
	background-color: #999;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
pre
{
	font: 11px Monaco, monospace;
	line-height: 1.5;
	margin-bottom: 1.5em;
}
code
{
	font: 11px Monaco, monospace;
}
p
{
	margin: 4px 0 12px 0;
}
a
{
	color: #0a77e6;
}
a:hover
{
	color: #065c88;
}
a:visited
{
	color: #8b46d1;
}



/*** PAGE LAYOUT ***/

/* Styles that affect the entire layout of the page */
div#container
{
	
}
div#content
{
	margin-left:auto;
	margin-right:auto;
	margin-top:35px;
	width:800px;
	padding:18px 18px 18px 18px;
	background: url('img/background.png');
	box-shadow:10px 10px 5px #1A1007;
}


/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
    list-style: none;
    margin: 0 50px 0 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
	display: inline;
	float: right;
	padding: 0 15px 0 4px;
}
.menu-item
{
	
}
.menu-item a
{
	font-size: 18px;
	text-decoration: none;
	color: #331F0F;
}
.menu-item a:hover
{
	color: #9E1818;
}



/*** HEADER : OTHER ***/

#header
{
	background: url('img/background.png');
	height:60px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:18px 18px 18px 18px;
	box-shadow:10px 10px 5px #1A1007;
}

h1.header
{
	color:#331F0F;
	margin:5px 0px 0px 20px;
	width:300px;
	float:left;
}

/*** CONTENT : POSTS AND PAGES ***/

/* Entry and Page Titles */
h1.entry-title
{
	text-align:center;	
}
h2.entry-title
{
	
}
h2.entry-title a
{
	
}
h1.page-title
{
	
}

/* Post List Titles/Links */
h4.list-quote
{
	color:#444444;
	float:right;
	margin:0 0 0 0px;
	width:470px;
	display:inline-block;
	font-style:italic;
}
a.list-link
{
	float:right;
	margin:0 0 0 0px;
	width:470px;
	text-decoration:none;
	color:#331F0F;
}
a.list-link:hover
{
	color: #9E1818;
}
.list-img
{
	border:solid #FAF3DC 4px;
	width:250px;
	float:left;
	margin:25px 20px 0 20px;
}
.list-text
{
	width:470px;
	float:right;
}
.list-cell
{
	width:775px;
	margin:0 auto;
	height:240px;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content
{
	/* Style that affects actual entry/post content */
}
.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}
.entry-content ol li
{
	
}
.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta
{
	/* Style for the entry metadata (author, etc.) */
}
.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}
.entry-image
{
	text-align:center;
}
.post-img
{
	border:solid #FAF3DC 5px;
	margin: 15px 0 25px 0;
}
blockquote
{
	font-size:18px;
	font-style:italic;
	width:400px;
	color:#333333;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
blockquote cite
{
	color:#707070;
	font-size:14px;
	display:block;
	text-align:right;
}
blockquote cite:before
{
	content:"\2014 \2009";
}

h4.caption
{
	text-align:center;
	font-size:15px;
	font-style:italic;
	color:#333333;
	margin: 0 0 25px 0;
}

/** Photo Layout **/
.wrap
{
	width:700px;
	margin:0 auto;
}
.left-col
{
	float:left;
	width:350px;
	text-align:center;
}
.right-col
{
	float:right;
	width:350px;
	text-align:center;
}

/*** CONTENT : COMMENTS ***/

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol
{
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
}
.comments ol li
{
	/* Style each list item in the comments ordered list */
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

.comment-reply-link
{
	/* Style for the "Reply" link on a comment */
}
.comment-meta
{
	/* Style for metadata for a comment */
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/
div#footer
{
	float: left;
	clear: both;
}


/*** YOUR CSS ***/
