@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image:url(../images/bg.png);
	background-attachment:fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #shadow {
	width: 1000px; 
	background-image:url(../images/shadow.png);
	background-position:center;
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #FFFFFF; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right;
	width: 220px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px; /* top and bottom padding create visual space within this div  */
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(http://ghosts.trackiepro.com/images/footer_bg.png);
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* 
This is where the whole thing will go, complete with tabs and content.
 */
.container {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 698px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/*
Tabs go in here.
 */
.tabgroup {
	margin: 0px;
	padding: 0px;
}

/* 
This is the actual tabs.
 */
.tab {
	position: relative;
	top: 0px;
	float: right;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* 
Container for the content.
 */
.contentgroup {
	clear: both;
	border-left: 0;
	border-bottom: 0;
	border-top: 0;
}

/* 
It's where the text goes, ohemgee!
 */
.content {
	padding-right: 10px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-right: dotted 1px #BFBFBF;
}
#counter {
	float:right;
	clear:right;
	margin:0px;
	padding:0px;
}
.post {
	width:100%;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
	margin bottom:5px;
	border-bottom:1px dotted #bfbfbf;
	border-right: dotted 1px #BFBFBF;
	padding-bottom:10px;
	padding-top:10px;
	text-align:left;
	float:left;
	clear:left;
}
.comment {
	margin-left:10px;
	margin-right:5px;
	margin-top:10px;
	margin bottom:5px;
	padding-bottom:10px;
	text-align:justify;
	float:left;
	clear:left;
	width:465px;
}
.sidesection {
	width:200px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding-right:5px;
	padding-left:5px;
	padding-top:0px;
	text-align:left;
	float:right;
	clear:right;
}

/* Typography */
body {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:76%;
}
div {
	font-size:1em;
}
img {
	border:0;
}
.inline {
	display:inline !important;
}
    
a, a:link, a:active {
	text-decoration:none;
	color:#000066
}
a:hover {
	text-decoration:underline;
	color:#990000;
}
h1 {
	font-family: "Trebuchet MS", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing:.2em;
	margin:0.5em 0 0.5em 0;
	padding:0;
	text-transform:uppercase;
	color:#666666;
}
h2 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	margin:0 0 0.25em 0;
	padding:0;
	color:#990000;
}
h3 {
	font-family: "Trebuchet MS", Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0 0 0.25em 0;
	padding:0;
	color:#333333;
}
h4 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	letter-spacing:.2em;
	text-transform:uppercase;
	color:#666666;
}
h5 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
}
h6 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
	margin:0 0 0.25em 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
}
h7 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight:bolder;
	letter-spacing:.1em;
	margin:0.5em 0 0.5em 0;
	padding:0;
	text-transform:uppercase;
	color:#000000;
}
h8 {
	font-family: "Century Gothic", Century Gothic, Arial, Helvetica, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	color:#333333;
}
p {
	font-size:1em;
	margin:0 0 1.5em 0;
	padding:0;
	line-height:1.4em;
	color:#333333;
}
blockquote {
	border-left:2px solid #000;
	padding-left:2px;
	margin-left:10px;
	font-size:0.8em;
	color:#777777;
}
#blockquote {
	border-left:2px solid #000;
	padding-left:2px;
	margin-left:10px;
	font-size:0.8em;
	color:#777777
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
ul {
	margin:0 0 1.5em 20px;
	padding:0;
	line-height:1.4em;
}
ul li {
	margin:0 0 0.25em 30px;
	padding:0;
}
ol {
	margin:0 0 1.5em 20px;
	padding:0;
    line-height:1.4em;
}
ol li {
	font-size:1.0em;
	margin:0 0 0.25em 30px;
	padding:0;
}
dl {
	margin:0 0 1.5em 0;
	padding:0;
	line-height:130%;
}
dl dt {
	font-weight:bold;
	margin: 0.25em 0 0 0;
	padding: 0;
}
dl dd {
	margin:0 0 0 20px;
	padding: 0;
}
table {
	margin:0 0 1.5em 0;
	font-size:1em;
}
table caption {
	font-weight:bold;
	margin:0 0 0 0;
	padding:0 0 0.5em 0;
    text-align: left;
}
th {
	font-weight:bold;
	text-align:left;
}
td {
	font-size:1em;
}
