body {
	background-image: url('/g/background.png');
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 14px;
}
ul {
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
}

/* main container */
#main {
	background-color: #ffffff;
	display: block;
	margin: 0 auto;
	padding: 5px;
	width: 970px;
}


/* header */
#header {
	background-image: url('/g/header.png');
	height: 97px;
	width: 970px;
	margin: 0 auto 5px auto;
	clear: both;
}
#header a  {
	position: relative;
	top: 25px;
	left: 35px;
	color: #ffffff;
	text-decoration: none;
	margin: 0px;
}
#header p {
	position: relative;
	left: 18px;
	top: 7px;
	color: #999999;
	font-size: 10px;
	text-transform: uppercase;
}


/* make room for advertisements */
#logo {
	display: block;
	float: left;
	width: 220px;
}


/* advertisment */
#adstop {
	display: block;
	height: 90px;
	width: 728px;
	color: #ffffff;
	text-align: center;
	border: 1px #000000 solid;
	float: right;
	padding: 0px;
	margin: 2px 2px 0 0;
}
.author {
	padding: 0px;
	font-size: 12px;
	width: 670px;
	float: right;
	display: inline;
}
.adsright {
	display: block;
	float: right;
	height: 200px;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 20px 0;
	text-align: center;
}


/* unused advertisement */
#adsleft {
	clear: left;
	float: left;
	display: block;
	height: 55px;
	width: 728px;
	color: #000000;
	text-align: center;
	border: 1px #000000 solid;
	padding: 35px 0 0 0;
	margin: 0px 0px 15px 0;
}
#adsbottom {
	display: block;
	height: 55px;
	width: 728px;
	color: #000000;
	text-align: center;
	border: 1px #000000 solid;
	background-color: #ffffff;
	padding: 35px 0 0 0;
	margin: 10px auto;
}


/* navigation */
#nav {
	background-image: url('/g/nav.png');
	height: 35px;
	width: 970px;
	margin: 0 auto 5px auto;
	text-align: right;
}
#nav ul {
	margin: 0 5px;
}
#nav li {
	display: inline;
	margin: 0px;
	list-style: none;
}
#nav a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	color: #f0f0f0;
	padding: 8px 8px 4px 8px;
	border-bottom: 5px #aaaaaa solid;
	line-height: 35px;
	text-decoration: none;
}
#nav a:hover, #nav .active {
	padding: 8px 8px 4px 8px;
	border-bottom: 5px #ffffff solid;
}


/* the separator between the header and content */
#separator {
	background-image: url('/g/separator.png');
	height: 15px;
	width: 970px;
	margin: 0 auto 5px auto;
	background-repeat: repeat-x;
}


/* main content */
#content {
	width: 725px;
	min-height: 475px;
	padding: 0px;
	float: left;
}
#content h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px #ababab solid;
	padding: 0 10px 0 0;
	margin: 0px;
	color: #105CB6;
	width: 660px;
	clear: both;
	float: right;
}
#content #static {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	border-bottom: 1px #ababab solid;
	padding: 0px;
	margin: 0px 5px 5px 15px;
	color: #105CB6;
	width: 710px;
	clear: both;
	float: left;
}
#content h1 a {
	color: #105CB6;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	border: 0px;
	background-color: #ffffff;
}
#content h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #383838;
	padding: 10px 0 0 0;
	margin: 0px 0 2px 15px;
	clear: both;
}
#content h3 {
	font-family: Verdana, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	color: #383838;
	padding: 2px 0 0 0;
	margin: 0px 0 2px 17px;
	clear: both;
}
.article p {
	margin: 0 0px 15px 20px;
	clear: both;
}
.article ul {
	padding: 0 0 15px 30px;
}
.article li {
	list-style: none;
}
.article img {
	vertical-align: middle;
}
#previous {
	display: block;
	width: 350px;
	padding: 5px;
	float: left;
}
#next {
	display: block;
	width: 350px;
	padding: 5px;
	float: right;
	text-align: right;
}
#content .date {
	display:block;
	float: left;
	font-family: Arial;
	color: #bababa;
	border-right: 1px #ababab solid;
	padding: 5px 1px 5px 0px;
	width: 45px;
	text-align: center;
}
.date .day {
	display: block;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 2em;
	line-height: 16px;
}
.date .month {
	font-size: 1.1em;
	display: block;
	text-transform: uppercase;
}
.date .year {
	display: block;
	line-height: 7px;
}

/* articles */
.article {
	padding: 0 0 20px 0;
}
.article a {
	color: #105CB6;
	padding: 2px;
	text-decoration: none;
}
.article a:hover {
	color: #000000;
	padding: 1px;
	border: 1px #9a9a9a solid;
	background-color: #f5f5b5;
	text-decoration: none;
}
.article .readmore {
	display: block;
	padding: 0 0 0 10px;
	font-weight: bold;
}
.article .info {
	margin: 25px 0 50px 15px;
	padding: 5px;
}
.article .left {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 16px;
	width: 435px;
	margin: 0px;
}
.left img {
	vertical-align: bottom;
}
.article .left ul {
	padding: 0px;
}
.article .left li {
	display: inline;
	list-style: none;
}
.article .social {
	display: block;
	float: right;
	text-align: right;
	width: 245px;
}
.article .social a:hover {
	border: 0px;
	background-color: #ffffff;
	padding: 2px;
}


#pages {
	clear: both;
	text-align: center;
	padding: 10px;
}
#pages span a {
	color: #105CB6;
	padding: 2px;
	text-decoration: none;
}
#pages span a:hover {
	color: #000000;
	padding: 1px;
	border: 1px #9a9a9a solid;
	background-color: #f5f5b5;
	text-decoration: none;
}



