@charset "utf-8";
/* CSS Document */
body {
	background-image: url(bgrepeat.jpg);
	background-color: #D3CAAA;
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Sans, Arial, Helvetica, sans-serif;
}
/* ** Menus */
ul.menu {
	list-style: none;
	border: none;
	text-align:left;
}
ul.menu li {
	margin: 0 0 0 0.5em;
}
li.expanded {
	list-style-type: circle;
	list-style-image: url(../../misc/menu-expanded.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.collapsed {
	list-style-type: disc;
	list-style-image: url(../../misc/menu-collapsed.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li.leaf {
	list-style-type: square;
	list-style-image: url(../../misc/menu-leaf.png);
	padding: 0.2em 0.5em 0 0;
	margin: 0;
}
li a.active {
	color: #000;
}
td.menu-disabled {
	background: #ccc;
}
ul.links {
	margin: 0;
	padding: 0;
}
ul.links.inline {
	display: inline;
}
ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}
.block ul {
	margin: 0;
	padding: 0 0 0.25em 1em;
}
/*
** HTML elements
*/
fieldset {
	margin-bottom: 1em;
	padding: .5em;
}
form {
	margin: 0;
	padding: 0;
}
hr {
	height: 1px;
	border: 1px solid gray;
}
img {
	border: 0;
}
table {
	border-collapse: collapse;
}
th {
	text-align: left;
	padding-right: 1em;
	border-bottom: 3px solid #ccc;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Trebuchet", "Nimbus Sans L", sans-serif;
	color: #5A3320;
	margin: 1em 0 .3em;
}
.subheading {
	color: #5A3320;
	font-weight:bold;
	margin: 0 0 5px 0;
	padding:0 ;
}

p {
	margin: 1em 0 .3em;
}
#bodyinner {
	font-size: 80%;
}
pre {
	background-color: #eee;
	padding: 0.75em 1.5em;
	font-size: 12px;
	border: 1px solid #ddd;
}
a {
	color: #D90D19;
}
a:visited {
	color: #D90D19;
}
#bodyinner td {
	padding: 8px;
}
button {
	cursor: pointer;
}
.usn {
	background-color: #eee;
	padding: 0.75em 1.5em;
	border: 1px solid #ddd;
	font-family: monospace;
	white-space: pre;
}
/* 
 * classes used throughout the site and template
*/
.rule {
	margin: 0 auto;
	clear: both;
}
img.rule {
	width: 100%;
}
.clear {
	clear: both;
}
.mnemonic {
	text-decoration: underline;
}
.highlight {
	color: #5A3320;
}
.commandprompt {
	font-family: monospace;
	white-space: pre;
	display: block;
	background-color: #e8e8e8;
	border: 1px solid #ccc;
}
.quote {
	display: block;
	color: #333;
}
.redhighlight {
/* 	color: #D90D19 !important;
	text-decoration: none;
	font-size: 90%; */
}
.blackhighlight {
	color: #000 !important;
	text-decoration: none;
}
.brownhighlight {
	color: #5A3320 !important;
	text-decoration: none;
}
.graybg {
	background-color: #f6f5f0;
}
.noundies {
	text-decoration: none;
}
.small {
	font-size: 90%;
}
.tiny {
	font-size: 80%;
}
.affiliate {
	margin: 10px 30px 20px 60px;
	border-left: 10px solid red;
	background-color: white;
	font-size: 100%;
	padding: 10px 5px;
	line-height: 1.3em;
}
.gold_cell {
	border: 0px solid black;
	padding-left: 15px;
}
.partner_cell {
	border: 0px solid black;
	padding-left: 15px;
}
.affiliate_cell {
	border: 0px solid black;
	padding-left: 15px;
}

#featurebox {
	margin: 0 14px auto;
	padding: 5px 7px 5px 7px;
	background-color:#D3CAAA;
	width: 350px;
	min-height:250px;
	display:block;
	border: 1px solid  #796646;
	float:right;
}

