html{
	font-family: "Bitstream Vera Sans", sans-serif;
	color: #333;
	background: url(bg.png) #8DB3D9;
	font-size: 62,5%;
}

body{
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 1.2em;
}

a{
	color: #8DB3D9;
}

a:visited{
	color: #444;
}

a:hover{
	color: #000;
}

a img{
	border: none;
}

pre, code{
	font-size: 1.2em;
}
/* Top
*******************************************************************************/
#page{
	width: 70em;
	margin: 0 auto;
	background: #ffffff;
	border-left: 1px solid #6994BF;
	border-right: 1px solid #6994BF;
}

td.shadow-sx{
	width: 10px;
	background-image: url(shadow-sx.png);
}

td.shadow-dx{
	width: 10px;
	background-image: url(shadow-dx.png);
}
/* Top
*******************************************************************************/
#top{
	padding-left: 2em;
	margin: 0;
	background: url(header.png) repeat-x 0 #77A8D9;
	color: #FFF;
	height: 87px;

	border-top: 1px solid #6994BF;
	border-bottom: 1px solid #6994BF;
}

#top h1{
	padding-top: 0.9em;
	padding-bottom: 0.5em;
	margin: 0;
}

#top h1 a{
	color: #FFF;
	text-decoration: none;
}

#top h2{
	padding: 0;
	margin: 0;
	color: #FFBB99;
	font-size: 0.9em;
	font-style: italic
}

/* Top
*******************************************************************************/
#content{
	width: 52em;
	padding: 0 2em;
	padding-right: 0;
	margin: 2em 0;
	float: left;
	overflow: hidden;
}

.post{
	margin-bottom: 2em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	background: #EBEEF2;
	border: 1px solid #D3D6D9;
}

.post a{
	color: #4D6780;
	text-decoration: none;
}

.post a:hover{
	text-decoration: underline;
}

.post-title, .post-title a, .post-title a:hover{
	color: #566473;
	font-size: 1.1em;
	text-decoration: none;
/* 	text-transform: uppercase; */
}

.post-content {
	line-height: 1.5em;
}

.post-info{
	color: #666;
	margin-top: -0.5em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #C6C9CC;
}

.post-info a, .post-info a:hover{
	color: #669;
	text-decoration : none;
}

/* Top
*******************************************************************************/
#sidebar{
	width: 12em;
	padding: 0 2em;
	margin: 2em 0;
	float: right;
}

#sidebar div{
	font-size: 0.8em;
}

#sidebar h2{
	color: #77A8D9;
	font-size: 1.3em;
	margin-bottom: 0.5em;
}

#sidebar a{
	text-decoration: none;
	border-bottom: 1px solid #DDD;
}

#sidebar ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li{
	margin: 0.5ex 0;
}

/* Footer
*******************************************************************************/
#footer{
	padding: 1ex 1em;
	clear: both;
	border-top: 1px dotted #CCC;
	color: #999;
}
