/* 
    Document   : style
    Created on : 2012-05-18, 12:36:14
    Author     : Sein
    Description:
        Purpose of the stylesheet follows.
*/
@import url(http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,200,300,700);

root { 
    display: block;
}

body {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    font-size: 12px;
    background-color: #ffffff;
    background-repeat: repeat;
    text-align: left;
    vertical-align: baseline;
    direction: ltr;
    line-height: 18px;
    color: #777;
    
    margin: 0;
    padding: 0;
}

header {
    background-color: #dbdcdc;
    width: 100%;
    height: 200px;
    vertical-align: 50%;
}

.header {
    background-color: #e7fd6f;
    text-align: center;
    height: 108px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 1px 5px 2px #777;
    -webkit-box-shadow: 0px 1px 5px 2px #777;
    -moz-box-shadow: 0px 1px 5px 2px #777;
}

a img {
    border: 0;
}


#logo img {
    display: inline-block;
    float: left;
}

#logo h1 {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 48px;
    margin-left: 30px;
}
#logo a {
    color: #fff;
    margin-top: 15px;
    display: block;
}

h1, h2, h3 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #697177;
    line-height: 1em;
    margin: 10px 10px 10px 0;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
    margin: 0 10px 0 0;
}

h4, h5, h6 {
    font-size: 14px;
    font-weight: bold;
}

a, a:link, a:visited, a:active {
    color: #5a9c04;
    text-decoration: none;

}

a:hover, a:focus {
    text-decoration: underline;
}

hr {
    border: 0;
    height: 1px;
    background-color: #8dc63f;
}

blockquote {
    border: 0;
    font-style: italic;
    padding: 0;
    line-height: 18px;
    display: block;
    margin: 9px 0 9px 18px;
    outline: 0;
}

code {
    display: block;
    border: 1px solid #aaa;
    padding: 2px;
    margin: 9px 0 9px 18px;
    background-color: #eee;
}


/** NOTICES **/


.success-box, .success {
    border: 1px solid #8dc63f;
    background-color: #eeffee;
    border-radius: 4px;
    padding: 5px 10px;
    color: #8dc63f;
    margin: 10px 0;
}

.notice-box, .notification, .notice {
    border: 1px solid #F7A922;
    background-color: #fff4d2;
    border-radius: 4px;
    padding: 0 10px;
    color: #cf8d1b;
    margin: 10px 0;
}

.error-box, .error {
    border-radius: 4px;
    border: 1px solid #9e0b0f;
    background-color: #ffeeee;
    padding: 0 10px;
    color: #9e0b0f;
    margin: 10px 0;
}
.error-box p, .notice-box p, .success-box p, .success p, .notification p, .error p, .notice p {
    padding: 4px 0;
    margin: 0;
}



/** BLOG  */
.experts-area {
/*    background-color: #fff4d2;*/
    border-bottom: 4px #777 double;
}

.experts {
    padding: 9px 5px;
}
.experts h3 {
    padding-top: 9px;
    color: #c00;
    margin: 0;
}

.experts h2 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

.experts p {
    padding: 0;
    margin: 0;
}

.experts li p {
    color: #333;
}

.experts ul {
    padding: 0;
    margin: 5px 0;
    list-style: none;
}

.experts li {
    padding: 10px 0;
    margin: 0;
    background-position: 0 15px;
    background-repeat: no-repeat;
    padding-left: 40px;
    list-style: none;
    border-bottom: 1px dotted #aaa;
}

.post_heading {
    margin: 18px 0;
}
.post_heading p {
    display: inline;
    font-style: italic;
    color: #acacac;
    font-size: 11px;
}
.post_heading .bullet {
    color: #e2001a;
    font-size: 16px;
    line-height: 12px;
    margin: 0 2px;
}
.post_heading b {
    color: #333;
}

.post_more {
    text-align: right;
    clear: both;
    display: block;
    font-size: 11px;
}

/* WIDGET STYLES  */

.widget {
    margin-top: 18px;
    margin-bottom: 18px;
}

.widget ul {
    margin: 0;
    padding-left: 15px;
}

.widget li {
    padding: 6px 0;
}

.widget h3 {
    color: #c00;
    margin: 18px 0;
}

.ads {
    margin: 18px 0;
    text-align: center;
}

.ads img {
    margin: 4px 0;
}

.latest_posts {
    color: #e2001a;
}

