/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 22px;
	font-size: 13px;
}

/* --- Page Layout --- */

#layout_main a {
	color: #6abc4d;
}

#layout_main a:hover {
	background-color: #6abc4d;
	color: #ffffff;
	text-decoration: none;
}

body, html {
	height: 100%;
	text-align: center;
}

body * {
	text-align: left;
}

.clear {
	clear: both;
}

#layout {
	background-image: url(img/site_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	width: 826px;
	margin: 0px auto;
	min-height: 100%;
}

#layout_header {
	background-image: url(img/site_header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 826px;
	height: 196px;
}

#layout_pad_footer {
	height: 92px;
}

#layout_footer {
	background-image: url(img/site_footer.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	width: 826px;
	height: 92px;
	margin: -92px auto;
}

#layout_pad_left {
	float: left;
	width: 36px;
	height: 32px;
}

#layout_left {
	float: left;
	width: 172px;
}

#layout_pad_main {
	float: left;
	width: 22px;
	height: 32px;
}

#layout_main {
	float: left;
	width: 560px;
}

/* --- Menus --- */

#menus {
	cursor: default;
}

#menus a {
	text-decoration: none;
}

#menus h1 {
	display: block;
	height: 22px;
	padding: 0px 5px 0px 5px;
	color: #ffffff;
	background-color: #6abc4d;
	font-weight: bold;
}

#menus a.item,
#menus a.selected {
	display: block;
	padding: 0px 0px 0px 18px;
	line-height: 22px;
	color: #626262;
	background-image: url(img/bullet.gif);
	background-position: 7px 8px;
	background-repeat: no-repeat;
}

#menus a.item:hover {
	background-image: url(img/bullet_hover.gif);
	color: #000000;
}


#menus a.selected {
	background-image: url(img/bullet_selected.gif);
	background-color: #ededed;
	color: #000000;
}

/* --- Articles --- */

.article h1 {
	color: #6abc4d;
	font-family: Arial, sans-serif;
	font-size: 29px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 21px;
	line-height: 23px;
}

.article h2 {
	font-weight: bold;
	line-height: 22px;
	font-size: 13px;
}

.article p {
	margin-bottom: 22px;
}

.article p a {
	white-space: nowrap;
}

.article p em,
.article p acronym {
	font-style: italic;
	font-family: Serif, Times, Times New Roman;
	font-size: 15px;
}

.article p acronym {
	border-bottom: 1px dotted #000000;
}

.article p.quote {
	background-image: url(img/quote.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 30px;
	color: #55a937;
}

.article p.signature {
	text-align: right;
	color: #b1b1b1;
}

.article img.right {
	float: right;
	margin: 0px 0px 5px 20px;
	border: solid 1px #000000;
}

.article div.quote {
	font-family: Serif, Times, Times New Roman;
	font-style: italic;
	font-size: 20px;
	font-weight: bold;
	color: #6abc4d;
	margin: 4px 0px 11px 22px;
	width: 172px;
	float: right;
}

/* --- Comments --- */

#comments {
	padding: 0px 10px 0px 10px;
}

#comments_summary p {
	line-height: 15px;
	margin: 0px;
}

.comment {
	width: 244px;
}

.comment .top {
	height: 16px;
	background-image: url(img/comment_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
}

.comment .content {
	background-image: url(img/comment_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	padding: 0px 19px 0px 17px;
	font-size: 10px;
	line-height: 13px;
	color: #6f6f6f;
}

.comment .bottom {
	height: 42px;
	background-position: top left;
	background-repeat: no-repeat;
}

.comment.left {
	float: left;
}

.comment.right {
	float: right;
}

.comment.left .bottom {
	background-image: url(img/comment_bottom_left.gif);
}

.comment.right .bottom {
	background-image: url(img/comment_bottom_right.gif);
}

.comment .avatar {
	padding-top: 24px;
}

.comment.right .avatar {
	text-align: right;
}

.comment .avatar span {
	color: #b1b1b1;
}

.comment .avatar,
.comment .avatar span {
	font-size: 10px;
	line-height: 14px;
}

