body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: .9em;
}

a { text-decoration: none; color: #0266af; }

hr { 
	border-style: dotted; 
	width: 100%; 
	border-color: black;
}

ul {
	list-style-image: url(http://www.thefreerunner.net/newsletter/template/bullet.png);
	font-family:Tahoma, sans-serif;
	color: #6a6a6a;
}
	
	ul li{
		margin: 2% 0;
	}

#container{
	width: 800px;
	margin: 0 auto;
}

#logo{
	margin: 1%;
	background: url(http://www.thefreerunner.net/newsletter/template/apk-logo.png) no-repeat;
	width: 266px;
	height: 60px;
	float: left;
}

#features h4 {
	margin-top: 2px;
	font-size: .8em;
	font-weight: 600;
	color: #6a6a6a;
}

#title {
	float: right;
	width: 40%;
	text-align: right;
	vertical-align: bottom;
}

	#title p { font-size: .7em; }
	
	#title h2 {
		color: #0266af;
		font-size: 1.2em;
		margin: 0;
	}
	
	#title a {
		text-decoration: underline;
		color: black;
	}
	
#monthly-head { 
	clear: both;
	background: url(images/banner.png) no-repeat;
	width:800px;
	height: 200px;
}

#content {

}
	
	#content h3 { color: white; padding-top: 3px; }
	
.highlight {
	float: left;
	width: 60%;
	margin: 1% 1% 0 0;
}

	.highlight p {
			font-size: 80%;
	}

.sub {
	float: left;
	width: 38%;
	margin: 1% 0 0 1%;
}

	.sub p {
		font-size: 80%;
	}
	
	.sub img {
		text-align: center;
		border: solid thin gray;
	}	
	
	#features li a:hover {
		color: gray;
	}

.subtitle {
	background: #0a95ff;
	width: 100%;
	padding-left: 5px;
	vertical-align: middle;
}

.subtitle-2 {
	background: #0266af;
	width: 100%;
	padding-left: 5px;
}

.article {
	float: left;
	width: 49%;
	margin: .5% .5% 0 .5%;
}
	.article img {
		text-align: center;
		border: solid thin gray;
	}

.clear { clear:both; }

.author {
	font-size: 70%;
	font-variant: small-caps;
	font-style: italic;
}

.read-more{
	text-align: left;
	font-variant: small-caps;
	vertical-align: bottom;
	font-size: 1em;
}

	.read-more a{
		color: #0266af;
	}
	
	.read-more a:hover {
		color: gray;
	}

#footer{
	font-size: 80%;
	text-align: center;
	color: #797979;
}
