/*
Theme Name: FreeWords Simple Blue
Theme URI: http://freewords.in/
Description: A simple theme blue which is easy to extend and edit
Version: 0.2.1
Author: info[at]freewords.in
Author URI: http://blog.freewords.in/
Tags: blue, fixed width, two columns, widgets

	A simple blue theme created for the Free Blog
	provider Freewords.In.

	http://freewords.in/

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

*/

/* ######################### General ######################### */
body {
	background-color: #e5e5e5;
	font-size: 0.8em;
	font-family: "Bitstream Vera Sans", Verdana, sans-serif;
	margin: 0px auto;
	padding-top: 10px;
	width: 950px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #456a80;
}

/* ######################### Header ######################### */
#header {
	background-image: url(images/headerbg.png);
	min-height: 130px;
	height: 130px;
}

#headercontent {
	padding-top: 45px;
	text-align: center;
}

#header h1 {
	font-size: 3em;
	margin: 0px;
	text-transform: uppercase;
}

#header h1 a {
	color: #ffffff;
}

#header .description {
	font-weight: bold;
	color: #ffffff;
}

#had {
	text-align: center;
}

/* ######################### Content ######################### */
#page {
	background-image: url(images/contentbg.png);
}

#content {
	padding: 15px 25px;
	float: left;
	width: 650px;
	text-align: justify;
}

#content h2 {
	margin: 0px;
	color: #456a80;
}

#content .postmetadata {
	font-size: 0.9em;
	margin-left: 50px;
	margin-bottom: 20px;
}

#content .commentlist {
	margin: 0px;
	padding: 10px;
}

#content .commentlist li {
	list-style-type: none;
}

#content .more-link {
	font-size: 1.2em;
}

blockquote {
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position:bottom right;
	background-color: #ececec;
	border: 1px solid #a5a5a5;
	padding: 10px;
	width: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#comments {
	border-bottom: 1px dotted #456a80;
}

.fn {
	font-weight: bold;
}

.flattr {
	float: right;
}

/* ######################### Inputs ######################### */


#s {
	background-image: url(images/question.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	width: 125px;
	border: 1px solid #a5a5a5;
}

#searchsubmit {
	padding: 2px 7px;
	background-color: #ececec;
	border: 1px solid #a5a5a5;
}

/* ######################### Sidebar ######################### */
#sidebar {
	margin-left: 665px;
	padding-top: 1px;
	padding-right: 5px;
}

#sidebar h2 {
	font-size: 1.2em;
}


#sidebar li {
	list-style-type: none;
}

#sidebar li .cat-item {
	font-weight: bold;
}

#sidebar li a {
	margin-left: -30px;
} 

#tag_cloud-3 a {
	padding-right: 4px;
}

/* ######################### Footer ######################### */
#footer {
	font-size: 0.8em;
	clear: both;
	margin-left: 100px;
	margin-right: 100px;
	text-align: center;
	border-top: 1px dotted #456a80;
	border-bottom: 1px solid #e5e5e5;
}

