body {
	background: #e2e1dd;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}
	
/* [ Defaults ] */

hr, .hide, .accessibility { display: none }
:active, :focus { outline: none }

a {color: #2f6098; text-decoration: none;}
a:hover {text-decoration: underline;}
strong {}

p {
	margin: 0 0 1em 0;
	}
	
ul {}	
	
ul li {}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
	
* html h1, * html h2, * html h3, * html h4, * html h5, * html h6 { height:1px;}
h1 object, h2 object, h3 object, h4 object, h5 object, h6 object { display:block; left:-3px; position:relative; }
	
h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}


/* [ Structure ] */

#wrapper {
	margin: 0;
	}
	

/* [ Masthead ] */
	
#masthead-wrapper {
	border-top: 2px solid #000;
	padding: 0 0 5px 0;
	
	background: url(masthead-wrapper.png) repeat-x top;
	}	
	
#masthead {
	position: relative;
	width: 950px;
	height: 120px;
	margin: 0 auto 20px;

	color: #fff;	
	}
	
	#masthead .logo {
		margin: 0;
		padding: 0;
		}
	
	#masthead .logo a {
		position: absolute;	
		width: 180px;
		height: 80px;
		top: 25px;
		left: 0;
		
		background: url(masthead.logo.png) no-repeat 0 0;
		text-indent: -9000px;
		}
		
	#masthead .description {
		position: absolute;
		width: 600px;
		top: 15px;
		right: 0;
		margin: 0;
		
		color: #fff;
		font-weight: normal;
		/*font-family: Georgia, "Times New Roman", Times, serif;*/
		text-align: right;
		font-size: .75em;
		/*font-style: italic;*/
		line-height: 1.5em;
		letter-spacing: normal;
		
		text-shadow: 0 1px 0 #000;
		
		}
		
	#masthead .description strong {
		color: #fff;
		}
	
/* [ Page ] */


#page {
	width: 950px;
	margin: 0 auto 20px;
	position: relative;
	}
	
	#page:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;		display: block;		}
	* html #page { height: 1px; }
	
/* [ Footer ] */

#footer {
	position: relative;
	width: 950px;
	height: 70px;
	margin: 1em auto 2em;
	padding: 0;

	color: #777;
	font-size: .6875em;	
	
	background: #333;
	
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 5px rgba(0,0,0, .5);	
	}
	
#footer .copyright {
	position: absolute;
	top: 1em;
	right: 20px;
	}
	
#footer .author {
	position: absolute;
	top: 2.5em;
	right: 20px;
	}
	

#footer a {
	color: #888;
	text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
		}
	
/* [ Footer Nav ] */
#footernav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 1em;
	left: 20px;
	}
		
	
	#footernav li {
		float: left;
		list-style: none;
		margin: 0 1em 0 0;
		}
		
	#footernav .separator {
		border-left: 1px solid #999;
		height: 1.25em;
		}
		
		
/* [ Footer Social Net ] */
#footer-socialnet {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 3em;
	left: 20px;
	}
		
	
	#footer-socialnet li {
		float: left;
		list-style: none;
		margin: 0 1em 0 0;
		}
		
	#footer-socialnet .separator {
		border-left: 1px solid #999;
		height: 1.25em;
		}
		
	#footer-socialnet img {
		float: left;
		}
		
	#footer-socialnet span {
		float: left;
		margin: 2px 0 0 .5em;
		}
		
	#footer-socialnet a {
		color: #FEC540;
		}
		
		
/* RSS Boxes */
/* [ Homepage boxes ] */

.rss-box {
	position: relative;
	margin: 0 0 1em 0;
	background: #fff;
	-moz-border-radius: 7px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.rss-box .header {
	padding: 0 10px;
	min-height: 30px;
	background: #333;
	border-bottom: 2px solid #ccc;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}
.rss-box .header h2, .rss-box .header h2 a {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.875em;
	color: #fff;
	text-transform: lowercase;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .5);
}
.rss-box .header h2 a:hover {
	text-decoration:underline	;
}
.rss-box .header .rss {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 7px;
	right: 10px;
	background: url(rss.png);
	text-indent: -9000px;
}
.rss-box .content {
	padding: 10px;
	background: #fff;
	width: auto !important;
	float: none !important;
	-moz-border-radius: 5px;
}
.rss-box .more {
	padding: 0 12px 0 0;
	font-size: .875em;
	background: url(more.gif) no-repeat right center;
}		