/*
Theme Name: Feorlen
Theme URI: http://www.feorlen.org
Description: Feorlen's dumb theme
Version: 1.0
Author: Feorlen
Author URI: http://www.feorlen.org

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background:#ccccff;
	color:#000;
	font-size: small;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:5px;
	text-align:center;
}

p, blockquote {
	text-align:justify;
}

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

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

blockquote {
	padding:0.2em 2em;
}
blockquote blockquote {
	background:none;
	margin:0;
	font-size:1em;
}

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

pre, code {
	font-size:1em;
}

textarea {
        font-size:1em;
}


code {
	color:#000;
}

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

img.wp-smiley {	
	margin:0;
}


/* Layout */
#page {
	min-width:710px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	clear:both;
	margin:1em 5%;
}
#content {
	width:70%;
	float:left;
}
#sidebar {
	width:25%;
	float:right;
}
#footer { 
	clear:both;
	margin:0 5em;
}

/* Header */

/* header image */
#header {
	height:96px;
	/* background: url("images/header_bg.png") repeat-x; */
}

#header div {
	height:96px;
	/* background:url('images/header_bg_left.png') no-repeat top left; */
}

#header div div {
	height:96px;
	/* background:url('images/header_bg_right.png') no-repeat top right; */
}



#header div div div {
	height:auto;
	background:none;
}

.header-title {
	float:left;
	position:absolute;
	top:25px;
	left:5%;
	margin:5px;
}

.header-title h1 {
	margin:0;
	font-family: serif;
	font-style: italic;
	font-size:3em;
}
.header-title h1 a {
	background:transparent;
	color:#000066;
}
.header-title h1 a:hover {
	background:transparent;
	color:#ffc;
}
.header-title p {
	margin:0;
	background:transparent;
	color:#000;
}

#header .search {
	width:20%;
	float:right;
	padding:36px 5% 0 0 ;
}

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

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


/* Sidebar*/
#sidebar {
	background: url('images/border.png') repeat-y top left;
	color:#888;
	overflow:hidden;
}

#sidebar div {
	padding:2em 0em 4em 2em;
	background: url('images/vborder_bottom.png') no-repeat bottom left;
}

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


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

#sidebar h2 {
	color:#000066;
	font-size:1em;
	margin:0;
}

#sidebar p {
	text-align:left;
	margin-top:0;
	color:#666;
}

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

#sidebar ul ul {
	font-size:1em;
	margin-left:1em;
	text-indent:-1em;
}

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

#sidebar ul li {
	margin-top:2em;
}

#sidebar ul li li {
	margin:0;
}

#sidebar li li a {
	/* color:999999; */
	text-decoration:none;
}

#sidebar li li a:hover {
	color:#68a;
}
/* Sidebar ends */

#content {
	text-align:justify;
}

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

/* don't use fancy-pants bullet */
/* 
#content ul {
         list-style:url('images/list-style.png'); 
}
*/

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

.post-title {
	background: url('images/border.png') repeat-x bottom;
}

.post-title div {
	background: url('images/hborder_right.png') no-repeat bottom right;
}
.post-title h2, .post-title h3 {
	font-size:2em;
	font-weight:bold;
	margin:1em 1em 0 0;
}

.post-title h2 a, .post-title h3 a{
	/* color:#8ac; */
	color:#000066;
}

.post-entry {
	font:1em/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.archives {
        font:1.2em/1.5em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.post-entry a {
	border-bottom:1px solid #eee;
}

.post-meta {
	margin-top:1.6em;
	font-size:1em;
	color:#000;
}
/* Post ends */


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

.commentlist li {
	margin:4em 0;
	overflow:auto;
}
.commentlist p {
	margin:0.5em 0;
	font:1em/1.2em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align:left;
}
.commentlist p a, .commentlist h4 a {
	border-bottom:1px solid #eee;
}
.commentlist h4 {
	font-size:1.3em;
	margin:0;
}
.commentlist cite {
	font-style:normal;
}
textarea#comment {
	width:100%;
	font-size:1.2em;
}
/* 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 */
 
/* Footer */

#footer { 
	background:url('images/border.png') repeat-x top;
}

#footer div {
	background:url('images/hborder_left.png') no-repeat top left;
}

#footer div div {
	background:url('images/hborder_right.png') no-repeat top right;
}

#footer div div div {
	padding:3em;
	color:#888;
	text-align:center;
	font-size:1em;
}


/* Footer 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;
}

/* format for webring list on front page */
div.ringitem {display: inline-block; margin: .5em;}
p.ringitem {text-align: center; margin: 0;}

p.cc {
        color:#888;
        text-align:center;
        font-size:1em;
}