body {
	margin: 0;
	padding: 0;
	background:  #33200D; /*  url(../images/bg.png);*/
	font-family: "Trebuchet MS", Helvetica, verdana, sans-serif;
	color: #999;
	text-align: center;
}

h1, h2, h3, p, ul, ol {
	margin-top: 0;
	text-align: left;
}

h1, h2, h3 {
	/*text-transform: lowercase;*/
	font-variant:small-caps;
	color: #fff;
}

h1 {
	letter-spacing: -2px;
	font-size: 35px;
}

h2 {
	letter-spacing: -1px;
	/*font-size: 25px;*/
}

h3 {
	/*font-size: 20px;*/
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

img {
	text-align: right;
	padding: 5px;
}
/* IMAGE LEFT & RIGHT SETTINGS */
#imgrt {
	float: right;
	padding: 5px;
}
#imglt {
	float: left;
	padding: 5px;
}

strong, em {
	color: #ddd;
}

a {
	text-decoration: none;
}

a:link {
	/*border-bottom: 1px dotted #333;*/
	color: #eee;
}

a:visited {
	color: #ccc;
	/*border-bottom: 1px dotted #666;*/
}

a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

a img {
	border: none;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
	background: url(../images/header_bg.jpg) no-repeat 50% 0
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
	/*background: #003014;*/
	width: 960px;
	height: 250px;
	margin: 0 auto;
	text-transform: lowercase;
}

/* LOGO & SLOGAN */

#header h1, #header h2 {
	margin: 0;
	text-align: right;
	color: #fff;
	padding-right: 25px;
}

#header h1 {
	padding-top: 35px;
	padding-right: 20px;
	font-variant:small-caps;
}

#header a {
	border: none;
	color: #fff;
}

#header a:hover {
	color: #fff;
}

/* MENU */

#header ul {
	/*background-color: #003014;*/
	margin: 0;
	padding: 15px 0 0 0;
	line-height: normal;
	list-style: none;
	text-align: right;
}

#header li {
	display: inline;
}

#header li a {
	padding: 0 1em;
	font-weight: bold;
	color: #fff;
}

#header li a:hover {
	background: url(../images/post_entry_bg.png) repeat-x 0 50%;
	color: #fff;
}

/* PAGE - Contains the main content and the sidebar. */

#page {
	width: 960px;
	margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
	float: left;
	width: 640px;
}

/* POST - Contains a section of the content. Grouping content is neat. */

.post {
	margin-bottom: 20px;
	font-size: 13px;
}

.post .title {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/post_title_bg.png) repeat-x;
	font-size: 20px;
	font-weight: bold;
	font-variant:small-caps;
	color: #fff;
}

.post .title a {
	border: none;
	color: #fff;
}

.post .entry {
	padding: 20px 20px 1px 20px;
	/*background:transparent url(../images/torso.jpg) no-repeat scroll right;*/
	border: 1px solid #000;
}

.post .byline {
	font-size: smaller;
	color: #666;
}

.post .byline a {
	font-weight: bold;
	color: #999;
}

/*.post .meta {
	background: url(../images/post_meta_bg.png);
	border-top: 1px solid #000;
}

.post .meta p {
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #000;
	line-height: normal;
	color: #666;
}

.post .meta a {
	border: none;
	color: #999;
}

.post .meta a:hover {
	color: #fff;
}

.post .meta .tags {
	padding-left: 30px;
	background: url(../images/tag_green.png) no-repeat 10px 50%;
}

.post .meta .tags a {
}

.post .meta .links {
}

.post .meta .links a {
	padding-left: 22px;
}

.post .meta .comments {
	background: url(../images/comments.png) no-repeat 0 50%;
}

.post .meta .permalink {
	background: url(../images/world_link.png) no-repeat 0 50%;
}

.post .meta .more {
	background: url(images/bullet_go.png) no-repeat 0 50%;
}*/

/* FORM STYLES */

form {
	text-align: left;
}
/* SIDEBAR - For extra links and ad spaces. */

#sidebar {
	float: right;
	width: 300px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	font-size: 10px;
	color: #fff;
	text-align: center;
}

#sidebar img {
	text-align: center;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	padding: 2px 0;
	/*border-bottom: 1px solid #000;*/
}

#sidebar li li a {
	border: none;
}

#sidebar li li a:hover {
	padding-left: 20px;
	background: url(../images/bullet_go.png) no-repeat 0 50%;
	color: #fff;
}

#sidebar h2 {
	height: 35px;
	margin: 0;
	padding: 6px 0 0 20px;
	background: url(../images/post_title_bg.png) repeat-x;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	font-variant:small-caps;
}

#sidebar .pad {
	padding: 20px;
}

/* FOOTER - For footnotes and copyright notices. */
#footerwrap {
	background: url(../images/footer_bg.jpg) no-repeat 50% 0;
	background-position: bottom;
}

#footer {
	/*background: #33200D;*/
	clear: both;
	width: 960px;
	height: 100px;
	height /**/ : 250px; /*Internet Explorer hack. Only IE understands this*/
	margin: 0 auto;
	padding: 10px 0;
	border-top: 1px solid #000;
	text-align: center;
	font-size: smaller;
}

#footer p {
	color: #fff;
	font-variant:small-caps;
	margin: 0;
	line-height: normal;
	text-align: center;
}

#footer .legal img {
	margin-top: 1em;
}
#footer p.copyright {
margin: 0;
}

/* FOOTER navigation */

#footer ul {
	/*background-color: #003014;*/
	margin: 0;
	padding: 15px 0 10px 0;
	line-height: normal;
	list-style: none;
	text-align: center;
	font-variant:small-caps;
}

#footer li {
	display: inline;
}

#footer li a {
	padding: 0 1em;
	font-weight: bold;
	color: #fff;
}

#footer li a:hover {
	background: url(../images/post_entry_bg.png) repeat-x 0 50%;
	color: #fff;
}

/* SPLASH PAGE */
#splash {
	background: #33200D;
	background-image: url(../images/splash-2.jpg);
	background-repeat: no-repeat;
	background-position: relative;
	width: 760px;
	height: 430px;	
	margin: 100px auto 0 auto;
	padding: 10px;
	text-align:center;
}

#splash h2 {
	font-size: 45px;
	margin:0;
	padding:0;
	text-align:right;
}

#splash p.splash {
	font-size: 10px;
	color: #fff;
	text-align:right;
	margin-top: 278px;
}
#splash img {
	float: right;
	margin-top: 200px;
}
#sfooter {
	border-top: 1px solid #000;
	float: right;
}

