#site-title {
	float: left;
	font-size: 30px;
	line-height: 16px;
	margin: 0 0 18px 0;
	width: 43%;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {display:inline;
	font-style: italic;
	margin:0px 0 18px 0;
}

/* WP.org theme repository requirements. */
.sticky, .bypostauthor {}
/* Utility widget areas */
#utility-before-content, #utility-after-content, #utility-after-page, #utility-after-single {
	margin: 0 0 21px 0;
	padding: 20px 20px 0 20px;
	border: 1px solid #ccc;
	}

/**
* Header utility widget
************************************************/
#utility-header {
	overflow: hidden;
	float: right;
	width: 500px;
	height: 60px;
	}
#utility-header .widget {
	line-height: 19px;
	margin: 0;
	padding: 0;
	color: #aaa;
	background: transparent;
	border: none;
	}
#utility-header .widget-inside div, #utility-header .widget-inside img {
	float: right;
	}
	
/* Thumbnail */
.thumbnail {
	float: left;
	width: 120px;
	height: 110px;
	margin: 0 20px 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	}
/* Subsidiary */
#subsidiary {
	margin: 0 0 21px 0;
	text-align:left;
	}	
/* Footer container */
#footer-container {
	clear: both;
	margin: 0 0 21px 0;
	}
/* Footer */
#footer {width:97.15%;
	border-top:1px solid #DDDDDD;
	clear:both;
	float:left;
	margin-bottom:20px;
	margin-top:10px;
	padding-top:5px;
	text-align:right;
	font-style: italic;
}
#footer .copyright {
	display: inline;
	float: left;
	margin-right: 9px;
	}