#header h1#logo-text {
	color:#BE420D;
	font-family:'Trebuchet MS',Arial,Sans-serif;
	font-size:45px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	letter-spacing:-2.5px;
	line-height:normal;
	margin:0;
	padding:0;
	text-decoration:none;
	text-transform: none;
}

#header h1#logo-text span {
	color:#444444;
}

label {
	display: block ;
}

.post .byline {
	margin: 0 ;
}

#flashMessage {
	padding: 3px ;
	background-color: #ffcccc;
	border: 1px solid red ;
}

.error-message {
	color: #ff0000 ;
	padding: 3px ;
	background-color: yellow ;
}

#tags a {
	color: #008800 ;
}

.entry img {
	text-align: center;
	max-width: 500px;
	border: 2px solid #78CC00 ;
	margin-top: 20px ;
	margin-bottom: 20px ;
}

#code_container {
	overflow-y : hidden;
	position : relative;
	overflow : auto;
	width : 100%; 
}

