/* 
Theme Name: Imperial
Theme URI: http://themeforest.net/user/mattbrett/portfolio
Description: A WordPress theme with no specific purpose... it just looks awesome!
Version: 1.1
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body {
	font: 62.5% "Century Gothic", Arial, "Trebuchet MS";
	color: #999999;
	text-align: center;
	background: #101010 url("../images/dark/tile.png") top center repeat;
	margin-top: 5px;
}

#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#mid {
	float: left;
	width: 100%;
	background: #101010;
}

#mid-single {
	float: left;
	width: 100%;
	background: #101010;
}

#mid-inner {
	float: left;
	width: 100%;
	background: #101010;
}

#content {
	float: left;
	display: inline;
	width: 754px;
	margin-left: 2px;
}

#content .blog {
	text-indent: 8px;
	margin-bottom: 10px;
}

#content .blog-sub {
	color: #6666CC;
	font-style: italic;
}

#content .review {
	font-weight: normal;
	font-style: italic;
	line-height: 13px;
	text-transform: none;
	color: #00CCCC;
	margin: 20px 0 5px 0;
	font-size: 13px;
}

#content .cd {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
	color: #555555;
	font-style: italic;
	margin: 5px 0 15px 15px;
}

#content .view {
	font-weight: normal;
	font-size: 11px;
	line-height: 11px;
	color: #6666cc;
	margin: 0 0 0 15px;
}

/* Interview Questions/Answers */
#content .interview {
	text-indent: 5px;
	margin-bottom: 20px;
	margin-top: 2px;
}

#content .reply {
	margin-bottom: 15px;
	padding-left: 5px;
}

#content .inter {
	color: #00cccc;
	margin: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 13px;
	font-weight: normal;
}

#content .member {
	font-size: 13px;
	color: #6666CC;
	margin: 0 0 2px 0;
	font-style: italic;
	font-weight: normal;
}

#content .question2 {
	margin-bottom: 15px;
	padding-left: 5px;
	color: #777777;
}
/* End Interview Questions/Answers */

#content .admin {
	color: #6666CC;
}

#content .admins {
	height: 300px;
	overflow: auto;
	margin-bottom: 10px;
}

#single .box {
	border: 1px solid #202020;
	padding: 10px;
	margin: 10px;
}

/* Q & A Questions-Answers */

#content .question {
	margin-bottom: 2px;
}

#content .answer {
	text-indent: 5px;
	margin-top: 1px;
}

/* End Q & A */
/* Band Pages */

#content .band {
	margin-bottom: 0;
}
/* End Band Pages */

/* Banner Pages */
#content .banner {
	margin: 0 0 50px 0;
}
/* End Banner Pages */

#content .view a {
	color: #777777;
}

#content .view a:hover {
	color: #00CCCC;
}

#content .list {
	color: #6666CC;
}

#index {
	float: left;
	display: inline;
	width: 412px;
	margin-bottom: -2px;
}

#sidebar-left {
	float: right;
	display: inline;
	width: 340px;
	margin-bottom: -2px;
}

#sidebar-right {
	float: right;
	display: inline;
	width: 200px;
	margin: 0 2px -2px 0;
}

#footer {
	float: left;
	width: 970px;
	height: 12px;
	margin-left: 0px;
	margin-top: 1px;
	padding: 10px 10px;
	color: #6c6c6c;
	background: url("../images/dark/footer-bg.jpg") no-repeat 0;
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	float: left;
	width: 956px;
	height: 125px;
	margin: 0 2px 2px;
	border: 1px solid #202020;
}

#header-inner {
	float: left;
	width: 100%;
	height: 125px;
	padding-bottom: 20px;
	background: url("../images/dark/header-top.jpg") no-repeat 50% 0;
}

#leaderboard {
	float: right;
	display: inline;
	width: 728px;
	height: 90px;
	margin: 12px;
	padding: 2px;
	background: #101010;
}

/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo, #logo-custom {
	position: relative;
	float: left;
	display: inline;
	width: 174px;
	height: 27px;
	margin: 20px 0 0 20px;
	font-size: 15px;
	overflow: hidden;
}

