/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 65px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu ul {
	margin: 0;
	padding: 5px 0 0 14px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 11px 30px 0 30px;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}

#menu a:hover {
	text-decoration: underline;
	color: #000000;
}

/* Latest Post */

#latest-post {
	padding: 8px;
	border: 1px solid #E7E7E7;
	float:left;
	width:440px;
	overflow:hidden;
	display:block;
	clear:both;
}

/* Content */

#content {
	float: left;
	width: 460px;
	margin:5px;
		
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E7E7E7;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

.tools ul li{display:inline; padding-right:10px;}

/* Sidebar */

#sidebar {
	
	width: 230px;
	padding:0px;
	margin-left:50px;
	overflow:hidden;
	
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
}

#sidebar li {list-style: none;
list-style-image:none;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 0;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	list-style:none;
}

#sidebar h2 img{ margin-right:10px;}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}
/* comments */

#content form ul{ 
	margin-left:0;
	list-style:none inside none;
}
#content form li{ 
	margin: 5px 0px 5px 0px;
	list-style:none inside none;
	background-image: none;
}

label.desc{
    border: 0;
    display: block;
    font-weight: bold;
}

form textarea{
    width:90%;
    height:140px;
    padding: 2px 3px;
}
form input{
    padding: 2px 3px;
}

div.next-prev {
	text-align: center;
}

div.comments, .comments-form, #searchAgain{
	padding:20px;
}

#cloud_wrap{
	text-align: justify;
	padding: 10px 20px 10px 20px;
}
#calendar_wrap{
	text-align:center;
	padding: 10px 20px 10px 20px;
}
.tagcloud1{
	font-size: 1.1em;
}
.tagcloud2{
	font-size: 1.2em;
}
.tagcloud3{
	font-size: 1.6em;
}
.tagcloud4{
	font-size: 2.0em;
}
.tagcloud5{
	font-size: 2.5em;
}
