#sidebar {
	width: 240px;
	color: #666666;
	line-height: 160%;
}
#sidebar p {
	margin: 0px 0px 5px;
}
#sidebar h3 {
	font: bold 17px/110% Ubuntu, Arial, Helvetica, sans-serif;
	color: #6c9b9e;
}
#sidebar h3 a, #sidebar h3 a:visited {
	color: #666666;
}
#sidebar h3 img {
	vertical-align: middle;
}
#sidebar a, #sidebar a:visited {
	color: #000000;
	text-decoration:none;
}
#sidebar a:hover, #sidebar a:focus, #sidebar a:active {
	text-decoration:underline;
}
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 0px;
}
#sidebar ul li {
	background: url(../images/bullet-orange.gif) no-repeat 1px .1em;
	padding-left: 18px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
#sidebar ul li ul li {
	background: url(../images/bullet-grey.gif) no-repeat 1px .1em;
	padding-left: 12px;
	margin-left: 0px;
	list-style-type: none;
	list-style-image: none;
}
ul.menu li, li.leaf {
	padding: 0 0 .2em 1.5em;
	border: none;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/bullet-orange.gif) no-repeat 1px .1em;
}
ul.menu li.expanded {
	background: transparent url(../images/menu-expanded.gif) no-repeat 1px .4em;
}
ul.menu li.collapsed {
	background: transparent url(../images/menu-collapsed.gif) no-repeat 1px .4em;
}
ul.menu li.leaf a, ul.menu li.expanded a, ul.menu li.collapsed a {
	display: block;
}
ul.menu, .item-list ul {
	margin: 0.35em 0 0 -0.5em;
	padding: 0;
	text-align: left;
}	
#sidebar .block-user ul li {
	padding: 0 0 .2em 1.5em;
	border: none;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/bullet-orange.gif) no-repeat 1px .1em;
}
#sidebar .block-user ul li ul li {
	background: url(../images/bullet-grey.gif) no-repeat 1px .1em;
	padding-left: 12px;
	margin-left: 0px;
}
#sidebar .block-forum ul li {
	padding: 0 0 .2em 1.5em;
	border: none;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/mini-page.gif) no-repeat 1px .1em;
}	
#sidebar .block-comment ul li {
	padding: 0 0 .2em 1.5em;
	border: none;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/mini-comment.gif) no-repeat 1px .1em;
}
#sidebar .block-blog ul li {
	padding: 0 0 .2em 1.5em;
	border: none;
	list-style-type: none;
	list-style-image: none;
	background: url(../images/mini-archive.gif) no-repeat 1px .1em;
}
#sidebar a.active {
	padding: 0 1.5em .2em 0;
	border: none;
	list-style-type: none;
	list-style-image: none;
	text-decoration: underline;
	background: url(../images/mini-check.gif) no-repeat right;
}




#sidebar .dbx-box {
	padding:0;
	margin: 0px 0px 10px 0px;
	border:none;
	clear: both;
	border: 1.5px solid  #efefef;
	}



#sidebar .dbx-group {
	width:210px;
	padding:0 0px 10px;
background: url("../images/sagtaraf_ust.png") no-repeat scroll center top transparent;
}
* html #sidebar .dbx-group {
	width: 210px;
	padding-bottom:0;
}
/* handles */
#sidebar .dbx-handle {
	position:relative;
	margin:0;
	padding: 10px 15px 10px 15px;
/*	background: #efefef; */
}
* html #sidebar .dbx-handle { 
	width: 176px; 
}


#sidebar .dbx-handle-cursor {
	cursor:move;
}
/* toggle images */
#sidebar a.dbx-toggle, #sidebar a.dbx-toggle:visited {
	display:block;
	width:20px;
	height:20px;
	overflow:hidden;
	background:url(../images/sidep-toggle.png) no-repeat;
	position:absolute;
	top:12px;
	right:3px;
	text-indent:-50px;
	text-decoration:none;
}
#sidebar a.dbx-toggle-open, #sidebar a.dbx-toggle-open:visited {
	background-position:0 0;
}
#sidebar a.dbx-toggle-closed, #sidebar a.dbx-toggle-closed:visited {
	background-position:0 -20px;
}
#sidebar a.dbx-toggle-hilite-open, #sidebar a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
}
#sidebar a.dbx-toggle-hilite-closed, #sidebar a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
}



#sidebar .dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	background:#ffd;
	color:#000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
}



* html #sidebar .dbx-tooltip { width:210px; }
/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}
/* inner content area */	
#sidebar .dbx-content {
	background: #ffffff;

	margin: 5px 15px 5px 15px;
	overflow: hidden;
}
/* toggle state of inner content area */
#sidebar .dbx-box-closed .dbx-content {
	display:block;
	height:4px;
	padding:0;
	overflow:hidden;
}
#sidebar .dbx-box-closed .dbx-content * {
	display:none;
}
/* additional clone styles */
#sidebar .dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
}

#sidebar .dbx-clone {
	position:absolute;
	visibility:hidden;
	}
#sidebar .dbx-clone, #sidebar .dbx-clone #sidebar .dbx-handle-cursor {
	cursor:move !important;
	}
#sidebar .dbx-dummy {
	display:block;
	width:0;
	height:0;
	overflow:hidden;
	}
#sidebar .dbx-group, #sidebar .dbx-box, #sidebar .dbx-handle { /* renk değişecek */
background: none repeat scroll 0 0 #FFFFFF;
	position:relative;
	display:block;
	}


#sidebar1 {
    float: right;
}


#sidebar3 {
    float: left;
}


#sidebar2 {
	padding-right: 5px;
    color: #666666;

    line-height: 160%;
    width: 240px;
}
