/*
GLOBALS
*/
* { margin: 0; padding: 0; }
* ul { padding: 10px 20px; }
body {
    min-width: 600px;
    background: url("../img/site_container.jpg") no-repeat top left #fff;
    padding: 0 00px;
    color: #46494d;
    font-size: 14px;
    font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}

a:link {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #1756b6;
	text-decoration: none;
	font-weight: bold;
}

img.download {vertical-align:middle;}
img.foto {text-align:center; vertical-align:middle;}



/*
DIVS
*/
#head_container {
    height: 200px;
    background: url("../img/site_menubar.jpg") repeat-x top left transparent;
}

#main_nav {
    position: absolute;
    top: 123px;
    right: 30px;
    width: 1000px;
    background: transparent;
}

#main_nav ul {
    list-style: none; 
    margin: 0;
    padding: 0;
}

#main_nav ul li {
    display: block;
    float: right;
    margin: 0 3px;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
}

#main_nav ul li.selected {
    border:none;
    background: url("../img/site_menu_item_active.png") no-repeat bottom center;
}

#main_nav ul li a {
    display: block;
    padding: 0 8px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border:none;
}

#main_nav ul li a:hover {
	border:none;
    background: url("../img/site_menu_item_hover.png") no-repeat bottom center;
}

#logo {
  z-index: 1;
	position: absolute;
  top: 0px;
  left: 0px;
	width: 350px;
}

#ads {
  z-index: 999999;
  position: absolute;
  top: 30px;
  right: 40px;
}

#logo h1#chakratitle {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
}

#logo h1#chakratitle a {
  display: block;
  background: transparent url("../img/site_header.png") top left no-repeat;
  width: 750px;
  height: 123px;
  margin-left: 25px;
  border:none;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}
.right {
	float: right;
	width: 180px;
	margin-top: 15px;
	padding: 0 10px 10px 0;
}
.left {
	padding: 10px;
	margin: 0 200px 0 0;
}
.left p {
	padding-bottom: 10px;
}
.box {
	padding: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 0px;
	background: transparent;
	text-align: justify;
	/*border: 1px solid #d9d9d9;*/
}
.box2 {
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/box_bg.png);
	/*background: #f5f5f5; */
	border: 1px solid #d8d8d8;
}

.box3 {
	padding: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/box_bg.png);
	/*background: #f5f5f5; */
	border: 1px solid #d8d8d8;
	min-height: 50px;
}

.box4 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/box_bg.png);
	/*background: #f5f5f5; */
	border: 1px solid #d8d8d8;
	min-height: 50px;
}

.box4 p {
	margin-left: 60px;
	color: #46494d;
	margin-right: 0px;
}

.box5 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/box_bg.png);
	/*background: #f5f5f5; */
	border: 1px solid #d8d8d8;
	min-height: 76px;
}

.box5 p {
	margin-left: 76px;
	color: #46494d;
	margin-right: 0px;
}

.box6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: url(../img/box_bg.png);
	/*background: #f5f5f5; */
	border: 1px solid #d8d8d8;
	min-height: 76px;
	min-width: 700px;
}

.box6 p {
	margin-left: 76px;
	color: #46494d;
	margin-right: 0px;
}

.greybox {
	padding: 10px;
	background: #f6efe0;
	border: 1px solid #eee4cb;
}

.foot {
	clear: both;
  padding: 2em 0;
	text-align: center;
	font-size: 0.75em;
  line-height: 1.5em;
}

.smalltext {
	text-align: right;
	font-size: x-small;
}

.floated-img-left {
float: left;
margin-left: 0px;
margin-right: 10px;
margin-top: 0px;
margin-bottom: 0px;
}

.floated-img-left2 {
float: left;
margin: 10px;
}

.floated-img-right {
float: right;
margin: 10px 10px;
}



/*
HEADERS
*/
h2 {
	color: #46494d;
	margin: 0px 0 10px 0;
}

h2.title {
	color: #46494d;
	border-bottom: 1px solid #46494d;
}

h3 {
	margin-bottom: 10px;
}

h3.title {
	text-align: right;
	border-bottom: 1px solid #46494d;
}

h4.title {
	text-align: left;
	border-bottom: 1px solid #46494d;
}

h4.news {
	border-bottom: 1px dotted #0771a6;
	margin-bottom: .25em;
	padding-bottom: .2em;
}

div.listing h4 {
	color: #fff;
	background: #0771a6;
	padding: 3px;
}

form {
	background: transparent;
	border: none;
}



/*
PARAGRAPHS, ANCHORS, IMAGES
*/
p {
	color: #000;
	padding-bottom: 20px;
}

p.news {
	font-size: small;
}

a {
	color: #0771a6;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: none;
}

#about {
	position: relative;
	top: -9px;
}

ol {
	padding-left: 45px;
}

ul.small {
	list-style: none;
	font-size: x-small;
}

ul.links {
	list-style: none;
	font-size: small;
	padding: 0px 0px 20px 20px;
	font-size: 14px;
	font-weight: bold;
}

img {
	border: none;
}

hr {
	border: none;
	border-top: 1px solid #46494d;
}



/*
TABLE STUFF
*/
table.center {
	margin-left: auto;
	margin-right: auto;
}

table#releases {
	font-size: small;
	width: 100%;
}

table#releases td {
	padding-right: 20px;
}

table#repolinks {
	font-size: small;
	width: 100%;
}

table#repolinks td {
	text-align: right;
}

table#repolinks th {
	text-align: left;
}

table#art {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

table.screenshots
{ 
margin-left: auto;
margin-right: auto;
}

table.index
{ 
margin-left: auto;
margin-right: auto;
background: url(../img/box_bg.png);
}

p.index
{ 
text-align:left;
margin-left: 76px;
padding: 10px;
text-align: justify;
color:#333;
font-weight: normal;
font-size: 14px;
font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}

/*
TEAM PAGE
*/
.devpic {
	vertical-align: top;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 15px;
	width: 120px;
}

table.deventry {
	padding-bottom: 25px;
}

.deventry th {
	text-align: left;
	vertical-align: top;
	white-space: nowrap;
}

.deventry td {
	width: 100%;
}

blockquote.code {
	background: #d0d0d0;
	border: 1px solid #bbb;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding: 5px;
        font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}
/*
 * Wiki Styles
 */
h1.wiki {
	border-bottom: 1px solid #46494d;
}
div.wikifoot_l {
	font-size: x-small;
	text-align: left;
	padding-top: 25px;
}
div.wikifoot_r {
	font-size: x-small;
	text-align: right;
	float: right;
	padding-top: 25px;
}
.wikibody {
	padding-top: 15px;
}
.wikibody ol {
	padding-left: 28px;
	padding-top: 0px;
}
.wikibody ul {
	padding-left: 25px;
	padding-top: 0px;
}
.wikibody dd {
	padding-left: 30px;
}
.wikibody pre code {
	background: #c1c3f6;
	border: 1px solid #8faecd;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	padding: 5px;
        font-family: "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
}
.wikibody blockquote {
	padding-left: 30px;
}
.wikibody td {
	padding: 5px;
	border: 1px solid black;
}


