/*
	Shift Linux Website CSS
	
	Copyright 2007 Dave Legg, Simon Andrews and Max Bealanger
	
	(last update: December 13, 2007: Reorganized.)
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

* a img {
	border-width: 0;
}
body {
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Verdana, Arial;
	background: #012e4a;
	background-image: url(images/background.png);
	background-position: top center;
	background-repeat: no-repeat;
}

a {
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 3px;
	color: #fff;
}
#wrapper {
	width: 815px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 135px;
}

#header-logo {
	margin-top: 37px;
	float: left;
}

#header-nav {
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 53px;
	float:right;
}

#header-nav ul {
	list-style-type: none;
}

#header-nav ul li {
	margin: 0px 5px;
	display: inline;
	float: left;
}

#header-nav ul li a {
	padding-left: 0;
	padding-bottom: 13px;
	padding-right: 0;
	padding-top: 9px;
	text-decoration: none;
	display: block;
}

#header-nav ul li a:hover {
	text-decoration: underline;
}

#header-nav ul li#current {
	background: url(images/nav-left.png) no-repeat;
	height: 33px;
	padding: 0 0 0 6px;
	position: relative;
}

#header-nav ul li#current a {
	padding-left: 5px;
	padding-bottom: 13px;
	padding-right: 5px;
	padding-top: 9px;
	background: url(images/nav-bg.png) repeat-x;
	float: left;
	margin-right: 12px;
}

#header-nav ul li#current .right {
	width: 12px;
	height: 42px;
	background: url(images/nav-right.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#content {
	width: 815px;
	position: relative;
}

#content ul {
	margin-left: 20px;
}

#main, #main-wpnav {
	background: url(/images/item_bg.png) 15px 4px;
	padding-top: 8.5px;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-right: 15px;
	margin-bottom: 11px;
	float: left;
	width: 540px;
	min-height: 500px;
	position: relative;
}

#main-top, #main-bottom {
	width: 570px;
	height: 4px;
	position: relative;
}

#main-pnav-wrap {
	width: 570px;
	position: relative;
}

#main-pnav {
	height: 46px;
	width: 558px;
	position: relative;
	background: url("images/pnav-bg.png") repeat-x;
}

#main-pnav-left {
	float: left;
	height: 46px;
	width: 558px;
	padding-left: 6px;
	background: url("images/pnav-left.png") no-repeat;
}

#main-pnav-right {
	float: right;
	height: 46px;
	width: 6px;
	background: url("images/pnav-right.png") no-repeat;
}

#main-pnav ul li {
	font-size: 1.2em;
	height: 46px;
	display: inline;
	float: left;
}

#main-pnav ul li {
	position: relative;
}

.wikistyle ul li {
	font-size: 0.8em !important;
}

.wikistyle ul li a {
	padding: 17px 10px 6px 10px !important;
}

#main-pnav ul li a {
	text-decoration: none;
	padding: 13px 14px 10px 14px;
	height: 23px;
	display:block;
	float:left;
}

#main-pnav ul li#select a, #main-pnav ul li.selected a {
	background: url(images/pnav-select.png) no-repeat center;
}

#main-pnav ul li ul {
	display: none;
	float: left;
	position: absolute;
	top: 46px;
	left: 0px;
	z-index: 10;
	font-size: .45em;
	padding: 0;
	margin: 0;
	clear: both;
}

#main-pnav ul li ul li ul {
	font-size: 100%;
	position: relative;
	top: 0;
	left: 0;
}

#main-pnav ul li ul li ul li {
	background: #061a29;
	width: 150px;
	height: auto;
	padding: 0;
	position: relative;
	clear: both;
}

#main-pnav ul li#select ul li ul li a {
	background: none;
}

#main-pnav ul li ul li ul li a {
	padding-left: 8px;
	padding-bottom: 7px;
	padding-right: 8px;
	padding-top: 7px;
	width: 100%;
	height: auto;
}

#main-pnav ul li ul li:hover {
	background: url("/images/menu_bg.png") repeat-x #164466;
}

#main-pnav ul li ul li ul li ul li {
	background: #061a29;
	width: 120px !important;
	padding: 0px 0px 0px 30px;
}

#main-pnav ul li ul li ul li ul li {
	position: relative;
	font-size: 100%;
}

#main-pnav ul li:hover ul {
	display:block;
}

#main-pnav ul li a:hover {
	text-decoration: underline;
}

#main-pnav ul {
	list-style: none;
}

.display-inline {
	display: inline;
}

.message {
	background: url(/images/item_bg.png) 15px 4px;
	padding: 10px;
}

.module-top, .module-bottom {
	width: 235px;
	height: 4px;
}

#footer-corners {
	background: url(/images/footer-corners.png);
	float: left;
	height: 4px;
	width: 815px;
}

#main-top {
	background: url(/images/item-top-corners.png);
	float: left;
}

#main-bottom {
	right: 0px;
	bottom: -4px;
	left: 0px;
	position: absolute;
	background: url(/images/item-bottom-corners.png);
}

#main p, #main-wpnav p {
	font-size: .9em;
	line-height: 1.50;
	margin-bottom: 10px;
}

#main h1, #main-wpnav h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.5em;
}

#main small {
	font-size: .75em;
}

.item {
	width: 555px;
}

.controls {
	height: 15px;
	background: #0a2b41;
	padding: 10px;
	margin: 3px;
}

.controls .left {
	float: left;
}

.controls .more {
	float:right;
}

.news-mini {
	margin: 10px 0;
}

.news-mini h2 a {
	font-style: normal;
	font-weight: normal;
	font-size: .85em;
	text-decoration: none;
	color: #00c7ff;
}

#sidebar {
	width: 235px;
	float: right;
}

ul.links {
	list-style: none;
}

.module {
	background: url(images/item_bg.png);
	padding: 15px;
	width: 205px;
	float: right;
}

.module h2 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.3em;
}

.module-top {
	float: right;
	background: url(images/module-top-corners.png)
}

.module-bottom {
	float: right;
	background: url(images/module-bottom-corners.png);
	margin-bottom: 12px;
}

#footer {
	font-size: 12px;
	padding: 10px;
	height: 20px;
	clear: both;
	background: #000c13;
}

#footer a {
	color: #9bff00;
	text-decoration: none;
}

#footerads
{
text-align:center;
}

.img-left {
	text-align: center;
	float: left;
	height: 50px;
	width: 70px;
	margin: 5px 5px 0 0;
}

input, select {
	margin-bottom: 10px;
	max-width: 300px;
	display: block;
	clear: both;
}

#sidebar input, #sidebar select {
	margin-bottom: 0px;
	width: auto;
	clear: none;
}

textarea {
	margin: 10px 0;
	display: block;
	min-height: 80px;
	width: 100%;
}

img.middle {
	vertical-align: middle;
}

.printfooter {
	display: none;
}

.pagination {
	text-align: center;
}

.pagination a {
	text-decoration: none;
}

.pagination a.selected {
	text-decoration: underline;
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}

.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.submenu {
	width: 530px;
	height: 26px;
	background: url(images/round-mid.png) repeat-x;
	margin-left: 5px;
}

.subcorner-left, .subcorner-right {
	width: 5px;
	height: 26px;
	margin-bottom: 20px;
}

.subcorner-left {
	background: url(images/round-left.png) no-repeat;
	float: left;
}

.subcorner-right {
	background: url(images/round-right.png) no-repeat;
	float: right;
}

.submenu .left, .submenu .right {
	height: 26px;
	padding: 2px;
	text-align: center;
}

.submenu .left {
	float: left;
	width: 100%;
}

.submenu .right {
	float: right;
}

.message h3 {
	font-weight: bold;
	color: #00c7ff;
}

.download-selected, .download-method-selected {
	background-color: #001927;
}
