﻿/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License

modified by Damian Antonowicz
*/

html
{
    min-width: 1000px;
}

body
{
    margin: 0;
    padding: 0;
    background: #FFFFFF url(images/img01.jpg) repeat-x left top;
    text-align: justify;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #404040;
}

fieldset
{
    margin: 0;
    padding: 0;
    border: none;
}

input, textarea, select
{
    font: normal 1em "Trebuchet MS" , Arial, Helvetica, sans-serif;
}


h1, h2, h3
{
    font-weight: normal;
    color: #212121;
}

h1
{
    letter-spacing: -1px;
    font-size: 2.2em;
    padding-bottom: 20px;
}

h2
{
    font-size: 1.4em;
}

h3
{
    font-size: 1.2em;
}

a
{
    color: #000000;
}

a:hover
{
    text-decoration: none;
}

/* Header */

#main_header
{
    position: relative;
    width: 100%;
}

#header
{
    width: 900px;
    margin: 0 auto;
    height: 71px;
    letter-spacing: -1px;
    font-family: Georgia, "Times New Roman" , Times, serif;
}

/* Logo */

#logo
{
    float: left;
    margin-top: 30px;
}

#logo h1, #logo h2, #logo p
{
    float: left;
    margin: 0;
}

#logo h1
{
    text-align: center;
    font-size: 3.2em;
    color: #000000;
}

#logo h1 a
{
    color: #000000;
}

#logo p
{
    padding-top: 27px;
    text-transform: uppercase;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #000000;
}

#logo h2 a, #logo p a
{
    color: #000000;
}

#logo a
{
    text-decoration: none;
}

/* Menu */

#menu
{
    float: right;
    margin-top: 21px;
}

#menu ul
{
    margin: 0;
    list-style: none;
}

#menu li
{
    display: inline;
}

#menu a
{
    display: block;
    float: left;
    padding: 30px 20px 0 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #4E4E4E;
    word-spacing: 5px;
}

#menu a:hover
{
    background: url(images/img03.jpg) no-repeat center top;
}

#menu .current_page_item a
{
    background: url(images/img03.jpg) no-repeat center top;
}

/* Page */

#page
{
    width: 900px;
    margin: 20px auto 0px auto;
    background: #EEEEEE;
    min-height: 208px;
}

#content
{
    float: left;
    margin-left: 150px;
    width: 600px;
    padding: 20px 0 20px 0;
    line-height: 20px;
    font-size: 13px;
}

#content .title
{
    margin: 0;
    text-align: center;
}

#side_bar
{
    clear: both;
}

/* Footer */

#footer
{
    background-position: left top;
    width: 900px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 20px;
    background: url(images/img06.jpg) no-repeat left top;
    font-size: 11px;
    color: #CCCCCC;
}

#footer p
{
    margin: 0;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

#footer a
{
    color: #FFFFFF;
}

/* Language */

#language
{
    background-image: url(images/language_bg.png);
    background-repeat: no-repeat;
    left: 115px;
    bottom: 72px;
    position: relative;
    float: right;
    min-height: 30px;
    min-width: 100px;
    padding-left: 10px;
}

#language input
{
    padding: 3px 3px 3px 3px;
}

#language img
{
    padding: 3px 3px 3px 3px;
}

/* Programs */

.program_entry
{
    height: 180px;
    clear: left;
}

.program_image
{
    float: left;
    width: 150px;
}

.program_description
{
    margin-top: 0;
    margin-left: 200px;
}

.program_full_description
{
    margin-bottom: 30px;
}

.program_requirements
{
    margin-bottom: 30px;
}

.program_description .title
{
    margin: 10px 0px 0px 0px;
    text-align: center;
}

.program_links
{
    margin-left: 200px;
    margin-top: 50px;
}

.program_links a
{
    margin-right: 30px;
    font-weight: bold;
}

.program_screenshots
{
    margin-top: 30px;
}

.program_screenshots img
{
    border-style: none;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.program_changelog
{
    margin-left: 50px;
}

.separator
{
    background-position: bottom;
    background-image: url('images/separator.png');
    background-repeat: repeat-x;
    margin-top: 20px;
    margin-bottom: 10px;
    clear: both;
}

/* Errors */

#centered_body
{
    text-align: center;
}

#error_image
{
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* Images */

.centeredImage
{
    margin: 0 auto;
    display: block;
}

