@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999999;
	background-color: #272425;
}
#outerwrapper {
	width: 480px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #e6e89a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 16px;
	background-color: #fff;
} 
#wideouterwrapper {
	width:900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #e6e89a;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 16px;
	background-color: #fff;
} 

#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 
#popupContent {
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 26px;
	background-color: #fff;
	color: #999999;
	font-size: 0.8em;
} 
#popupContent .post h1 {
color:#6b8912
}
#popupContent p {
	font-size:0.9em;
	}
	a {
	color:#8ac93e;
	text-decoration:none;
	}
#popupContent a hover{
	color:#8ac93e;
	text-decoration: overline underline;
	}
#popupContent a img { border:0;
	vertical-align:top;
}
#popupContent hr {
height: 0;
border: 0;
border-top: 1px solid #ECECE0;
}
#popupContent .details{
	text-align:right;
	color: #CCCCCC;
}
#minifooter {
	padding: 4px 10px 0 20px;
	height: 28px;
	margin: 10px 0 10px 0;
	text-align: center;
} 
#minifooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#minifooter ul, #minifooter ul li  {
        list-style: none;
        margin: 0;
        padding: 0;
}
#minifooter ul {
	padding: 3px 0;
}
#minifooter ul li {
	display: inline;
	padding-left: 5px;
	font-size: 0.7em;
	color: #2e7415;
}
#minifooter a , #minifooter a:hover, #minifooter a:visited , #minifooter a:active{
	color: #2e7415;
	text-decoration: none;	
	padding-right: 5px;
	border-right: 1px solid #2e7415;
	}
