/* -----------------Reset... */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
ol,ul {
list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
font-style: normal;
font-weight: normal;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
caption,th {
text-align: left;
}
q:before, q:after {
content: '';
}
/* ----------------- Main Layout */
h1 {
	font-size: 1.8em;
}
body {
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	color: #444;
	font: 63.5%/200% Arial, Helvetica, sans-serif;
	text-align: center;
	font-family: Helvetica;
}
#wrapper {
	width:800px;
}

#sidebar {
	width:250px;
	right:0;
}

.post {
	width:600px;
	left:0;   
}

/*#homebody {
text-align: left;
font-size: 1.5em;
line-height: 2.5em;
letter-spacing: .1em;
width: 916px;
padding-top: 200px;
}           */
#wrapper {
	font-size: 1.2em;
	width: 916px;
	margin: 0 auto;
	text-align: center;
	position: relative;   
}
#header {
	text-align: left;
	margin: 20px 0;
	height: 255px;
	font-size: 3em;
	font-variant: small-caps;
}

.description {
	font-size: .5em;
}
#header img {
	border: 0px solid #bebebe; float: left;
}
#sidebar {
	text-align: left;
	position: absolute;
	top: 280px;
	padding-bottom: 25px; 
}

/* ----------------- Links */
a:link, a:visited {
color: #F5467A;
text-decoration: none;
font-weight: bold;
}
a:hover {
color: silver;
border-bottom: none;
}
#sidebar a {border: none; font-weight: normal;}
#sidebar p a {font-weight: bold;}
.post li a {font-weight: bold;}
#sidebar h1 a {
	font-weight: bold;
	font-size: 1em;
	text-transform: none;
	line-height: 1.2em;
}
a:link.subscribe, a:visited.subscribe {
	color: #f36a18;
}
a:hover.subscribe  {
	color: silver;
}
.cat a:link, .cat a:visited{
	text-transform: uppercase;
	color: #f5467a;
}
.cat a:hover{
	text-transform: uppercase;
	color: silver;
}

/* ----------------- Lists */
.post-details li {
	display: inline !important;
	padding-right: 10px;
}
#sidebar ul {
	margin: 0 0 0 15px;
}
.post li p {display: inline;}
.post li {display: inline;}
.post li {display: block;}
ul {padding-bottom: 1em;}
ul.related li a{display: block;}
ul.related li {display: block;}
ul.archive li{display: block; padding: 0 0 1em;}
ul.archive p {
display: block; padding: 0;}
ul.archive li p {padding: 1em 0 .5em 0;}
ul.archive {margin: 0; padding:0;}

/* ----------------- Entries */
p.postmetadata {
line-height: 100%;
margin: 10px 0 25px;
color: #5e5e5e;
}
.post {
text-align: left;
margin-left: 0px;
position: absolute;
top: 280px;
padding-bottom: 25px;}
.post img {
	float: left;
	margin: 5px;
padding: 5px;
border: 1px solid silver;
}
.post blockquote p:first-child {font-weight: normal; color: #444; font-size: inherit;}
.post blockquote {font-weight: normal; color: #444; font-size: 1.1em; border-left: 2px solid silver; margin: 1.2em 0 1.2em 2em; padding-left: 1em;}

/* ----------------- Miscellaneous */
.photo-gallery {
	clear: both;
	padding: 20px 0px;
}
.alt { 
  color: #666; 
  font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", Georgia, serif; 
  font-style: italic;
  font-weight: normal;
}
#sidebar h1 {
font-weight: bold;
font-size: 2em;
text-transform: none;
line-height: 1.2em;
}
.cat {text-transform: uppercase;}
p {padding: 1em 0 .5em 0;}
strong {font-weight: bold;}
h2 {
	padding-top: 10px; 
	font-size: 1.4em;
}
h3 {
padding-top: 10px;
text-transform: uppercase;
}
/*.normal {font-weight: normal;}
.navigation {
margin: 0 0 1em;
}
.center {text-align: center;}
.borderless img, img.borderless {border: none;}
.imgleft {float:left;}
em {font-style: italic;}
.alignleft {float: left;}
.alignright {float: right;}*/

/* --------------- Comments */ 
.comments {
	clear: both;
	padding: 20px 0;
}
#commentform p {
padding: 5px 0;
font-size: 1.2em;
}
#comment {
width: 336px;
height: 100px;
}
label {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right !important;
}




