/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;
	background:url('/images/new_bg.jpg') repeat-x;
	}

#wrapper {
	width:770px;
	text-align:left;
	margin-bottom:10px;
	}
	
#header {
	margin:30px 0 15px 0;
	text-align:right;
	}
	
#sider {
	width:180px;
	padding:0;
	/* border-right:1px solid #900; */
	float:left;
	}

#sider h3 {
	font-size:14pt;
	font-weight:bold;
	color:#900;
	margin:0 0 10px 0;
	}
	
#sider .sideitem {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	}
	
#sider ul {
	margin:0 0 0 15px;
	padding:0;
	}

#content {
	width:540px;
	float:right;
	padding-left:30px;
	border-left:1px solid #900;
	}

#content h1 {
    margin: 0 0 0.6em 0;
    padding: 0;
    font-size: 18pt;
}
	
#content h2 {
	margin:0;
	padding:0;
	font-size:14pt;
	}
	
.byline {
	border-top:1px solid #ddd;
	margin-top:4px;
	padding:0;
	color:#666;
	}
	
.byline strong { color:#f90; }

a:link { color:#c00; }
a:visited { color:#900; }
a:hover { color:#f90; }
a:active { color:#f90; }

#content h1 a:link, #content h1 a:visited {
    color: #000;
    text-decoration: none;
}

#content h1 a:hover {
    color: #000;
    text-decoration: underline;
}

#content h2 a:link {
	color:#000;
	text-decoration:none;
	margin-bottom:15px;
	}
	
#content h2 a:visited {
	color:#000;
	text-decoration:none;
	margin-bottom:15px;
	}
	
#content h2 a:hover, #main h2 a:active {
	color:#000;
	text-decoration:underline;
	}

p.postmetadata {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	font-size:9pt;
	padding:3px 5px;
	text-align:right;
	}
	
.post {
	margin:0 0 25px 0;
	}

#topad { text-align:center; }

#topad img { border:1px solid #666; }

#footer {
	clear:both;
	text-align:center;
	font-size:9pt;
	border-top:1px solid #ccc;
	margin-top:15px;
	padding-top:10px;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin: 10px 0 45px 0;
	}
	
.alignright { float: right;	}
	
.alignleft { float: left; }

blockquote {
	padding:5px 10px;
	background:#eee;
	border:1px solid #ccc;
	}
	
.boxad {
	margin-bottom:15px;
	}