/* CSS Document */

body {
	margin: 0px;
  	padding: 0px;
	text-align: left;
	background-color: #FFF;
	font-family: Helvetica, Arial, Geneva, Lucida Sans, Verdana, sans-serif;
	font-family:'Varela Round', sans-serif;
	/*font-family: "Times New Roman", Times, serif;  */
	font-size: 10pt;
	line-height: 20px;
	height: 100%;
}



/* Divs */
#content 	{ 	position: relative;	width: 100%; 	overflow: auto; padding: 30px 0px 0px 0px; background:#FFF; }
#header 	{ 	position: relative;	width: 930px; 	padding: 0px; 	margin: 0px 0px 0px 30px;	}
#about		{	position: relative; width: 200px;	padding: 0px;	margin: 30px 0px 0px 120px; float: left; }
#stories	{	position: relative; width: 620px;	padding: 0px;	margin: 30px 0px 0px 20px; float: left; }
#footer		{	position: relative; width: 810px;	padding: 0px; 	margin: 30px 0px 0px 0px; float: left; clear:both;	}

#footer a		{ 	text-decoration: none;	color: #00c2ec;	padding: 1px 2px 1px 2px; }
#footer a:link 	{	text-decoration: none;	color: #00c2ec; }
#footer a:hover {	text-decoration: none;	color: #FFFFFF;	background-color: #00c2ec; }



/* Elements */
img {	border: none;	text-decoration: none;	padding: 0px;	margin: 0px; text-align: left; border: 0px;}
img .align-left {	text-align:left; float: left; }


/* Type */
h1 { font-size:1.6em; line-height:185%; color: #8e9692; text-transform:uppercase; }
h2 { font-size:1.4em; line-height:125%; color: #bdc3c5; text-transform:uppercase; }
h3 { font-size:1em; line-height:185%; color: #8e9692; text-transform:uppercase; margin-top:20px;}

p {				font-size: .86em; margin-bottom: 20px; padding: 10px 10px 0px 0px; color: #666; text-align: left; }
p a {			text-decoration: none;	color: #c13524;	padding: 1px 2px 1px 2px; }
p a:link {		text-decoration: none;	color: #c13524; }
p a:active {	color: #c13524; }
p a:hover {		color: #FFF;	background-color: #c13524;	text-decoration: none; }

img a 		{	text-decoration: none;	padding: 0px; border: 0px; }
img a:link 	{	text-decoration: none;	 }
img a:hover {	text-decoration: none; }		

.blue		{ color:#1681de; }
.date		{ font-style: oblique; color: #ced4d6; }

hr { clear:both; * float: left; height: 1px; line-height: 0px; border: none; margin-bottom: 8px; margin-top: 17px; border-top: 1px solid #e5e9ea; }

.copyright { 	font-size: .86em; padding: 0px;	margin-top: 40px;	color: #999; }
