body {
    background: #000;
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: "Arial", sans-serif;
    font-size: 9pt;
}

a:link,a:visited {
    color: #f00;
    text-decoration: none;
    font-weight: bold;
}

a:hover,a:active {
    color: #f00;
    text-decoration: underline;
}

img {
    border: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: square;
}

hr {
    color: #fff;
    background-color: #fff;
    height: 1px;
    border: 0;
}

/* Classes */
.clear {
    clear: both;
}

p.indented {
    margin: 2em 0;
}

span.caption {
    text-transform: uppercase;
    color: #f00;
    font-weight: bold;
}

div.news {
    text-align: center;
}

div.news div.text {
    text-align: justify;
    padding: 0;
}

div.news div.caption {
	text-align: left !important;
    margin: 0 !important;
    margin-top: 1em !important;
}

div.news div.caption span{
    color: #fff;
    background-color: #a00000;
    padding: 0 2em 0 3px;
    text-align: left;
}

div.news p {
	margin: 5px 0;
	padding-left: 1.5em;
}

div.block div.caption {
    text-transform: uppercase;
    color: #f00;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    font-weight: bold;
    text-align: center;
    padding: 0.4em 0;
    margin-bottom: 0.4em;
}

div.block div.item {
    padding: 5px;
    border-bottom: 1px solid #fff;
}

div.block div.item.last {
    padding: 5px;
    border-bottom: 0;
}

div.item div.image {
    float: left;
}

div.item div.image img {
    border: 1px solid #999;
}

div.item div.info {
    width: 115px;
    float: left;
    padding: 0 5px;
}

div.item div.info a {
    padding: 0 0 0 12px;
    background: url("/images/dot_red.gif") left center no-repeat;
    text-transform: uppercase;
}

div.item div.info a:hover,div.item div.info a:active {
    padding: 0 0 0 12px;
    background: url("/images/dot_white.gif") left center no-repeat;
    text-decoration: none;
}

div#main div.caption {
    text-transform: uppercase;
    color: #f00;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}

div.distroItem {
    float: left;
    width: 230px;
    text-align: center;
    margin: 5px;
    padding: 5px;
}

div.distroItem.hover {
    background: #333;
}

div.photo {
    float: left;
    width: 200px;
    text-align: center;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
}

div.photo.hover {
    background: #333;
}

div.release {
    border-bottom: 1px solid #fff;
}

div.release.last {
    border-bottom: 0;
}

div.release div.mainInfo {
    float: left;
    width: 220px;
    padding: 5px;
}

div.release div.titleInfo {
    background-color: #333;
    padding: 1em;
}

div.release div.fullInfo {
    float: left;
    width: 275px;
    padding: 5px;
}

div.release p {
    margin: 0.5em 0 0 0;
}

div.release ol {
    margin: 0 0 0 25px;
    padding: 0;
    list-style-type: decimal-leading-zero;
    list-style-position: outside;
    padding: 0;
}

div.release div.distros {
    padding-bottom: 5px;
}

div.feedback p {
    margin: 0;
    text-align: justify;
}

div.feedback p.caption {
    margin-top: 1em;
}

div.feedback p.author {
    font-style: italic;
    margin-bottom: 1em;
    text-align: right;
}

div.mbInfo {
    float: left;
    margin-right: 7em;
}

div.mbInfo1 {
    float: left;
    margin-right: 0.5em;
}

div.mbMerch {
    font-size: 8pt; width : 210px;
    float: left;
    background-color: #333;
    padding: 0.5em;
    text-align: center;
    margin: 0;
    width: 210px;
}

div.links {
	float: left;
	width: 150px;
	padding: 5px;
}

div.links ul {
	list-style: none;
}

/* Ids */
div#index {
    text-align: center;
}

div#index img {
    padding: 1em 0;
}

div#wrapper {
    width: 760px;
    margin: 0 auto;
    text-align: left;
}

div#header {
    height: 80px;
    background: url("/images/logo.jpg") center center no-repeat;
}

ul#menu {
    height: 74px;
    background: #a00000;
    list-style: none;
    display: block;
    float: left;
    width: 200px;
    text-transform: uppercase;
    padding: 3px 10px;
}

ul#menu li {
    text-align: right;
}

ul#menu a {
    color: #fff;
    padding: 0 15px;
    background: url("/images/dot_black.gif") right center no-repeat;
    padding: 0 15px;
}

ul#menu a:hover,ul#menu a:active {
    color: #ddd;
    background: url("/images/dot_white.gif") right center no-repeat;
    text-decoration: none;
}

ul#links {
    display: block;
    float: right;
    list-style: none;
    margin: 25px 30px 0 0;
    text-transform: uppercase;
}

ul#links a {
    color: #fff;
    text-decoration: none;
}

ul#links a:hover,ul#links a:active {
    color: #ddd;
}

div#blockLeft {
    float: left;
    width: 220px;
    padding: 0;
}

div#main {
    float: right;
    width: 515px;
    border-top: 2px dotted #fff;
    padding: 7px;
}

div#main .banner {
    margin: 5px;
}