/*
  artillery stylesheet
  (c) copyright Jake Wehner wehnerj@gmail.com

  */

body {
	background-image: url(../images/bg.png);
	padding: 0; 
	margin: 0;
	color: #444;
	font-family: georgia, sans-serif;
}

/*
  HEADER RELATED.
 */

span.title {
	color: #73040b; 
	font-size:35px; 
	font-weight: bold; 
	font-family: georgia, sans-serif;
}

span.description {
	float:right;
	width:auto;
	font-size:20px;
	margin-top:8px;
}

div.tile_sub {
	border-bottom: 5px SOLID #999; 
	padding-bottom:4px; 
	text-align: left;
	width: 711px; 
	margin-right: auto; 
	margin-left: auto;
	margin-bottom: 5px;
}

div.container {
	width: 720px; 
	background: #fff; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 5px;
	border: 0px;
}

div.container_main {
	width: 720px; 
	background: #fff; 
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
}

div.tile {
	width: 720px;  
	margin-left: auto; 
	margin-right: auto; 
	border: 0px;
	
}

/*
  CONTENT RELATED ITEMS 
 */

div.main {
	width:500px;
	float:left; /* You can alter this to right if you like (change the menu float at the bottom to suit) */
	margin-left:3px;
}

div.post_container {
	width: 500px;

}

div.post_header {
	width: 500px;
	background: #73040b;
	height: 30px;
	border-bottom: 2px SOLID #fff;
	padding: 2px;
	color: #fff;
	font-size: 25px;
	margin-top: 2px;
}


div.post_info {
	width: 503px;
	border-top: 5px SOLID #999;
	color: #999;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;

}

div.post_info p {
	margin-left: 10px;
    padding: 3px;
	border-left: 10px SOLID #ddd;
}

div.post_body {
	width: 504px;
	color: #444;
    border-bottom: 5px SOLID #999;
}

div.post_body p {	
	padding: 5px;
	text-indent: 1cm
}

/*	
  MENU RELATED STYLES
  */
.menu {
	background-color: #484848;
	color: #F9F8F7;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	height: auto;
	text-align: center;
	width: 190px;
	float: right;
	margin-right: 3px;
}

.menu a {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover {
	color:#FFFFFF;
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
}

.menu span {
	font-weight: bold;
	text-align:right;	
	margin-top:5px;
}

/*
  FOOTER
 */

div.footer {
	margin-left: auto;
	margin-right: auto;
}