body {
	font-family: Georgia, Times, serif;
}

a, a:link, a:visited {
	color: #DA0828;
	text-decoration: none;
}

a:hover {
	color: #930;
	text-decoration: underline;
}

#site-name {
	background: url('../images/header_logo.gif') top left no-repeat;
	display: block;
	height: 57px;
	margin: 20px 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 674px;
}

#site-desc {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

#company-info {
	background: #DA0828 url('../images/header_red_gradient.jpg') bottom left repeat-x;
	color: #FFF;
	font-size: 14px;
	padding-top: 1em;
}

#company-info .company-info-a {
	font-size: 20px;
	text-shadow: #900 0px 2px 0px;
}

#company-info .company-info-a p {
	margin-right: 20px;
}

#company-info a {
	color: #FCC;
	text-decoration: underline;
}

#company-info a:hover {
	color: #FFF;
}

#blog-content {
	background: url('../images/body_bg.jpg') 0 55px repeat-x;
	color: #333;
	font-size: 14px;
}

#blog-title {
	color: #68564D;
	font-size: 21px;
	padding-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #68564D;
}

#user-actions {
	border-bottom: 1px solid #CCC;
	list-style: none;
	margin: 0 0 20px;
}

#user-actions li {
	border-bottom: 1px solid #EBEBEB;
	font-size: 18px;
	line-height: 1.2em;
	padding: 10px 0;
}

#user-actions li:first-child {
	padding-top: 0;
}

#user-actions li:last-child {
	border-bottom: none;
}

#user-actions li a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 51px;
	padding-left: 62px;
}

#user-actions #link-register {
	background-image: url('../images/icon_fbsregister.gif');
}

#user-actions #link-twitter {
	background-image: url('../images/icon_twitter.gif');
	padding-top: 14px;
	height: 37px;
}

#user-actions #link-facebookpage {
	background-image: url('../images/icon_facebook.gif');
	padding-top: 14px;
	height: 37px;
}



.byline {
	font-size: 11px;
}

.mt-enclosure-image img {
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding: 10px;	
}

.entry-asset {
	clear: both;
}

.entry-tags h4 {
	margin-bottom: 0;
}

.entry-tags ul {
	margin: 0 0 20px;
}

.entry-tags li {
	display: inline;
}

#sidebar {
	color: #666;
	margin-top: 33px;
}

.widget h3 {
	margin-bottom: .5em;
	margin-top: .5em;
}

.widget ul {
	list-style: none;
	margin: 0 0 0 10px;
}

.mt-entry-archive #page-title {
	color: #DA0828;
	font-size: 2em;
}

#footer {
	margin-bottom: 20px;
}