/*
Theme Name: the edible library
Theme URI: http://www.theediblelibrary.com/
Description: the edible library theme
Version: 1
Author: Chris Rudmin	
Author URI: http://www.therudmins.net
Tags: blue, custom design, two columns
*/

/* Reste code */
html, body, small,h1, h2, h3, p, a, ul, ol, li {
	margin:0;
	padding:0;
}

body {
	font-size:13px;
	line-height:20px;
	font-family:Georgia, 'Times New Roman', Times, 'Lucida Grande', ßserif;
	color: #f9f9f9;
	background: #28395f;
	}
	
small {
	font-size:11px
	}
	
h1 {
	border-bottom:1px solid #fff;
	margin-bottom:25px;
	font-size:25px;
	font-weight:normal;
}

h2 {
	font-size:25px;
	margin-bottom:20px;
	font-weight:normal;
	}

h2 a {
	text-decoration:none;
}

a {
	color:#f9f9f9;
}

a img {
	border:none;
} 

p {
	padding:0 0 20px 0;
}

li {
	margin-left:20px;
}

/* Layout styles */
#container {
	background: url(images/bg.jpg) no-repeat;
	margin: 0 auto;
	width: 797px;
	min-height: 472px;
	_height: 472px;
	padding: 185px 50px 50px 50px;
	position:relative;
	}

.headerLink {
	position:absolute;
	top:40px;
	left:282px;
	width:364px;
	height:105px;
}

.headerLink a{
	width:100%;
	height:100%;
	display:block;
}

#content {
	width:580px;
	float:left;
	margin-right:37px;
}

.navigation {
	padding-bottom:30px;
}

.alignleft {
	float:left;
}

.alignright{
	text-align:right;
}

.post {
	margin-bottom:50px;
	border-bottom:1px solid #6f6c57;
}

.postmetadata {
	text-align:right;
	font-style:italic;
	font-size:11px;
	line-height:15px;
	padding-bottom:5px;
}

/* sidebar styles */
#sidebar {
	width:180px;
	float:left;
	text-align:right;
	line-height:15px;
	font-size:11px;
}

#sidebar ul li {
	list-style:none;
}

#sidebar .widget {
	margin-bottom:40px;
}

#footer {
	clear:left;
	text-align:center;
	font-size:11px;
}


