/*
Theme Name: Yarinareth
Description: Based on <a href="http://srinig.com/wordpress-themes/evanescence/">Evanescence</a>, this is yet another William Morris extravaganza.
Author: Dorothea Salo
*/

body {
	background:url('images/morrissm.jpg') repeat fixed top left;
	color:#333;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, 'Times New Roman', Serif;
	padding: 0 10% ;
	text-align:center;
}

p {
	text-indent: 1.5em;
}

p.noindent, p:first-child, #sidebar p, hr+p {
	text-indent: 0;
}

a {
	color:#369;
	text-decoration:none;
}
a:hover {
	background-color:#ffc;
}

ul {
	list-style:square;
}

h1, h2, h3, h4, h5, h6 {
	color:#264;
}

hr {
	margin: 2em 7em 2em 6em;
	color: #369;
}

blockquote {
	color:#354;
	margin: .2em 0 .2em 2em;
	padding: 0 0 0 1em;
	border-left: thin solid #354;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

input, textarea{
	background:transparent;
	border:1px solid #aaa;
}
input:focus, textarea:focus {
	background:#ffa;
}

img {
	margin:0.2em;
	border:0;
}

img.wp-smiley {	
	margin:0;
}

/* Layout */
#page {
	text-align:left;
	position: absolute;
	top: 10px;
	left: 10%;
	width: 80%;
}
#wrapper {
	background-color: #ffa;
	margin-bottom: 40px;
}

#content {
	background: #ffa;
	width:60%;
	padding: 2em;
	margin: 0;
}
#sidebar {
	position: absolute;
	top: 108px;
	right: 0;
	width:28%;
	margin: 0;
	padding: 0 2em;
}

.navigation {
	font-size: 1.4em;
}

/* Header */
#header {
	position: relative;
	height: 100px;
	background: url("images/header_bg.png") repeat-x;
	margin: 0;
	padding: 0;
}
	
.header-title {
	position: absolute;
	top:10px;
	left: 2em;
	margin: 0px;
}

.header-title h1 {
	margin:0;
	font-size:5.6em; /* 56px */
	text-transform: uppercase;
	font-family: Georgia, serif;
}
.header-title h1 a, .header-title h1 a:hover {
	color: inherit;
	background-color: transparent;
}

.header-title h2 {
	margin:0;
	color:#686;
	background-color: transparent;
	font-size: 2em /*20px*/
}

#header .search {
	position: absolute;
	top: 40px;
	right: 20px;
	}

#header #searchform input {
	width:100%;
	background:#ffa;
	color:#264;
	border:1px solid #264;
	padding:0 0.2em;
}

#header #searchform input:focus {
	color:#666;
}
/* Header ends here */


/* Sidebar*/
#sidebar {
	background: url('images/sidebartopcrnr.png') no-repeat top left #dda;
	font-size: 1.2em;
	color:#444;
	overflow:hidden;
}

#sidebar div {
	padding:0 2em 4em 2em;
}

#sidebar div div {
	padding:0;
	background:none;
}


#sidebar #searchform {
	text-align:center;
}

#sidebar h2 {
	color:#264;
	font-size:1.6em;
	font-weight:bold;
	font-variant:small-caps;
	margin-top:2em;
	margin-bottom:0;
}

#sidebar p {
	margin-top:0;
}

#sidebar ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}

#sidebar ul ul ul{
	padding-left:1em;
}

#sidebar li li a {
	color:#369;
	text-decoration:none;
}

#sidebar li li a:hover {
	background-color:#773;
	color: white;
}
/* Sidebar ends */

#content {
margin: 0;
}

h2.archive-title {
	font-size:1.4em;
}
h2.pagetitle {
	font-size:2em;
}

/* Dates */

h2.date {
	text-align: center;
	font-family: Georgia, serif;
	text-transform: uppercase;
	font-size: 2.8em;
	border-top: thin solid #354;
	border-bottom: thin solid #354;
	padding: .25em 0;
}

/* Post */
.post {
	margin:0 0 4em 0;
	clear:both;
}

h2.post-title, h3.post-title {
	font-size:2em;
	font-weight:bold;
	margin:1em 1em 0 0;
	padding: 0;
}

h2.post-title a, h3.post-title a{
	color:#264;
}

.post-entry, .archives {
	font-size: 1.4em;
	line-height: 1.6em;
}

.post-meta {
	color:#686;
	text-indent: 0;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
/* Post ends */


/* Comments */
#comments {
	margin:0 7%;
}
#comments h3 {
	font-size:1.4em;
}
.commentlist {
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

.commentlist li {
	margin:2em 0;
	overflow:auto;
}
.commentlist p {
	margin:0.5em 0;
}
.commentlist h4 {
	font-size:1.2em;
	margin:0;
}
textarea#comment {
	width:100%;
}
/* Comment ends */


/* Search results */
.searchresult {
	clear:both;
}
.searchresult h3 {
	font-size:1.2em;
	margin:0;
	padding:1em 0 0 0;
}
.searchresult p {
	margin:0;
	padding:0 0 1em 0;
}
/* Search ends */

/* Calendar */
#wp-calendar caption {
	text-transform:uppercase;
	font-weight:bold;
	color:#68b;
}
#wp-calendar thead th {
	font-weight:bold;
	color:#888;
	text-align:center;
}
#wp-calendar tbody td {
	text-align:center;
}
#wp-calendar tbody td a {
	font-weight:bold;
}
/* Calendar ends */

.alignleft {
	float:left;
}
.alignright {
	float:right;
}