/* article comments */
.comments {
	display: block;
	padding: 0 5px 10px 15px;
	width: 700px;
}
.comments .comment {
	display: block;
	border-top: 1px #ababab solid;
	border-bottom: 1px #ababab solid;
	background-color: #efefef;
	margin: 0 0 10px 0;
}
.comment .edge {
	display: block;
	padding: 5px;
	border-left: 7px #dcdcdc solid;
}
.comment .comment_date {
	display: block;
	font-size: 11px;
	line-height: 16px;
	color: #888888;
	padding: 0 0 2px 0;
}
.comment .comment_action {
	display: block;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	float: right;
}
.comment_date img {
	vertical-align: bottom;
}
.comment .comment_author {
	display: block;
	font-size: 12px;
	color: #333333;
	margin: 3px;
}
.comment .comment_text {
	padding: 0 0 0 20px;
}
#comment_name, #comment_mail, #comment_website {
	display: inline;
	border: 1px #9a9a9a solid;
	font-size: 14px;
	color: #555555;
	padding: 2px;
	width: 200px;
	margin: 2px 0 2px 20px;
	background-color: #f8f8f8;
}
#comment_name:focus, #comment_mail:focus, #comment_website:focus {
	border: 1px #000000 solid;
	color: #000000;
	background-color: #e8e8ff;
}
.comments textarea {
	display: inline;
	font-family: Verdana, Arial, Sans-Serif;
	border: 1px #9a9a9a solid;
	font-size: 14px;
	color: #555555;
	padding: 2px;
	width: 600px;
	margin: 2px 0 2px 20px;
	background-color: #f8f8f8;
}
.comments textarea:focus {
	border: 1px #000000 solid;
	color: #000000;
	background-color: #e8e8ff;
}
.comments form {
	display: block;
	padding: 5px;
	border-left: 7px #dcdcdc solid;
	margin: 0px;
}
.comments .anchor {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}
.comments .anchor:hover {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
}


/* recent articles */
#quicklinks {
	text-align: right;
	float: right;
	width: 220px;
	min-height: 200px;
	border-left: 1px #bababa dotted;
	margin: 0 10px 0 0;
}
#quicklinks .title {
	display: block;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
}
#quicklinks .feed {
	font-size: 10px;
}
#quicklinks img {
	display: inline;
	vertical-align: -2px;
}
#quicklinks form {
	display: block;
	margin: 10px 3px 15px 0;
}
#quicklinks #searchbox {
	display: inline;
	border: 1px #bababa solid;
	font-size: 14px;
	color: #777777;
	padding: 2px 2px 2px 21px;
	width: 175px;
	margin: 0 0 2px 0;
	background-image: url('/g/search.png');
	background-repeat: no-repeat;
	background-position: 2px;
	background-color: #f8f8f8;
}
#quicklinks #searchbox:focus {
	border: 1px #000000 solid;
	color: #000000;
	background-color: #e8e8ff;
}
#quicklinks ul {
	float: right;
	margin: 0 0 25px 0;
}
#quickcomments {
	font-size: 12px;
	width: 210px;
	float: right;
	padding: 0 0 20px 0;
}

#quickcomments span {
	display: block;
	padding: 5px;
	font-size: 10px;
}
#quicklinks li {
	list-style: none;
	margin: 0px;
	white-space: nowrap;
	display: block;
	font-size: 11px;
	line-height: 24px;
	padding: 1px 3px 1px 2px;
	width: 205px;
	border-bottom: 1px #dcdcdc solid;
}
#quicklinks li a,#quicklinks span a {
	color: #105CB6;
	padding: 2px;
	text-decoration: none;
}
#quicklinks li a:hover {
	color: #000000;
	padding: 1px;
	border: 1px #9a9a9a solid;
	background-color: #f5f5b5;
	text-decoration: none;
}

#tagcloud {
	padding: 5px 0 25px 0;
	width: 210px;
	float: right;
}
.tag a {
	float: right;
	padding: 0 2px;
	color: #105CB6;
	text-decoration: none;
}
.tag .t1 {
	font-size: 130%;
	line-height: 12px;
}
.tag .t2 {
	font-size: 120%;
	line-height: 12px;
}
.tag .t3 {
	font-size: 110%;
	line-height: 12px;
}
.tag .t4 {
	font-size: 90%;
	line-height: 12px;
}
.tag .t5 {
	font-size: 70%;
	line-height: 12px;
}

/* footer */
#footer {
	color: #777777;
	font-size: 12px;
	border-top: 1px #ababab solid;
	clear: both;
	height: 30px;
	line-height: 35px;
	text-align: center;
}
#footer a {
	color: #105CB6;
	padding: 2px;
}
#footer a:hover {
	color: #000000;
	padding: 1px;
	border: 1px #9a9a9a solid;
	background-color: #f5f5b5;
	text-decoration: none;
}
#additional {
	display: none;
}


/* code and quoting */
pre {
	font-family: 'Courier New', sans-serif;  
	font-size: 13px;
}
code, samp {
	display: block;
	font-family: 'Courier New', sans-serif;  
	font-size: 13px;
	background-color: #f0f0f0; 
	border: 1px #ababab solid;
	padding: 6px;
	/* height: auto !important; height: 16px; min-height: 16px; */
	width: 650px;
	margin: 2px 20px 15px 30px;
	color: #555555;
	white-space: pre;
	overflow: auto;
}
kbd {
	color: #111111;
	font-family: 'Courier New', sans-serif;  
	font-size: 13px;
	font-weight: bold;
}
