body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
}

#blogtitle a {
	text-decoration: none;
	font-family: Arial;
	color: #ff7315BEFC00;
}
#blogmenu {
	float: right;
	padding: 0 25px 0 0;
	font-weight: bold;
	color: #ff7315;
}
#blogmenu a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 5px 0 0;
	font-weight: normal;
}
#logo {
	width: 300px;
	float: left;
	margin: 30px 0 0 0;
}
#intro {
	width: 215px;
	margin: 30px 20px 0 0;
	float: right;
}
#intro img {
	display: block;
	float: right;
	margin: 5px 0 5px 10px;
}
#intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#main {
	padding: 30px 20px;
}

#main div.blog-item {
	position: relative;
	margin: 0 0 20px 0;
}
#main .content {
	width: 500px;
	float: left;
	position: relative;
	padding: 0 0 50px 0;
}
#main .sidebar {
	float: right;
	width: 215px;
}

/* content */

#main h1.strap {
	background:transparent url('../images/strap1.gif') no-repeat scroll 0 0;
	border-bottom:0;
	border-top:0;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: normal;
	line-height:normal;
	padding: 7px 10px;
	margin: 10px 0;
	height: 31px;
}
#main h1.strap2 {
	background:transparent url('../images/strap.gif') no-repeat scroll 0 0;
	border-bottom:0;
	border-top:0;
	color:#fff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: normal;
	line-height:normal;
	padding: 7px 10px;
	margin: 10px 0;
	height: 31px;
}
div.newimages {
	float: right;
	clear: right;
	width: 200px;
	margin: 0 10px 0 20px;
}
div.newimages img {
	width: 200px;
	display: block;
	float: right;
	clear: right;
	margin: 0 0 20px 0;
}

#main .content h2, #main .content h3, #main .content h4, #main .content h5, #main .content h6 {
	margin: 0 10px 10px;
}
#main .content p {
	margin: 0 10px 10px;
	padding: 0;
	color:#666666;
	font-size:12px;
	line-height:120%;
}

p.poster {
	position: absolute;
	bottom: 0;
}

/* sidebar */


#main div.sidebar h1.strap {
	background:transparent url('../images/strap2.gif') no-repeat scroll 0 0;
	color:#fff;
}

div.recentitem {
	margin: 0 0 20px 0;
	padding: 0 10px;
	clear: both;
}
div.recentitem img {
	width: 74px;
	float: right;
	margin: 5px 0 10px 10px;
}
div.recentitem a {
	color:#ff7315;
	font-size:12px;
	line-height:120%;
	margin:0;
	text-decoration: none;
}
div.recentitem p {
	color:#666;
	font-size:11px;
	line-height:120%;
	margin:0;
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.clear {
	clear: both;
}