/*
Theme Name: Lothlorien
Theme URI: http://karenblundell.com/wordpress-themes
Description: A custom design by Karen Blundell of <a href="http://karenblundell.com" title="Karen Blundell">Karen Blundell</a>. 
Version: 1
Author: Karen Blundell
Author URI: http://karenblundell.com
*/

/***** GLOBAL *****/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #FFFF99 url(images/bg1.jpg) repeat;
	font-size: 95%;
	color: #000;
	font-family: Georgia, serif;
}

img {
	border: 0;
}

a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #003300;
	text-decoration: underline;
}

a:visited {
	color: #003300;
}

/***** PAGE STRUCTURE *****/



#wrapper {
	display: block;
	margin: 0 auto;
	width: 900px;
	position: relative;
	background:  transparent url(images/container.gif) repeat;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	overflow: auto;
}



#header {
	width: 900px;
	background: transparent url(images/border.jpg) top center repeat-x;
	height: 216px;
	margin-top: 0;
	color: #000;
}

.title {
	position: absolute;
	top: 99px;
	left: auto;
	color: #000;
	height: 116px;
	background: transparent url(images/leaf.png) no-repeat; 
	padding-left: 90px!important;
	padding-top: 30px!important;
}

#content {
	width: 510px;
	float: left;
	color: #000;
	padding: 20px;
}

#sidebar_right {
	width: 125px;
	float: right;
	color: #000;
	padding: 20px;
	margin-right: 10px; 
}

* html #sidebar_right {
	width: 125px;
}

#sidebar_left {
	width: 135px;
	float: left;
	color: #000;
	padding: 20px;
	
}

* html #sidebar_left {
	width: 120px;
}

#footer {
	clear: both;
	width: 900px;
	background: transparent url(images/border.jpg) center bottom repeat-x;
	height: 166px;
	margin-top: 0;
	color: #000;
	display: block;
}

#footer a {
	color: #333;
}


/***** GENERAL TEXT *****/

.post {
	margin-bottom: 20px;
}

blockquote {
	color: #000; 
	margin: 0 30px 20px 30px; 
	padding: 10px 10px 4px 10px;
	font-size: .85em;
	font-family: Georgia, serif;
	font-style: italic;
}

p {
	margin-bottom: 15px;
	line-height: 1.6em;
}

p a {
	border-bottom: 1px solid #003300;
	text-decoration: none;
}

p a:hover {
	border-bottom: 2px solid #003333;
	text-decoration: none;
}

p.center {
	text-align: center;
}

.postmeta {
	
	border: 1px solid #003300;
	padding: 3px;
	font-size: 0.85em;
}

.postmeta a {
	border-bottom: none;
}

.postmeta a:hover {
	border-bottom: none;
}

.small {
	font-size: 0.85em;
}

code {
	font: 12px 'Courier New', Courier, Fixed;
}

h1 {
	font-size: 1.4em;
	letter-spacing: -0.8px;
	text-align: left;
	font-weight: normal;
	margin-bottom: 8px;
	font-family: Georgia, serif;
	color: #003300!important;
}

h1.title {
	font-size: 2.2em;
	letter-spacing: -2.5px;
	font-weight: normal;
	padding: 10px 10px 10px 17px;
}

h1.title a:hover { text-decoration: none; }

h4 {
	margin: -5px 0 10px 0;
	padding: 0;
	font-weight: normal;
	font-size: .85em;
	color: #424040;
}

/***** LISTS *****/

html>body .post ul {
	margin-left: 0px;
	padding: 0 0 10px 30px;
	list-style-type: circle;
	padding-left: 30px;
} 

html>body .post li {
	margin: 7px 0 8px 10px;
}

.post ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.post ol li {
	margin: 0;
	padding: 0;
	}



/***** SIDEBAR *****/

h2 {
	font-size: .95em;
	letter-spacing: -0.8px;
	text-align: left;
	padding:  2px;
	font-weight: normal;
	color:  #333;
	border-bottom: 1px #333 solid;
	margin: 5px 0 5px 0;
	font-family: Georgia, serif;
}

#sidebar_right a {
	color: #003333;
	text-decoration: none;
}

#sidebar_right a:hover {
	background: none;
	color:  #003300;
	text-decoration: underline;
}

#sidebar_left a {
	color: #003333;
	text-decoration: none;
}

#sidebar_left a:hover {
	background: none;
	color:  #003300;
	text-decoration: underline;
}

#sidebar_left a:visited {
	color: #003300;
}

/***** SIDEBAR LISTS *****/


.sidebar ul, .sidebar ol { 
	margin: 0 0 1em 0; 
	font-size: .80em;
}

.sidebar ul { 
	list-style-type: none;
}

.sidebar li { 
	margin: 0 0 0.6em 0; 
}

.sidebar ul li ul, .sidebar ul li ol, .sidebar ol li ul, .sidebar ol li ol { 
	margin: 0.5em 0 0.5em 5px; 
}

/***** FOOTER *****/

#footer p {
	font-family: Georgia, serif;
	font-size: 11px;
	text-align: center;
	letter-spacing: -0.1px;
	margin-bottom: 0px;
	padding: 10px 0 0 10px;
}

#footer a {
	color: #333;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	color: #003300;
	background: none;
	border-bottom: none;
}


/***** IMAGES *****/

img.post {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	float: right;
}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #000;
}

img.alignright {
	padding: 5px;
	border: 1px solid #000;
	margin: 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	border: 1px solid #000;
	margin: 8px;
	display: inline;
}
	
/***** MISCELLANEOUS *****/

.alignright {
	float: right;
}

.alignleft {
	float: left
}	

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

.postspermonth {
	margin: 5px 0 10px 0;
	list-style: none;
	padding-left: 25px;
}
	
/***** COMMENTS *****/

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border: 1px solid #003300;
}

#commentform textarea {
	width: 500px;
	padding: 5px;
	margin: 2px;
	border: 1px solid #003300;
	font-family: Georgia, serif;
	font-size: 12px;
}

#commentform #submit {
	margin: 0;
	float: right;
	border: 1px solid #003300;
	font-family: Georgia, serif;
	background: transparent;
}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.95em;
}

.commentlist li {
	font-weight: bold;
	border-bottom: 1px solid #003300;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: Georgia, serif;
}

.commentmetadata {
	font-weight: normal;
	font-size: 0.85em;
	font-family: Georgia, serif;
	border: 0!important;
	line-height: 1.0em!important;
	margin: 0;
	padding: 0;
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 10px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}