/*
Theme Name: DopeStatus
Theme URI:
Description: Created by <a href="http://dunamisdesigns.com">Dunamis Media</a> and in collaboration with <a href="http://awakening.ch/">Awakening</a>. Required plugins: <a href="http://wordpress.org/extend/plugins/exclude-pages/">Exclude Pages</a> and <a href="http://wordpress.org/extend/plugins/recent-posts/">Recent Posts</a>.
Version: 1.1.4
Author: Deniz Guenay
Author URI: http://awakening.ch/
*/

body {
	background: #000;
}

/* Global Reset */
* { margin: 0; padding: 0; border: 0; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
p { margin: 0 0 20px 0; }

/* Header */
#header {
	width: 940px;
	height: 260px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

#header.rotator {
	background: url(images/header/rotator.php) center top no-repeat;
}

#header.rotator.front {
	width: 940px;
	height: 260px;
	margin: 0 auto;
	background: none;
	overflow: hidden;
	clear: both;
}

#title h1 a {
	text-indent: -9999px;
	width: 1px;
	height: 1px;
	display: block;
}

/* Navigation */
#navigation {
	width: 940px;
	height: 62px;
	background: url(images/navigation.png) no-repeat;
	margin: 0 auto;
	clear: both;
}

#navigation .menu {
	margin: 0 0 0 20px;
	z-index: 99;
	float: left;
}

#navigation .menu ul li {
	z-index: 99;
}

#navigation .menu ul li a {
	font: bold 18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: url(images/button-separator.png) no-repeat top left;
	color: #6B6969;
}

#navigation .menu ul li.home a {
	background: none;
}

#navigation .menu ul li.home:hover {
	background: none;
}

#navigation .menu ul li:hover,
#navigation .menu ul li.current_page_item,
#navigation .menu ul li.current_page_parent,
#navigation .menu ul li.current_page_ancestor {
	background: url(images/button-hover.png) repeat-x;
}

#navigation .menu ul li a:hover,
#navigation .menu ul li.current_page_item a,
#navigation .menu ul li.current_page_parent a,
#navigation .menu ul li.current_page_ancestor a {
	color: #bbb;
}

#navigation .menu ul li ul {
	background: url(images/dropdown.png);

	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#navigation .menu ul li ul li:hover,
#navigation .menu ul li ul li.current_page_item,
#navigation .menu ul li ul li.current_page_parent,
#navigation .menu ul li ul li.current_page_ancestor {
	background: url(images/button-sub-hover.png) repeat-x !important;

	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;

	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#navigation .menu ul li ul li a {
	font: bold 12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background: none;
}

#navigation .menu ul li ul li ul {
	background: url(images/dropdown.png);
	
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;

	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;

	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			1px;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	padding: 14px 37px 18px 34px;
	text-decoration:none;
}

.sf-menu ul li a {
	padding: 12px 18px 12px 15px;
	text-decoration:none;
}

.sf-menu ul li ul li a {
	padding: 12px 18px 12px 15px;
	text-decoration:none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.gif') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			17px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* Search */
#searchform {
	margin: 13px 20px 0 0;
	float: right;
}

#searchfield {
	width: 150px;
	height: 25px;
	background: #fff;

	-moz-border-radius-topleft: 1px;
	-khtml-border-top-left-radius: 1px;
	-webkit-border-top-left-radius: 1px;
	border-top-left-radius: 1px;

	-moz-border-radius-topright: 1px;
	-khtml-border-top-right-radius: 1px;
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;

	-moz-border-radius-bottomleft: 1px;
	-khtml-border-bottom-left-radius: 1px;
	-webkit-border-bottom-left-radius: 1px;
	border-bottom-left-radius: 1px;

	-moz-border-radius-bottomright: 1px;
	-khtml-border-bottom-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-right-radius: 1px;
}

#s {
	font: bold 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	padding: 5px 0 0 0;
	width: 150px;
	height: 20px;
	background: none;
}

#s:focus {
	color: #333;
}

/* Slideshow */
#slideshow-container {
	width: 940px;
	margin: 10px auto 20px auto;
	position: relative;
	overflow: hidden;
	clear: both;
}

#slideshow-container #slideshow a img {
	width: 940px;
	height: 460px;
}

/* Corners */
#slideshow-container #corners span {
	width: 10px;
	height: 10px;
	background: url(images/corners.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 999;
}

#slideshow-container #corners .top-left {
	top: 0;
	left: 0;
	background-position: top left;
}

#slideshow-container #corners .top-right {
	top: 0;
	right: 0;
	background-position: top right;
}

#slideshow-container #corners .bottom-left {
	bottom: 0;
	left: 0;
	background-position: bottom left;
}

#slideshow-container #corners .bottom-right {
	bottom: 0;
	right: 0;
	background-position: bottom right;
}

