/*build: 2013.01.14 - @kovacsdanielakos*/
#index-news-list h3 {
    color: #813b81;
}

.newsbox {
    display: block;
    padding: 0;
    line-height: 20px;
    border: 1px solid #813b81;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -moz-box-shadow: 0 0 10px #b3b3b3;
    -webkit-box-shadow: 0 0 10px #b3b3b3;
    box-shadow: 0 0 10px #b3b3b3;
}

.media-body {
    font-size: 14px;
}

.media-body .cikklead a {
    color: #5f275f;
    text-decoration: none;
}

.media-body .cikklead a:visited {
    color: #827d83;
    text-decoration: none;
}

.btn-readbtn {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5f275f;
    background-image: -moz-linear-gradient(top,#fbb450,#5f275f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#813b81),to(#5f275f));
    background-image: -webkit-linear-gradient(top,#813b81,#5f275f);
    background-image: -o-linear-gradient(top,#813b81,#5f275f);
    background-image: linear-gradient(to bottom,#813b81,#5f275f);
    background-repeat: repeat-x;
    border-color: #5f275f #5f275f #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff813b81',endColorstr='#ff5f275f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-readbtn:hover,.btn-readbtn:active,.btn-readbtn.active,.btn-readbtn.disabled,.btn-readbtn[disabled] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #5f275f;
    background-image: -moz-linear-gradient(top,#fbb450,#5f275f);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#813b81),to(#5f275f));
    background-image: -webkit-linear-gradient(top,#813b81,#5f275f);
    background-image: -o-linear-gradient(top,#813b81,#5f275f);
    background-image: linear-gradient(to bottom,#813b81,#5f275f);
    background-repeat: repeat-x;
    border-color: #5f275f #5f275f #ad6704;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff813b81',endColorstr='#ff5f275f',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #334d85;
    background-image: -moz-linear-gradient(top,#3b5998,#334d85);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b5998),to(#334d85));
    background-image: -webkit-linear-gradient(top,#3b5998,#334d85);
    background-image: -o-linear-gradient(top,#3b5998,#334d85);
    background-image: linear-gradient(to bottom,#3b5998,#334d85);
    background-repeat: repeat-x;
    border-color: #334d85 #334d85 #334d85;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998',endColorstr='#ff334d85',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-facebook:hover,.btn-facebook:active,.btn-facebook.active,.btn-facebook.disabled,.btn-facebook[disabled] {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #334d85;
    background-image: -moz-linear-gradient(top,#3b5998,#334d85);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#3b5998),to(#334d85));
    background-image: -webkit-linear-gradient(top,#3b5998,#334d85);
    background-image: -o-linear-gradient(top,#3b5998,#334d85);
    background-image: linear-gradient(to bottom,#3b5998,#334d85);
    background-repeat: repeat-x;
    border-color: #334d85 #334d85 #334d85;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b5998',endColorstr='#ff334d85',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.fbcomments,.fb_iframe_widget,.fb_iframe_widget[style],.fb_iframe_widget iframe[style],.fbcomments iframe[style],.fb_iframe_widget span {
    width: 100%!important;
}