@CHARSET "UTF-8";

.jumbo {

	background: url("site/bg.jpg") no-repeat;
	padding-bottom: 30px;
	margin-top: 20px;
	border: solid 20px white;
	border-radius: 5px;
}

div.icerik_orta_menu {

	float: left;
	width: 160px;
}

div.icerik_orta_menu_ust {

	background-image: url("uye/uye_sol_menu_ust.png");
	height: 13px;
}

div.icerik_orta_menu_item {

	background-image: url("uye/uye_sol_menu_item.png");
	height: 40px;
}

div.icerik_orta_menu_item a {

	color: #006666;
	position: relative;
	top: 6px;
	left: 10px;
	font-size: 16px;
	text-decoration: none;
}

div.icerik_orta_menu_item a:hover {

	text-decoration: underline;
}

div.icerik_orta_menu_alt {

	background-image: url("uye/uye_sol_menu_alt.png");
	height: 11px;
}

.post-wrapper:after, .post-wrapper:before {
	border: medium solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	right: 100%;
	top: 25px;
	width: 0;
}
.post-wrapper:before {
	border-right-color: silver;
	border-width: 11px;
	margin-top: -15px;
}
.post-wrapper:after {
	border-right-color: whitesmoke;
	border-width: 10px;
	margin-top: -14px;
}
.post-wrapper {
	border: 0 solid silver;
}
.post-wrapper {
	border-radius: 3px;
	border-width: 1px;
	margin: 0 1em 2em 0;
	position: relative;
}
