@charset "utf-8";
/* style.css */

/* ----------------------
	Body
   ---------------------- */

body{
	padding: 0;
	margin: 0;
	background-color: #c9d6d7;
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
}

/* ----------------------
	Links
   ---------------------- */

a{
	color: #304f53;
	text-decoration: underline;
	font-weight: bold;
}

a:hover{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.title a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.title a:hover{
}

.boxing a{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.boxing a:hover{
	text-decoration: none;
}

.comment a{
	font-family: Verdana, Geneva, sans-serif;
	padding: 3px;
	background-color: #3f4e4f;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 9px;
}

.comment a:hover{
	text-decoration: underline;
}




/* ----------------------
	Containers
   ---------------------- */

.header{
	width: 900px;
	height: 67px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.logo{
	width: 169px;
	height: 38px;
	margin: 18px 0 0 0;
	padding: 0;
	background-image: url('images/logo.png');
	float: left;
}

.navigation{
	float: right;
}

.container{
	width: 946px;
	margin: 0 auto 0 auto;
	padding: 0 46px 0 0;
}

.content{
	width: 716px;
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}

.timestamp{
	font-family: Verdana, Geneva, sans-serif;
	width: 36px;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}

.article{
	width: 655px;
	float: right;
	margin: 0 0 20px 0;
	padding: 0 15px 0 0;
}

.blog-d
{
	padding: 3px;
	margin: 5px 0 0 0;
	width: 30px;
	background-color: #3f4e4f;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.blog-m
{
	padding: 3px;
	margin: 0;
	width: 30px;
	background-color: #669095;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.boxing{
	font-family: Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 5px;
	background-color: #3f4e4f;
	color: #ffffff;
}

.tail
{
	background-image: url("images/tail.png");
	background-repeat: no-repeat;
	background-position: 10px;
	height: 10px;
}

.right-bar{
	width: 230px;
	margin: 0;
	padding: 25px 0 0 0;
	float: right;
	text-align: left;
}

.center{
	text-align: center;
}

.align-left{
	text-align: left;
}

.align-right{
	text-align: right;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

.clear{
	clear: both;
}



/* ----------------------
	Styling
   ---------------------- */

.navigation ul{
	list-style: none;
	padding: 0;
	margin: 0 0 0 0;
}

.navigation li{
	float: left;
	margin: 0;
}

.navigation a:link{
	background-image: url('images/navigation.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	border-left: 1px #669999 solid;
	padding: 35px 13px 0px 13px;
}

.navigation a:visited{
	background-image: url('images/navigation.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.2em;
	display: block;
	border-left: 1px #669999 solid;
	padding: 35px 13px 0px 13px;
}

.navigation a:hover{
	background-image: url('images/navigation-hover.png');
}

.last-link{
	border-right: 1px #669999 solid;
}