/* CSS Document */

a:link,a:visited,a:active {
	background: transparent;
	color: #000066;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #ff0099;
}

body {
	margin-top: 1px;
	margin-left: 8px;
	padding: 0;
	text-align: center;
	margin-bottom: 45px;
	background: white;
	color: #222;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 11px;
	line-height: 135%;
}
	
#container {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 870px;
	background-color: #fff;
	height: 100%;
}
	
#holder {
	margin: 15px;
}
	
#top {
	width: 870px;
	height: 166px;
	margin-top: 22px;
}
	
#belowbanner {
	background: #F4F4F4;
	margin: 0 0 5px 0;
	padding: 0 5px 0 5px;
	border-bottom: 1px solid #C2CFDF;
	border-left: 1px solid #C2CFDF;
	border-right: 1px solid #C2CFDF;
	height: 29px;
}

#belowbanner p {
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	letter-spacing: 0px;
	margin: 0 !important;
	padding: 7px 0 7px 0;
	text-align: right;
}

#bottomfooter {
	height: 40px;
}
	
#ghzlink {
	padding-left: 14px;
	height: 28px;
	padding-top: 13px;
	padding-bottom: 0px;
	background: #ffffff;
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	font-weight:bold;
	background: #ffffff url("siteimages/nav.gif") no-repeat;
}
	
#linktext {
	position: relative;
}
	
#bar1 {
	background-color: #f4f4f4;
	border-color: #C2CFDF;
	border-width: 1px;
	border-style: solid;
	height: 55px;
}
	
#topgrad {
	background: #fff url("siteimages/darkgradient.png") repeat-x;
	height: 31px;
	margin:0;
}
	
#spacer {
	height: 15px;
}
	
#main {
	float: left;
	background-color: #f4f4f4;
	border-color: #C2CFDF;
	border-width: 1px;
	border-style: solid;
	height: auto;
	padding: 15px;
	width: 838px;
}
	
#text.main {
	height: auto;
	width: 415px;
	top: 0px;
}

#text.article {
	height: auto;
	width: 840px;
	top: 0px;
	font-size: small;
	line-height: normal;
}
	
#bits.main {
	background:  url("siteimages/textmid.png") repeat-y;
	height: auto;
	width: auto;
}

#bits.article {
	background:  url("siteimages/textmida.png") repeat-y;
	height: auto;
	width: auto;
	z-index: 1;
}

#more {
	height: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: auto;
}
	
#topimage.main {
	background:  url("siteimages/texttop.png") no-repeat;
	height: 24px;
	width: 415px;
}

#topimage.article {
	background: url("siteimages/texttopa.png") no-repeat;
	height: 24px;
	width: 840px;
}

#bottomimage.main {
	background:  url("siteimages/textbot.png") no-repeat;
	height: 24px;
	width: 415px;
}

#bottomimage.article {
	background: url("siteimages/textbota.png") no-repeat;
	height: 24px;
	width: 840px;
}

#images {
	float: right;
    width: 398px;
	height: 100%;
}
	
#spacer2 {
	width: 868px;
	height: 15px;
}

#bottom	{
	width: 870px;
	height: 275px;
	background-color: #ffffff;
}

.ghztop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Verdana, Tahoma, Arial, Trebuchet MS, Sans-Serif, Georgia, Courier, Times New Roman, Serif;
	font-size: 12px;
	color: #FFFFFF;
}

h1 {
	text-align: center;
}

.today {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.features {
	width: auto;
	left: auto;
	right: auto;
}

p.home {
	float: left;
}

.straighttotheforumscontent {
	vertical-align: top;
	text-align: center;
	border: thin dashed #0099FF;
}

p.pcen {
	text-align: center;
}

.articletitle {
	font-size: large;
	font-weight: bold;
}

.quotetop
{
	background: #E4EAF2 url(style_images/1b/css_img_quote.gif) no-repeat right;
	border-top: 1px dotted #000;
	border-right: 1px dotted #000;
	border-left: 4px solid #8394B2;
	color: #000;
	font-weight: bold;
	font-size: 10px;
	margin: 8px auto 0 auto;
	padding: 3px;
}

.quotemain
{
	background: #FAFCFE;
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
	border-left: 4px solid #8394B2;
	color: #465584;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.spoilermain
{
	background: #FAFCFE;
	border-bottom: 1px dotted #000;
	border-right: 1px dotted #000;
	border-left: 4px solid #8394B2;
	color: #FAFCFE;
	padding: 4px;
	margin: 0 auto 8px auto;
}

.codetop,
.sqltop,
.htmltop
{
	background: #FDDBCC url(style_images/1b/css_img_code.gif) no-repeat right;
	color: #000;
	font-weight: bold;
	margin: 0 auto 0 auto;
	padding: 3px;
	width: 98%;
}

.codemain,
.sqlmain,
.htmlmain
{
	background: #FAFCFE;
	border: 1px dotted #000;
	color: #465584;
	font-family: Courier, Courier New, Verdana, Arial;
	margin: 0 auto 0 auto;
	padding: 2px;
	width: 98%;
}

#QUOTE,
#CODE
{
	background: #FAFCFE;
	border: 1px solid #000;
	color: #465584;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
	white-space: normal;
}

#SPOILER
{
	background: #FAFCFE;
	border: 1px solid #000;
	color: #FAFCFE;
	font-family: Verdana, Arial;
	font-size: 11px;
	padding: 2px;
	white-space: normal;
}

#CODE
{
	font-family: Courier, Courier New, Verdana, Arial;
}

img { vertical-align: bottom; }

#logostrip
{
	background: transparent url(/banner/banner.php);
	border: 0px;
	height: 166px;
}

#submenu
{
	position: relative;
	top: 138px;
	border: 0px;
	color: #fff;
	height: 32px;
}

#submenu p
{
	background: transparent !important;
	border: 0 !important;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 !important;
	padding: 7px 0 7px 0;
	text-align: right;
}

#submenu p.home
{
	float: left;
}

#submenu a:link, 
#submenu  a:visited
{
	background: transparent;
	color: #000;
	padding: 0 6px 0 6px;
	text-decoration: none;
}

#submenu a:hover, 
#submenu a:active
{
	background: transparent;
	color: #ff0099;
}

#articletitle {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 8px;
}