#container {
	margin: 0 auto;
	padding: 0 0 0 14px;
	position: relative;
	background-color: #fff;
	background-image: url(images/page-border-left-repeat.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 94%;
	max-width: 950px;
	min-width: 760px;
}
#content {
	margin: 0;
	padding: 0 13px 0 0;
	min-height: 665px;
	position: relative;
	background-color: #fff;
	background-image: url(images/page-border-right-repeat.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#topNav {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
#bg-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 665px;
	background-image: url(images/page-border-left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 6;
}
#bg-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 13px;
	height: 665px;
	background-image: url(images/page-border-right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	z-index: 6;
}
#bottom-left {
	/*
		width: 14px;
		height: 34px;
		background-image: url(images/footerbg-left.jpg);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 7;*/
		display: none;
}
#bottom-right {
	/*
		width: 13px;
		height: 34px;
		background-image: url(images/footerbg-right.jpg);
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 7;*/
		display: none;
}
/* bodyouter provides the borders for the left navigation */
#bodyouter {
	position: relative;
	overflow: hidden;
	margin: 0 0;
	padding-left: 25px;
	clear: both;
}
* html #bodyouter {
	height: 1%;
}
#leftsidebar {
	width: 25px;
	float: right;
	margin-left: -25px;
}
#bodyinner {
	width: 100%;
	border-left: 25px solid white;
	margin-left: -25px;
	float: right;
}
#contentpadding {
	padding-left: 20px;
}
/* end body/content region */
	
/* begin footer */
#footer {
	/* background-image: url(images/footerbg.jpg); */
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0 0 0 0;
}
#footer .wrapper {
	padding: 0 15px 5px 15px;
	color: #656565;
	font-size: 70%;
	position: relative;
}
#footer .wrapper a {
	color: #656565;
	text-decoration: none;
}
#footer .wrapper p {
	width: 45%;
	float: left;
	font-size: 90%;
}
#footer .wrapper ul {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1.3em;
}
#footer .wrapper li {
	display: block;
	float: left;
	border-right: 1px solid #656565;
	padding: 0 10px;
}
#footer .wrapper li.last {
	border-right-style: none;
	padding-right: 0;
}
/* top navigation section	*/
#topNav {
	width: 100%;
	position: relative;
	height: 90px;
}
#topNav a {
	color: #656565;
	text-decoration: none;
	font-size: 80%;
	border-bottom: 1px dotted #fff;
}
#topNav li a:hover {
	border-bottom: 1px dotted #656565;
}
#topNav ul {
	display: block;
	margin: 0;
	padding: 0 0px .5em 0px;
	position: absolute;
	top: 30px;
	right: 0px;
	border-bottom: 1px solid #D6D6D6;
}
#topNav ul ul {
	padding-bottom: 0;
}
#topNav li {
	display: block;
	float: left;
	margin: 0 18px 0 0;
	text-indent: 13px;
	padding-bottom: 0;
	background-image: url(images/bullet-triangle.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.1em;
	position: relative;
}
#topNav li.last {
	margin: 0;
}
#topNav li ul {
	position: absolute;
	background-color: #fff;
	border: 1px solid #D3CAAA;
	width: 10em;
	left: -999em;
	top: 1.1em;
	z-index: 100;
	font-size: 90%;
}
#topNav li:hover ul {
	left: 0;
	z-index: 1000;
}
#topNav li ul li {
	background-image: none;
	text-indent: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
#topNav li ul li a {
	display: block;
	width: 100%;
	padding: .2em 0;
	text-indent: .2em;
}
#topNav li ul li a:hover, #topNav li ul li a:active {
	color: white;
	background-color: #D3CAAA;
}
#topNav img {
	margin: 0;
	padding: 0;
	border-style: none;
}
#topNav img.rule {
	border-top: 1.7em solid white;
}
#ubuntulogo {
	position: absolute;
	top: 28px;
	left: 0;
}
#searchbox {
	width: 50%;
	height: 25px;
	text-align: right;
	line-height: 60px;
	position: absolute;
	top: 3.5em;
	right: 9px;
}
#searchbox p {
	line-height: 1.1em;
	position: absolute;
	bottom: 0;
	right: 0;
}
#searchbox label {
	display: none;
}
#searchbox button {
	border-style: none;
	background-color: #fff;
	background-image: url(images/icon-search.png);
	width: 34px;
	background-repeat: no-repeat;
	background-position: center;
}
#searchbox button span {
	display: block;
	text-indent: -100px;
	overflow: hidden;
}
#searchbox input {
	border: 1px solid #C6C6C6;
	color: #777;
	font-size: 70%;
	padding: 2px;
}

