@charset "UTF-8";
/* CSS Document */
img {
	border: 0;
	}
a:link, a:visited, a:active, a:hover {
	background-color: #555;
	color: #fff;
	text-decoration:none;
	}
a.navbar:link, a.navbar:visited, a.navbar:hover, a.navbar:active  {
	background-color: transparent;
	}
.head, body {
	color:#FFF;
	height: 100%;
	padding: 0;
	margin: 0;
	background:#000 url(../images/background.jpg) repeat-y fixed top center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	}
.wrap {
	border-radius: 15px;
	overflow:auto;
	background-color: #222;
	width: 960px;
	margin: 70px auto;
	padding: 0px 0px 0px 20px;
	}
.navbar {
	position:relative;
	z-index:2;
	font-size:40px;
	padding: 50px 20px 20px 0;
	margin-bottom: -20px;
	float: left;
	}
#selected {
	border-bottom: 10px solid #F0F;
	}
.navbar_subtitle {
	position:relative;
	z-index:2;
	font-size:13px;
	margin: -5px 0px 0px 0px;
	}
.row_seperator{
	width: 940px;
	height: 2px;
	float: left;
	margin: 20px 0px;
	}
.header{
	float: left;
	width: 940px;
	height: 350px;
	margin-bottom: -10px;
	}
.header_left {
	float:left;
	color: #fff;
	width: 300px;	
	}
.header_right {
	position:relative;
	z-index:1;
	float:right;
	margin-top: -100px;
	}
.article_wrap {
	float:left;
	width:300px;
	height:250px;
	overflow:hidden;
	margin: 0px 20px 20px 0px;
	}
.article_slider {
	height: 100%;
	width:100%;
	background:#000;
	}
#slider{
	position:relative;
	}
#slider .article_slider {
	opacity: .9;
	position:absolute;
	top:0;
	left:0;
	margin-left:-300px;	
	padding-top: 10px;
	-webkit-transition: margin-left;
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 500ms;
	}
#slider:hover .article_slider {
	margin-left: 0px;
	padding-left: 10px;
	}
.article_title, .article_date, .article_text {
	color: #fff;
	width: 280px;
	}
.article_title {
	font-size:20px;
	}
.article_date {
	padding: 0px 0px 20px 0px;
	}
.article_text {
	}
.footer{
	width: 900px;
	height: 25px;
	float: right;
	text-align:right;
	padding: 40px 20px;
	color: #ccc;
	}
.twitter_wrap {
	float: left;
	position:relative;
	bottom: 118px;
	width: 300px;
	padding: 0px 0px 50px 0px;
	margin-bottom:-200px;
	background: url(../images/twitter.png) no-repeat bottom left;
}
.twitter {
	color: #333;
	border-radius: 5px;
	padding: 10px;
	margin: 10px 0px 0px 0px;
	background: #fff
}
ul {
	margin: 0px 0px 0px -35px;
	list-style-type:none;
}

