/* General */
body {
	background-color:#5e3d1b;
	margin:0;
	padding:0;
	color:#7eb241;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Sans-serif;
    font-size:1em;
	line-height:21px;
	background-image:url('/imgs/bg.jpg');
	background-repeat:repeat;
	background-position:top left;
}

h1 {
	background-image:url(dcBanner.png);
    background-repeat:no-repeat;
    background-position:top center;
}

a img { border:0 }

a { color:#cc5630; text-decoration:none; }

a:hover { color:#ffffff; }

p {
    margin-left:25px;
    margin-right:25px;
}

/*MainBlocks*/

#container {
	width:700px;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	padding-left:80px;
	padding-bottom:10px;
}


.contentblock {
	width:620px;
}

#posts {
    background-image:url('/imgs/contentbg.png');
    background-repeat:repeat-y;
    background-position:top center;
    width:617px;
    margin:0;
    padding-top:5px;
}



#updates {
	width:425px;
	margin:35px;
	background-color:#7eb241;
	font-size:.8em;
	color:#53d1b;
}


/*ULStyling*/


ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
	
#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 1px 15px;
	border-left: 1px solid #7eb241;
	list-style: none;
	display: inline;
}
	
		
#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}