@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4;
	background: white;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 1.6;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color:#414958;
	text-decoration: underline;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

.container {
	width: 100%;
	min-width: 750px;
	background: #FFF;
	margin: 0;
	position: relative;
}

.header {
	background: #f0636c url(../images/header-bg.png) no-repeat top right;
	height: 114px;
}

.wrapper {
	background: url(../images/content-bg.png) no-repeat bottom left;
}

.content {
	padding: 10px 0;
	max-width: 1060px;
	margin: 0 auto;
	background-color: #fff;
	background: rgba(255, 255, 255, 0.4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF, endColorstr=#44FFFFFF); /* IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#44FFFFFF, endColorstr=#44FFFFFF)"; /* IE 8 */
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

.footer {
	padding: 0;
	padding-top: 10px;
	min-height: 27px;
	max-height: 170px;
	background: #f0828a url(../images/footer-bg.png) no-repeat bottom left;
	line-height: 1;
	color: white;
	font-size: 82%;
	font-weight: bold;
	clear: both;
}
.footer p {
	margin: 0;
}
.footer ul {
	display: inline-block;
	*display: inline; 
	*zoom: 1; 
}
.footer ul li {
	display: inline-block;
	*display: inline; 
	*zoom: 1; 
	border-right: 1px solid #ccc;
	padding: 0 8px;
}
.footer ul a {
	color: white;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#logo-back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	
}

#logo {
	z-index: 20;
	position: relative;
	top: 29px;
	left: 20px;
}

#menu a {
	text-decoration: none;
}

#menu ul {
	display: block;
	height: 33px;
	padding-right: 42px;
	background: url(../images/menu-item-right.png) no-repeat right top;
	text-align: right;
	line-height: 1;
	font-weight: bold;
	font-size: 72%;
	color: #45a39d;
	vertical-align: bottom;
}
#menu ul li {
	display: inline-block;
	*display: inline; 
	*zoom: 1; 
	background: url(../images/menu-item.png) no-repeat;
	width: 82px;
	height: 100%;
	margin: 0;
	padding: 0;
	padding-top: 6px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.1;
}
#menu ul li.first {
	background-image: url(../images/menu-item-left.png);
	width: 94px;
}

h1 {
	text-align: right;
	background: url(../images/h1-bg.png) no-repeat right bottom;
}

h2 {
	background: url(../images/h2-bg.png) repeat-x left bottom;
}

h1 a:link, h2 a:link {
	color: black;
}


.twitter-container {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-right: 5px;
	height: 590px;
}

.blog-body {
	font-size: 90%;
}

.blog-date {
	text-align: right;
	top: -0.5em;
	position: relative;
	padding-right: 1em;
}

.blog-more {
	text-align: right;
	margin-bottom: 1em;
}
