/**
 * File: style.css
 */
*
{
    padding: 0;
    margin: 0;
    outline: none;
}
body,
html
{
    width: 100%;
    height: 100%;
}
body
{
    color: #333333;
    font-family: Calibri, Arial;
    font-size: 14px;
    background: #eeeeee;
}

.text ul {
    padding-left:10px;
}
.text ul li {
    list-style:circle;
}
.text blockquote {
    padding-left:30px;
}

#wrapper
{
    width: 1020px;
    margin: 0 auto;
}

.header
{
    height: 120px;
    width: 1020px;
    margin: 20px 0 15px 0;
}

.logo
{
    width: 240px;
    height: 77px;
    margin: 20px 0px 0px 40px;
    background: url(http://www.agile.lt/app/assets/img/logo.png) no-repeat;
    float: left;
}

.top-banner
{
    width: 700px;
    height: 120px;
    float: left;
}

.top-banner div{
    height: 90px;
    width: 630px;
    background: url(http://www.agile.lt/app/assets/img/banner-bg.png) no-repeat;
    color: #fdf1e7;
    margin: 15px auto;
}

.top-banner div span{
    padding: 20px 50px;
    height: 50px;
    width: 530px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 22px;
}

.separator
{
    border-right: 1px solid #dddddd;
    height: 120px;
    margin-right: 10px;
    float: left;
}

.menu{
    border-bottom: 1px solid #d4d4d4;
}

.menu .main{
    width: 1020px;
    height: 43px;
    background: url(http://www.agile.lt/app/assets/img/menu-bg.png) no-repeat;
}

.menu .main .items{
    margin-left: 10px;
    color: #fff;
    font-weight: bold;
    display:table-row;
    height: 43px;
}

.menu .main .items li{
    vertical-align: middle;
    display:table-cell;
    text-transform: uppercase;
}

.menu .main .items li div{
    padding: 0 45px;
    border-right: 1px solid #ffffff;
}

.menu .main .items li div a{
    color: #ffffff;
}

.menu .main .items li div.last {
    border: none;
}

.menu .main .items li.active{
    background: url(http://www.agile.lt/app/assets/img/menu-pointer.png) no-repeat center 34px;
}

.menu .main .items .separator{
    border-right: 1px solid #ffffff;
}

.menu .secondary{
    margin: 10px 10px;
    height: 20px;

}

.menu .secondary .items{
    display: table-row;
    color: #3c6696;
    height: 20px;
}

.menu .secondary .items li{
    vertical-align: middle;
    display: table-cell;
    padding: 0 10px;
}

.menu .secondary .items li .left-bracket{
    width: 8px;
    height: 16px;
    float: left;
    background: url(http://www.agile.lt/app/assets/img/brackets.png) no-repeat 0 0;
}

.menu .secondary .items li .right-bracket{
    width: 8px;
    height: 16px;
    float: right;
    background: url(http://www.agile.lt/app/assets/img/brackets.png) no-repeat -8px 0;
}

.menu .secondary .items li a{
    color: #3c6696;
}

.menu .secondary #secondary-invisible-margin{
    height: 20px;
    float: left;
}

ul li{
    list-style: none;
}

a{
    color: #3C6696;
    text-decoration: none;
}

a img { border:0 }

#content{
    float: left;
    position: relative;
    z-index: 1;
    width: 710px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #d4d4d4;
    border-top: none;
    -moz-box-shadow:    inset 0 0 25px #d8d8d8;
    -webkit-box-shadow: inset 0 0 25px #d8d8d8;
    box-shadow:         inset 0 0 25px #d8d8d8;
    behavior: url(PIE.htc);
}

#content .title{
    color: #373941;
    font-size: 23px;
    margin: 5px 0 10px 0;
}

#content .item,
#content .article{
    padding: 10px;
    margin: 10px 0px 20px 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(ie-css3.htc);
}

#content .item .title,
#content .article .title{
    font-size: 20px;
    color: #013878;
    line-height: 25px;
}

#content .item .description,
#content .article .text{
    font-size: 13px;
    color: #373941;
}

#content .item .date{
    font-size: 13px;
}

#content .item .author,
#content .article .author{
    font-size: 13px;
    color: #013878;
    font-weight: bold;
    margin-left: 20px;
}

#content .article .author{
    margin-left: 0;
}

#content .article{
    padding: 0 20px;
}

#content .article div{
    margin: 20px 0px;
}

#content .article .text p{
    margin: 15px 0;
}

#content .preloader{
    padding: 10px;
    text-align: center;
    font-size: 13px;
    margin: 10px 0px;
    border: 1px solid #dddddd;
    background: #ffffff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(ie-css3.htc);
    display: none;
}

#content .preloader a{
    color: #406a9a;
}

#right{
    float: left;
    width: 265px;
}

#right .block-join{
    background: #dddddd;
    margin: 15px 0 0 15px;
    padding: 10px 10px 10px 15px;
    width: 240px;
    border: 1px solid #cecece;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(ie-css3.htc);
}

#right .block-join .button{
    text-align: center;
    background: url(http://www.agile.lt/app/assets/img/join-button.png) no-repeat;
    width: 235px;
    height: 50px;
    color: #ffffff;
    text-shadow: #ce6f2b 2px 1px 2px;
    cursor: pointer;
}

#right .block-join .button:hover{
    background: url(http://www.agile.lt/app/assets/img/join-button-hover.png) no-repeat;
}

#right .block-join .button img,
#right .block-join .button span{
    font-size: 18px;
    margin-top: 17px;
    vertical-align: bottom;
    line-height: 16px;
}

#right .block-join .text{
    margin-bottom: 15px;
    font-size: 15px;
    color: #75777c;
}

#right .block-join a{
    color: #3c6696;
    font-size: 13px;
}

#right .block-fan{
    margin: 15px 0 0 15px;
}

#right .block-sponsor{
    margin: 15px 0 15px 15px;
    border: 1px solid #cacaca;
    background: #ffffff;
    width: 265px;
    padding-bottom: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    behavior: url(ie-css3.htc);
}

#right .block-sponsor .title{
    font-size: 23px;
    color: #373941;
    margin: 10px;
}

#right .block-sponsor .sponsor-img{
    text-align: center;
}

#right .block-sponsor img{
    margin: 5px 0px 5px 8px;
}

#footer{
    background: #dddddd;
    width: 990px;

    padding: 14px 15px;
    float: left;
    font-size: 13px;
    -webkit-border-radius: 0px 6px 6px 6px;
    -moz-border-radius: 0px 6px 6px 6px;
    border-radius: 0px 6px 6px 6px;
    behavior: url(ie-css3.htc);
}

#footer .social{
    float: right;
}

#footer a{
    color: #1d4d85;
    padding: 0px 25px;
}

table{
    border-spacing: 10px;
}
