@charset "utf-8";
/* CSS Document */

h1 {
	background:url(../images/h1.gif) no-repeat;
}

#leftArea {
	width:614px;
	float:left;
}


h2 {
	font-size:90%;
	font-weight:bold;
	line-height:1.3;
	color:#000;
	height:auto;
	padding:12px 0 9px 45px;
	margin-bottom:5px;
	background:url(/shared/images/bg_h2.gif) no-repeat left bottom;
}

h2 a, h2 a:hover {
	font-size:90%;
	font-weight:bold;
	text-decoration:none;
	color:#000;
}

#rightArea h2 {
	font-size:90%;
	font-weight:bold;
	color:#336699;
	padding:0 0 .2em 0;
	margin:2em 0 .5em 0;
	background:none;
	border-bottom:1px dotted #CCC;
}

#leftArea h3 {
	font-size:90%;
	font-weight:bold;
	color:#336699;
	height:1.3em;
	padding:0;
	margin-bottom:.5em;
	background:none;
	border-bottom:1px dotted #CCC;
}

#leftArea h3 a {
	font-weight:bold;
	color:#336699;
	text-decoration:none;
}

.postmetadata {
	clear:both;
	text-align:right;
	font-size:70%;
	line-height:1.5;
	margin-bottom:1em;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.navigation {
	font-size:80%;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
}

.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.hidden {
	display: none;
}

#rightArea li {
	margin:0 0 .3em 0;
}


#rightArea ul ul {
	margin:0 0 1em 0;
}

#rightArea li li {
	font-size:80%;
	line-height:1.5;
}

.entry p {
	font-size:80%;
	line-height:1.7;
	margin-bottom:1em;
}

#rightArea p {
	font-size:80%;
	line-height:1.5;
	margin-bottom:1em;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding:1em;
}

.widecolumn {
	width:634px;
}

.post {
	clear:both;
}

small {
	line-height:1.3;
}

ol.cmList {
	margin-left:2em;
	margin-bottom:4em;
}

ol.cmList li {
	line-height:1.4;
	padding:1em;
}

li#recent-posts li {
	margin-bottom:.7em;
}

h3 {
	margin:2.5em 0 .5em 0;
}

code {
	font-size:80%;
}