#logo-custom {
	text-indent: -5000px;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none;
}

#logo span, #logo-custom span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: none;
}

#logo a {
	color: #6666cc;
	text-decoration: none;
}

#description {
	clear: left;
	float: left;
	margin: 2px 0 0 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	font-style: italic;
	color: #999999;
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text {
	margin: 12px 0 -8px 18px;
	text-transform: none;
	font: bold 26px "Century Gothic", Arial, "Trebuchet MS";
}

#logo-text a:link, #logo-text a:visited, #logo-text a:active {
	color: #6666cc;
	text-decoration: none;
}

#logo-text a:hover {
	color: #00cccc;
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav {
	float: left;
	width: 956px;
	height: 36px;
	margin-left: 2px;
}

#navlist {
	position: absolute;
	top: 5px;
	left: 2px;
	width: 960px;
	background: url("../images/dark/navlist-bg.jpg") no-repeat 0 0;
}

/* @end */

/* @group search */

/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#search {
	float: right;
	display: inline;
	width: 200px;
	margin: 2px 0 4px 0;
}

#search #s {
	float: left;
	display: inline;
	width: 152px;
	height: 14px;
	padding: 7px 10px;
	font-size: 11px;
	color: #999999;
	background: transparent url("../images/dark/search-input.png") no-repeat 0 0;
	border: none;
}

#search-submit {
	float: left;
	display: inline;
	width: 28px;
}

/* @end */

/* @group subscribe */

/* SUBSCRIBE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#subscribe-options {
	width: 200px;
	height: 69px;
	background: url("../images/dark/subscribe-bg.jpg") no-repeat 0 0;
}

#subscribe-options li {
	display: inline;
}

#subscribe-options a {
	float: left;
	height: 0;
	padding: 67px 0 0 0;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
}

#subscribe-options a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#subscribe-feed a {
	width: 66px;
	background: url("../images/dark/subscribe-icons.jpg") no-repeat 0 0;
}

#subscribe-email a {
	width: 68px;
	background: url("../images/dark/subscribe-icons.jpg") no-repeat -66px 0;
}

#subscribe-twitter a {
	width: 66px;
	background: url("../images/dark/subscribe-icons.jpg") no-repeat -134px 0;
}

/* @end */

/* @group social */

/* SOCIAL
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#social {
	float: left;
	width: 200px;
	background: url("../images/dark/social-bg.jpg") repeat-y 0 0;
}

#social li {
	display: inline;
}

#social a {
	float: left;
	width: 49px;
	height: 0;
	margin-right: 1px;
	padding: 53px 0 0 0;
	overflow: hidden;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#social a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#social-blogger a {
	background-image: url("../images/icons/blogger.png");
}

#social-delicious a {
	background-image: url("../images/icons/delicious.png");
}

#social-digg a {
	background-image: url("../images/icons/digg.png");
}

#social-dopplr a {
	background-image: url("../images/icons/dopplr.png");
}

#social-facebook a {
	background-image: url("../images/icons/facebook.png");
}

#social-flickr a {
	background-image: url("../images/icons/flickr.png");
}

#social-friendfeed a {
	background-image: url("../images/icons/friendfeed.png");
}

#social-gamespot a {
	background-image: url("../images/icons/gamespot.png");
}

#social-google a {
	background-image: url("../images/icons/google.png");
}

#social-lastfm a {
	background-image: url("../images/icons/lastfm.png");
}

#social-linkedin a {
	background-image: url("../images/icons/linkedin.png");
}

#social-mixx a {
	background-image: url("../images/icons/mixx.png");
}

#social-mobileme a {
	background-image: url("../images/icons/mobileme.png");
}

#social-myspace a {
	background-image: url("../images/icons/myspace.png");
}

#social-netvibes a {
	background-image: url("../images/icons/netvibes.png");
}

#social-newsvine a {
	background-image: url("../images/icons/newsvine.png");
}

#social-picasa a {
	background-image: url("../images/icons/picasa.png");
}

#social-reddit a {
	background-image: url("../images/icons/reddit.png");
}

#social-stumbleupon a {
	background-image: url("../images/icons/stumbleupon.png");
}

#social-technorati a {
	background-image: url("../images/icons/technorati.png");
}

#social-tumblr a {
	background-image: url("../images/icons/tumblr.png");
}

#social-twitter a {
	background-image: url("../images/icons/twitter.png");
}

#social-viddler a {
	background-image: url("../images/icons/viddler.png");
}

#social-vimeo a {
	background-image: url("../images/icons/vimeo.png");
}

#social-virb a {
	background-image: url("../images/icons/virb.png");
}

#social-windows a {
	background-image: url("../images/icons/windows.png");
}

#social-wordpress a {
	background-image: url("../images/icons/wordpress.png");
}

#social-youtube a {
	background-image: url("../images/icons/youtube.png");
}

/* @end */

