/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

form {
	margin: 0;
	padding: 0;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ol, ul {
	margin-bottom: 2em;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #EB1400;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 82px;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 13px 0 0 25px;
}

#logo p {
	margin: 0;
	padding: 20px 0 0 4px;
	line-height: normal;
	text-transform: lowercase;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	height: 82px;
}

#menu a {
	display: block;
	width: 110px;
	height: 46px;
	padding: 24px 0 0 0;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FABEB3;
}

/* Page */

#page {
	padding: 40px 60px 0 60px;
}

/* Content */

#content {
	margin-right: 340px;
}

.post .title p {
	margin: 0;
	padding: 0 0 0 30px;
	line-height: normal;
	color: #BABABA;
}

.post .title p a {
	color: #BABABA;
}

.post .entry {
	padding: 20px 40px 20px 30px;
}

.post .links a {
	padding: 0 23px;
	text-decoration: none;
	font-weight: bold;
}

.post .links a:hover {
	text-decoration: underline;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li ul {
	padding: 0 30px 40px 30px;
}

/* Search */

#search {
	padding: 20px 30px 40px 30px;
}

#search br {
	display: none;
}

/* Calendar */

#calendar_wrap {
	padding: 0 30px 40px 30px;
}

.hCalendarTable {
	width: 100%;
	text-align: center;
	border-width: 0px;
}

.hCalendarDayNameRow {
	background: #F1F1F1;
}

.hCalendarDay, .hCalendarDayLinked {
	border: 1px solid #F1F1F1;
}
.hCalendarNextPrev{
	height:25px;
}
.hCalendarMonthYearRow {
	text-decoration: none;
	font-weight: bold;
	border-width:0;
	vertical-align: top;
	height:25px;
}

.hCalendarDayCurrent {
	background: #FFF3A7;
	border: 1px solid #EB1400;
	font-weight: bold;
	color: #EB1400
}

/* Footer */

#footer p {
	margin-bottom: 1em;
	text-align: center;
	line-height: normal;
	font-size: .9em;
	color: #BABABA;
}

#footer a {
	padding: 0 20px;
	text-decoration: none;
	color: #DDDDDD;
}

#footer a:hover {
	color: #FFFFFF;
}

#footer .legal a {
	padding: 0;
}
/* 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;
    border: 3px double #E5E5E5;
    padding: 2px 3px;
}
form input{
    border: 3px double #E5E5E5;
    padding: 2px 3px;
}

div.next-prev {
	text-align: center;
}

div.comments, .comments-form, #searchAgain{
	padding:20px;
}

#cloud_wrap{
	text-align: justify;
	padding: 0 30px 40px 30px;
}
.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;
}
