/* Stylesheet by Emma-Jane of https://disparue.org
Please do not copy, redistribute or claim as your own

Created: Feb 27th, 2008
Last Modified: August 39th, 2009
*/


body {
	margin:0;
	background: url(../images/bg.gif) repeat-x;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:13px;
	color: #444;
	}

a, a:link, a:active {
	color: #ff8400;
	text-decoration:none;
	}

a:hover {
	color: #FF0000;
	text-decoration:none;
	}

a:visited {
	color: #65a615;
	text-decoration:none;
	}

#container {
	margin:50px auto 0 auto;
	width:960px;
	}

#title {
	float:left;
	width:278px;
	}

#container2 {
	float:right;
	width: 660px;
	margin-bottom:15px;
	}

#footer  {
	clear:both;
	border-top: solid 1px #DDD;
	text-align:right;
	padding:10px 0 0 0;
	margin: 15px 0 15px 0;
	}
	
#text {
	line-height:180%;
	padding-left:15px;
	}
	
.date {
	font-size:10px;
	color: #AAA;
	text-transform:lowercase;
	font-style:italic;
	}
	
.subject, h1 {
	font-size:17px;
	font-style:italic;
	color: #209bd8;
	border-bottom: dotted 1px #CCC;
	margin: 0 0 5px 0;
	font-weight:normal;
	}