/* @end */

/* @group features */

/* FEATURES
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



#features {
	position: relative;
	clear: both;
	width: 754px;
	height: 252px;
	overflow: hidden;
	background: #101010;
}

#features-nav {
	position: absolute;
	right: 0;
	top: 0;
}

#features-nav .features-nav-item {
	position: relative;
	display: block;
	width: 310px;
	height: 62px;;
	padding: 10px 20px 12px 10px;
	cursor: pointer;
	background: url("../images/dark/feature-tab.jpg") no-repeat 0 0;
}

#features-nav .features-nav-item #features-nav3 {
	height: 62px;
}

#features-nav .features-nav-item.current {
	display: block;
	width: 310px;
	height: 62px;
	margin: -1px 0 1px -44px;
	padding: 11px 20px 11px 54px;
	background: url("../images/dark/feature-tab-current.png") no-repeat 0 0;
	cursor: default;
}

.features-nav-tnail {
	float: left;
	width: 58px;
	height: 58px;
	padding: 2px;
	margin: 0 15px 0 0;
	overflow: hidden;
	padding: 2px;
	background: #101010;
}

.features-nav-tnail img {
	width: 58px;
	height: 58px;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
}

#features-nav .features-nav-item.current .features-nav-tnail img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#features-nav .features-nav-item h3 {
	margin: 2px 0 0 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: none;
	color: #00cccc;
}

#features-nav .features-nav-item.current h3 {
	color: #00cccc;	
}

#features-nav .features-nav-item p {
	font-size: 11px;
	line-height: 14px;
	color: #999999;
}

#features-nav .features-nav-item.current p {
	color: #999999;	
}

#features-nav .features-nav-item span {
	display: none;
}

#features ul li img {
	width: 412px;
	height: 250px;
}

#features a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
	background: url("../images/feature-effects.png") no-repeat 0 0;
}

/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.content a:link, .content a:visited, .content a:active {
	color: #6666CC;
	text-decoration: none;
}

.content a:hover {
	color: #00CCCC;
}

.content h1, .content h2, .content h3, .content h5 {
	font-weight: normal;
	line-height: 20px;
	text-transform: none;
	color: #6666CC;
}

.content h4 {
	font-weight: normal;
	line-height: 13px;
	text-transform: none;
	color: #00CCCC;
	margin: 16px 0 2px 0;
	font-size: 13px;
}

.content h1 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 18px;
	border-bottom: 1px solid #202020;
}

.content h2 {
	margin-bottom: 10px;
	font-size: 18px;
}

#archive-title h2 {
	font-size: 18px;
	color: #999999;
}

#archive-title h2 strong {
	font-weight: normal;
	color: #00cccc;
}

.content h3 {
	margin: 10px 0 15px 2px;
	font-size: 15px;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	color: #6666cc;
	text-decoration: none;
}

.content h3 a:hover {
	color: #00cccc;
}

#content h4 {
	margin: 16px 0 2px 0;
	font-size: 13px;
	color: #00CCCC;
}

.content h5 {
	margin: 5px 0 1px 0;
	font-size: 11px;
}

.content h6 {
	color: #202020;
	font-size: 11px;
}

.content p {
	margin: 0 0 10px 0;
	font-size: 13px;
	line-height: 14px;
	color: #999999;
}

.content p.intro {
	font-size: 15px;
	line-height: 15px;
}

.content ul {
	margin: 0 0 10px 30px;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	margin-bottom: 2px;
	font-size: 13px;
	line-height: 13px;
	color: #999999;
}

.content blockquote {
	padding: 10px 15px 0 15px;
	font-style: italic;
	border: 1px solid #202020;
}

#content .user {
	font-size: 11px;
	color: #666666;
	margin: 0px 0px 3px 0px;
	font-style: italic;
	text-indent: 10px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.content img {
	margin: 0;
	padding: 5px;
	background: #101010;
	border: 1px solid #202020;
}

.content .wp-caption {
	margin-bottom: 20px;
	padding: 5px 0 10px;
	text-align: center;
	background: #101010;
	border: 1px solid #2a2a2a;
}

.content .wp-caption img {
	padding: 0;
	border: 0;
}

.content .wp-caption p {
	margin: 0;
	padding: 10px 0 0;
	font-size: 13px;
	line-height: 13px;
	color: #999999;
}

.content img.alignleft, .content .wp-caption.alignleft {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img[align $='left'] {
	float: left;
	display: inline;
	margin: 5px 15px 10px 0;
}

.content img.alignright, .content .wp-caption.alignright {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content img[align $='right'] {
	float: right;
	display: inline;
	margin: 5px 0 10px 15px;
}

.content .wp-smiley {
	display: inline;
	padding: 0;
	background: transparent;
}

.content object, .content embed {
	margin-bottom: 20px;
}

#content .navigation {
	float: left;
	width: 412px;
}

#content .navigation a {
	padding: 10px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #999999;
	background: #323232;
	border: none;
}

#content .navigation a:hover {
	color: #ccc;
	background: #424242;
}

#content .navigation .alignleft {
	float: left;
	display: inline;
	width: 50%;
}

#content .navigation .alignleft a {
	float: left;
	border-right: 2px solid #0c0c0c;
}

#content .navigation .alignright {
	float: right;
	display: inline;
	width: 50%;
	text-align: right;
}

#content .navigation .alignright a {
	float: right;
	border-left: 2px solid #0c0c0c;
}

.content .wp-pagenavi {
	position: relative;
	font-size: 12px;
	padding: 10px 0 12px;
	background: #101010;
	border-bottom: 1px solid #202020;
}

.content .wp-pagenavi a, .content .wp-pagenavi a:link, .content .wp-pagenavi a:visited, .content .wp-pagenavi a:active {
	margin: 0;
	padding: 10px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #00cccc;
	background: #101010;
	border: none;
	border-right: 2px solid #202020;
}

.content .wp-pagenavi a:hover {
	text-decoration: none;
	color: #6666cc;
	background: #222222;
}

.content .wp-pagenavi span.pages {
	display: none;
}

.content .wp-pagenavi span.current, .content .wp-pagenavi span.extend {
	margin: 0;
	padding: 10px 5px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	color: #6666cc;
	background: #101010;
	border: none;
	border-right: 2px solid #202020;
}

.content .wp-pagenavi span.current {
	color: #6666cc;
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#index .post {
	color: #999999;
	border-left: 1px solid #202020;
	border-right: 1px solid #202020;
}

#index .post-inner {
	padding: 12px 20px 3px;
	background: url("../images/dark/post-top-ind.png") no-repeat 0 0;
}

.post-inner p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height: 16px;
}

#index .post-inner h3 {
	margin-bottom: 2px;
}

#single {
	background: #101010;
}

#single .post {
	color: #999999;
}

#single .post-inner {
	padding: 40px 40px 23px;
	background: #101010;
}

#single .post-inner h3 {
	margin-bottom: 1px;
}

#single .about {
	color: #00CCCC;
}

#archive-title {
	background: url("../images/dark/post-top-single.jpg") no-repeat 0 0;
}

#archive-title-inner {
	padding: 20px 20px 23px;
	background: #101010;
	border: 1px solid #202020;
	margin-bottom: 3px;
}

#index .post-tnail {
	position: relative;
	margin: 0 0 10px -4px;
}

#index .post-tnail img {
	display: block;
	width: 372px;
	height: 100px;
	padding: 3px;
	background: #101010;
	border: 1px solid #202020;
}

#index h3 {
	margin: 0 0 5px;
}

.post-date {
	margin-bottom: 15px;
	margin: 2px 0 15px 10px;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#single .post-date {
	margin-top: -15px;
	font-size: 14px;
}

.post-comments {
	float: right;
	display: inline;
	margin: -3px -5px 15px 15px;
}

.content .post-comments a {
	display: block;
	width: 45px;
	height: 17px;
	padding: 10px 0 10px 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #00CCCC;
	background: url("../images/dark/post-comments.png") no-repeat 0 0;
}

.content .post-comments a:hover {
	color: #666666;
	text-decoration: none;
}

.post-meta {
	margin-bottom: 20px;
	padding: 5px 0 5px 10px;
	border-left: 5px solid #101010;
}

.post-meta p {
	margin: 0;
	color: #6c6c6c;
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget {
	clear: both;
	color: #999999;
}

#sidebar-left .widget {
	background: #101010;
}

#sidebar-left .widget-inner {
	padding: 10px 20px 10px;
	background: #101010;
}

#sidebar-left h2.heading, #sidebar-right h2.heading {
	position: relative;
	font-size: 15px;
	color: #6666cc;
	text-deocration: none;
}

#sidebar-left h2.heading {
	background: url("../images/dark/heading-sbl.png") no-repeat 0 0;
	border-right: 1px solid #202020;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
}

#sidebar-right h2.heading {
	background: url("../images/dark/heading-sbr.png") no-repeat 0 0;
	border-right: 1px solid #202020;
	border-left: 1px solid #202020;
	border-top: 1px solid #202020;
}

#sidebar-left h2.heading span, #sidebar-right h2.heading span {
	display: block;
	padding: 10px;
}

#sidebar-left h2.heading a, #sidebar-right h2.heading a {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	right: 0;
	bottom: 2px;
	text-decoration: none;
	background: url("../images/dark/heading-arrow.jpg") no-repeat 0 0;
}

#sidebar-right .widget {
	background: #101010;
}

#sidebar-right .widget-inner {
	padding: 10px 20px 10px;
	background: #101010;
}

#sidebar-right a {
	color: #00CCCC;
}

#sidebar-right h2 {
	text-decoration: none;
}

#sidebar-right a:hover {
	color: #6666cc;
}

#sidebar-right .input {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	background: #202020;
	border: 1px solid #222222;
	margin-top: 5px;
	margin-right: 5px;
}

#sidebar-right .button {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	background-color: #202020;
	border: 1px solid #222222;
	color: #6666CC;
}

#sidebar-right .commentbox {
	margin: 0px;
}

#sidebar-right .remember {
	background-color: #202020;
	border: 1px solid #222222;
}

.widget a:link, .widget a:visited, .widget a:active {
	color: #00CCCC;
	text-decoration: none;
}

.widget a:hover {
	color: #6666CC;
	text-decoration: none;
}

.widget h2 {
	text-decoration: none;
}

.widget h3 {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: bold;
}

.widget h4 {
	margin: 0 0 2px;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

.widget h4 a:link, .widget h4 a:visited, .widget h4 a:active {
	color: #6666cc;
	text-decoration: none;
}

.widget h4 a:hover {
	color: #00cccc;
	text-decoration: none;
}

.widget p {
	margin-bottom: 15px;
	font-size: 12px;
	color: #999999;
}

.widget ul {
	margin: 0 0 5px 5px;
}

.widget ul li {
	margin-bottom: 3px;
}

.widget ol {
	margin: 0 0 15px 15px;
	list-style-type: decimal;
}

.widget ol li {
	list-style-type: decimal;
}

.widget li {
	margin-bottom: 8px;
	font-size: 13px;
	line-height: 13px;
}

.widget li li {
	font-size: 9px;
}


.widget img {
	padding: 2px;
	background: #101010;
}


#twitter.widget li {
	margin-bottom: 20px;
	color: #ccc;
}

#twitter.widget li a {
	font-style: normal;
	text-decoration: none;
}

.widget select {
	margin: 0 0 15px 0;
	width: 160px;
}

.aktt_more_updates, .aktt_credit {
	display: none;
}

#ad-bigbox .widget-inner, #ad-skyscraper .widget-inner {
	padding-bottom: 20px;
}

#ad-bigbox img, #ad-banner img {
	display: block;
}

#ad-banner {
	margin: -20px 40px 40px;
}

#ad-buttons, #ad-buttons .widget-inner {
	float: left;
	width: 100%;
}

#ad-buttons .widget-inner {
	padding-top: 25px;
}

#ad-buttons a {
	float: left;
	display: block;
	margin: 0 20px 25px 5px;
}

#sidebar-right #ad-buttons a {
	margin: 0 0 25px 15px;
}

#tag_cloud, #tag_cloud-2, #tag_cloud-3, #tag_cloud-4, #tag_cloud-5 {
	float: left;
	width: 100%;
}

#tag_cloud div, #tag_cloud-2 div, #tag_cloud-3 div, #tag_cloud-4 div, #tag_cloud-5 div {
	padding: 0 0 20px;
}

#tag_cloud a, #tag_cloud-2 a, #tag_cloud-3 a, #tag_cloud-4 a, #tag_cloud-5 a {
	margin-right: 5px;
	line-height: 20px;
}

#flickrrss, #flickrrss .widget-inner {
	float: left;
	width: 100%;
}

#flickrrss .widget-inner {
	padding: 20px 0 5px 20px;
}

#flickrrss a {
	float: left;
	display: inline;
	margin: 0 28px 20px 0;
}

/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	margin: -1px 0 0 0;
	padding: 20px 0 0;
	background: #101010;
}

#comments p {
	font-size: 13px;
	color: #999999;
	margin: 5px 0 10px 45px;
}

#comments .comments {
	font-size: 16px;
	color: #00CCCC;
	font-weight: normal;
}

#comments .commentlist {
	clear: both;
	margin: 0 1px;
	padding: 0;
}

#comments .commentlist li {
	position: relative;
	margin: 0;
	padding: 15px 40px 0;
	list-style: none;
	font-size: 12px;
	background: transparent;
}

#comments .commentlist li.thread-alt {
	background: #202020;
}

#comments .commentlist .children li {
	padding: 5px 0 0;
	background: transparent;
}

#comments .commentlist li.depth-1 {
	margin: 0;
	padding-bottom: 10px;
}

#comments .commentlist ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#comments .commentlist li ul li {
	margin: 15px 0 0 0;
	border-bottom: 0;
}

.children {
	padding: 0;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	padding: 3px;
	background: #101010;
}

#comments .bypostauthor > div > div > .avatar {
	background: #101010;
}

#comments h2 {
	margin: 20px 0 0;
	padding: 0 40px 0;
	font-size: 16px;
}

#respond h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.commentlist p {
	clear: left;
	margin: 10px 0;
	font-size: 10px;
	line-height: 16px;
}

#comments .navigation {
	display: none;
}

#commentform p {
	margin: 0;
	padding: 5px 0 10px;
}

#commentform p small {
	font-size: 11px;
	line-height: 13px;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: -3px 0 0;
	display: block;
	font-size: 10px;
}

#comments .comment-author cite {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	padding: 3px 0;
}

#comments .comment-author .says {
	display: none;
}

#comment-form {
	margin-top: -1px;
	padding-top: 40px;
	background: #101010;
	border-top: 1px solid #202020;
}

#comment-form-inner {
	padding: 0 40px 10px;
	background: #101010;
}

#commentform {
	margin: 0;
}

#commentform label {
	float: right;
	text-align: left;
	width: 295px;
	padding-top: 6px;
	color: #999999;
}

.commentlist #commentform label {
	float: none;
	display: block;
	padding: 0 0 5px;
}

#commentform label small {
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
}

#commentform label small span {
	font-size: 10px;
	color: #5c5c5c;
}

#commentform input, #commentform textarea {
	margin: 0;
	padding: 5px;
	font: 12px "Century Gothic", Arial, "Trebuchet MS";
	outline: none;
	color: #999999;
	background: #101010;
	border: 1px solid #202020;
}

#commentform input:focus, #commentform textarea:focus {
	color: #ccc;
	background: #0c0c0c;
	border: 1px solid #0c0c0c;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 350px;
	margin-right: 5px;
}

#commentform textarea {
	width: 660px;
	margin-bottom: 5px;
}

.commentlist #commentform textarea {
	width: 450px;
}

#commentform p.subscribe-to-comments input {
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
	border: 0;
}

#commentform p.subscribe-to-comments label {
	float: none;
}

#commentform #submit {
	margin-bottom: 20px;
	padding: 0;
	background: transparent;
	border: none;
}

#comments .reply a {
	position: absolute;
	top: 20px;
	right: 40px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	color: #00cccc;
}

#comments .reply a:hover {
	color: #6666cc;
}

#comments .url {
	font-weight: normal;
	color: #00CCCC;
	font-size: 14px;
}

#comments .url:hover {
	color: #999999;
}

#comments .commentlist .children li .reply a {
	right: 0;
}

#comments .cancel-comment-reply {
	margin: 10px 0;
}

#comments .cancel-comment-reply a {
	display: inline;
	font-size: 10px;
	font-weight: bold;
	line-height: normal;
	text-transform: none;
}

.wpcf7 input, .wpcf7 textarea, #submit {
	background: #101010;
	border: 1px solid #202020;
	color: #999999;
	font-family: "Century Gothic", Arial, "Trebuchet MS";
}

#content .wpcf7 p {
	color: #00CCCC;
}

#content .contact {
	color: #555555;
	font-size: 10px;
	margin-left: 15px;
}

.wpcf7 textarea {
	font-family: "Century Gothic", Arial, "Trebuchet MS";
	font-size: 11px;
}

/* @end */

