::selection , ::-moz-selection, ::-webkit-selection {
	background-color: #6DB2F8;
	color: white;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption,a tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    list-style:none;
}

body {
    color: #000;
    line-height:1;
    background: url(../images/bgyy.png);
    font-weight: normal;
    font: 12px Arial, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover {
  color: #0008D5;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
/*hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}*/

hr {
    display:block;
    height: 7px;
    border:0;   
    border-top: 1px solid #007DAD;
    margin: 2em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
    
}




.center{
    width: 1110px;
    margin: 0 auto;
}

.wrapper{
    width: 100%;
    margin: 0 auto;
    height: !important;
    height: 100%;
}

/* Header */

header{
    border-top: 5px solid #007dad;
    border-bottom: 1px solid #007dad;
    height: 153px;
    margin: 0px 0 3px 0;
    -moz-box-shadow: inset 0 0 2px #FFF, 0 0px 5px #cacaca;
    -webkit-box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    background: white;
}

.topnav{
    background: #FFFFFF;
    border-bottom: 1px solid #007DAD;
    padding: 7px;
}

.topnav a{
    border-right: 1px solid #007DAD;
    border-left:1px solid #007DAD;
    padding: 3px 21px;
}

.topnav a:hover{
    color: #ffffff;
    background-color:#007DAD;
    border-radius:5px;
}

.header-content{
    height: 72px;
}

a.logoyeni{
    display: block;
    width: 800px;
    height: 56px;
    background: url(../images/logoneww.png);
    float: left;
    margin: 10px 0 0 20px;
}

a.socialnew{
    display: block;
    width: 56px;
    height: 56px;
    background: white;
    float: right;
    margin: 10px 0 0 1px;
}

.nblock {
	display: none;
}

nav{
    width: 1110px;
    float: left;
    background: #007dad;
}

nav a{
    background: #007dad;
    padding: 15px;
    float: left;
    color: #FFFFFF;
/*     text-shadow: 0 1px 1px #007dad;  */
/*    border-left: 1px solid #007dad; */
    border-right: 1px solid #CDD9DE;
    font-size: 15px;
}

nav a:hover{
    color: #ffffff;
    background-color:#006186;
    font-size: 15px;
}

a.home{
    background-color: #007dad;
    background-image: url(../images/home.png) !important;
    background-repeat: no-repeat !important;
    background-position: center 8px;
    text-indent: -9999px;
    width: 30px;    
    float: left;
    padding-top: 20px;
    position: relative;
    left: 1px;
    margin-right: 1px;
}

.main{
    background: white;
    -moz-box-shadow: inset 0 0 2px #FFF, 0 0px 5px #cacaca;
    -webkit-box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    box-shadow: inset 0 0 2px white, 0 0px 5px #CACACA;
    padding: 0px 10px 0px 10px;
    float: left;
}

.content{
    width: 728px;
    float: left;
    margin-left: 25px;
    margin-top: 27px;
}
.content-feedback{
    width: 728px;
    float: left;
    margin-left: 25px;
    margin-top: 44px;
    background-color:rgba(0, 125, 173, 0.12);
    border:solid;
    border-width:0px;
    border-radius:3px 3px;
    
}
.content-userinfo{
    width: 1064px;
    float: left;
    margin-left: 25px;
    margin-top: 27px;
}

#iletisim_div{
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
  
    margin-top: 10px;
    border: solid;
    border-radius: 5px 5px;
    border-width: 0px;

}

.feedback_label{
    margin-right:10px;
    color: black;
   font-size:14px;

}
.sidebar{
    width: 336px;
    float: left;
}

.widget-social{
    margin-bottom: 20px;
    overflow: hidden;
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0 1px 3px 0 #B5B5B5;
    clear: both;
    border: 1px solid #DDD;
}

.widget-social li{
    line-height: 15px;
    float: left;
    width: 98px;
    padding: 10px 0;
    border-right: 1px solid #DDD;
    height: 72px;
}

.widget-social li a{
    display: block;
    padding-top: 40px;
    text-align: center;
    opacity: 0.7;
}

.widget-social li a:hover{
			opacity:1;
			text-decoration: none;
		}

.rss-subscribers a{	background:url(../images/rss.png) no-repeat center top;}
.rss-subscribers span{font-family: BebasNeueRegular,arial,Georgia, serif;font-size: 14pt;display: inline-block;}
.facebook-fans a  {	background:url(../images/facebook.png) no-repeat center top;}
.twitter-followers a{	background:url(../images/twitter.png) no-repeat center top;}
.widget-counter li span{
display:block;
font-size:21px;
}

.widget-social li a small{color:#777; display: block;}

.row-box{
    margin-bottom: 15px;
}

.cat-box{
    padding: 20px 10px 20px 10px;
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    border: 1px solid #DDD;
    border-bottom: 3px solid #3CBDF0;
}

.cat-box-title {
    padding: 7px 13px;
    overflow: hidden;
    background-color: #007DAD;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.cat-box-title:hover{
    background-color:#006186
}

.cat-box-title h2 {
    float: left;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 18px;
    font-family: Arial, serif;
    color: #fff;
}

.stripe-line{
    background: url(../images/stripe.png);
    height: 12px;
    overflow: hidden;
    margin-top: 5px;
}

.cat-box .thumbnail{
    width: 180px;
    text-align: center;
}

.cat-box .span4{
    margin-left: 3px; 
    height: 170px;
}

.cat-box .span4 img{
    height: 110px;
    width: 180px;
}

.column2 .cat-box .span4 img{
    height: 110px;
    width: 250px;
}
/*
a.title-recent{
    float: left;
    margin-top: 3px;
    color: #000; 
} */

a.title-recent{
    font-weight: bold;
    float: left;
    margin-top: 0px;
    color: #FFF;
    background-color: #007DAD;
    padding: 5px;
    width: 180px;
    height: 38px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

p.date-recent{
    float: left;
    font: 12px myriad pro, sans-serif;
    margin-top: 3px;
}

.item-date{
    float: left;
    font: 12px myriad pro, sans-serif;
    margin-top: 4px;
}

.column2{
    float: left;
    width: 310px;
    margin-right: 20px;
}

.last-column{
    margin-left: 0;
    margin-right: 0;
}

.title-item1{
    float: left;
    font: 18px myriad pro, sans-serif;
    margin-top: 3px;
    color: #444444;
    letter-spacing: 1px;
}

p.text a{
    font: 14px Myriad Pro, sans-serif;
    color: #555;
}

p.text{
    font: 14px Myriad Pro, sans-serif;
    color: #555;
}

.more-news{
    margin-top: 22px;
}

.more-news li{
    background: #F7F7F7;
    overflow: hidden;
    border-top: 1px solid white;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    padding: 10px;
    width: 288px;
    margin-left: -10px;
    font: 14px Myriad Pro, sans-serif;
}

.more-news li:hover{
    background: #F0F0F0;
}

.more-news img{
    width: 55px;
    height: 55px;
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 2px #B5B5B5;
    float: left;
    margin-right: 15px;
}

.widget-title h4{
    float: left;
    margin-right: 10px;
    font-size: 14px;
    font-family: Arial, serif;
    color: #444;
    text-transform: uppercase;
}

.widget-container{
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    border: 1px solid #DDD;
    border-bottom: 3px solid #3CBDF0;
    padding: 10px;
    margin: 12px 0 25px 0;
    text-align: center;
}

p.vtitle{
    text-align: center;
    background: #EDEDED;
    padding: 5px;
    width: 324px;
    margin: 0 -10px 15px;
    border-bottom: 1px solid #E6E6E6;
    border-top: 1px solid #E6E6E6;
    color: #444;
}

footer{
    margin-top: 25px;
    border-top: 7px solid #007dad;
    background: #333;
    float: left;
    width: 100%;
}

.item3 li{
    border-top: 1px solid #EAEAEA;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    padding: 10px;
    margin-left: -10px;
    font: 14px Myriad Pro, sans-serif;
    float: left;
    width: 267px;
}

.item3 li:first-child{
    border: 0 none;
}

.item3 img{
    width: 55px;
    height: 55px;
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #007DAD;
    float: left;
    margin-right: 15px;
}

.top-image{
    position: relative;    
    float: left;
    margin-right: 30px;
}

.top-image img{
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 2px #B5B5B5;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    width: 278px;
    height: 214px;
    margin-bottom: 20px;
    position: relative;
}

.top-image img:hover{
    opacity: 0.7;
}

.top-image h2{
    position: absolute;
    width: 270px;
    padding: 10px;
    background: black;
    left: 4px;
    bottom: 27px;
    color: white;
    opacity: 0.6;
}

img.post-thumbnail{
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 2px #B5B5B5;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 9.5px;
    margin-bottom: 9.5px;
}

img.post-thumbnail2{
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 2px #B5B5B5;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    width: 55px;
    height: 55px;
    float: center;
    margin-right: 6.5px;
    margin-bottom: 9.5px;
}

img.post-thumbnail:hover{
    opacity: 0.7;
}

img.post-thumbnail2:hover{
    opacity: 0.7;
}

ul.sport-cat{
    float: left;
    margin: 25px 0 0 -10px;
    width: 640px;
    background: #F7F7F7;
    border-top: 3px solid #EAEAEA;
}

ul.sport-cat li{
    background: #F7F7F7;
    overflow: hidden;
    padding: 10px 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid #EAEAEA;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    width: 269px;
    float: left;
    height: 61px;
}

ul.sport-cat img{
    background: white;
    padding: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 2px #B5B5B5;
    -moz-box-shadow: 0px 0px 2px #b5b5b5;
    -webkit-box-shadow: 0px 0px 2px #B5B5B5;
    -webkit-transition: all .40s;
    -moz-transition: all .40s;
    -o-transition: all .40s;
    transition: all .40s;
    width: 55px;
    height: 55px;
    float: left;
    margin-right: 9.5px;
    margin-bottom: 9.5px;
}

.title h2{
    margin-bottom: 15px;
    color: #333;
    font: 20px Myriad Pro, sans-serif;
}

.story img{
    padding: 3px;
    border: solid 1px #007DAD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.03);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.03);
}

.videocss img {display:none;}

.related{
    float: left;
    width: 188px;
    height: 230px;
    margin: 0 8px -19px 6px;
    padding: 20px;
}

.title a{
    float: left;
    margin-bottom: 10px;
    color: #333;
    font: 20px Myriad Pro, sans-serif;
}

.shortstory{
    margin-bottom: -7px;
    color: #555;
    float: left;
}

.shortstory ul li{
    float: left;
    font-size: 12px;
    color: #A7A7A7;
}

.story{
    margin-bottom: 10px;
}

a.more{
    float: right;
}

.info-news{
    background: #FFFFFF;
    padding: 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px solid #007DAD;
    float: left;
    width: 716px;
    margin-bottom: 12px;
}

.info-news ul{
    float: left;
    margin-top: 6px;
}

.info-news ul li{
    margin-right: 7px;
    color: #000000;
}

.login img{
    float: left;
    border-radius: 5px;
    width: 114px;
    height: 114px;
}

ul.loginbox{
    float: right;
}

ul.loginbox li{
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#e2e2e2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#e2e2e2')";
    background-image: -moz-linear-gradient(top, #eeeeee, #e2e2e2);
    background-image: -ms-linear-gradient(top, #eeeeee, #e2e2e2);
    background-image: -o-linear-gradient(top, #eeeeee, #e2e2e2);
    background-image: -webkit-gradient(linear, center top, center bottom, from(#eeeeee), to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,  #007DAD, #007DAD);
    background-image: linear-gradient(top, #eeeeee, #e2e2e2);
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 2px;
    text-align: left;
    display: block;
}

ul.loginbox li:hover{
    background: #006186;
}

ul.loginbox li a{
    color: #fff;
    display: block;
}

.comments{
    z-index: 1000;
    position: relative;
}
/*
.comments img{
    overflow: hidden;
    width: 50px;
    height: 50px;
    margin: 10px 0 5px 10px;
    background: white;
    padding: 2px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 0px 3px #B5B5B5;
    -moz-box-shadow: 0px 0px 3px #b5b5b5;
    -webkit-box-shadow: 0px 0px 3px #007DAD;
    float: left;
}
 */

.dcont{
    background: white;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    box-shadow: 0px 1px 3px 0 #B5B5B5;
    -moz-box-shadow: 0px 1px 3px 0 #b5b5b5;
    -webkit-box-shadow: 0px 1px 3px 0 #B5B5B5;
    position: relative;
    padding: 10px;
    margin-left: 35px;
}

h3.reply{
    float: right;
    background: #007DAD;
    color: white;
    font-size: 11px;
    padding: 4px;
    position: relative;
    top: 0px;
    margin: 7px 0 0px 3px;
    border-radius: 2px;
}

h3.reply:hover{
    background: black;
    color: white;
}

.bcomment{
    color: #333333;
}

.row{
    width: 230px;
    float: left;
    margin: 20px 1px 0 10px;
    color: #ffffff;
}

.row h2{
    font: 17px myriad pro, sans-serif;
    color: white;
    background: url('../images/line.png') repeat-x bottom left;
    border: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.tweets{
    background: #252525;
    width: 212px;
    padding: 10px;
/*    opacity: 0.4; */
    border-radius: 6px;
    color: white;
    font-size: 11px;
    margin-bottom: 10px;
}

.tweets a{
    color: #E4E4E4;
}

img.photo-album{
    width: 58px;
    height: 58px;
    background: #333;
    border: 1px solid #222;
    padding: 4px;
    float: left;
    margin: 0 0 8px 8px;
}

.footer-copy{
    background: #222;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #333;
    border-radius: 5px 5px 0 0;
    float: left;
    width: 1081px;
}

/* Social Icons */

.social1{
    float: left;
    margin: 0 0 22px 25px;
}

.social1 a{
    float: left;
    margin-right: 5px;
}

a.facebook{
    background: url(../images/facebook.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.youtube{
    background: url(../images/youtube.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.twitter{
    background: url(../images/twitter.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.skype{
    background: url(../images/skype.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.blogger{
    background: url(../images/blogger.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.picasa{
    background: url(../images/picasa.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

a.rss{
    background: url(../images/rss.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
}

.argmore a, .argmore a b, .argpoll a, .argpoll a b {
    float: left;
    height: 25px;
    background: rgb(0, 125, 173);
    border-radius: 5px;
}

.argmore a, .argpoll a {
    margin-left: 5px;
    float: right;
    text-shadow: 0 1px 0 #5f9d06;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    background-color: #76b41a;
}

.argmore a b, .argpoll a b {
    cursor: pointer;
    padding: 0 14px;
    background-position: 100% -28px;
}

/* change colours to suit your needs 
.argmore a:hover, .argpoll a:hover {
    background-position: 0 -56px;
}

.argmore a:hover b, .argpoll a:hover b {
    background-position: 100% -84px;
} */

.page-related {width:25%; float:left; padding:20px 0 20px 20px;}


/* Community Stats Widget */
.widget.widget_etivite_bp_community_stats_widget li {
font-weight: bold;
font-size: 15px;
color: #fff;
padding: 8px 14px;
text-transform: capitalize;
background: #007dad;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 2px 0 0 0;    
}
.widget.widget_etivite_bp_community_stats_widget li .community-count,
.widget.widget_etivite_bp_community_stats_widget li .community-post {
font-size: 18px;
float: right;
text-align: right;
}

/* Community Stats Widget a */
.widget.widget_etivite_bp_community_stats_widget a {
color: #ffffff;
}


/* Community Stats Widget new */
.widget.widget_etivite_bp_community_stats_widgett li {
font-weight: bold;
font-size: 15px;
color: #fff;
padding: 8px 14px;
text-transform: capitalize;
background: #007dad;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 2px 0 0 0;    
}
.widget.widget_etivite_bp_community_stats_widgett li .community-count,
.widget.widget_etivite_bp_community_stats_widgett li .community-post {
font-size: 18px;
float: right;
text-align: right;
}

/* Community Stats Widget a new */
.widget.widget_etivite_bp_community_stats_widgett a {
color: #ffffff;
}

.widget.widget_etivite_bp_community_stats_widgett a:hover {
color: #ffffff;
}

.widget.widget_etivite_bp_community_stats_widgett li:hover {
background-color:#006186;
}

.user_set .user_ava{float:left;width:118px;height:118px;margin-top: 50px;border-radius: 4px;}
.user_set .user_inf{margin-left:140px;margin-top: 50px;overflow:hidden}
.user_set .user_inf ul{float:left;list-style:none;margin:0 20px 0 0;padding:0}
.user_set ul.user_opt{margin-top: 50px;list-style:none;width:110px;margin:0 20px 0 0;padding:0}
.user_set ul.user_opt li{background:#007DAD;margin:7px 0;border-radius: 3px;}
.user_set ul.user_opt li:first-child{margin-top:52px}
.user_set ul.user_opt li a{color:#FFFFFF;display:block;padding:3px 5px}

.ratebox2 {
  float: right;
    margin-left: 3px;
  margin-top: 8px;  
}
.ratebox3 {
  float: right;
}
.ratebox ul, .ratebox ul li {
  float: left;
}
.ratebox2 ul, .ratebox2 ul li {
  float: left;
}
.ratebox3 ul, .ratebox3 ul li {
  float: left;
}

/*---Показ древовидных комментариев---*/
.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-tree-list .comments-tree-list {
  padding-left: 30px;
}

.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}

/*---Форма быстрого ответа на комментарий---*/

#dlefastreplycomments {
  padding:5px;
  background: #e4ecf0;
  margin: 5px 5px 5px 30px;
}

.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff url("../images/fields.png") repeat-x;
}

/*---Вывод результатов голосования на сайте---*/
.pollallvotes {
  text-align: center;
  margin-top: 10px;
}


.entry-social {margin-bottom: 20px;color: rgb(126, 126, 126);display: block;font-family: 'Open Sans',Tahoma, Verdana, Arial, sans-serif, Faruma, Faseyha;font-size: 14px;font-weight: normal;height: auto;line-height:23.799999237060547px;margin-bottom: 20px;width: 100%;
width: 100%;float:left;border: solid 0px #aaa;text-align: center;}

.entry-social div {display: block;width:138px;margin:2px;display: inline-block;  
    vertical-align: middle;}

.entry-social a {text-decoration:none;display: block;padding-left: 20px;color: #FFFFFF !important;font-weight: bold;transition:background-color .3s;    }

.entry-social .fb a {padding: 7px 10px 7px 26px;background: #3B5999 url(../images/fb14.png) no-repeat 10px center;}

.entry-social .twitter a {padding: 7px 10px 7px 32px;background: #01BBF6 url(../images/twitter14.png) no-repeat 8px center;}

.entry-social .pinterest a {padding: 7px 10px 7px 32px;background: #CB2027 url(../images/pinterest14.png) no-repeat 10px center;}

.entry-social .fb a:hover {background-color: rgb(50, 75, 129);}
.entry-social .twitter a:hover {background-color: rgb(1, 159, 211);}
.entry-social .gplus a:hover {background-color: rgb(191, 52, 40);}
.entry-social .pinterest a:hover {background-color: rgb(174, 28, 35);}
/* DLE Friends v1.5 */
#no-friends { padding: 6px; border: 1px solid #C0D4DE; background-color: #F3F7F9; color: #507D98; margin: 10px 0; }
.friends { margin-bottom: 10px; }
.friends ul, .prof-list { margin-top: 10px; }
.friends li { width: 100px; text-align: center; float: left; margin-right: 10px; }
.friends img { display: block; margin: 0 auto; width: 100px; height: 100px; }
.friends_table h3 { margin-bottom: 6px; font-size: 14px; line-height: 14px; font-weight: bold; }
	.friends_table h3 a span { font-size: 12px; font-weight: normal; color: #6C838E; }
	.friends_table h3 a span:hover { text-decoration: underline; }
.friends_table ul { list-style: none; margin: 0; padding: 0; }
.friends_table td { padding: 10px; border-bottom: 1px solid #EEE; font-size:12px; vertical-align: top; }
.friends_table .active { background-color: #F8F8F8; }
.contact_friends { width: 140px; }
.contact_friends a, .contact_friends span { display: block; padding: 6px; margin-bottom: 4px; line-height: 11px; }
.contact_friends a:hover { background-color: #DAE7ED; text-decoration: none; }
#allfriends .rcol { margin-top: 4px; }
#allfriends h2.lcol a { text-decoration: underline; }
#allfriends h2.lcol a:hover { text-decoration: none; }
#friends_feed { margin: 0 15px; }
#friends_feed table { width: 100%; border-collapse: collapse; border-spacing: 0; margin-bottom: 25px; }
#friends_feed td { vertical-align: top; text-align: left; }
#friends_feed td.f_avatar, #friends_feed td.f_author { border: 1px solid; border-color: #ACCCDA #E2EDF2 #E2EDF2; vertical-align: middle; background-color: #F4F8FA; }
#friends_feed td.f_avatar { width: 50px; border-spacing: 10px; padding: 2px; border-right-width: 0; }
#friends_feed td.f_avatar img { width: 50px; height: 50px; }
#friends_feed td.f_author { padding: 0 10px; border-left-width: 0; border-style: solid; font-size: 11px; }
#friends_feed td.f_author h3 { font-size: 14px; font-weight: bold; margin-bottom: 4px; }
#friends_feed td.f_story { padding: 15px 0; }
#friends_feed .f_cover { width: 104px; max-height: 104px; overflow: hidden; margin-right: 10px; float: left; border: 1px solid #E2EDF2; background-color: #F4F8FA; }
	#friends_feed .f_cover img { width: 100px; padding: 2px; }
#friends_feed td.f_det { border-top: 1px solid #E2EDF2; padding: 5px 0; }
.feed_loader { padding: 10px; text-align: center; border-top: 1px solid #E2EDF2; color: #284B5A; margin-bottom: 20px; }
.f_active:hover { border-color: #ACCCDA; background-color: #F4F8FA; cursor: pointer; }


/* USER PROFILE PAGE */
 .card {
    padding: 30px;
    background-color: rgba(214, 224, 226, 0.2);
    -webkit-border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*prfil sayfası*/
#options{
z-index:999;

}
.user_who{
    width:100%;
    background-color:#007DAD;
    color:white;
    font-size:23px;
    font-weight:bold;
    padding-top:5px;
    padding-bottom:5px;
    margin-bottom:10px;
}

#useravatar{
 width:240px;
 height:auto; 
 padding-bottom:20px;
 float:left;
}
.user_arkaplan{
 background-color:rgba(0, 125, 173, 0.12);
}
#useravatar img{
 width:200px;
 height:200px; 
 margin:20px 20px 20px 20px;
 border:solid;
 border-radius:10px 10px;
 border-width:0px;
 border-color:#007dad;
}
.useravatar_li{
    margin-left: 20px;
    background-color: #007dad;   
    width: 188px;
    font-size: 14px;
    padding: 3px 3px 3px 3px;  
    margin-top:3px;
    margin-bottom:3px;
    border-radius:3px 3px;
}
.useravatar_li:hover{
    margin-left: 20px;
    background-color: #0f67aa;   
    width: 188px;
    font-size: 14px;
    padding: 3px 3px 3px 3px;  
    margin-top:3px;
    margin-bottom:3px;
    border-radius:3px 3px;
}
.useravatar_li a:link{
font-weight:bold;
color:white;  
font-weight: 600;
width:100%;    
}
.useravatar_li a:visited{
font-weight:bold;
color:white;  
font-weight: 600;
width:100%;
}
.useravatar_li a:hover{
font-weight:;
color:white; 
font-weight: 800;
width:100%;
}
#userinfoooo{
position:relative;    
width:758px;
height:auto;
margin-left:10px;
float:right;
padding-left:20px;
}
#userinfoooo li{
width:100%;
margin-top:5px;

}
#userinfoooo ul{
margin:0px 0px 0px 0px;
}
#userinfoooo span{
width:100px;
text-align: right;    
}
#userinfoooo b{

}

/*prfil sayfası*/
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}

/* yükleniyor animasyon */
#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* sayfa yüklenirken gösterilen arkaplan rengimiz */
    z-index:99; /* efektin arkada kalmadığından emin oluyoruz */
}
#status {
    width:256px;
    height:32px;
    position:absolute;
    left:48%;
    top:50%;
    background-image:url("../images/yukleniyor.gif"); /* burası yazının ilk başında bahsettiğimiz animasyonu çağırır */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px;
}

.pagelink {
    font-size: 1.4em;
    padding: 10px 0 10px 0;
}

.pagelink span {
   background-color: #007dad;
    color: white;
}

.pagelink a {
   background-color: #ffffff;
    color: #007dad;
}

.pagelink a, .pagelink span {
       margin-right: 5px;
       border-radius: 3px;
       padding: 5px 10px 5px 10px;
       border: 1px solid #007dad;
}

.odev-tez-proje:hower {
  text-decoration:underline;


}

