body {
	margin: 0;
	padding: 0;
	background: #0E0E0E url(images/bg.jpg) fixed;
	font-family: 'Tahoma', sans-serif;
	font-size: 16px;
	color: #757575;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'Abel', sans-serif;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	color: #FFFFFF;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #A0A0A0;
}

a:hover {
}

#wrapper {
	width: 960px;
	margin: 20px auto;
	padding: 0px 40px 0px 40px;
	background-color: rgba(0,0,0,.8);
	border: solid #141418;
}

/* Header */

#header {
	width: 940px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#logo {
	width: 960px;
	height: 150px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 200px;
	letter-spacing: -4px;
	text-align: center;
	font-size: 4.8em;
	font-family: 'Abel', sans-serif;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	text-align: center;
	color: #FFFFFF;
} 

#logo p a {
	color: #FFFFFF;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	padding: 20px 0px;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#menu li {
	display: inline-block;
	border-right: 1px solid #292929;
}

#menu a {
	display: block;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #C0C0C0;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 960px;
	margin: 0 0;
	padding: 0;
}

#page-bgtop {
	padding: 20px 0px;
}

#page-bgbtm {
}

/* Content */

#content {
	float: left;
	width: 620px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .title {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -.5px;
	color: #C2C2C2;
}

.post .title a {
	color: #C2C2C2;
	border: none;
}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.post .entry img {
	padding: 5px;
	background: rgba(255, 255, 255, 0.1);
}

.post .entry .imagestrip1 {
	height: 120px;
}

.post .entry .imagestrip2 {
	height: 180px;
}

.post .entry .imagestrip1 img {
	width: 170px;
}


.post .entry .imagestrip2 img {
	width: 300px;
}

.post .entry img:hover {
	background: rgba(255, 255, 255, 0.15);
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
	padding: 30px 0px 0px 0px;
	color: #787878;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li img {
	float: left;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.1);
	width: 70px;
	height: 40px;
}

#sidebar li img:hover {
	background: rgba(255, 255, 255, 0.15);
}

#sidebar h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #C2C2C2;
}

#sidebar p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sidebar a {
	border: none;
	color: #898989;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #6E6E6E;
}

/* Footer */

#footer {
	width: auto;
	height: 50px;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-align: center;
	color: #CCCCCC;
}

#footer a {
	color: #444444;
}

#three-columns {
	overflow: hidden;
	width: 960px;
	padding: 30px 0px;
	border-bottom: 1px solid #292929;
}

#three-columns h2 {
	padding: 0px 0px 20px 0px;
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: -1px;
	text-align: left;
	color: #C2C2C2;
}

#three-columns #column1 {
	float: left;
	width: 290px;
	margin-right: 40px;
}

#three-columns #column2 {
	float: left;
	width: 290px;
}

#three-columns #column3 {
	float: right;
	width: 300px;
}

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #FF7637;
	border-radius: 10px;
	color: #FFFFFF;
}

#banner {
	height: 360px;
	padding: 10px 0px 0px 10px;
	background: rgba(60, 60, 60, 0.5);
}

#banner #image {
	float: left;
	background-image:  url(banner.png);
	height: 350px;
	width: 940px;
}