/* 
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.6
Author: <a href="http://mattbrett.com">Matt Brett</a>
Author URL: http://mattbrett.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */

/* @group reset */

/* RESET
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline; 
}

:focus { 
	outline: 0; 
}

body { 
	line-height: 1; 
	color: black; 
	background: white; 
}

ol, ul { 
	list-style: none; 
}

table { 
	border-collapse: separate; 
	border-spacing: 0; 
}

caption, th, td { 
	text-align: left; 
	font-weight: normal; 
}

blockquote:before, blockquote:after,
q:before, q:after { 
	content: ""; 
}

blockquote, q { 
	quotes: "" ""; 
}

/* @end */

/* @group structure */

/* STRUCTURE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

body { 
	font: 62.5% "Arial", Verdana, sans-serif; 
	color: #ccc; 
	text-align: center; 
}

#wrapper { 
	position: relative; 
	width: 960px; 
	margin: 0 auto; 
	text-align: left; 
}

#mid { 
	float: left; 
	width: 100%; 
	background: url("../images/dark/mid-bg.jpg") repeat-y 0 0; 
}

#mid-single { 
	float: left; 
	width: 100%; 
	background: url("../images/dark/mid-single-bg.jpg") repeat-y 0 0; 
}

#mid-inner { 
	float: left; 
	width: 100%; 
	background: url("../images/dark/mid-bottom.jpg") no-repeat 0 100%; 
}

#content { 
	float: left; 
	display: inline; 
	width: 754px; 
	margin-left: 2px; 
}

#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: 936px; 
	height: 12px; 
	padding: 10px 12px; 
	color: #6c6c6c; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	background: url("../images/dark/footer-bg.jpg") no-repeat 50% 0; 
}

#footer2 { 
	float: left; 
	width: 936px; 
	height: 78px; 
	padding: 10px 12px; 
	color: #6c6c6c; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	background: url("../images/dark/new-footer-bg.jpg") no-repeat 50% 0; 
}

/* @end */

/* @group header */

/* HEADER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header { 
	float: left; 
	width: 956px; 
	margin: 0 2px 2px; 
	border-bottom: 1px solid #2c2c2c; 
}

#header-inner { 
	float: left; 
	width: 100%; 
	padding-bottom: 10px; 
	//background: url("../images/dark/header-top.jpg") no-repeat 50% 0; 
}

#leaderboard { 
	float: right; 
	display: inline; 
	width: 728px; 
	height: 90px; 
	margin: 11px 11px 0;
}

/* @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: 1.5em; 
	text-indent: -5000px;
	overflow: hidden; 
}

#logo span { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	background: url("../images/dark/logo.jpg") no-repeat 0 0; 
}

#logo span, #logo-custom span { 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	background: url("../images/dark/logo.jpg") no-repeat 0 0; 
}

#logo a { 
	color: #fcfcfc; 
	text-decoration: none; 
}

#description {
	clear: left;
	margin: 0 0 5px 20px; 
	padding-top: 5px;
	font-size: 1em; 
	font-weight: bold; 
	line-height: 1.3em; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	text-transform: uppercase; 
	color: #7c7c7c; 
}

/* @end */

/* @group logo - plain text */

/* LOGO - PLAIN TEXT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo-text { 
	margin: 10px 0 -8px 18px; 
	text-transform: uppercase; 
	font: bold 3em Arial Black, Arial, Helvetica, Geneva, sans-serif; 
}

#logo-text a:link, #logo-text a:visited, #logo-text a:active { 
	color: #ccc; 
	text-decoration: none; 
}

#logo-text a:hover { 
	color: #fcfcfc; 
}

/* @end */

/* @group nav */

