/* ComicPress Custom CSS over-rides for [ Life Ain't No Pony Farm ]: ComicPress 3C - 2.7 */

/* THE PAGE WRAPPER */
/* Change this width to set the entire site's width - increase/reduce #column width by the same amount */

#page {
	width: 960px;
	margin: 0px auto;
	}


/* THE HEADER */

#header {
	background:url(/en/wp-admin/images/header_en.png) no-repeat top center;
margin: 0;
display:block;
text-indent:-9000px;
width: 960px;
height: 275px;
}

/* THE COMIC */


#comic {
	
        padding: 0px 0 10px 0;      
	text-align: center;
	}

/* THE MENU */

#menubar {
	background: #771600;
	zoom: 1; /* IE fix, allows for variable height menu  */
	}

/* POSTS - PAGES */

#column {
	background: #FFFFFF; 
        width: 540px;
	padding: 20px 0 20px 0;
	float: middle;
	overflow: hidden;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;	
}

/* SIDEBAR */

#sidebar {
	width: 200px;
	padding: 5px 0;
	float: left;
	font-size: 11px;
	overflow: hidden;
	}

#sidebar h2, #sidebar h2 a {	
	font-size: 16px;
	}

#sidebar ul {
	margin: 5;
	padding: 5;
	list-style: none;
	}

	#sidebar ul li {
		margin: 0 0 10px 10px;
		padding: 5;
		}

		#sidebar ul li ul li {
			margin: 0 0 0 10px;
			padding: 5;
			}
			
			#donation {
          background: #fff;
          border: 1px solid #999;
          }