/* Navigation */
#slideshow-container .navigation {
	width: 100%;
	bottom: 15px;
	position: absolute;
	z-index: 9999;
}

#slideshow-container .navigation .buttons {
	width: 60px;
	margin: 0 auto;
}

#slideshow-container .navigation .buttons a {
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
	background: url("images/buttons.png") 0 0 no-repeat;
	text-indent: -9999px;
	display: block;
	float: left;
}

#slideshow-container .navigation .buttons a.activeSlide {
  background-position: 0 -10px;
}


#container {
	width: 940px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	clear: both;
}

/* Columns */
	/* Container > 2 Columns */
#container .col-1 {
	width: 620px;
	margin: 0 20px 0 0;
	float: left;
}

#container .col-2 {
	width: 300px;
	margin: 40px 0 0 0;
	float: left;
}

	/* Content >  2 Columns */
#content .col-1 {
	width: 290px;
	margin: 0 20px 0 0;
	float: left;
}

#content .col-2 {
	width: 290px;
	float: left;
}

	/* Content > Without Sidebar > 2 Columns */
#content.without-sidebar .col-1 {
	width: 460px;
	margin: 0 20px 0 0;
	float: left;
}

#content.without-sidebar .col-2 {
	width: 460px;
	float: left;
}

	/* Content > Without Sidebar > 3 Columns */
#content.without-sidebar .col-3,
#content.without-sidebar .col-4 {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#content.without-sidebar .col-5 {
	width: 300px;
	float: left;
}

	/* Content > Without Sidebar > 4 Columns */
#content.without-sidebar .col-6
#content.without-sidebar .col-7,
#content.without-sidebar .col-8 {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
}

#content.without-sidebar .col-9 {
	width: 220px;
	float: left;
}

	/* Footer > 3 Columns */
#footer .col-1,
#footer .col-2 {
	width: 300px;
	margin: 0 20px 0 0;
	float: left;
}

#footer .col-3 {
	width: 300px;
	float: left;
}

/* Content */
#content .entry {
	font: 15px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ddd;
	text-align: justify;
	overflow: hidden;
	clear: both;
}

#content .entry a {
	font-weight: bold;
	color: #fff;
}

#content .entry a:hover {
	color: #fff;
}

#content .entry h2 {
	color: #fff;
	font-size: 24px;
	text-align: left;
	margin: 0 0 20px 0;
}

#content .entry h2,
#content .entry h3,
#content .entry h4 {
	color: #fff;
	margin: 0 0 20px 0;
}

#content .entry.front {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#content .entry.front h2,
#content .entry.front h3,
#content .entry.front h4 {
	color: #5cb3f0;
}

#content .entry h4 {
	font-size: 13px;
	font-weight: bold;
}

#content .entry h3 {
	font-size: 17px;
	font-weight: bold;
}

#content .entry ul,
#content .entry ol {
	margin: 10px 0 20px 0;
	padding: 0 0 0 30px;
	clear: both;
}

#content .pagemetadata,
.edit {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #ddd;
	font-weight: bold;
	padding: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}

#content .pagemetadata a,
.edit a {
	color: #ddd;
	font-weight: bold;
}

#content .pagemetadata a:hover,
.edit a:hover {
	color: #ddd;
}

#content .navigation {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	font-weight: bold;
	margin: 20px 0 20px 0;
	overflow: hidden;
	clear: both;
}

#content .navigation a {
	color: #aaa;
	font-weight: bold;
}

#content .navigation a:hover {
	color: #666;
}

/* Post */
#content .post .entry {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#content .post .entry h2 {
	font: bold 23px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}

#content .post a {
	color: #fff;
}

#content .post a:hover {
	color: #5cb3f0;
}

#content .post .postmetadata {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	background: #090909;
	margin: 0 0 20px 0;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
	clear: both;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#content .post .postmetadata a {
	color: #ddd;
	font-weight: lighter;
}

#content .post .postmetadata a:hover {
	color: #fff;
	text-decoration: none;
}

#content .post .postmetadata .alignleft,
#content .post .postmetadata .alignright {
	padding: 2px 0 2px 0;
}

#content .post .postmetadata .alignright a:hover .info {
	display: inline;
}

#content .post .postmetadata .alignright .info {
	color: #555;
	display: none;
	cursor: default;
}

#content .post .postmetadata .alignright .count {
	color: #555;
	font-weight: bold;
	padding: 2px 5px 1px 0;
	background: #090909;
}

#content .post .postmetadata .alignright .count:hover {
	color: #555;
	background: #090909;
}

/* Comments */
#comments-top {
	height: 35px;
	width: 620px;
	margin: 20px 0 0 0;
	background: #090909;
	overflow: hidden;
	clear: both;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#comments-top #comments-top-left {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	padding: 8px 0 0 10px;
	float: left;
}

