body {
	font-size: 9px; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: white;
	color: #000000;
	text-align: left;
	line-height: 1.7em;
	margin: 0;
	padding: 0;
}

.border {	BORDER-RIGHT: #707070 1px solid; BORDER-TOP: #707070 1px solid; BORDER-LEFT: #707070 1px solid; BORDER-BOTTOM: #707070 1px solid; BACKGROUND-COLOR: #ffffff
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

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

/* **************** HEADER *************** */

#header {
	margin: 0;
	padding: 0;
	height: 175px;
}

#header h1 { display: none; }
#header .description { display: none }

#page {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	width: 700px;
}

#content {
	float: left;
	background-color: white;
	margin: -10px 0 0 0;
	padding: 0 0 0 20px;
	width: 450px;
}

#sidebar {
	margin: -25px 0 0 490px;
	padding: 0;
	width: 194px;
}

#sidebar_bottom {
	margin: -20px 0 0 490px;
	width: 194px;
	height: 35px;
}

/* **************** FOOTER *************** */

#footer {
	text-align: center;
	clear: both;
	margin: 0;
	padding: 0;
	height: 54px;
}

#footer p { 
	padding-top: 25px;
}

#footer a {
	color: #B34115;
	text-decoration: none;
}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

/* **************** LINKS **************** */

a {
	color: #E30409;
	text-decoration: none;
}

a:hover {
	color: #F48A94;
}

/* *************** HEADERS *************** */

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px;
}

h2.pagetitle {
	text-align: right;
	border-bottom: 1px solid #D63F4D;
	color: #D63F4D;
	margin-top: 0;
	padding-bottom: 5px;
	margin-bottom: 40px;
}

/* Next's that image under the post title */

img.lefth2img {
	margin: 0;
	padding: 0;
}

#sidebar h2 {
	padding: 5px 0 0 10px;
	color: white;
        font-weight: bold;
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
        font-size: 12px;
}

.sb_header {
	background-color: #9ED063;
	height: 28px;
	width: 194px;
}

.post h2 { display: inline;}
.post small { display: block;}

.post h3 {
	font-size: 12px;
	padding: 0;
	margin: 15px 0 0 0;
}

/* ****************** POST ****************** */

.post {
	font-size: 1.1em;
	text-align: justify;
}

.post small {
	color: #000000;
	padding-bottom: 10px;
}

.postmetadata {
	clear: both;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}

.entry {}

blockquote {
	margin: 15px 30px 0 0;
	padding-left: 15px;
	border-left: 4px solid #000000;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

code {
	display: block;
	margin: 5px;
	padding: 5px;
	border: 1px solid black;
	font: 1.1em 'Courier New', Courier, Fixed, Sans-Serif;
	background-color: #eeeeee;
	color: black;
}

/* ************* SIDEBAR LISTS ************** */

/* That next line puts ' ? ' front of the list-items
   in the sidebar, not with IE though :p */

#sidebar ul ul li:before { content: "\00BB \0020"; color: #A7370D;}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;  
        font-size: 10px;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }

#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }

#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }

ol li, #sidebar ul ol li { list-style: decimal outside; }

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}

#sidebar a {
	color: #E30409;
	padding: 2px;
	text-decoration: none;
        font-size: 10px;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

#sidebar a:hover {
	color: #000000;
	padding: 2px;
	text-decoration: none;
}

/* *************** SEARCHFORM *************** */

#searchform {
	margin: 0;
	padding: 0; 
	text-align: center;
}

form#searchform input:focus {
	border: 2px solid #6C894A;
	margin: 1px;
}

#searchform input { 
	font: 9px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #000000;
	margin: 2px;
}

#searchform #s {
	width: 115px;
	padding: 2px;
}

#searchsubmit { display: none; }

/* **************** COMMENTS **************** */

h2.respond {
	clear: both;
	display: inline;
	margin-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	color: #E30409;
}

/* Forms */

form#commentform input:focus, form#commentform textarea:focus {
	border: 2px solid #6C894A;
	margin: 1px;
}

#commentform input, #commentform textarea { 
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px solid #000000;
	margin: 2px;
	width: 300px;
}

/* Comments */

.alt {
	background-color: #EEEEEE;
	border-top: 1px solid #136284;
	border-bottom: 1px solid #136284;
}

.commentlist {
	padding: 0;
	margin: 0 0 20px 0;
	text-align: justify;
}

.commentlist li {
	margin: 5px 0 3px 0;
	padding: 5px 10px 3px 10px;
	list-style: none;
}

.commentlist p { margin: 0 0 15px 0; }

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

#wp-calendar {
	border: 1px solid #B1C5AB;
	background:#C7BAA7;
	margin: 0;
	width: 95%;
   font-family: Verdana, Arial, Tahoma; 
   font-size: .90em;
	color: #552704;
	font-weight: normal;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	background-image: none;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-image: none;
}

#wp-calendar a {
	display: block;
	text-decoration: underline;
	color: #552704;
	background-color: transparent;
	

}

#wp-calendar a:hover {
	color: #552704;
	background: url(images/bg_calendar.gif)  right bottom;
	color: black;
}

#wp-calendar caption {
   background-image:url(images/h2_sidebar.gif);
	background-repeat: repeat;
   font-size: .90em;
   color: #552704;
	padding: 1px 1px 1px 3px;
	font-family: Verdana, Arial, Tahoma; 
	font-size: .90em;
	text-align: left;
	margin-top: 7px;
	
}

#wp-calendar td {
	color: #552704;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	text-align: center;
	background: url(images/bg_calendar.gif)  right bottom;
}

#wp-calendar td.pad:hover {
	text-align: center;
	color: #552704;
}

#wp-calendar #today {
	color: red;
	font-weight: bolder;
}
#wp-calendar td:hover{
	color: black;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	text-align: center;
   background:#C7BAA7;
	background: url(images/bg_calendar.gif)  left top;
}

.navitab {
padding: 8px 8px 8px 8px;
margin: 0 0 4px 0;
text-decoration: none;
letter-spacing: 1px;
background: #CC9274 url('images/cornera.gif') top left no-repeat;
border-bottom: 5px solid #E3BAAC;
border-right: 5px solid #E3BAAC;
}

.navitab:hover {
text-decoration: none;
background: #E3BAAC url('images/cornera.gif') top left no-repeat;
}