#meta_enhanced-3 input {
	background-color: #444444;
	color: #999999;
	border: 1px solid #202020;
}

#meta_enhanced-3 .submit {
	color: #00CCCC;
}

#meta_enhanced-3 label {
	color: #00cccc;
}

/* WP Table Reloaded */

#content .wp-table-reloaded {
	background-color:#101010;
	margin:10px 0px 15px 0px;
	font-size: 11px;
	width:100%;
	text-align:left;
}
#content .wp-table-reloaded th {
	background-color:#101010;
	border-bottom:1px solid #202020;
	border-top: 1px solid #202020;
	border-left: none;
	border-right: none;
	padding:4px;
	font-size: 14px;
	color: #00cccc;
}
#content .wp-table-reloaded td {
	color:#6666cc;
	padding: 4px;
	font-size: 12px;
	background-color:#101010;
	vertical-align:top;
	width: 200px;
	border-bottom: 1px solid #202020;
}
#content .wp-table-reloaded .even td {
	background-color:#101010;
	color: #999999;
}
#content .wp-table-reloaded .odd td{
	background-color:#202020;
	color: #999999;
}

#content .wp-table-reloaded .artist {
	padding:4px;
	color: #6666cc;
}


/* End WP Table Reloaded */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer-credits, #footer-meta {
	float: left;
	display: inline;
	width: 40%;
}

#footer-credits {
	float: right;
	margin-right: 30px;
	display: inline;
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #6c6c6c;
	text-decoration: none;
}

#footer a:hover {
	color: #999999;
	text-decoration: none;
}

#footer p {
	font-size: 11px;
}

#footer p span {
	margin: 0 5px;
	color: #222222;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* @end */