.latest_posts a {
    color: #777;
}

.latest_posts h3 {
    color: #e2001a;
}

.login h3 {
    color: #777;
}

.login ul {
    margin: 0;
    padding: 0;
}


/* FORMS */
form label {
    display: block;
    clear: both;
}

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

form li {
    display: block;
    list-style: none;
}

input[type=text], input[type=password] {
    width: 200px;
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 4px;
    padding: 4px 2px;
    box-shadow: 0 0 0 3px rgba(200,200,200,.65);
    margin: 5px 3px;
    color: #777;
}

input[type=checkbox] + label {
    display: inline-block;
}

textarea {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 4px;
    padding: 4px 2px;
    box-shadow: 0 0 0 3px rgba(200,200,200,.65);
    margin: 5px 3px;
    color: #777;
    resize: none;
}

select {
    border: 1px solid rgba(0,0,0,.35);
    border-radius: 4px;
    padding: 4px 2px;
    box-shadow: 0 0 0 3px rgba(200,200,200,.65);
    margin: 5px 3px;
    color: #777;
    resize: none;
}

.notice-box {
    border: 1px solid #F7A922;
    background-color: #fff4d2;
    border-radius: 4px;
    padding: 8px;
    color: #cf8d1b;
}

.button::-moz-focus-inner { 
    border: 0; 
    padding: 0 0 0 0; 
    margin: 0; 
}

button::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

