html,
body {
	background-color: #FFF!important;
	background-image: none!important;
}

/* Remove separator */
#site-title {
	background-image: none!important;
	line-height: 0;
}

/* Yellow to orange */
#comments, 
#respond h3,
a:hover,
.meta a, 
.meta .categories-post,
.widget-title
{ 
	color: #F36422;
}

#content .post {
	border-color: #F36422;
}

/* Small header fixes */
#site-title {
	text-align: center;
	width: 1162px; /* Same as #navigation */
}

.clearfix {
	clear: both;
}

/* Use different fonts */
html,
body {
        font-family: tahoma, arial, verdana, san-serif;
}
h1, 
h2, 
h3, 
h4, 
h5 {
        font-family: georgia, "times new roman", times, serif;
        font-weight: normal;
}
#header ul {
        font-family: georgia, "times new roman", times, serif;
}
#topsearch input {
        font-family: tahoma, arial, san-serif;
}

/* Custom code */
a.flag {
	float: right; 
	margin-bottom: 1em; 
	margin-right: 7px; 
	margin-top: 1em;	
}

a.flag img {
	border: 1px solid black;
}

