#header {

	background: url(images/header_bg.jpg) repeat-x;
	color: #ffffff;
	height: 157px;
	width: 100%;
	align: center;
	border-bottom: 3px solid #dddddd;

}

#logo {
	position: relative;
	left: -145px;
	bottom: -40px;
}


#nav {
	width: 500px;
	position: relative;
	bottom: -64;
	height: 60px;

}

#nav ul {
	font-size: 1em;
	background: #497B9E;
	border-top: 1px solid #5787A9;
	border-right: 1px solid #5787A9;
	border-left: 1px solid #5787A9;
	margin: 0;
	padding: .1em .1em .1em .1em;
	text-align: center;
	position: relative;
}

#nav ul .current {
	font-weight: bold;
	color: #FFF;
}

#nav ul a {
	color: #FFF;
	font-weight: normal;
	margin: 0;
	padding: 0.2em 0.4em;
	text-decoration: none;
}

#nav ul a:hover, .current {
	background-color: #558FB7;
	color: #fff;
}

#nav ul li {
	display: inline;
	line-height: 220%;
	list-style: none;
	text-align: center;
}


#wrapper {
	width: 780px;
	margin: 0px auto;


}
#left-col {
	width: 400px;
	float: left;
	padding: 0 0 0 0;


}
#body {
	position: relative;
	left: 10px;
	margin-top: 25px;

}
/* Right sidebar */

#right {

	background: url(images/right_bg.jpg) repeat-y;

}

#sidebar-right{

	margin-left: 5px;

}

#sidebar-right {
	width: 210px;
	color: #666666;
	line-height: 100%;
	text-align: left;	
}
#sidebar-right p {
	margin: 0px 0px 15px 18px;
	font-size: 9pt;
}
#sidebar-right h3 {
	font: bold 12px/100% Arial, Helvetica, sans-serif;
	color: #74AAE2;
	background: url(images/right_underline.jpg) repeat-x;
	margin-left: 18px;
}
#sidebar-right h3 a, #sidebar-right h3 a:visited {
	color: #74AAE2;
}
#sidebar-right h3 img{
	vertical-align: middle;
}
#sidebar-right a, #sidebar-right a:visited{
	color: #000000;
	text-decoration:none;
}
#sidebar-right a:hover, #sidebar-right a:focus, #sidebar-right a:active{
	text-decoration:underline;
}
#sidebar-right ul{
	list-style: none;
	margin: 0 ;
	padding: 0 0 0 18px ;
}
#sidebar-right ul li{
	background: url(images/file.jpg) no-repeat;
	padding-left: 18px ;
}
#sidebar-right ul li ul li{
	background: url(images/bullet-grey.gif) no-repeat;
	padding-left: 12px ;
}


#post_bottom {
	font-size: 8pt;
	color: #000;
	padding-bottom: 10px;

}
#post_bottom a{
	font-size: 8pt;
	color: #000;
	padding-bottom: 10px;
	text-decoration: none;

}
#post_bottom a:hover{
	font-size: 8pt;
	color: #000;
	padding-bottom: 10px;
	text-decoration: underline;

}

.post_bottom .comments{
	padding-left: 22px;
	background: url(images/more_quote.jpg) no-repeat;
	float: right;
	text-decoration: underline;
}
.post_bottom .more{
	float: left;
}



#addComment {

	display: none;

}



#comments {

	width: 650px;
	margin-right: 50px;
	margin: 1px auto;

}

#com_title {

	font-family: Arial, Sans-Serif;

	font-size: 10px;

	margin-right: 100px;

	color: #27527C;

	text-align: left;

	border-bottom: 1px dashed #aaa;

	padding: 5px;

}



#com_body {

	font-family: Arial, Sans-Serif;

	font-size: 10px;

	color: #000;

	text-align: left;

	padding: 5px 10px 5px 10px;

}


#footer {
	color: CCCCCC;
	position: relative;
	text-align: baseline;
	bottom: -200;
}





#title {
	text-align: left;
	color: #8796AD;
}

h2 {
	color: #74AAE2;
	margin: 3px 0 2px;
	padding-bottom: 1px;
	font: normal 110%/100% "Lucida Grande", Arial, sans-serif;
}
h2 a, h2 a:visited {
	color: #74AAE2;
	text-decoration: none;
}
h2 a:hover {
	color: #27527C;
	text-decoration: none;
}
.postdata {
	text-decoration: none;
	margin: 0 0 2px;
	font-size: 10pt;
	padding-left: 5px;
}
.entry {
	padding: 5px 0px 5px;
	clear: both;
	text-align: left;
	width: 550px;
	float: left;
	color: #666666;
}
.entry p.submeta{
	font-size: 11px;
}

