body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, img, form, fieldset, blockquote {
    margin:0px; padding:0px; border:0px; 
}

body {
	font-family: Arial, helvetica, sans-serif; 
	font-size: 62.5%; 
}

.container {
	width: 960px; 
	margin: 0 auto;
}

#top_bar {
	overflow: hidden;
	background: #222222; 
	padding: 7px 0;  
	border-bottom: 1px solid #8781bd; 
}

p#login {
	float: left; 
	width: 40%;
}

p#return {
	float: right; 
	width: 60%; 
	text-align: right; 
}

#top_bar p {
	font-size: 1.2em; 
	color: #adc7ba;
}

#top_bar a {
	font-size: 1.2em; 
	color: #8781bd;
}

#header {
	color: #2b235e;
	background-position:center;
	background: #2b235e;
	height: 250px;
}

#branding {
	overflow: hidden; 
	margin-bottom: 30px; 
	position: relative; 
}

h1 {
	font-family: "Myriad Pro", arial, sans-serif; 
	color: #fff; 
	font-weight: normal; 
	font-size: 4.8em;  
	padding-top: 25px; 
}

#content {
	overflow: hidden; 
}

#posts {
	float: left; 
	width: 65%; 
	margin-top: 28px; 
}

#sidebar {
	float: right; 
	background: #adc7ba;
	padding: 25px 3%; 
	width: 25%; 
}

#posts p {
	line-height: 1.3em;
	padding: 7px 0; 
	font-size: 1.2em;
}

#posts a {
	color: #8781bd; 	
	font-weight: bold;
	text-decoration: none;
}

#posts strong {
	font-weight: bolder; 
}

#footer {
	font-size: 1.2em; 
	background: #222222; 
	margin-top: 30px; 
	padding-top: 20px; 
	padding-bottom: 20px; 
	overflow: hidden; 
}

#footer p {
	color:	#ffffff;
}

#footer a  {
	color: #8781bd;
}
#footer h4 {
	color:	#adc7ba;
	font-size: 1.4em;
	padding-top: 0; 
}

#footer ul {
	list-style: none; 
	margin-left: 0; 
}

#footer ul li a {
	text-decoration: none; 
	color: #8781bd; 
}

#copyright {
	float: right;
	text-align: right;  
	width: 20%; 
}

#links {
	float: left; 
	width: 65%; 

}

#feeds {
	float: left; 
	width: 40%; 
}

#line  {
	border-top: 1px solid #8781bd;
}
