
/* -- basic html elements -- */
body 
{
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #1D809D;
	background: #F1F7F8;
	text-align: left;
}

td, div {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a 
{
color: #1698BD; 
font-weight: bold; 
text-decoration: underline;
}

a:visited 
{
color: #1698BD;
}

a:hover 
{
text-decoration: underline; 
color: #1698BD;
background: #E2F5F8;
}

h1
{
	font-family: Georgia;
	color: #1D809D;
	font-size: 24px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 24px;
}

h2
{
	font-family: Georgia;
	color: #1D809D;
	font-size: 20px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 20px;
}

h3
{
	font-family: Georgia;
	color: #1D809D;
	font-size: 16px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 19px;
}

h4
{
	font-family: Georgia;
	color: #1D809D;
	font-size: 12px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	line-height : 12px;
}

h1 a, h2 a, h3 a, h4 a 
{
color: #1D809D;
}

p 
{
margin: 0 0 0 0;
}
img, form 
{
border: 0; 
margin: 0;
}

/* -- layout -- */
.date
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	line-height : 25px;
}

#content 
{
    width: 740px; 
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/blog/bg-main.gif) top left;
	border-left: solid 3px #1D809D;
	border-right: solid 3px #1D809D;
	}

#header 
{
background: #F1F7F8;
height: 109px;
}

#header div 
{
background: transparent url(../images/blog/header.jpg) top left no-repeat;
height: 109px;

}
#header a {
	position: absolute;
	display: block;
	width: 740px;
	height: 109px;
}

#header a:hover {
background-color: transparent;
}

#bottom 
{
    width: 746px; 
	height: 21px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url(../images/blog/bottom.gif) top left no-repeat;
}

#main {
 line-height: 1.4;
 float: left;
 padding: 10px 12px;
 border-top: none;
 width: 450px;
 voice-family: "\"}\""; 
 voice-family: inherit;
 width: 450px;
}


#footer 
{
clear: both;
}

/* -- header style -- */
#header h1 {padding: 12px 0 92px 4px; width: 557px; line-height: 1;}

/* -- content area style -- */
h3.post-title {font-size: 1.2em; margin-bottom: 0;}
h3.post-title a {color: #7A2B2F;}

.post 
{
padding: 0 0 45px 0; 
clear: both; 
margin-bottom: 40px; 
background: url(../images/blog/post-footer.gif) bottom left no-repeat;
}

.post-footer em {
	color: Silver;
	font-style: normal;
	float: left;
	margin-top: 20px;
	margin-bottom: 30px;  
}
.post-footer .comment-link 
{
float: right; 
margin-top: 20px; 
margin-bottom: 30px;
}

#comments
{
display:block;
}

#comments-block
{
display:block;
}
.deleted-comment 
{
font-style:italic;
color:gray;
}

/* -- sidebar style -- */
#sidebar {
	float: left;
	width: 245px;
	padding: 4px 0 0 10px;
	background-color: #F1F7F8;
}

#profile
{
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height : 11px;
	background: url(../images/blog/mini_me.jpg) top right no-repeat; 
	padding: 0 65px 0 0;
}

#sidebar a {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	color: #0E657E;
	text-decoration: none;
	line-height : 14px;
	font-weight: normal;
}

#sidebar a:visited {
color: #0E657E;
}

#sidebar a:hover {
text-decoration: none; 
color: #1698BD;
background: #E2F5F8;
text-decoration: underline;
}

#sidebar h2 {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	color: #0E657E;
	line-height : 30px;
	background: url(../images/blog/sidebar-footer.gif) top left no-repeat;
	padding: 10px 0 0 0; 
}
#sidebar dl {margin: 0 0 10px 0;}
#sidebar ul {list-style: none; margin: 0; padding: 0;}
#sidebar li {padding-bottom: 5px; line-height: 0.9;}
.archive-list {margin-bottom: 2em;}
#powered-by {margin: 10px auto 20px auto;}

/* -- sidebar style -- */
#footer p {margin: 0; padding: 12px 8px; font-size: 0.9em;}
#footer hr {display: none;}
