@charset "utf-8";

body {
	font-family: Segoe UI, Tahoma, Arial, Helvetica, sans-serif;
	background-image: url('../images/page_background.gif');
	background-color: #035989;
	background-position: top;
	background-repeat: repeat-x;
	text-align:center;
}

body * {
	line-height: 1.4em;
}

a {
	color: #024970;
}

code {
	font-family: Consolas, Lucida Console, "Courier New", monospace;
	font-size: 12px;
}

abbr, acronym {
	border-bottom: 1px dotted Silver;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strike {
	text-decoration: line-through;
}

#doc-main {
	width: 950px;
	text-align: left;
	margin: auto;
}

#hd {
	height: 135px;
}

#hd .cg-a, #hd .cg-b, #hd .cg-c {
	background-position: bottom;
	background-repeat: no-repeat;
	height: 135px;
}

#hd .cg-b, #hd .cg-c {
	text-indent: -9000px;
}

#hd .cg-a {
	background-image: url('../images/header_m.gif');
}

#hd .cg-b {
	background-image: url('../images/header_l.gif');
}

#hd .cg-c {
	background-image: url('../images/header_r.gif');
}

#hd ul.nav {
	margin-top: 115px;
	margin-left: 1em;
}

#hd ul.nav li {
	float: left;
	margin: 0 0.5em;
}

#hd ul.nav a {
	color: White;
	text-decoration: none;
	font-size: 85%;
}

#hd ul.nav a:hover {
	text-decoration: underline;
}

.cg-a, .cg-b, .cg-c {
	display: inline;
	clear: none;
}

.cg-a {
	float: left;
	width: 510px;
	margin-left: 220px;
}

.cg-b {
	float: left;
	width: 220px;
	margin-left: -730px;
}

.cg-c {
	float: right;
	width: 220px;
}

#bd {
	background-color: White;
	background-image: url('../images/body_background.gif');
	background-position: center;
	background-repeat: repeat-y;
	min-height: 365px;
}

#bd .cg-a {
	width: 470px;
	padding: 15px 20px 10px;
	background-image: url('../images/title_background.gif');
	background-position: top;
	background-repeat: no-repeat;
}

#bd .cg-b, #bd .cg-c {
	width: 179px;
	padding: 10px 20px;
}

#bd .cg-b .highlight {
	margin: -10px -20px 10px;
	padding: 10px 20px;
	background-color: White;
	background-image: url('../images/side_highlight_background.gif');
	background-position: right;
	background-repeat: repeat-y;
}

.side {
	font-size: 92%;
}

.side h3 {
	font-size: 13px;
	color: #EE9D00;
	border-bottom: 1px dotted #A3A3A3;
}

.side ul {
	margin-bottom: 1.25em;
	clear: both;
}

.side .comments li {
	display: block;
	padding: 2px;
	border-bottom: 1px dotted #A3A3A3;
	font-size: 11px;
}

.side .comments a {
	text-decoration: none;
}

.side .cats li {
	border-bottom: 1px dotted #A3A3A3;
}

.side .cats li a {
	display: block;
	text-decoration: none;
	padding: 2px;
}

.side .cats li a:hover {
	background-color: #333333;
	color: White;
}

.side .arch li {
	float: left;
	clear: right;
	padding: 2px;
}

.side .technorati {
	/*display: none;*/
}

.side .highlight p {
	font-size: 11px;
	margin: 2px;
	color: #333333;
}

.side .shortnotes li {
	padding: 2px;
	border-bottom: 1px dotted #A3A3A3;
}

.side .shortnotes a {
	text-decoration: none;
}

.side .shortnotes a:hover {
	text-decoration: underline;
}

.side .shortnotes .comments {
	font-size: 11px;
}

.side .shortnotes .comments a {
	text-decoration: none;
	font-weight: bold;
	padding-left: 16px;
	background-image: url('../images/comment_icon.gif');
	background-position: left 2px;
	background-repeat: no-repeat;
}

#ft {
	clear: both;
	background-image: url('../images/footer_background.gif');
	background-position: top;
	background-repeat: no-repeat;
	padding: 96px 10px 10px;
	text-align: center;
	font-size: 77%;
}

#ft, #ft a {
	color: Silver;
}

/* -- Posts -- */

.post {
	padding-bottom: 1em;
	margin-bottom: 1.6em;
	border-bottom: 1px dotted #B4DAF0;
}

#bd .cg-a h1, .post h1 {
	color: #035989;
	font-size: 159%;
	letter-spacing: -1px;
	font-weight: bold;
}

#bd .cg-a h2, .post h2 {
	color: #035989;
	font-size: 136%;
	letter-spacing: -1px;
	font-weight: bold;
}

.post h1 a, .post h2 a {
	color: #024970;
	text-decoration: none;
}

.post .category {
	text-align: right;
	font-size: 122%;
	text-transform: uppercase;
	font-weight: bold;
	color: #B4DAF0;
	letter-spacing: -1px;
	margin: -0.5em -0.5em 0 0;
}

.post .category a {
	color: #B4DAF0;
	text-decoration: none;
}

.post .postmetadata, .post .meta {
	font-size: 85%;
	color: #777777;
}

.post .entry p {
	margin-bottom: 1em;
}

.post .entry ul {
	padding-left: 2em;
	margin-bottom: 1em;
}

.post .entry ul li {
	list-style: disc;
	padding-left: 1em;
}

.post strong, .post b {
	font-weight: bold;
	background-color: #CEE7F5;
}

.more-link {
	font-size: 85%;
}

.latest {
	border-bottom: none;
}

.commentlist {
	margin-bottom: 1em;
}

.commentlist li {
	margin: 5px 0;
	padding: 10px;
}

.commentlist li.alt {
	background-color: #EDEEEF;
}

.commentlist li .author {
	font-weight: bold;
	background-image: url('../images/comment_icon.gif');
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 18px;
}

.commentlist li.byauthor {
	background-color: #B4DAF0;
}

.commentlist li .commenttext {
	margin: 10px 0px 0px 40px;
}

.commentlist li .commentmetadata {
	font-size: 77%;
	font-weight: normal;
	color: #707070;
}

.commentlist li .edit {
	padding-top: 3px;
	font-size: 77%;
	text-align: right;
}

.req {
	color: Red;
	font-weight: bold;
}

.commentlist blockquote {
	margin: 5px;
	margin-left: 15px;
	padding: 3px;
	border: 1px dotted Silver;
	background-color: White;
}

.related {
	padding-bottom: 1em;
	margin-bottom: 1.6em;
	border-bottom: 1px dotted #B4DAF0;
}

.related ul {
	padding-left: 2em;
}

.post .entry h3 {
       font-weight: bold;
       color: #333333;
       font-size: 136%;
}