/* global */
html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .78em;
  background: #333 url('bg_main.png');
}

body, a {
  color: #EEE;
}

pre {
	line-height: 1.1em;
	font-size: 11px;
	padding: 8px;
	white-space: pre-wrap;
}

:selection {
/*  background-color: #000;
  color: #F06B00;*/
  background-color: #AAA;
  color: black;
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1, h2 {
  font-size: 108%;
  font-weight: bold;
  letter-spacing: .1em;
}

h2 {
  font-size: 100%;
}

hr {
	border: none;
	border-bottom: 1px solid #333;
	height: 1px;
	background-color: transparent;
	margin: 16px 0px 16px 0px;
}

img{border: 0px;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 5px 20px 5px 20px;
  border-left: 2px solid #777;
  font-style: italic;
  font-weight: bold;
}

.shortinfo, .screenshots, .files {
  font-style: italic;
  line-height: 1.4em;
  border: 1px solid #333;
  background-color: #3C3C3C;
  padding: 8px;
  margin-bottom: 16px;
}

.changelog {
	line-height: 1.2;
	max-height: 200px;
	overflow: auto;
	border: 1px solid #333;
	background-color: #3C3C3C;
	padding: 8px;
}

.changelog_info {
	/*color: #999;*/
}

.screenshots {
	padding: 8px;
	margin-top: 16px;
	text-align: center;
}
.screenshots span {
	line-height: 1.2em;
	width: 132px;
	padding: 1px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}
.screenshots span + span {
	border-left: 2px solid #333;
}
.screenshots img {
	border: 1px solid #222;
}

.files {
/*	background-color: transparent;
	border: none;*/
	min-height: 50px;
}

/* unordered list */
ul {
	margin: 8px 0px 16px 16px;
	padding: 0px;
}

ul li {
	list-style-type: square;
	margin: 0px 0px 5px 0px; 
	padding: 0px;
}

ul li span {
/*	font-weight: bold;
	text-decoration: underline;*/
	color: #6EAB03;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #content {
	margin-left: auto; 
	margin-right: auto;
}

/* main container */
#main{width: 850px}

/* header */
#header
{ width: 100%;
  height: 65px;
}

/* logo */
#logo
{ padding: 0px 0px 0px 0px;
  margin: 9px 15px 0px 15px;
  position: absolute;
}

#address
{ padding: 11px 17px 0px 14px;
  float: right;
  text-align: right;
}

#address p
{ padding: 0px;
  margin: 0px;
  font-style: italic;
  font-size: 160%;
}

/* navigation menu */
#menu {
	margin: 0px;
	background-image: url(bg_menu.png);
	border-top: 1px solid #666;
	border-bottom: 1px solid #333;
}

#menu ul
{ height: 38px; 
  margin: 0px auto;
} 

#menu li
{ float: left; 
  margin: 0px 0px 0px 0px; 
  padding: 0px;
  list-style: none;
} 

#menuitemDownload {
}

#menu li a, #menu li a.selected, #menu li a:hover 
{ font-family: verdana, arial, sans-serif;
  display: block; 
  float: left; 
  height: 11px;
  text-decoration: none; 
  margin: 5px 12px 0px 4px;
  padding: 7px;
  text-transform: uppercase;
  font-size: 80%;
} 

/* sidebars */
.sidebar
{ float: left;
  width: 194px;
  padding: 16px 15px 15px 15px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: left;
  width: 194px;
  float: left;
  margin: 0px 0px 11px 0px;
  padding: 0px 0px 0px 0px;
/*  border: 1px solid #333;*/
  background-color: #404040;
  border-top: 1px solid #505050;
  border-left: 1px solid #505050;
  border-right: 1px solid #333;
}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p {margin: 0px}

.sidebaritem h1
{ font-weight: normal; padding: 8px;
  border-bottom: 1px solid #333;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  border-top: 1px solid #505050;
  border-bottom: 1px solid #333;
  padding: 8px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 0px 14px;
  text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}

/* page content (centre) */
#content
{ text-align: justify;
  width: 584px;
  padding: 26px 9px 15px 9px;
  float: left;
}

#content h1, #content h2
{
  margin: 5px 0px 12px 0px;
  font-size: 128%;
  font-weight: normal;
  text-transform: uppercase;
/*  background-image: url('bg_h1.png');
  border-top: 1px solid #666;
  border-bottom: 1px solid #333;*/
}
#content h2 {
  font-size: 100%;
  margin: 5px 0px 8px 0px;
}

#content a, #content a:hover
{ padding: 0px;
  text-decoration: none;
}

/* footer */
#footer
{ height: 30px;  
  padding: 18px 0px 4px 0px;
  font-size: 80%;
  text-transform: uppercase;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center; 
  border-top: 1px solid;
  margin: 4px 15px 4px 15px;
  background: #444;
  border-color: #333;
}

form input {
	margin-top: 8px; 
}

#footer a
{ text-decoration: none;
  padding: 0px;
  border-bottom: 1px dotted;
}

#footer a:hover
{
  border-bottom: 1px solid;
}

h1, h2
{ background: transparent;
  text-shadow: #000 1px 1px 2px;
}

#main {
  background: #444;
}

#main {
  border-left: 1px solid black;
  border-right: 1px solid black;
}

#content a
{ background: transparent;
  color: #F06B00;
}

#left_sidebar, #content, #right_sidebar, #content a:hover
{
	background: transparent;
}

#menu li a:hover, #menu li a.selected, #menu li a.selected:hover, #content a:hover
{
  color: #FF9000;
}
#menu li a {
  border: 1px solid transparent;
}
#menu li a.selected {
  font-weight: bold;
  border: 1px solid;
  border-color:  rgb(57, 57, 57);
  border-right-color:  rgb(89, 89, 89);
  border-bottom-color:  rgb(89, 89, 89);
  border-color:  rgba(0, 0, 0, 0.2);
  border-right-color:  rgba(255, 255, 255, 0.1);
  border-bottom-color:  rgba(255, 255, 255, 0.1);
  background-color: rgb(70, 70, 70);
  background-color: rgba(0, 0, 0, 0.1);
}
#menu li a.selected, #menu li a:hover, #content a:hover {
  text-shadow: #FF3300 0px 0px 3px;
}

.sidebaritem a
{ background: transparent url(arrow.png) no-repeat left center;
} 

.sidebaritem a:hover
{ background: transparent url(arrow_select.png) no-repeat left center;
} 

#address, #footer a, #footer a:hover
{ background: transparent;
}