input::-moz-focus-inner { 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

input::-webkit-focus-inner { 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

.button::-webkit-focus-inner { 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

button::-webkit-focus-inner { 
    border: 0; 
    padding: 0; 
    margin: 0; 
}

body a.button, button, input[type=submit] {
    cursor: pointer;
    display: inline-block;
    margin: 10px 5px;
    background-color: #888;
    color: #fff;
    text-shadow: 0 -1px #555;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid #666;
    box-shadow: inset 0 1px 0 0 rgba(255,255,255,.35);
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-weight: 700;
    background-image: linear-gradient(bottom, #777A81 0%, #989AA1 100%);
    background-image: -o-linear-gradient(bottom, #777A81 0%, #989AA1 100%);
    background-image: -moz-linear-gradient(bottom, #777A81 0%, #989AA1 100%);
    background-image: -webkit-linear-gradient(bottom, #777A81 0%, #989AA1 100%);
    background-image: -ms-linear-gradient(bottom, #777A81 0%, #989AA1 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #777A81),
        color-stop(1, #989AA1)
        );
}

form .send_file, form input[type=file] {
    padding: 2px 10px;
    text-shadow: 0 1px #fff;
    font-size: 12px;
    text-transform: lowercase;color: #555;
    text-shadow: 0 1px #fff;
    border-radius: 3px;
    
    background-image: linear-gradient(bottom, #D6D6D6 0%, #F5F5F5 100%);
    background-image: -o-linear-gradient(bottom, #D6D6D6 0%, #F5F5F5 100%);
    background-image: -moz-linear-gradient(bottom, #D6D6D6 0%, #F5F5F5 100%);
    background-image: -webkit-linear-gradient(bottom, #D6D6D6 0%, #F5F5F5 100%);
    background-image: -ms-linear-gradient(bottom, #D6D6D6 0%, #F5F5F5 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #D6D6D6),
        color-stop(1, #F5F5F5)
        );
}

body a.button {
    line-height: 18px;
    display: inline-block;
    padding: 6px 10px 5px 10px;
}

form button:hover, a.button:hover {
    text-decoration: none;
    
    background-image: linear-gradient(top, #777A81 0%, #989AA1 100%);
    background-image: -o-linear-gradient(top, #777A81 0%, #989AA1 100%);
    background-image: -moz-linear-gradient(top, #777A81 0%, #989AA1 100%);
    background-image: -webkit-linear-gradient(top, #777A81 0%, #989AA1 100%);
    background-image: -ms-linear-gradient(top, #777A81 0%, #989AA1 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #777A81),
        color-stop(1, #989AA1)
        );
}

/* search input */
.forum-search {
    display: block;
    margin-top: 20px;
}

.forum-search input[type=text] {
    display: inline-block;
    float: left;
    width: 300px;
    margin: 0 5px;
    clear: none;
    border-radius: 5px ;
    padding: 7px 15px;
}

.forum-search button, .forum-search .button {
    display: inline-block;
    float: left;
    border-radius: 5px;
    margin: 0 5px;
    clear: none;
}

/* LOGIN FORM */

.login-form {
    margin-top: 5px;
}

#email, #password {
    display: inline-block;
    float: left;
    clear: none;
    width: 134px;
    margin: 0 5px;
}

.login-buttons {
    margin-top: 10px;
}

.login-buttons button, .login-buttons .button {
    float: right;
    clear: none;
    margin: 0 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.login-buttons label {
    display: inline-block;
}

.login-buttons span {
    float: left;
}

.login-buttons .red {
    background-color: #ed1c24;
    border: 1px solid #9e0b0f;
    background-image: linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background-image: -o-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background-image: -moz-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background-image: -webkit-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);
    background-image: -ms-linear-gradient(top, #ed1c24 0%, #9e0b0f 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #ed1c24),
        color-stop(1, #9e0b0f)
        );
}
.login-buttons .red:hover {
    
    background-color: #ed1c24;
    border: 1px solid #9e0b0f;
    background-image: linear-gradient(bottom, #ed1c24 0%, #9e0b0f 100%);
    background-image: -o-linear-gradient(bottom, #ed1c24 0%, #9e0b0f 100%);
    background-image: -moz-linear-gradient(bottom, #ed1c24 0%, #9e0b0f 100%);
    background-image: -webkit-linear-gradient(bottom, #ed1c24 0%, #9e0b0f 100%);
    background-image: -ms-linear-gradient(bottom, #ed1c24 0%, #9e0b0f 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #ed1c24),
        color-stop(1, #9e0b0f)
        );
}


/* PAGINATION */

.pagination ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 32px;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #aaa;
}

.pagination li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    
    
    text-align: center;
    font-family: 'Yanone Kaffeesatz', Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 22px;
    width: 32px;
}

.pagination a, .pagination a:visited, .pagination a:link {
    text-align: center;
    display: block;
    font-family: 'Yanone Kaffeesatz', Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 22px;
    width: 32px;
    height: 26px;
    padding-top: 6px;
    border-right: 1px solid #aaa;
}

.pagination a:hover, .pagination a:focus {
    text-decoration: none;
    background-color: #8dc63f;
    color: #fff;
}

.pagination .active {
    text-align: center;
    font-family: 'Yanone Kaffeesatz', Tahoma,Arial,Helvetica,sans-serif;
    font-weight: 700;
    font-size: 22px;
    width: 32px;
    height: 26px;
    padding-top: 6px;
    border-right: 1px solid #aaa;
    background-color: #aaa;
    color: #fff;
}

.pagination .next a {
    border-right: 0;
}


/** SHOUTBOX **/

.shoutbox #shoutbox_frame {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.shoutbox #shoutbox_input {
    width: 520px;
}

/* FOOTER */

footer {
    position: relative;
    display: block;
    color: #fff;
    background-color: #dbdcdc;
    width: 100%;
    padding-top: 10px;
    /*height: 160px;*/
    vertical-align: 50%;
    /*margin-bottom: 15px;*/
}


.footer {
    position: relative;
    bottom: 0;
    color: #fff;
    background-color: #4a8301;
    width: 100%;
    /*padding-top: 10px;*/
    height: 30px;
    vertical-align: 50%;
    /*margin-bottom: 15px;*/
    /*margin-top: 130px;*/
    background-image: linear-gradient(top, #9b9c9d 0%, #686a6b 100%);
    background-image: -o-linear-gradient(top, #9b9c9d 0%, #686a6b 100%);
    background-image: -moz-linear-gradient(top, #9b9c9d 0%, #686a6b 100%);
    background-image: -webkit-linear-gradient(top, #9b9c9d 0%, #686a6b 100%);
    background-image: -ms-linear-gradient(top, #9b9c9d 0%, #686a6b 100%);

    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #9b9c9d),
        color-stop(1, #686a6b)
        );
}

footer a, footer a:link, footer a:active, footer a:focus, footer a:visited {
    color: #fff;
}

footer ul.navigation {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer ul.navigation li {
    margin: 0 15px;
    padding: 0;
    list-style: none;
    display: inline;
}

footer .ads {
    margin: 0;
}

footer .ads img {
    margin: 0 5px;
}


.portale {
    text-align: center;
}
.portale img {
    margin: 3px 2px;
    outline-offset: -1px;
}