/* NAV
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#nav { 
	float: left; 
	width: 956px; 
	height: 32px; 
	margin-left: 2px; 
}

#navlist { 
	position: absolute; 
	top: 2px; 
	left: 2px; 
	width: 754px; 
	background: url("../images/dark/navlist-bg.jpg") no-repeat 0 0; 
}

#navlist ul { 
	margin: 0; 
	padding: 0; 
}

#navlist li { 
	position: relative; 
	float: left; 
	display: inline; 
}

#navlist li a:link, #navlist li a:visited, #navlist li a:active { 
	float: left; 
	display: block; 
	height: 14px; 
	padding: 7px 15px 9px 10px; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #ccc; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	text-transform: uppercase; 
	background: url("../images/dark/nav-divider.jpg") no-repeat 100% 0; 
	text-decoration: none; 
}

#navlist li a:hover, #navlist li:hover > a { 
	color: #fcfcfc; 
}

#navlist li:hover ul, #navlist li.hover ul { 
	display: block; 
}

#navlist li ul { 
	display: none; 
	position: absolute; 
	top: 30px; 
	left: -2px; 
	width: 200px; 
	padding-bottom: 5px; 
	background: #0c0c0c; 
	border-right: 1px solid #343434; 
	border-bottom: 1px solid #343434; 
	border-left: 1px solid #343434; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-webkit-border-bottom-left-radius: 3px; 
	-webkit-border-bottom-right-radius: 3px; 
	border-bottom-left-radius: 3px; 
	border-bottom-right-radius: 3px; 
	z-index: 99; 
}

#navlist li ul li { 
	float: none; 
	display: block; 
}

#navlist li ul li a:link, #navlist li ul li a:visited, #navlist li ul li a:active { 
	float: none; 
	padding: 7px 15px 5px 10px; 
	font-size: 1.1em; 
	background: transparent; 
}

#navlist li ul li a:hover { 
	text-decoration: underline; 
}

#navlist li ul li ul, #navlist li ul li ul li ul { 
	display: block; 
	position: relative; 
	top: auto; 
	left: auto; 
	width: auto; 
	padding-bottom: 2px; 
	border: none; 
}

#navlist li ul li ul li ul { 
	padding-bottom: 5px; 
}

#navlist li ul li ul li a:link, #navlist li ul li ul li a:visited, #navlist li ul li ul li a:active { 
	float: none; 
	padding: 5px 15px 5px 25px; 
	font-size: 1em; 
	background: transparent; 
}

#navlist li ul li ul li ul li a:link, #navlist li ul li ul li ul li a:visited, #navlist li ul li ul li ul li a:active { 
	padding: 5px 15px 5px 40px; 
}

/* @end */

/* @group search */

