body {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin:0;
	padding:0;
  color: #666;
  font-size: 62.5%;
  font-size:0.8em;
  line-height:1.6em;
	border-top:8px solid #a90832; /* red */
	background: url('../../images/theme/header_bg.jpg') repeat-x;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #3E3E3E;
}
h1 a, h2 a, h3 a { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover { text-decoration:none; }
h2 span{ font-size:9px; color:#727270;}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 23px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	font-size: 12px;
}

a {
	text-decoration:none;
	color: #a90832;
}

a:hover, a:active {
	text-decoration: underline;
	color: #111;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/* Form */

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

legend {
	display: none;
}

input, textarea, select {
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/* Header */

#header {
	width: 850px;
	margin: 3em auto 5em auto;
}
#logo{ float:left;}
#toplinks{ float:right; }
#toplinks a{ 	color: #727270; }
#header h1{
	text-decoration:none;
}
#header h1 a {color:#333; }
#header h2{
	font-size: 12px;
	color: #727270;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 575px;
}

.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* Post */

.atomentry {
}


.atomentry .title,
h2.title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../../images/theme/img03.gif) repeat-x left bottom;
}

.atomentry .title a:link, .atomentry .title a:active, .atomentry .title a:visited {
	text-decoration: none;
	color: #333333;
}

.atomentry .entry {
}
.atomentry .content{
	padding-bottom:2.5em;
}

.atomentry .meta {
	padding: 15px 0 60px 0;
	background: url(../../images/theme/img03.gif) repeat-x;
}

.atomentry .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.atomentry .meta .author {
	float: left;
}

.atomentry .meta .links {
	float: right;
}

.atomentry .meta .more {
	padding: 0 20px 0 18px;
	background: url(../../images/theme/img06.gif) no-repeat left center;
}

.atomentry .meta .comments {
	padding-left: 22px;
	background: url(../../images/theme/img07.gif) no-repeat left center;
}

.atomentry .meta b {
	display: none;
}

/* Comments */

#comments {
	margin-top:1em;
}

h2.comments_title{ font-size:16px; margin-top:1em; }

#comments p, #comments ol, #comments ul {
	line-height: normal;
}

#comments input {
	padding: 3px;
	background: #ECECEC url(../../images/theme/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #4F4F4F;
}

#comments #submit {
	background: #FFFFFF url(../../images/theme/spacer.gif);
	border: 1px solid #F0F0F0;
}

#comment_body {
	width: 500px;
}

/* Respond */

#respond {
	padding-top:2em;
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}
#respond h2{ font-size:16px; margin-bottom:0.7em; }

/* Sidebar */

#sidebar {
	float: right;
	width: 195px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 40px;
}
#sidebar .feedburner{ margin-bottom:40px; }

#sidebar li li {
	margin: 0;
}

#sidebar h3 {
	margin-bottom: 10px;
	background: url(../../images/theme/img03.gif) repeat-x left bottom;
	font-size: 16px;
	font-weight: bold;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search h2 {
	margin-bottom: 20px;
}

#search input {
	padding: 3px;
	background: #ECECEC url(../../images/theme/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 12px;
	color: #4F4F4F;
}

#search #q {
	width: 120px;
	margin-right: 5px;
	background: #FFFFFF url(../../images/theme/spacer.gif);
	border: 1px solid #F0F0F0;
}

/* Boxes */

.box1 {
	padding: 20px;
	background: url(../../images/theme/img05.gif) no-repeat;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	background: url(../../images/theme/img10.gif) repeat-x left bottom;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}



/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix { display: block; } /* ie mac, safari */

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} /* ie automatically stretches those elements */
/* End hide from IE-mac */