#comments-top #comments-top-left  a {
	color: #ddd;
}

#comments-top #comments-top-left  a:hover {
	color: #fff;
}

#comments-top-right,
#comments-top-right-pings {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	float: right;
}

#comments-top-right ul li {
	list-style: none;
	margin: 4px 0 0 0;
	float: right;
}

#comments-top-right-pings ul li {
	list-style: none;
	margin: 4px 0 0 0;
	float: left;
}

#comments-top-right ul li a,
#comments-top-right-pings ul li a {
	color: #ddd;
	line-height: 30px;
	height: 37px;
	padding: 0 10px 0 10px;
	display: block;
}

#comments-top-right ul li.ui-tabs-selected a,
#comments-top-right-pings ul li.ui-tabs-selected a {
	color: #ddd;
	line-height: 30px;
	padding: 0 10px 0 10px;
	background: #000;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-tabs-hide {
	display: none;
}

#comments-top-right ul li a:hover,
#comments-top-right-pings ul li a:hover {
	color: #fff;
}

#comments {
	width: 620px;
	margin: 20px 0 0 0;
	overflow: hidden;
	clear: both;
}

.comment {
	width: 620px;
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}

.comment-left {
	width: 80px;
	margin: 0 10px 0 0;
	float: left;
}

.author-id-1.comment-left,
.author-id-2.comment-left {
	margin: 0 0 0 10px;
	float: right;
}

.gravatar {
	overflow: hidden;
	clear: both;
}

.commentmetadata {
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	text-align: center;
	margin: 5px 0 0 0;
	overflow: hidden;
	clear: both;
}

.commentmetadata a {
	color: #ddd;
}

.commentmetadata a:hover {
	color: #fff;
}

.comment-name {
	font-weight: bold;
	color: #5cb3f0;
}

.comment-name a {
	color: #5cb3f0;
}

.comment-name a:hover {
	color: #5cb3f0;
}

.comment-right {
	width: 520px;
	background: #090909;
	float: right;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.comment-top {
	background: #090909;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.comment-bottom {
	width: 520px;
	height: 4px;
	background: #090909;
	overflow: hidden;
	clear: both;
	
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.comment-right.alt {
	background: !important;
	background: #0b0b0b;
}

.comment-top.alt {
	background: !important;
	background: #0b0b0b;
}

.comment-bottom.alt {
	background: !important;
	background: #0b0b0b;
}

/* Author */
.author-id-1.comment-right,
.author-id-2.comment-right {
	float: left;
}

.author-id-1.comment-top,
.author-id-2.comment-top{
}

.author-id-1.comment-bottom,
.author-id-2.comment-bottom {
}

.author-id-1.comment-right.alt,
.author-id-2.comment-right.alt {
	background: !important;
}

.author-id-1.comment-top.alt,
.author-id-2.comment-top.alt {
	background: !important;
}

.author-id-1.comment-bottom.alt,
.author-id-2.comment-bottom.alt {
	background: !important;
}

.comment-entry {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	padding: 20px 20px 0 20px;
	overflow: hidden;
	clear: both;
}

.author-id-1.comment-entry,
.author-id-2.comment-entry {
	padding: 20px 20px 0 20px;
}

.comment-entry a {
	font-weight: bold;
	color: #ddd;
}

.comment-entry a:hover {
	color: #5cb3f0;
}

.comment-entry ul,
.comment-entry ol {
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	clear: both;
}

.comment-entry li,
.comment-entry li{
	line-height: 20px;
}

#tab-pings {
	margin: 0 0 20px 0;
}

.ping {
	height: 30px;
	background: #090909;
	border-bottom: 1px solid #0b0b0b;
}

.ping.alt {
	background: #080808;
}

.pingmetadata {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	padding: 6px 10px 0 10px;
}

.pingmetadata a {
	color: #ddd;
}

.pingmetadata a:hover {
	color: #5cb3f0;
}

.ping-name {
	font-weight: bold;
	margin: 0 5px 0 0;
	color: #fff;
	float: left;
}

.ping-name a {
	color: #fff;
}

.ping-name a:hover {
	color: #5cb3f0;
}

.ping-date {
	float: left;
}

#comments-form {
	width: 620px;
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	margin: 20px 0 20px 0;
}

#comments-form a {
	color: #ddd;
}

#comments-form a:hover {
	color: #fff;
}

#comments-form h3 {
	font: bold 16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}

/* Comment Form */
#commentform {
	padding: 20px;
	background: #090909;
	overflow: hidden;
	clear: both;
}

#commentform div {
	width: 560px;
	margin: 0 0 10px 0;
	overflow: hidden;
	clear: both;
}

#commentform div input {
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 260px;
	padding: 7px;
	background: #101010;
	border: 1px solid #191919;
	float: left;
	color: #aaa;
}

