/*===========================================*\
|               Thousand Parsec               |
+---------------------------------------------+
|  Copyright (c) Donovan 'Riyonuk' Hernandez  |
\*===========================================*/
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Global                                      |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
* {
	border: 0;
}
body { 
	background-color: black;
	background-image: url(/tp/img/background.jpg); 
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
a {
	color: #00FF99;
	text-decoration: none;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Wrapper                                     |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	/* background-color: #000000; */
	color: #FFFFFF;
	height: auto;
	padding: 0;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Banner                                      |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#banner {
	width: 100%;
	height: 100px;
	text-align: center;
	vertical-align: middle;
}
#banner img {
	position: relative;
	top: 16px;
}
#banner h1 {
	display: none;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Navigation                                  |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.menu {
	width: 100%;
	height: 28px;
}

.menu td {
	background-image: url(/tp/img/nav.jpg);
	margin: 0 2px 0 2px;
	text-align: center;
}
.menu td a {
	line-height: 30px;
	height: 28px;
	text-decoration: none;
	font-size: 10pt;
	padding: 0;
}
.menu td a.on {
	color: #ffffff;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Getting Started                             |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#gs {
	text-align: center;
	width: 100%;
	height: 28px;
	background-image: url(/tp/img/nav.jpg);
	background-repeat: repeat-x;
	font-size: 12pt;
	line-height: 28px;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Columns                                     |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#columns {
	width:100%;
	position: relative;
}
#left {
	margin: 0 230px 0 0; 
}
#right {
	width:  220px;

	float: right;
	position: absolute;
	right: 0;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Cool Border thingy                          |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.box {
	width:100%;
	position: relative;
}
.box_left {
	background-color: black;
	background: url(img/box-mid-left.png) repeat-y top left;
	position: relative;
}
.box_right {
	background-color: black;
	background: url(img/box-mid-right.png) repeat-y top right;
	position: relative;
}
.box_top {
	background: url(img/box-top-middle_t.png) repeat-x top left;
	height: 30px;
	margin: 0 30px 0 30px; 
}
.box_bottom {
	background: url(img/box-btm-middle_t.png) repeat-x bottom left; 
	height: 30px;
	margin: 0 30px 0 30px;
}
.box_top_left {
	background:url(img/box-top-left_t.png) no-repeat top left;

	height: 30px;
	width:  30px;

	float: left; 
	position: absolute;
	left: 0;
}
.box_top_right {
	background:url(img/box-top-right_t.png) no-repeat top right;

	height: 30px;
	width:  30px;

	float: right;
	position: absolute;
	right: 0;
}
.box_bottom_left {
	background:url(img/box-btm-left_t.png) no-repeat top left;

	height: 30px;
	width:  30px;

	float: left; 
	position: absolute;
	left: 0;
}
.box_bottom_right {
	background:url(img/box-btm-right_t.png) no-repeat top right;

	height: 30px;
	width:  30px;

	float: right;
	position: absolute;
	right: 0;
}

/*
 * An 1px vertical padding is added to prevent the bg image
 * being discontinued due to inner block element's margins
 */
.box_content {
	margin:  0px 10px;
	padding: 1px 10px;

	background-color: black;
}


/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Content                                     |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

#content {
	margin: 3px;
}

#content p {
	margin: 10px 0;
}

#content h1 {
	color: #E1870D;
	/* background-color: #000000; */
	font-size: 20pt;
	width: 90%;
	border-bottom: 1px solid #333333;
}

#content h2 {
	color: #E1870D;
	/* background-color: #000000; */
	font-size: 14pt;
	width: 70%;
/*	padding-top: 1em;*/
	border-bottom: 1px solid #333333;
}

#content h6 {
	color: #66CC99;
	/* background-color: #000000; */
	font-size: 6pt;
	width: 50%;
	padding-bottom: 2em;
}

#content li {
	margin-left: 30px;
}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Right Column Box                            |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
img.xml {
	margin: 35px 0 0 0;
}
img.sforge {
	margin: 0;
}
#right .stats {
	margin-bottom: 20px;
	list-style-type: none;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*\
| Footer                                      |
\*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
#footer {
	clear: both;

	width: 100%;
	height: 30px;

	color: #333333;
	text-align: center;
	line-height: 30px;

/*	background: red; */

	margin: 0;
	padding: 0;
}
#footer a {
	color: #333333;
}

