* {
	margin: 0px;
	padding: 0px;
}

html {
	overflow-y: scroll;
}

body {	
	background: #1e1f21 url(img/page-bg.jpg) repeat;
	font: 13px/18px "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

a, a:visited {
	color: #6e7073;
	outline: none;
}

a:hover {
	color: #3d40cd;
}

a img {
	border: none;
}

img {
	vertical-align: middle;
}

p {
	margin: 20px 0 20px 0;
}

ul, ol {
	margin-bottom: 20px;
}

li {
       margin-bottom: 10px;
       margin-left: 15px;
}

blockquote {
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	border-left: 5px solid #f7f7f7;
}

/*	##################################
   	BASIC LAYOUT
	################################## */
	
#page {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
	
#header {
	position: relative;
	height: 200px;
}

#content {
	padding: 34px 23px 0 30px;
	width: 713px;
	background: url(img/content-bg.jpg) left top repeat-y;
}

#content-wide {
	padding: 34px 23px 0 30px;
	width: 913px;
	background: url(img/content-bg-wide.jpg) left top repeat-y;
}

#content-special {
        padding: 34px 10px 0 10px;
        float: left;
	width: 633px;
}

#content-left {
	float: left;
	width: 465px;
}

#content-right {
	float: right;
	width: 200px;
	padding-right: 28px;
}

#menu-extender {
	position: absolute;
	width: 1000px;
	height: 29px;
	background: #905101;
	right: 1024px;
	top: 165px;
}

/*	##################################
   	HEADINGS
	################################## */
	
h1 {
	position: absolute;
	bottom: 80px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 1;
	font-size: 24px;
	font-weight: normal;
}

h1 a {
	color: #fff;
	text-decoration: none;
}

h2 {
	margin: 0 0 0px 0px;
}

h2#blog-description {
	position: absolute;
	bottom: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}

h3 {
	margin: 0 0 20px 0;
	font-size: 1.6em;
	font-weight: normal;
}

h3 a {
	text-decoration: none;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	margin: 0 0 10px 0;
	font-size: 13px;
}

#top {
	height: 233px;
	background: url(img/page-top-bg.jpg) top left no-repeat;
	position: relative;
}

#top-wide {
	height: 233px;
	background: url(img/page-top-bg-wide.jpg) top left no-repeat;
	position: relative;
}
	
#nav, #nav ul {
	list-style: none;
	text-transform: uppercase;
}

#nav {
	position: relative;
	top: 165px;
	margin: 0;
	height: 30px;
	padding-left: 37px;
}

#nav a {
	display: block;
	float: left;
	padding: 5px 20px 6px;
	text-decoration: none;
	color: #fff;
	-moz-border-radius: 10px;
}

#nav a:hover {
	background: #003568;  
}

#nav li {
	float: left;
	list-style: none;
margin-bottom: 0px;
}
	
/* Dropdown Menus */
	
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 174px;
	border-bottom: 1px solid #6e7073;
	z-index: 100;
}

#nav li li {
	width: 172px;
	border-top: 1px solid #6e7073;
	border-right: 1px solid #6e7073;
	border-left: 1px solid #6e7073;
	background: #1e1f21;   
}

#nav li li a, #nav li li a:hover {
	width: 162px;
	height: auto;
	padding: 5px;
	background: none;
	font-weight:normal;
	color:#fff;

font-size: 11px;
}

#nav li li a:hover {
	background: #4a4f54;

        font-size: 11px;
}
		
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	top: 29px;
	left: auto;
}


/*	##################################
   	CONTENT
	################################## */
	
/** box left */

.box-left {
	margin: 0 0 40px 20px;
}
	
.meta {
	clear: both;
	padding: 10px;
	background: #fff url(img/bg-meta.gif) repeat-x left top;
	color: #5e5e5e;
}

.meta-date {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-date.gif) no-repeat 0px 2px;
}

.meta-categories {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-categories.gif) no-repeat 0px 2px;
}

.meta-comments {
	padding: 0 10px 0 15px;
	background: url(img/bg-meta-comments.gif) no-repeat 0px 2px;
}

p.tags {
	clear: both;
}

/** box right */

.box-right {
	margin: 0 20px 0px 0;
	padding: 20px;
	background: #ffffff; /* url(img/bg-box-right.gif) no-repeat left top; */
}

.box-right ul {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.box-right li {
	margin: 0px;
	padding: 5px;
	border-bottom: 1px solid #dedede;
}

.box-right li a {
	text-decoration: none;
}

.sideblog ul {
	list-style: none;
}

.sideblog ul li {
	margin: 0 0 20px 0;
}

/*	##################################
   	COMMENTS
	################################## */
	
#commentform label {
	display: block;
	margin: 0 0 5px 0;
}

#commentform input.text, #commentform textarea {
	width: 100%;
	margin: 0 0 10px 0;
}

#commentform .text {
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#commentform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.commentlist .quote {
	padding: 20px;
	background: url(img/bg-comment-quote.gif) no-repeat right top;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(img/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}

/*	##################################
   	SEARCHFORM
	################################## */
	
#searchform #search {
	float: left;
	width: 146px;
	height: 22px;
	padding: 6px 6px 0 6px;
	background: #fff url(img/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

#searchform .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 10px;
	background: #4a4f54;
	border: none;
	color: #fff;
}

/*	##################################
   	FOOTER
	################################## */

#footer {
	margin-top: -28px;
	padding-left: 50px;
	position: relative;
}

#footer p {
	margin: 0 0 50px 0;
}

#footer a {
	color: black;
}

/*	##################################
   	USEFUL
	################################## */

.clear {
	clear:both;
}

.hide {
	display: none;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

#bear {
	position: absolute;
	right: 3px;
	top: 250px;
}

#featured_button {
	position: absolute;
	right: 208px;
	top: 150px;
}

