@charset "utf-8";
/* CSS Document */


/* Permenent Tag Changes */
body {
	background-image:url(Images/Base_Images/background.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	margin-top:17px;
	margin-bottom:0;
	}
p {
	text-indent:30pt;
}
img {
	border:0;
}
blockquote {
	margin: 10px 0 10px 0;
	padding: 5px 10px 5px 10px;
	background: #fffc9e;
	border-top: solid 2px #256a25;
	border-bottom: solid 2px #256a25;
	text-align:left;
}




/* Links */
a:link {
	color:#cc6633;
	text-decoration:none;
}
a:visited {
	color:#cc6633;
	text-decoration:none;
}
a:hover {
	color:#cc6633;
	text-decoration:underline;
}
a:link.rollover {
	display:block;
	width: 200px;
	padding-left: 45px;
	text-decoration: none;
	color:#ffe765;
}
a:visited.rollover {
	display:block;
	width: 200px;
	padding-left: 45px;
	text-decoration: none;
	color:#ffe765;
}
a:hover.rollover { 
	background-position: 0 -20px;
	text-decoration: underline;
	color:#ffe765;
}
a:link.comment_link {
	color:#000000;
	text-decoration:none;
}
a:visited.comment_link {
	color:#000000;
	text-decoration:none;
}
a:hover.comment_link {
	color:#000000;
	text-decoration:underline;
}
a:link.gbnavmenu {
	color:#000000;
	text-decoration:none;
}

a:visited.gbnavmenu {
	color:#000000;
	text-decoration:none;
}
a:hover.gbnavmenu {
	color:#000000;
	text-decoration:underline;
}
a:link.post_title_link {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
}

a:visited.post_title_link {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration:none;
}
a:hover.post_title_link {
	color:#000000;
	font-size: 24px;
	font-weight: bold;
	text-decoration:underline;
}
a:link.gbnavmenu {
	color:#000000;
	text-decoration:none;
}

a:visited.gbnavmenu {
	color:#000000;
	text-decoration:none;
}
a:hover.gbnavmenu {
	color:#000000;
	text-decoration:underline;
}
a:link.copyright {
	color:#000000;
	text-decoration:none;
}
a:visited.copyright {
	color:#000000;
	text-decoration:none;
}
a:hover.copyright {
	color:#000000;
	text-decoration:underline;
}



/* td's */
td.leftborder {
	width:25px;
	background-image:url(Images/Base_Images/border-left.jpg);
	background-repeat:repeat-y;
}
td.rightborder {
	width:25px;
	background-image:url(Images/Base_Images/border-right.jpg);
	background-repeat:repeat-y;
}
td.posts {
	background-color:#EAEAAE;
	width:675px;
	vertical-align:top;
	padding:10px;
}
td.links {
	background-color:#215E21;
	width:225px;
	vertical-align:top;
	padding-top:10px;
	padding-bottom:10px;
}
td.copyright {
	text-align:center;
	background-color:#99cc66;
}



/* div's */
div.comment_link_div {
width:100%;
text-align:right;
}
div.link_group_title_text {
	color:#ffe765;
	font-weight:bold;
	font-size:20px;
	text-decoration:underline;
	text-align:center;
}
div.Article_Title {
	font-size:24px;
	font-weight:bold;
}


/* sub's */
sub.Sub_Article_Title {
	font-size:14px;
	font-weight:normal;
}