/********************************************************
	Ryan Lane Writer - Global CSS
	Created by Gelatin Design (www.gelatindesign.co.uk)
********************************************************/

/****************
	Generic
****************/

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 100%;
	background: url('images/header.png') no-repeat top center;
	background: url('images/header.png') no-repeat top center, url('images/background.png') repeat top center;
	background-color: #FFFFFF;
}

img, div, ul, ol, li, h1, h2, h3, h4, h5, h6, a, form, table, tr, td, thead, tbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	outline: none;	
	text-decoration: none;
	color: #000000;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
}

/****************
	Header
****************/

#header {
	position: relative;
	margin: 0px auto;
	height: 150px;
	width: 960px;
}

#header h1 a {
	position: absolute;
	top: 35px;
	right: 0px;
	height: 91px;
	width: 470px;
	outline: none;
	text-indent: -9999px;
	background: url('images/ryan_lane.png') no-repeat 0px 0px;
}

#header #menu {
	position: absolute;
	top: 56px;
	left: 0px;
	list-style: none;
}

#header #menu li {
	float: left;
}

#header #menu li a {
	display: block;
	margin-right: 50px;
	text-indent: -9999px;
}

#header #menu li#latest a {
	height: 21px;
	width: 45px;
	background: url('images/menu_latest.png') 0px 0px no-repeat;
}

#header #menu li#top a {
	height: 21px;
	width: 27px;
	background: url('images/menu_top.png') 0px 0px no-repeat;	
}

#header #menu li#about_me a {
	height: 21px;
	width: 76px;
	background: url('images/menu_about_me.png') 0px 0px no-repeat;	
}

#header #menu li.current a, #header #menu li a:hover {
	background-position: 0px -21px !important;
}

/****************
	Content
****************/

#content {
	float: left;
	margin-left: 15px;
	width: 704px;
}

#content.wide {
	margin-left: 10px;
	width: 960px;
}

.clearfix {
	clear: both;
}

.navigation {
	display: block;
	margin: 10px 0px 40px 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #A53434;
}

.navigation a {
	color: #A53434;
}

.navigation a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h2.pagetitle {
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	font-weight: bold;
	color: #A53434;
}

/****************
	Post
****************/

.post {
	position: relative;
	margin: 20px 0px 50px 0px;
}

.post h2 a {
	display: block;
	margin: 0px 0px 10px 80px;
	font-size: 20px;
	text-transform: lowercase;
	color: #A53434;
}

.post .date {
	position: absolute;
	top: 15px;
	right: 0px;
	font-size: 12px;
	color: #A53434;
}

.post .entry {
	padding: 12px 45px;
	border: 4px solid #FFAB00;
min-height: 60px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #FFFFFF;
	background: #A53434;
}

.post .entry p {
	margin: 2px 2px 10px 2px;
}

.post .entry_content {
	position: relative;
	z-index: 1;
}

.post .entry_top_left {
	position: absolute;
	top: 11px;
	left: -26px;
	height: 110px;
	width: 110px;
	background: url('images/entry_top_left.png') no-repeat;
}

.post .entry_bottom_right {
	position: absolute;
	bottom: 30px;
	right: 0px;
	height: 40px;
	width: 39px;
	background: url('images/entry_bottom_right.png') no-repeat;
}

.post .postmetadata {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	text-align: right;
	text-transform: lowercase;
	color: #A53434;
}

.post .postmetadata a {
	color: #A53434;
}

.post .postmetadata a:hover {
	color: #A53434;
	text-decoration: underline;
}

.post .postmetadata .category {
	float: left;
}

.post .postmetadata #share {
	margin-right: 30px;
}

.post .postmetadata #share img {
	vertical-align: middle;
}

.post .small {
	font-size: 10px;
}

.post .entry_content img {
margin: 8px;
}


/****************
	Comments
****************/

ol.commentlist {
	list-style: none;
}

ol.commentlist li {
	margin-bottom: 20px;
	width: 70%;
	font-size: 12px;
	line-height: 20px;
	background: #FFFFFF;
}

ol.commentlist li p {
	padding: 0px 10px;
}

.comment-author img {
	display: none;
}

.comment-author .fn a {
	display: block;
	padding: 3px 10px;
	border: 2px solid #FFAB00;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background: #A53434;
}

.comment-author .says {
	display: none;
}

.comment-meta a {
	padding: 0px 10px;
	color: #A53434;
}

#comments, #respond h3 {
	font-size: 16px;
	text-transform: lowercase;
	color: #A53434;
}

#respond input.text, #respond textarea {
	padding: 2px 4px;
	border: 1px solid #A53434;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 12px;
}

.nocomments {
	font-size: 12px;
	color: #A53434;
}

/****************
	Sidebar
****************/

#sidebar {
	float: right;
	margin: 45px 0px 0px 0px;
	width: 210px;
	text-transform: lowercase;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li ul {
	list-style: circle;
	margin: 10px 0px 30px 15px;
}

#sidebar h2 {
	font-size: 20px;
	color: #A53434;
}

#sidebar ul li {
	font-size: 14px;
	color: #A53434;
}

#sidebar ul li a {
	color: #A53434;
}

#sidebar ul li a:hover {
	color: #A53434;
	text-decoration: underline;
}

/****************
	Footer
****************/

#footer_image {
	height: 106px;
	background: url('images/footer.png') no-repeat top center;
}

#footer {
	background: #A53434;
}

#footer_content {
	margin: 0px auto;
	padding: 60px 0px 0px 0px;
	height: 54px;
	width: 960px;
	font-size: 10px;
	text-align: center;
	color: #FFFFFF;
}

#footer_content #footer_left {
	float: left;
}

#footer_content #footer_right {
	float: right;
}