/* SEARCH
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#search { 
	float: right; 
	display: inline; 
	width: 200px; 
	margin: 2px 0 0 0; 
}

#search #s { 
	float: left; 
	display: inline; 
	width: 152px; 
	height: 14px; 
	padding: 7px 10px; 
	font-size: 1.1em; 
	color: #3c3c3c; 
	background: transparent url("../images/dark/search-input.jpg") 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=75); 
	-moz-opacity: .75; 
	opacity: .75; 
}

#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=25); 
	-moz-opacity: .25; 
	opacity: .25; 
	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-dribbble a { 
	background-image: url("../images/icons/dribbble.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

#minislider { 
	position: relative; 
	clear: both; 
	width: 958px; 
	height: 85px; 
	overflow: hidden; 
	background: #0c0c0c; 
}
#minislider .thumbination { 
	position: relative; 
	display: block; 
	width: 958px; 
	height: 85px; 
	;
	padding: 10px 20px 12px 10px; 
	text-shadow: 0 -1px 1px #222; 
	background: url("../images/dark/feature-tab.jpg") no-repeat 0 0; 
}

#minislider .minislider_container { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
}

#minifooter { 
	float: left; 
	width: 936px; 
	height: 12px; 
	padding: 10px 12px; 
	color: #6c6c6c; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	background: url("../images/dark/footer-bg.jpg") no-repeat 50% 0; 
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#slides { 
	position: relative; 
	clear: both; 
	width: 957px; 
	height: 252px; 
	overflow: hidden; 
	background: #0c0c0c; 
}

#slides .pagination { 
	position: absolute; 
	right: 0; 
	top: 0; 
}

#slides .pagination li { 
	position: relative; 
	display: block; 
	width: 310px; 
	height: 62px; 
	;
	padding: 10px 20px 12px 10px; 
	text-shadow: 0 -1px 1px #222; 
	background: url("../images/dark/feature-tab.jpg") no-repeat 0 0; 
}

#slides .pagination .current { 
	display: block; 
	width: 310px; 
	height: 62px; 
	margin: -1px 0 1px -44px; 
	padding: 11px 20px 11px 54px; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	background: url("../images/dark/feature-tab-current.png") no-repeat 0 0; 
	cursor: default; 
	z-index: 10; 
}

#slides .pagination .feature-tnail { 
	float: left; 
	display: inline; 
	width: 58px; 
	height: 58px; 
	margin-right: 12px; 
}

#slides .pagination img { 
	float: left; 
	display: inline; 
	width: 58px; 
	height: 58px; 
	padding: 2px; 
	overflow: hidden; 
	padding: 2px; 
	background: #0c0c0c; 
	filter: alpha(opacity=50); 
	-moz-opacity: .5; 
	opacity: .5; 
}

#slides .pagination li.current img { 
	filter: alpha(opacity=100); 
	-moz-opacity: 1; 
	opacity: 1; 
}

#slides .features-details { 
	float: right; 
	display: inline; 
	width: 235px; 
	height: 60px; 
	overflow: hidden; 
}

#slides .feature-title { 
	display: block; 
	margin: 2px 0 0 0; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-transform: uppercase; 
	color: #9c9c9c; 
}

#slides .pagination .current .feature-title { 
	color: #ccc; 
}

#slides .feature-excerpt { 
	display: block; 
	font-size: 1.1em; 
	line-height: 1.3em; 
	color: #6c6c6c; 
}

#slides .pagination .current .feature-excerpt { 
	color: #9c9c9c; 
}

#slides .pagination a { 
	display: block; 
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	text-decoration: none; 
}

#slides .slides_container a { 
	display: block; 
	width: 100%; 
	height: 100%; 
	text-decoration: none; 
}

#slides .slides_container img { 
	width: 615px; 
	height: 250px; 
}

#slides .slides_container span { 
	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: #9c9c9c; 
	text-decoration: underline; 
}

.content a:hover { 
	color: #fcfcfc; 
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 { 
	font-weight: bold; 
	line-height: 1.3em; 
	text-transform: none; 
	//color: #fcfcfc; 
	color: #1e90ff;
}

.content h1 { 
	margin-bottom: 1em; 
	//font-size: 2.4em; 
	font-size: 15pt;
	font-weight: normal;	
	color: #1e90ff;	
}

.content h2 { 
	margin-bottom: 1em; 
	font-size: 2em; 
}

#archive-title h2 { 
	font-size: 2em; 
	color: #9c9c9c; 
}

#archive-title h2 strong { 
	font-weight: normal; 
	color: #ccc; 
}

.content h3 { 
	margin: 2em 0 1em; 
	font-size: 1.6em; 
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active { 
	color: #ccc; 
	text-decoration: none; 
	border-bottom: 1px solid #3c3c3c; 
}

.content h3 a:hover { 
	color: #fcfcfc; 
	border-bottom: 1px solid #6c6c6c; 
}

.content h4 { 
	margin: 2em 0 1em; 
	font-size: 1.5em; 
}

.content h5 { 
	margin: 2em 0 1em; 
	font-size: 1.3em; 
}

.content h6 { 
	margin: 2em 0 1em; 
	font-size: 1.2em; 
}

.content p { 
	margin-bottom: 1.5em; 
	font-size: 1.3em; 
	line-height: 1.4em; 
	color: #bcbcbc; 
}

.content p.intro { 
	font-size: 1.5em; 
	line-height: 1.5em; 
}

.content ul { 
	margin: 0 0 15px 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: 5px; 
	font-size: 1.3em; 
	line-height: 1.4em; 
	color: #bcbcbc; 
}

.content blockquote { 
	padding: 0 15px; 
	font-style: italic; 
}

strong, b { 
	font-weight: bold; 
}

em, i { 
	font-style: italic; 
}

.content img { 
	margin: 0; 
	padding: 5px; 
	background: #1c1c1c; 
	border: 1px solid #2a2a2a; 
}

.content .wp-caption { 
	margin-bottom: 20px; 
	padding: 5px 0 10px; 
	text-align: center; 
	background: #1c1c1c; 
	border: 1px solid #2a2a2a; 
}

.content .wp-caption img { 
	padding: 0; 
	border: 0; 
}

.content .wp-caption p { 
	margin: 0; 
	padding: 10px 0 0; 
	font-size: 1.2em; 
	line-height: 1.2em; 
	color: #6c6c6c; 
}

.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 .gallery { 
	float: left;
	width: 680px;
}

.content .gallery-icon { 
	float: left;
	display: inline;
	margin: 0 8px 8px 0;
}

.content .gallery-caption { 
	display: none;
}

.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: uppercase; 
	color: #9c9c9c; 
	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; 
}

#index .pagination { 
	position: relative; 
	font-size: 1.2em; 
	padding: 9px 0 11px;
	background: url("../images/dark/post-bottom-ind.jpg") no-repeat 0 100%; 
}

#index .pagination span, #index .pagination a:link, #index .pagination a:visited, #index .pagination a:active { 
	margin: 0; 
	padding: 10px 5px; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	color: #9c9c9c; 
	background: #323232; 
	border: none; 
	border-right: 2px solid #0c0c0c; 
}

#index .pagination a:hover { 
	text-decoration: none; 
	color: #ccc; 
	background: #424242; 
}

#index .pagination .current { 
	margin: 0; 
	padding: 10px 5px; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	color: #6c6c6c; 
	background: #262626; 
	border: none; 
	border-right: 2px solid #0c0c0c; 
}

/* @end */

