* {
}

p
{
    font-size: 12px;
    line-height: 20px;
}

html
{
    padding: 0em;
    margin: 0em;
}
body
{
    background-color: #FFFFFF;
    margin: 0em;
    padding: 2em 0em 0em 0em;
    font-family: Arial Bold, Arial, Helvetica, sans-serif;
    border-top: 7px solid #f0f0f0;
}
h1
{
    font-weight: bold;
    font-size: 44px;
}
h1.main
{
    text-transform: uppercase;
}
h1 a
{
    color: #f0f0f0;    
}
h3, h3 a
{
    font-size: 18px;
    font-weight: normal;
    color: black;
}

a
{
    color: #00a5ea;
}

input, textarea
{
    border: 2px solid #ccc;
    background-color: #FFFFFF;
}
input.button
{
    color: white;
    background-color: #00a5ea;
    border: 0em;
}

div#header
{
    height: 6em;
}
div#header div#header_logo
{
    float: left;
    width: 190px;
    text-align: right;

}
div#header div#header_menu
{
    float: left;
    width: 700px;
    height: 100%;
    text-align: center;
}
div#header div#header_menu ol
{
    list-style-type: none;
    padding: 0em;
    margin: 0em;
    margin-left: 2em;
}

div#header_menu li
{
    margin-top: 2em;
}

div#header div#header_menu ol li, div.pager div.pager_item
{
    padding: 0.1em 0.5em;
    float: left;
    margin-right: 1em;
    background-color: #f0f0f0;
    color: #b2b2b2;
}
div#header div#header_language
{
    width: 100px;
    float: right;
}
.lang_block
{
    margin: 0.5em 0em;
}
.lang_block a
{
        color: #b2b2b2;
}
div.screen_pager
{
    margin: 20px 50px;
}

div.screen_pager div.pager_item
{
    background-color: #FFFFFF;
}

div.pager div.pager_item
{
        margin-right: 0.5em;
}
div#header div#header_menu ol li.current, div.pager div.current, div#header_language div.current
{
    background-color: #00a5ea;
    color: white;
}

div#header div#header_menu ol li a, div.pager div.pager_item a
{
    color: #666666;
}
div#page 
{
    clear: both;
}
div#page div#page_left
{
    float: left;
    width: 190px;
    text-align: right;
    padding: 0em;
    margin: 0em;
}
div#page div#page_left img
{
    margin-top: 2em;
}
div#page div#page_content
{
    float: left;
    width: 480px;
    padding: 0em 2em 2em 2em;
}
div#page div#page_sidebar
{
    float: left;
    width: 250px;
}

div#footer
{
    clear: both;
    color: #b2b2b2;
    width: 100%;
    height: 2em;
    padding-top: 0.5em;
    border-top: 0.2em solid #ececec;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0em;
}
div.footer_legal
{
    margin: 0em 0em 0em 15%;
    padding: 0em 0em 0em 2em;
}

.intro
{
    font-weight: bold;
    font-size: 16px;
}

div.column
{
     float: left;
     width: 40%;
     padding: 4%;
}
div.column1
{
     border-right: 0.2em solid #ececec;
}

.project_block
{
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5em;
}

div.project_block div.project_logo, div.project_screenshots div.project_screenshot
{
    float: left;
    padding: 0.3em;
    border: 0px solid #ececec;
    width: 100px;
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}
div.project_logo
{
    margin-right: 0.3em;
}
div.project_logo img
{
    width: 100px;
    vertical-align: middle;
    border: 1px solid #ccc;
}
div.project_screenshots
{
    margin: 2em 0em;
    clear: both;
}
div.project_screenshot
{
    margin-right: 2em;
    margin-bottom: 2em;
}

div.project_screenshot img {
    border: 1px solid #ccc;    
}

div.project_block h3.object_name
{
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0.3em;
}
div.project_block div.object_description
{
    padding: 0em 0em 0em 0em;
    margin: 0em 0em 0em 0.3em;
    font-size: smaller;
}

div.project_short_description
{
    color: #555;
    margin: 2em 0em;
}

