/* Kullanici Paneli CSS */
#panel-cerceve {

margin: 0px 0px;
}

#panel-avatar {
background: #eee;
border: 1px solid #d4d4d4;

padding: 1px;
width: 43px;
height: 43px;
vertical-align: middle;
}

#panel-ust {

font-size: 11px;

padding: 5px;
}

#panel-alt {

font-size: 11px;

padding: 5px;
}

#panel .remember_me input {
vertical-align: middle;
margin-top: -1px;
}

#panel-alt .links {
margin: 0;
float: right;
}

/* Kullanici Paneli Icons CSS */

.profiles {
    background: url(../../../images/vb/viewprofile.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.arkadas {
    background: url(../../../images/vb/editlists.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.cikis-yap {
    background: url(../../../images/vb/cikis.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.son_yorumlar {
    background: url(../../../images/vb/subscriptions.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.bugun_yorumlar {
    background: url(../../../images/vb/fsubscriptions.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.pmler {
    background: url(../../../images/vb/composepm.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.mods-paneli {
    background: url(../../../images/vb/options.gif) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

.admins-paneli {
    background: url(../../../images/vb/admins.png) no-repeat 0px 0px;
    padding: 2px;
    padding-left: 20px;
}

/* Panel Login-Register Icon */

#nick {
padding: 4px 4px 4px 20px;
border: 2px solid #ccc;
background: #fff url(../../../admin/styles/default/images/icons/user.gif) 2px center no-repeat;
color: #6F6F6F;
width: 175px;
font:bold 12px "Lucida Grande", Arial, sans-serif;
}

#nick:focus {
background: #fff url(../../../admin/styles/default/images/icons/user.gif) 2px center no-repeat;
border: 2px solid #73A6FF;
color: #000;
}

#sifre {
padding: 4px 4px 4px 20px;
border: 2px solid #ccc;
background: #fff url(../../../admin/styles/default/images/icons/sifre.png) 2px center no-repeat;
color: #6F6F6F;
width: 175px;
font:bold 12px "Lucida Grande", Arial, sans-serif;
}

#sifre:focus {
background: #fff url(../../../admin/styles/default/images/icons/sifre.png) 2px center no-repeat;
border: 2px solid #73A6FF;
color: #000;
}
.icon {
background: url(../../../images/vb/icon1.gif) no-repeat 0px 0px;
padding: 2px;
padding-left: 20px;
}
.trow3 {
	background: #E1E4F2;
	border: 1px solid;
	border-color: #fff #ddd #ddd #fff;
}
#cssmenu {
width: auto;
border: 1px solid #2B457D;
border-radius: 3px;
font-family: 'Oswald', sans-serif;
line-height: 1;
background: #fff;
box-shadow: 2px 1px 0 #2B457D, 2px 2px 0 #2B457D, 3px 3px 3px rgba(0, 0, 0, 0.35);
}
#cssmenu #menu-indicator {
position: absolute;
bottom: 0;
display: block;
height: 0;
width: 0;
border: 5px solid transparent;
border-bottom-color: #fd8a17;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
}
#cssmenu #menu-button {
display: none;
}
#cssmenu > ul {
background: url(http://cssmenumaker.com/sites/default/files/menu/406/bg.png);
}
#cssmenu ul li a:hover,
#cssmenu ul li.active a {
  color:  url(http://cssmenumaker.com/sites/default/files/menu/406/bg.png);
}
#cssmenu > ul > li {
float: left;
  color: #fff;
}
#cssmenu > ul > li > a {
padding: 20px 25px;
font-size: 14px;
text-transform: uppercase;
text-decoration: none;
color: #2B457D;
-webkit-transition: all .2s ease;
-moz-transition: all .2s ease;
-ms-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
}
#cssmenu:after, #cssmenu > ul:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
#cssmenu ul li::after {
width: auto;
border: 3px solid #fd8a17;
border-radius: 3px;
font-family: 'Oswald', sans-serif;
line-height: 1;
background: #f7f7f7;
box-shadow: 1px 1px 0 #df7002, 2px 2px 0 #df7002, 3px 3px 3px rgba(0, 0, 0, 0.35);
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
color: #444;
}
#breadcrumb
{
font: 11px Arial, Helvetica, sans-serif;
background-image:url(../../../images/vb/bc_bg.gif);
background-repeat:repeat-x;
height:30px;
line-height:30px;
color:#9b9b9b;
border:solid 1px #cacaca;
width:100%;
overflow:hidden;
margin:0px;
padding:0px;
}
#breadcrumb li
{
list-style-type:none;
float:left;
padding-left:10px;
}
#breadcrumb a
{
height:30px;
display:block;
background-image:url(../../../images/vb/bc_separator.gif);
background-repeat:no-repeat;
background-position:right;
padding-right: 15px;
text-decoration: none;
color:#454545;
}
.home
{
border:none;
margin: 8px 0px;
}

#breadcrumb a:hover
{
color:#35acc5;
}
.trow_sep_onemli {
background: #ff9191;
color: #c50100;
font-size: 12px;
font-weight: bold;
}
.forumdisplay_sticky {
background: #fcbdbd;
}
.buyukdugme {
	display: inline-block;
	background: url(http://webmaster.tc/images/menubg.png) repeat-x;
	background-position: 0 0;
	border: 1px solid #A6A6A6;
	color: #555 !important;
	text-shadow: #F8F8F8 1px 1px 0;
	font-size: 14px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
	margin-right: 2px;
	line-height: 17px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.buyukdugme:hover {
	color: #555;
	background-position: 0 -38px;
	text-decoration: none;
}

.buyukdugme:active{
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.3),0 1px 3px rgba(0,0,0,0.2) inset;
	opacity:1;
}
.emre_right {
float: right;
  padding: 23px;
}
		