#commentform div input:focus,
#commentform div textarea:focus {
	background: #151515;
	border: 1px solid #202020;
	color: #ddd;
}

#commentform div label {
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	width: 270px;
	margin: 0 0 10px 0;
	padding: 7px 0 0 10px;
	float: right;
}

#commentform div textarea {
	font: 13px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 544px;
	height: 186px;
	padding: 7px;
	border: 1px solid #191919;
	background: #101010 repeat-x;
}

input[type=submit],
#submit {
	padding: 7px 10px 7px 10px;
	background: #101010;
	border: 1px solid #191919;
	color: #aaa;
	cursor: pointer;
	overflow: hidden;
	clear: both;

	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;

	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;

	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

input[type=submit]:hover,
#submit:hover {
	background: #151515;
	border: 1px solid #202020;
	color: #ddd;
}

input[type=submit]:active,
#submit:active {
	background: #151515;
	border: 1px solid #202020;
	color: #ddd;
}

#commentform,
.form-container {
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;

	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Sidebar */
#sidebar .widget {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	margin: 0 0 20px 0;
	overflow: hidden;
	clear: both;
}

#sidebar .widget a {
	color: #ddd;
}

#sidebar .widget a:hover,
#sidebar .widget ul li.current_page_item a,
#sidebar .widget ul li.current_page_parent a,
#sidebar .widget ul li.current_page_ancestor a,
#sidebar .widget ul li.current-cat a,
#sidebar .widget ul li.current-cat-parent a {
	color: #fff;
}

#sidebar .widget .top {
	background: #101010;
	padding: 10px 20px 10px 20px;
	
	-moz-border-radius-topleft: 4px;
	-khtml-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;

	-moz-border-radius-topright: 4px;
	-khtml-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

#sidebar .widget .top h2 {
	font: bold 17px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #5cb3f0;
}

#sidebar .widget .entry {
	background: #090909;
	padding: 10px 20px 10px 20px;

	-moz-border-radius-bottomleft: 4px;
	-khtml-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;

	-moz-border-radius-bottomright: 4px;
	-khtml-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#sidebar .widget ul,
#sidebar .widget ol {
	clear: both;
}

#sidebar .widget ul li {
	list-style: none;
}

/* Footer */
#footer {
	width: 100%;
	margin: 40px 0 0 0;
	background: #070707;
	overflow: hidden;
	clear: both;
}

#footer-wrap {
	width: 940px;
	margin: 20px auto 0 auto;
	overflow: hidden;
	clear: both;
}

#footer .widget {
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	text-align: justify;
}

#footer .widget a {
	color: #aaa;
}

#footer .widget a:hover {
	color: #fff;
}

#footer .widget h2 {
	font-size: 17px;
	color: #5cb3f0;
	margin: 0 0 20px 0;
}

#footer .widget ul li {
	list-style: none;
}

#credit-wrap {
	width: 940px;
	background: #0b0b0b;
	margin: 40px auto 20px auto;
	overflow: hidden;
	clear: both;
	
	-moz-border-radius-topleft: 6px;
	-khtml-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-left-radius: 6px;

	-moz-border-radius-topright: 6px;
	-khtml-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-right-radius: 6px;

	-moz-border-radius-bottomleft: 6px;
	-khtml-border-bottom-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-bottom-left-radius: 6px;

	-moz-border-radius-bottomright: 6px;
	-khtml-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#credit {
	padding: 10px 20px 10px 20px;
	font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #aaa;
	overflow: hidden;
	clear: both;
}

#credit a {
	color: #ddd;
}

#credit img {
	margin: 11px 0 0 0;
	padding: 0 3px 0 10px;
	border-left: 2px solid #444;
}

#credit img.facebook {
	border-left: 0;
}

/* Form */
.form-container {
	overflow: hidden;
	clear: both;
}

.form {
	width: 560px;
	padding: 5px 0 5px 0;
	overflow: hidden;
	clear: both;
}

.form-left {
	text-align: right;
	width: 100px;
	float: left;
}

.form-left-centered {
	text-align: right;
	width: 100px;
	padding: 6px 0 0 0;
	float: left;
}

.form-right {
	width: 400px;
	padding: 0 0 0 15px;
	float: left;
}

input[type=text],
input[type=file],
select,
textarea {
	color: #aaa;
	padding: 5px;
	margin: 0 0 5px 0;
	background: #101010;
	border: 1px solid #191919;
}

input[type=text]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
	background: #151515;
	border: 1px solid #202020;
}

.form textarea {
	width: 320px;
}

/* WordPress */
.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.aligncenter {
	text-align: center;
	margin: 0 auto 10px auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}

img.alignright,
.wp-caption.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}

img.aligncenter,
.wp-caption.aligncenter {
	display: block;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption p.wp-caption-text {
	line-height: 28px;
	margin: 0;
}