/*
THEME NAME: lfr
THEME URI: http://laflammerouge.com/
DESCRIPTION: 
VERSION: 1.0
AUTHOR: Patrick Tanguay
AUTHOR URI: http://tasteofblue.ca
*/

body {
	background-color: #fff;
	text-align: center;
	font-family: Helvetica, Arial, Verdana;
	font-size: 13px;
	color: #333;
}

a {
	color: #333;
}

a:hover {
	color: #f00;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	background: url('images/header.png') no-repeat bottom left;
	height: 190px;
	margin-bottom: 10px;
}

#header h1 {
	background: url('images/logo.png') no-repeat 20px 0;
	margin: 0;
	width: 115px;
	text-indent: -500em;
}

#header h1 a {
	display: block;
	height: 120px;
}

#header h2 {
	position: absolute;
	bottom: 0;
	right: 1px;
	background: url('images/slogan.png') no-repeat bottom right;
	width: 465px;
	height: 35px;
	margin: 0;
	text-indent: -500em;
}

#header ul.utilnav {
	position: absolute;
	top: -10px;
	right: 0;
	font-size: 0.85em;
}

#header ul.utilnav .presented, #header ul.utilnav li.presented a {
	color: #999;
}

#footer ul.utilnav {
	float: left;
	margin: 0;
	padding-left: 0;
}

ul.utilnav li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding-left: 15px;
}

ul.utilnav li a {
	text-decoration: none;
	text-transform: lowercase;
}

#footer ul.utilnav li {
	padding: 0 15px 0 0;
}

#content {
	float: left;
	width: 465px;
	margin: 0;
	padding-bottom: 30px;
}

#content .post {
	padding: 10px 0 5px 0;
	border-top: 10px solid #333;
}

#searchblock {
	float: right;
	background-color: #666;
	margin: 0 0 10px 0;
	padding: 10px 0;
	width: 465px;
}

#searchblock form {
	margin: 0 10px;
}

.sidebar {
	float: right;
	padding-bottom: 30px;
}

#primary {
	width: 220px;
	padding-top: 0;
}

#secondary {
	width: 225px;
	margin-right: 20px;
}

.sidebar ul {
	margin: 0;
	padding-left: 0;
}

.sidebar ul li {
	list-style-type: none;
}

.sidebar ul li ul li {
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #656565;
}

.sidebar ul li a {
	text-decoration: none;
	color: #f00;
}

.sidebar ul li a:hover {
	color: #333;
}

.sidebar #text-1 {
	margin-top: 25px;
}

.sidebar li.links {
	font-size: 0.95em;
}

.sidebar li.links h4 {
	margin: 0 0 10px 0;
	font-size: 1em;
}

.sidebar li.links h4 a {
	background: url('images/arrow_right.png') no-repeat top left;
	padding-left: 12px;
	color: #333;
}

.sidebar li.links h4 a.on {
	background: url('images/arrow_down.png') no-repeat top left;
}

.sidebar li.links h4 a:hover {
	color: #f00;
}

.sidebar li.links ul {
	margin: 0 0 0 12px;
}

.sidebar li.links ul li {
	border-bottom: none;
}

.sidebar li.links ul li a {
	color: #f00;
}

.sidebar #archives li {
	text-transform: capitalize;
}

#footer {
	clear: both;
	padding-top: 10px;
	border-top: 10px solid #333;
	text-align: right;
	font-weight: 0.85em;
}


/* Typograhy */

#content h3 {
	margin: 0 0 5px 0;
	font-size: 1.6em;
	color: #f00;
}

#content h3 a {
	text-decoration: none;
	color: #f00;
}

#content h3 a:hover {
	color: #333;
}

#content h3 .edit-link {
	float: right;
	font-size: 0.5em;
}

#content h3 .edit-link a {
	color: #333;
}

#content h3 .edit-link a:hover {
	color: #f00;
}

#searchblock h3 {
	margin: 0 0 10px 10px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.85em;
	color: #fff;
}

.sidebar h3 {
	margin: 25px 0 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #656565;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 0.85em;
}
.sidebar .links h3 {
	margin-top: 15px;
}

#content h4 {
	margin: 0 0 20px 0;
	font-size: 1.1em;
}

p.entry-date {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font-size: 0.75em;
}

#searchblock input#searchsubmit {
	background-color: #f00;
	text-transform: uppercase;
	font-size: 0.85em;
	color: #fff;
}

p {
	margin: 0 0 20px 0;
}

#content p {
	line-height: 140%;
}

.navigation {
	margin-bottom: 25px;
	line-height: 150%;
	font-size: 0.9em;
}

.byline {
	margin: 0 0 15px 0;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	font-size: 0.75em;
}

.byline span {
}

.notes {
	background-color: #f7f7f7;
	margin-bottom: 15px;
	padding: 10px 10px 0 10px;
	border: 1px solid #ddd;
	font-size: 0.9em;
}

.notes p {
	margin-bottom: 15px;
}

.comments-link {
	text-transform: uppercase;
	font-size: 0.75em;
}

.comment-author {
	margin-bottom: 5px;
}

.comment-meta {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid #656565;
	text-align: right;
	font-size: 0.9em;
}

#recent-comments ul li {
	line-height: 130%;
}

.more {
	float: right;
	text-transform: uppercase;
	font-size: 0.85em;
}

#commentform input, #commentform textarea {
	margin-bottom: 5px;
	border: 1px solid #333;
}

/* Misc */

#access {
	display: none;
}

img {
	border: none;
}