/* @group post */

/* POST
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#index .post { 
	color: #9c9c9c; 
	background: url("../images/dark/post-bottom-ind.jpg") no-repeat 0 100%; 
}

#index .post-inner { 
	padding: 20px 20px 3px; 
	background: url("../images/dark/post-top-ind.jpg") no-repeat 0 0; 
}

#single { 
	background: url("../images/dark/post-bg-single.jpg") repeat-y 50% 0; 
}

#single .post { 
	color: #bcbcbc; 
}

#single .post-inner { 
	padding: 40px 40px 23px; 
	background: url("../images/dark/post-top-single.jpg") no-repeat 0 0; 
}

#archive-title { 
	background: url("../images/dark/post-top-single.jpg") no-repeat 0 0; 
}

#archive-title-inner { 
	padding: 20px 20px 23px; 
	background: url("../images/dark/archive-title-bottom.jpg") no-repeat 50% 100%; 
}

#index .post-tnail { 
	position: relative; 
	margin: 0 0 10px -4px; 
}

#index .post-tnail img { 
	display: block; 
	width: 372px; 
	height: 100px; 
	padding: 3px; 
	background: #1c1c1c; 
	border: 1px solid #2a2a2a; 
}

#index h3 { 
	margin: 0 0 5px; 
}

.post-date { 
	margin-bottom: 15px; 
	font-size: 1.2em; 
	font-weight: bold; 
	color: #6c6c6c; 
}

#single .post-date { 
	margin-top: -25px; 
	font-size: 1.5em; 
}

.post-comments { 
	float: right; 
	display: inline; 
	margin: -3px -5px 15px 15px; 
}

.content .post-comments a { 
	display: block; 
	width: 45px; 
	height: 17px; 
	padding: 12px 0; 
	font-size: 1.2em; 
	font-weight: bold; 
	text-align: center; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	text-decoration: none; 
	color: #6c6c6c; 
	background: url("../images/dark/post-comments.png") no-repeat 0 0; 
}

.content .post-comments a:hover { 
	color: #9c9c9c; 
	text-decoration: none; 
}

.post-meta {
	clear: left;
	margin-bottom: 20px; 
	padding: 5px 0 5px 10px; 
	border-left: 5px solid #1c1c1c; 
}

.post-meta p { 
	margin: 0; 
	color: #6c6c6c; 
}

/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.widget { 
	clear: both; 
	color: #9c9c9c; 
}

#sidebar-left .widget { 
	background: url("../images/dark/widget-bottom-sbl.jpg") no-repeat 0 100%; 
}

#sidebar-left .widget-inner { 
	padding: 20px 20px 5px; 
	background: url("../images/dark/widget-top-sbl.jpg") no-repeat 0 0; 
}

#sidebar-left h2.heading, #sidebar-right h2.heading { 
	position: relative; 
	font-size: 1.6em; 
	text-shadow: 0 -1px 1px #0c0c0c; 
	text-transform: none; 
	color: #6bb3e1;
	font-weight: bold;
}

#sidebar-left h2.heading { 
	background: url("../images/dark/heading-sbl.jpg") no-repeat 0 0; 
}

#sidebar-right h2.heading { 
	background: url("../images/dark/heading-sbr.jpg") no-repeat 0 0; 
}

#sidebar-left h2.heading span, #sidebar-right h2.heading span { 
	display: block; 
	padding: 10px; 
}

#sidebar-left h2.heading span { 
	background: url("../images/dark/heading-bottom-sbl.jpg") no-repeat 0 100%; 
}

#sidebar-right h2.heading span { 
	background: url("../images/dark/heading-bottom-sbr.jpg") no-repeat 0 100%; 
}

#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: url("../images/dark/widget-bottom-sbr.jpg") no-repeat 0 100%; 
}

#sidebar-right .widget-inner { 
	padding: 20px 20px 5px; 
	background: url("../images/dark/widget-top-sbr.jpg") no-repeat 0 0; 
}

.widget a:link, .widget a:visited, .widget a:active { 
	color: #6c6c6c; 
	text-decoration: none; 
}

.widget a:hover { 
	color: #9c9c9c; 
	text-decoration: underline; 
}

.widget h3 { 
	margin: 0 0 5px; 
	font-size: 1.3em; 
	font-weight: bold; 
}

.widget h4 { 
	margin: 0 0 2px; 
	font-size: 1.1em; 
	font-weight: bold; 
	text-transform: uppercase; 
}

.widget h4 a:link, .widget h4 a:visited, .widget h4 a:active { 
	color: #ccc; 
	text-decoration: none; 
}

.widget h4 a:hover { 
	color: #fcfcfc; 
	text-decoration: underline; 
}

.widget p { 
	margin-bottom: 15px; 
	font-size: 1.2em; 
	color: #9c9c9c; 
}

.widget ul { 
	margin: 0 0 15px 0; 
}

.widget ul li { 
	margin-bottom: 8px; 
}

.widget ol { 
	margin: 0 0 15px 15px; 
	list-style-type: decimal; 
}

.widget ol li { 
	list-style-type: decimal; 
}

.widget li { 
	margin-bottom: 5px; 
	font-size: 1.2em; 
	line-height: 1.4em; 
}

.widget img { 
	display: block; 
	padding: 2px; 
	background: #0c0c0c; 
	border: 1px solid #2a2a2a; 
}

#twitter.widget li { 
	margin-bottom: 20px; 
	color: #ccc; 
}

#twitter.widget li a { 
	font-style: normal; 
	text-decoration: underline; 
}

.widget select { 
	margin: 0 0 15px 0; 
	width: 160px; 
}

.aktt_more_updates, .aktt_credit { 
	display: none; 
}

#ad-bigbox .widget-inner { 
	padding: 20px 17px;
	text-align: center;
}

#ad-skyscraper .widget-inner { 
	padding: 20px;
	text-align: center;
}

#ad-bigbox img, #ad-banner img { 
	display: block; 
}

#ad-banner { 
	margin: -20px 40px 40px; 
}

#ad-buttons, #ad-buttons .widget-inner { 
	float: left; 
	display: inline; 
	width: 100%; 
}

#ad-buttons .widget-inner { 
	padding-top: 25px; 
}

#ad-buttons .widget-inner div { 
	float: left; 
	display: block; 
	margin: 0 20px 25px 5px; 
}

#sidebar-right #ad-buttons .widget-inner div { 
	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: url("../images/dark/comments-top.jpg") no-repeat 50% 0; 
}

#comments .commentlist { 
	clear: both; 
	margin: 0 1px 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; 
}

.commentlist p { 
	margin: 10px 0; 
	font-size: 12px; 
	line-height: 16px; 
}

.children { 
	padding: 0; 
}

#comments .avatar { 
	float: left; 
	display: inline; 
	margin: 0 10px 10px 0; 
	padding: 3px; 
	background: #0c0c0c; 
}

#comments .bypostauthor > div > div > .avatar { 
	background: #fcfcfc; 
}

#comments h2 { 
	margin: 20px 0 0; 
	padding: 0 40px 0; 
}

#respond h2 { 
	margin: 0; 
	padding: 0; 
}

.commentlist p { 
	clear: left; 
	margin: 10px 0; 
	font-size: 12px; 
	line-height: 1.4em; 
}

#comments .navigation { 
	display: none; 
}

#commentform p { 
	margin: 0; 
	padding: 5px 0 10px; 
}

#commentform p small { 
	font-size: 11px; 
	line-height: 1.3em; 
}

.nocomments { 
	margin: 0; 
	padding: 0; 
}

.commentmetadata { 
	margin: -3px 0 0; 
	display: block; 
	font-size: .95em; 
}

#comments .comment-author cite { 
	display: block; 
	font-size: 1.1em; 
	font-style: normal; 
	font-weight: bold; 
	padding: 3px 0; 
}

#comments .comment-author .says { 
	display: none; 
}

#comment-form { 
	margin-top: -1px; 
	padding-top: 40px; 
	background: url("../images/dark/comments-top.jpg") no-repeat 50% 0; 
}

#comment-form-inner { 
	padding: 0 40px 10px; 
	background: url("../images/dark/post-bottom-single.jpg") no-repeat 0 100%; 
}

#commentform { 
	margin: 0; 
}

#commentform label { 
	float: right; 
	text-align: left; 
	width: 295px; 
	padding-top: 6px; 
	color: #9c9c9c; 
}

.commentlist #commentform label { 
	float: none; 
	display: block; 
	padding: 0 0 5px; 
}

#commentform label small { 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
}

#commentform label small span { 
	font-size: 10px; 
	color: #5c5c5c; 
}

#commentform input, #commentform textarea { 
	margin: 0; 
	padding: 5px; 
	font: 12px Arial, Helvetica, Geneva, sans-serif; 
	outline: none; 
	color: #9c9c9c; 
	background: #1c1c1c; 
	border: 1px solid #3c3c3c; 
}

#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: 10px; 
	font-weight: bold; 
	line-height: normal; 
	text-transform: uppercase; 
}

#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: uppercase; 
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer-credits, #footer-meta { 
	float: left; 
	display: inline; 
	width: 25%; 
}

#footer-credits { 
	float: right; 
	display: inline; 
	text-align: right; 
}

#footer a:link, #footer a:visited, #footer a:active { 
	color: #6c6c6c; 
	text-decoration: none; 
}

#footer a:hover { 
	color: #9c9c9c; 
	text-decoration: underline; 
}

#footer p { 
	font-size: 1.1em; 
}

#footer p span { 
	margin: 0px; 
	color: #6bb3e1; 
      font-weight: bold;
}

#footer2 a:link, #footer a:visited, #footer a:active { 
	color: #666666; 
	text-decoration: none; 
}

#footer2 a { 
	color: #666666; 
	text-decoration: none; 
}

#footer2 a:hover { 
	color: #9c9c9c; 
	text-decoration: underline; 
}

#footer2 p { 
	font-size: 1.1em; 
}

#footer2 p span { 
	margin: 0px; 
	color: #6bb3e1; 
      font-weight: bold;
}

/* @end */

/* @group miscellaneous */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

.clear { 
	clear: both; 
	line-height: 1; 
	margin: 0; 
	padding: 0; 
}

/* Custom Icons */
.addthis_toolbox .custom_images a {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img {
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img {
    opacity: 0.75;
}   
.entry_author_image {
  float: left;
  border: solid 1px outset;
  margin: 1.2em 1.2em 0px .1em;
}
.pagetitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	color: #1e90ff;
	text-decoration: none;
}
.empty{
	float: none;
	margin: 0px;
}
.mainheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #1e90ff;
	text-decoration: none;
}
.reviewtxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}
.reviewhdr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #019fff;
	text-decoration: none;
}
.subheaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #585858;
	text-decoration: none;
}
.newstxt{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #777777;
	text-decoration: none;
}
.reviewku{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #AAAAAA;
	text-decoration: none;
}
.reviewkuhdr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #6bb3e1;
	text-decoration: none;
}   


/* @end */