@charset "UTF-8";

/* ------------------------------------------------------------------------ */
/*																			*/
/* the keka website															*/
/* if you like css, join the keka project! info@kekaosx.com					*/
/*																			*/
/* ------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------ */
/* CHANGELOG */
/* ------------------------------------------------------------------------ */

#changelog {
	width: 1000px;
	text-align: center;
	padding: 0px 0px 20px 0px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-radius: 6px;
	-webkit-box-shadow: 0px 0px 3px #222;
	-moz-box-shadow: 0px 0px 3px #222;
	box-shadow: 0px 0px 3px #222;
	background-color: #FFFFFF;
}
	.title_changelog {
		color: #FFF;
		text-align: center;
		font-size: 18px;
		background: #9A7D67;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9A7D67), to(#9A7D67), color-stop(.6,#A88871));
		padding-top: 3px;
		padding-bottom: 3px;
	}
	#changelog ul li{
		list-style-type: none;
		text-align: left;
		margin-left: 0px;
		margin-right: 20px;
		margin-bottom: 10px;
		line-height: 1.5em;
	}
		#changelog li {
			text-decoration: none;
		}

		.tracker_link:link, .tracker_link:visited, .tracker_link:active, .tracker_link:hover {
			font-size: 10px;
			color: #993366;
			text-decoration: none;
		}
		.tracker_link:hover {
			text-decoration: underline;
		}
		.bugs {
			color: #9B5A28;
			text-align: left;
			font-size: 14px;
			padding-left: 30px;
		}

/* ------------------------------------------------------------------------ */
/* END CHANGELOG */
/* ------------------------------------------------------------------------ */
