h2,h3 {
	font-size: 18px;
}

header {
	position: relative;
	padding: 30px 15px;
	color:#FFF;
	/*text-align: center;*/
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
	background-color: #353e9a;
	background-image: -webkit-linear-gradient(top,#131d81 0,#353e9a 100%);
	background-image: linear-gradient(to bottom,#131d81 0,#353e9a 100%);
	background-repeat: repeat-x;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131d81', endColorstr='#353e9a', GradientType=0);*/
}

header .container {
	width:960px;
	margin-top:5px;
}

header .left {
	width:660px;
	display: inline-block;
}

header .right {
	vertical-align:top;
	width:260px;
	display: inline-block;
}

header .title {
	font-size: 36px;
	font-weight: 500;
	display: block;
}

header .title a {
	color:#FFF;
}

header .title a:hover {
	text-decoration: none;
}

header .url {
	font-size:18px;
	font-weight: 300;
	color: #a5a9ce;
	text-shadow: 0 1px 0 rgba(0,0,0,.1);
}

header .pub {
	border-radius:3px;
	border:1px solid #FFF;
	padding:10px;
}

header .pub img {
	display: inline-block;
}

header .pub-text {
	margin-left: 5px;
	display:inline-block; 
	width:120px;
	font-size:12px;
	font-weight: 300;
	color: #a5a9ce;
	vertical-align: middle;
}

.pub-text a {
	color: #fff;
	text-decoration: underline;
}

.container {
	width:990px;
	margin-top:15px;
}

.title-section {
	font-size:21px;
	padding-bottom:10px;
	border-bottom:1px solid #eee;
}

.title-section a {
	color:#333;
}

.title-section a:hover {
	text-decoration: none;
}

.image-article {
	display: inline-block;
	width:360px;
	margin:10px 0 10px 100px;
}

ul.no-bullet
{
    list-style-type: circle;
    margin:0 0 0 10px;
    padding:0;
}

footer {
	width:960px;
	margin-top:10px;
	font-size: 12px;
	color:#999;
	margin:0 auto;
	text-align: center;
}

footer a {
	color:#999;
}