div.project_long_description
{
    font-size: smaller;
}
h1#tag_header
{
    color: #f0f0f0;
    padding: 8px;
    margin: 0px;
    margin-bottom: -0.1em;
    white-space: nowrap;
    font-size: 28pt;
    padding-left: 10px;
}
h1.main img
{
    border: 0px;
}
div#tag_cloud
{
    /* text-align: justify; */
    width: 220px;
    background-color: #f0f0f0;
    font-size: smaller;
    padding: 0.5em 1.5em;
    margin: 0px;
}
div#tag_cloud ul
{
    margin: 1em 0.5em;
    padding: 0em;
/*    list-style-image: url("/media/images/mdash.gif") left .5em no-repeat transparent;*/
    list-style-type: none;
    list-style-position: outside;
    
}
div#tag_cloud ul li
{
    background: url("/media/images/mdash.gif") left .5em no-repeat transparent;
    margin: 1em 0em;
    padding: 0em 0em 0em 2em;
}
div#tag_cloud p
{
    padding: 0em;
    margin: 0.5em;
}
div#tag_cloud a
{
    color: #000000;
}
form#feedback_form
{
    font-size: 1em;
    width: 450px;
}
form#feedback_form input, form#feedback_form textarea
{
    margin-bottom: 0.5em;
    padding: 0.2em;
}
form#feedback_form textarea
{
    width: 400px;
    height: 150px;
}
div.popup_screen
{
    position: absolute;
    top: 100px;
    left: 25%;
    width: 600px;
    height: 600px;
    background-color: #f0f0f0;
    display: none;
    border: 3px solid #FFFFFF;
}
div.popup_screen img
{
    width: 540px;
    vertical-align: middle;
    margin: 0px 30px;
    border: 0px;
}
a.close_button
{
    display: block;
    font-size: 20px;
    background-color: #FFFFFF;
    color: #000000;
    padding: 3px;
    margin: 20px 30px 20px 0px;
    float: right;
}
span.project_name
{
    display: block;
    float: left;
    margin: 20px 0px 0px 30px; 
    font-size: 1.7em;
    font-weight: bold;
}
div.screen_description
{
    margin: 10px 30px;
    font-size: 1.2em;
    width: 90%;
    text-align: center;
}
.error
{
    color: red;
    font-size: smaller;
    vertical-align: top;
}

.tag0
{
    font-size: 1em;
    padding-right: 0.8em;
    line-height: 2em;
}

.tag1
{
    font-size: 1.2em;
    padding-right: 0.8em;
    line-height: 2em;
}
.tag2
{
    font-size: 1.6em;
    padding-right: 0.8em;
    line-height: 2em;
}
.tag3
{
    font-size: 2.2em;
    padding-right: 0.8em;
    line-height: 2em;
}
.tag4
{
    font-size: 3.0em;
    padding-right: 0.8em;
    line-height: 2em;
}
.tag5
{
    font-size: 4em;
    padding-right: 0.8em;
    line-height: 2em;
}

.error_404_p {
    font-size: 12pt;
    font-weight: bold;
    color: #777;
}

#error_404_ul {
    list-style-type: square;
}

h2
{
    clear: both;
}

.listing
{
    padding: 5px;
    border: solid 1px #fff;
}

#submenu
{
    margin-left: 0;
    padding: 0px;
    width: 250px;
}

#submenu li
{
    list-style-type: none;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: bold;
}

#submenu a
{
    list-style-type: none;
    margin-bottom: 5px;
    padding: 3px;
    padding-left: 5px;
    padding-right: 10px;
    text-decoration: none;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
}


#submenu li:hover {
    background-color: #f0f0f0;
}

#submenu a:hover {
    background-color: #f0f0f0;
    text-decoration: underline;
}

#wrap {
    min-width: 1024px;
}

#suggest_project {
    margin-top: 10px;
    width: 272px;
    height: 97px;
    background: url('/media/images/suggestproject.png') no-repeat;
    padding-top: 42px;
    padding-left: 90px;
}

#suggest_project a {
    color: White;
    text-decoration: none;
    font-weight: bold;
}

#suggest_project a:hover {
    color: White;
    text-decoration: underline;
    font-weight: bold;
}

#page_content ol{
    font-size: 12px;
    line-height: 20px;
    padding: 20px;
}

#page_content ul{
    font-size: 12px;
    line-height: 20px;
    padding: 20px;
}

.invisible {
    display: none;
}
