@charset "utf-8";
/* CSS Document */

#blog-content h2.archive-head{
	color:#333333;
	font-size:100%;
	font-style:italic;
	font-weight:bold;
}

#blog-content {
	padding: 10px;
	width: 520px;
	float: left;
}
#blog-content h2{
	font-size:80%;
	margin-bottom:1em;
	width:520px;
}
#blog-content h3 {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	margin-top:1em;
}
#blog-content h4 {
	color:#003366;
	font-weight:bold;
	text-decoration:none;
	margin-top:1em;
	font-size:100%;
}
#blog-content p{
	font-size:95%;
	letter-spacing:0.1px;
	line-height:1.3em;
	margin-top:10px;
}
#post,.post {
	width: 520px;
	float:left;

}

#sidebar {
/*	width: 230px;
*/	margin-left: 539px;
padding-right:1px;
}
#sidebar a {
	text-decoration: none;
	color: #777777;
}
#sidebar li#subscribe {
	text-align:center;
	height:90px;
}
#sidebar ul ul li {
	font-size:90%;
	line-height:1.3em;
	margin-bottom:0.5em;
	margin-left:1em;
	margin-top:0.5em;
}
#sidebar ul ul {
	list-style-image:url(/img/blog/orangle.png);
	margin:0.5em 10px 0.5em 1em;
}
#sidebar ul ul a {
	text-decoration:underline;
}
#sidebar ul ul a:hover {
	color:#FF6600;
}

#sidebar h2 {
	background-color:#f5f5f5;
	border:1px solid #DFDFDF;
	color:#555555;
	font-size:1em;
	font-weight:bold;
	display: block;
	width: 90%;
	padding:5px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#post ul {
	margin-left: 2em;
	list-style:inside;
}
#post ol {
	margin-left: 2em;
	list-style:decimal;
}
.post h2 a, #post h2 a {
	color:#003366;
	font-size:150%;
	font-weight:bold;
	text-decoration:none;
}
.post h3, #post h3{
	font-size:100%;
}	
#blog-content img{
	border:1px solid #CCCCCC;
	margin:4px;
	padding:2px;
}
.postmeta {
	background-color:#F5F5F5;
	border:1px solid #DFDFDF;
	font-size:0.8em;
	margin-bottom:1em;
	margin-top:1em;
	padding:10px;
}
.post a, #post a, .postmeta a{
	color:#003366;
}
.post a:hover, #post a:hover, .postmeta a:hover{
	color:#FF6600;
}
#blog-content small{
	color:#333333;
	font-size:95%;
}
#commentsform {
	padding-top: 15px;
	font-size: 0.8em;
}
.date {
	color:#777777;
	font-size:75%;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:4px;
}
#feeds {
	clear:both;
	margin-bottom:-5px;
	margin-top:30px;
}
#feeds p {
	color:#777777;
	font-size:0.7em;
	margin-left:550px;
	margin-top:5px;
	text-align:left;
}
#feeds a, .postmeta a {
	color: #003366;
	text-decoration:none;
}
#feeds a:hover, .postmeta a:hover {
	color:#FF6633
}
#feeds img, .postmeta img, #comments img{
	vertical-align:text-bottom;
	border:0;
	
}
#corners-bottom {
	clear:both;
	margin-bottom: 15px;
}
blockquote {
	margin: 0 0 0 15px;
}
#searchform{
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;	
}

#searchform #s{
	width:120px;
}
.post{
	width:520px;
}
#subscribe a{
	display:block;
	position:relative;
	overflow:hidden;
	width:188px;
	height:90px;
	padding:0;
}
#subscribe a span{
	position:absolute;
	left:0;
	top:0;
	background-image:url(/img/blog/rss.gif);
	background-repeat:no-repeat;
	width:188px;
	height:90px;
}
#commentlist .comment-author{
	font-size:80%;
	font-weight:bold;
}
#commentlist .comment-date{
	font-size:80%;
}
#commentlist .commenttext, #commentlist .commenttext-admin{
	border:1px dashed #CCCCCC;
	margin-top:1em;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#commentlist .commenttext{
	background-color: #FFFFEA;
}
#commentlist .commenttext-admin{
	background-color: #FFCCAA;
}

#commentlist .commenttext p:before
{
  content:"\201c";
  font-size:150%;
  color:#999999;
  margin-left:-10px;
}

#commentlist .commenttext p:after
{
  content:"\201d";
  font-size:150%;
  color:#999999;

}
#searchform br{
	display:none;
}

#searchform2 {
	margin-left:6px;
}

#searchform2 #s2{
	width:145px;
}