/*
Theme Name: Dark
Theme URI: http://justintadlock.com/wordpress/options
Description: A dark mixture of blacks and grays.
Author: Justin Tadlock
Author URI: http://justintadlock.com
Version: 1.1
*/
* {
	margin: 0;
	padding: 0;
	}
/* Body */
body {
	color: #100001;
	background:#ffffff; 
	font: 80% "Trebuchet MS", Arial, "Lucida Sans Unicode", Tahoma, sans-serif;
	padding-bottom: 10px;
	background:#FAFAFA url(images/bg.jpg) no-repeat scroll center top; 
	}
#body-container {
	float: center;
	width: 980px;
	overflow: hidden;
	margin: 10px auto 0 auto;
	background: transparent url(images/contentshadow.png) repeat 0 0; 
	}

#extra-container { margin: 0 auto; }

/* Contains content and sidebar */
#container {
	float: left;
	width: 958px;
	padding: 10px;
	background: #FFFFFF url(images/contentbg.png) repeat-y 0 0; 
	border-top: 1px solid #777;
	border-bottom: 3px solid #555;
	text-align: left;
	float:center; 
	}
/* Main content */
#home, #content {
	width: 583px;
	padding-left:5px; 
	}
#no-sidebar { width: 900px; }
/************************************************
	Header
************************************************/
#header-container { height: 75px; width: 100%; }
#header {
	float: center;
	width: 980px;
	height: 50px;
	text-align: left;
	}
#header h1 {
	float: left;
	width: 600px;
	font-weight: bold;
	}
#header h1 a {
	margin: 0 0 0 0;
	/* Comment out or delete the next 4 lines to delete header image */
	width: 980px;
	height: 50px;
	display: block;
	background: #ffffff url(images/Indimag-p.jpg) no-repeat 0 0;
	}
/* Comment out or delete this style rule if not using header image */
#header h1 a span, #header h2 { display: none; }

#header h2 {
	float: left;
	clear: left;
	font-size: 1.1em;
	margin: 3px 0 0 10px;
	}
/************************************************
	Feed
************************************************/
#feed {
	float: right;
	width: 85px;
	height: 22px;
	/* Comment out the line below if not using header image */
	padding: 0 0 0 0;
	}
#feed li { display: inline; }
#feed li a {
	float: left;
	width: 34px;
	height: 22px;
	display: block;
	}
#feed li.feed-url a { background: url(images/dark-feed-header.jpg) no-repeat 0 0; }
#feed li.feed-email a { background: url(images/dark-email-header.jpg) no-repeat 0 0; }
#feed li.feed-url a span, #feed li.feed-email a span { display: none; }

/************************************************
	General style rules
************************************************/
/* Links */
a { 	color: #B60000;
	}
a:hover { color: #B60000;
	text-decoration:underline;
}

#recentcomments li a{color: #666666; }

p { margin: 15px 0; font: 90% Trebuchet MS,Arial, Verdana, Sans-Serif;}

p.commentblock { margin: 15px 0; padding:0px 0px 2px 10px;margin:0px;font:bold 11px/14px arial, Helvetica, Utkal, sans-serif;}

body, h1, h2, h3, h4, h5, h6, ul, ul li {
	font: 90% Trebuchet MS,Arial, Verdana, Sans-Serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
ul, ul li { list-style-type: none; }
pre, code, pre code { font-size: 1.1em; }

a:link, a:visited {
	color: #100000;
	text-decoration:none
	}

a:hover, a:active {
color: #B60000;
text-decoration:underline;
	}


/* Left, right, and center alignment */
.left { float: left; margin: 0 10px 10px 0; }
#home.left, #content.left, #sidebar.left { margin: 0; }
.right { float: right; margin: 0 0 10px 10px; }
#home.right, #content.right, #sidebar.right { margin: 0; }
.center { float: left; margin: 10px auto; text-align: center; }

/* Headers and how they should look */
h1 { font-size: 2em; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.4em;}
h4 { font-size: 1.3em;}
h5 { font-size: 1.2em;}
h6 { font-size: 1.1em; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000000;
	font: 95% Trebuchet MS,Arial, Verdana, Sans-Serif;
	}

#content .post h2, #feature h2.post-title, #feature h2.post-title a,h2.section-header, h2.section-header a, h2.post-title a,#full-posts h2, #comments-template h3 {
	font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
	BORDER-BOTTOM : 2px solid #100000; 
	font-size: 1.1em;
	font-weight:bold; 
	}

#content h3.section-header-warn, h3.section-header-warn a {
	font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
	BORDER : 1px solid #BBBBBB; 
	font-size: 0.95em;
	color: #662222;
	font-weight:bold; 
	display: block;
	padding: 12px;
	}

h2.section-header-rss, h2.section-header-rss a {
	font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:underline;  
	}

h2.section-header-rss a:hover {
	color:#551111; 
	}

#content .post h3,#feature h3.post-title, h3.post-title a,#full-posts h3, {
	border-bottom : 1px solid #100001; 
	font-size: 1.1em;
	}

/************************************************
	Top navigation menus
************************************************/
/* Main navigation bar (#sub-nav is bottom bar) */
#navigation, #sub-navigation {
	float: left;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: left;
	margin-top:auto; 
	}
#navigation {
	width: 980px;
	font-size: 1.0em;
	background: #272d2f;
	}
#sub-navigation {
	width: 978px;
	font-size: 1.0em;
	background: #EEEEEE scroll center top;
	border-top: 1px solid #252525; 
	border-bottom: 1px solid #252525; 
	display: block;
	}
#nav {
	float: left;
	padding: 0 0 0 15px;
	background: #444444;
	}
#navigation.nav-search {
	width: 740px;
	}
#nav li, #sub-nav li {
	float: left;
	}
#nav a {
	color: #EDEDED;
	display: block;
	padding: 8px 12px;
	font-weight: bold;
	}
#nav a:hover, #nav li.current_page_item a {
	color: #B60000;
	text-decoration:underline;
	background:#dcdcdc;
	}
#nav a:hover, #nav li.current_page_item a:hover, #nav li.current_page_item li a, #sub-nav a:hover, #sub-nav li.current-cat a:hover, #sub-nav li.current-cat li a {
	color: #B60000;
	text-decoration:underline;
	background: #eeeeee;
	border-top:1px solid #888;
	}
#sub-nav a {
	color: #333333;
	display: block;
	padding: 7px 17px;
	font-weight: bold;
	display: block;
	border: 0px solid #ececec; 
	}
#sub-nav li.current-cat a {
	background: #bcbcbc;
	}
#nav li li, #sub-nav li li {
	float: left;
	width: 150px;
	background: #bcbcbc;
	}
#nav li li a {
	color: #333;
	background: #fefefe;
	float: none;
	margin: 3px 5px;
	padding: 6px 10px;
	}
#nav li li a:hover, #nav li.current_page_item li a:hover {
	color: #fff;
	background: #444444;
	}
#nav li.highlight a, #sub-nav li.highlight a {
	color: #333;
	background: #FFFFFE ;
	}
#sub-nav li li a, #sub-nav li li.current-cat a {
	color: #B60000;
	text-decoration:underline;
	font-weight:bold; 
	background: #FFFFFE ;
	float: none;
	margin: 3px 5px;
	padding: 4px 7px;
	}
#sub-nav li li a:hover, #sub-nav li.current-cat li a:hover, #sub-nav li li.current-cat a:hover {
	color: #dcdcdb;
	background: #100000;
	}
#nav li ul, #sub-nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	z-index: 999;
	}
#nav li:hover ul, #sub-nav li:hover ul {
	left: auto;
	display: block;
	}
/************************************************
	Search
************************************************/
#search {
	float: right;
	width: 185px;
	margin-right: 15px;
	margin-bottom: 3px; 
	}
#search form {
	float: right;
	margin: .5em 0 0 0;
	padding: 0 0 0;
	}
#search input#s {
	color: #333;
	width: 170px;
	margin: 0;
	font-size: 0.85em;
	background: #EDEDED;
	border: 1px solid #FFFFFE; 
	color:#330033;
	font-family:Verdana,sans-serif;
	font-weight: bold;
	}
#search .search-submit { display: none; }
/************************************************
	Images
************************************************/
/* Images */
.single img, img.thumbnail, .flickr img, img.feature-image, #post-thumbnail-tabs img, #post-sections img, #home img, .post img {
	padding: 3px;
	background: #FFFFFF;
	border: 1px solid #919191;
	}
.post .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; }
.archive .post .avatar { width: 80px; height: 80px; }
a img { border: none; }
/* Post images */
img {
	max-width: 98.5%;
	}	
/* Feature images */
img.feature-image {
	max-width: 300px;
	margin: 0 10px 0 0;
	}
/* Thumbnail images */
img.related-posts,img.thumbnail, .recent img.thumbnail {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 10px 5px 0;
	}
/* Thumbnail Large images */
img.thumbnail-large {
	max-width: 265px;
	float: left;
	margin: 0 10px 5px 0;
	}
img.thumbnailsmall {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 10px 5px 0;
	}
img.feature-full { max-width: 100%; }
#post-blocks img.thumbnail-large, #post-blocks a img.thumbnail-large { border: none; }
#post-thumbnail-tabs img { float: right; margin: 0 0 5px 10px; }
#author-box img { float: left; margin-right: 10px; }

/************************************************
	Sections of the site
************************************************/
/* Sections of the site */
.section, #content .post, #no-sidebar .post, #comments-template, #excerpts .post, #full-posts .post, .paged .post {
	clear: left;
	float: left;
	overflow: hidden;
	width: 568px;
	margin: 0 0 10px 0;
	padding: 10px 10PX 20PX 10PX;
	color: #222111;  
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}

.section-mini, .post-mini {
	clear: left;
	float: left;
	overflow: hidden;
	width: 530px;
	margin: 0 0 10px 0;
	padding: 10px 10PX 20PX 10PX;
	color: #100000;  
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}

.section-midi {
	clear: left;
	float: left;
	overflow: hidden;
	width: 560px;
	margin: 0 0 10px 0;
	padding: 10px 10PX 20PX 10PX;
	color: #100000;  
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}

.section-mini-block-left {
	clear: left;
	float: left;
	overflow: hidden;
	width: 265px;
	margin: 0 0 10px 0;
	padding: 10px 10PX 20PX 10PX;
	color: #100000;  
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}

.section-mini-block-right {
	clear: right;
	float: right;
	overflow: hidden;
	width: 265px;
	margin: 0 0 10px 0;
	padding: 10px 10PX 20PX 10PX;
	color: #100000;  
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}


.section-midi ul li,.section-mini-block-right ul li,.section-mini-block-left ul li, .section-mini ul li {
	color: ##100001;
	margin: 2px 12px 8px 30px;  
	padding: 1PX;
	font-size:100%;
	}

.section-midi ul ol,.section-mini-block-right ul ol,.section-mini-block-left ul ol, .section-mini ul ol {
	color: ##100001;
	margin: 2px 12px 8px 30px; 
	padding: 1PX;
	display:list-item; 
	font-size:100%;
	border-bottom:1px solid #EEEEEE; 
	}

#excerpts, #full-posts, .paged { width: 590px; padding: 0; margin: 0; background: transparent; border: none; }
#post-tabs, #post-thumbnail-tabs, #post-list-tabs, #features-numbers, #video-numbers {
	width: 590px;
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent;
	border: none;
	}

/* Section headers (each section of site and sidebar) */
.section-header, .menu h2, #category-blocks h2 {
	font: 0.95em 'Lucida Sans Unicode','Lucida Grande',Helvetica,sans-serif;
	color: #333333;
	BORDER-BOTTOM : 2px solid #100001;
	padding: 5px 5px;
	margin: 0 0 10px 0;
	font-weight:bold; 
	font-size:16px; 
	font-color:#000000; 
	}
/************************************************
	Posts
************************************************/
.post { clear: left; overflow: hidden; float: left; width: 100%; }
.post .avatar { width: 40px; height: 40px; float: left; margin-right: 10px; }
p.post-3-data { margin-bottom: 0; }

p.byline {  margin: 15px 0; padding:0px 0px 2px 10px;margin:0px;font:bold 11px/14px arial, Helvetica, Utkal, sans-serif;background:transparent url(images/red_bull.gif) 0px 5px no-repeat;}
p.byline a {color: #441111; }
.post ul { padding-left: 15px; }
.post ul li { list-style-type: disc; padding-bottom: 15px; }
.post ol { padding-left: 20px; }
.post ol li{ padding-bottom: 15px; }
blockquote {color:#515151; padding:0 0 0 10px; margin:10px 30px 10px 20px; border-left:3px solid #100001;}
.navigation-links { font-size: .95em; }
.navigation-links .previous { float: left; width: 50%; }
.navigation-links .next { float: right; text-align: right; width: 50%; }

html > body #no-sidebar .post, html > body #no-sidebar #comments-template, html > body #no-sidebar .section {
	width: 898px;
	padding: 10px;
	}
#no-sidebar .post, #no-sidebar #comments-template, #no-sidebar .section {
	width: 878px;
	padding: 10px;
	}

/************************************************
	Features gallery (home page)
************************************************/
/* Features Gallery */
#myGallery { width: 588px; height: 240px; margin: 0 0 10px 0; padding: 0; }
#myGallery img, #myGallery h3 { display: none; }
#myGallery h3, #myGallery h2 { font-size: 1.5em; }

.jdGallery .slideInfoZone {height: 60px; padding:2px; background:#000000}
.jdGallery .slideInfoZone h2 a {background:#000; color:#fff;}
.jdGallery .slideInfoZone p {font:bold 11px/14px arial, Helvetica, Utkal, sans-serif;}


/************************************************
	Category sections (home page)
************************************************/
/* Home category blocks (2 colums) */
#post-blocks { width: 560px; background: transparent; padding: 0; border: none; }
#post-blocks .post {
	width: 250px;
	float: right;
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 

	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 

	clear: none;
	}
#post-blocks .odd {
	float: left;
	clear: both;
	}
#post-blocks h3 {
	margin: 10px 0 5px 0;
	}

/* Home category sections / excerpts / full posts post titles */
#post-blocks h3, #post-sections h3, #excerpts h3 {
	font-size: 1em;
	margin: 0 0 5px 0;
	}
#post-sections .post { clear: left; float: left; width: 100%; }
#post-sections .section .odd { margin: 5px 0; }
#post-sections .section .even { margin: 5px 0; }

/* Flickr photos on the home page section */
#home .flickr img {
	margin: 2px 20px 10px 10px;
	}

/************************************************
	Video
************************************************/
/* Video tabbed list of videos */
#video-tabbed .video-list {
	float: right;
	width: 45%;
	}
#video-tabbed .video-list ul { width: 100%; }
#video-tabbed .video-list ul li { margin: 0 0 5px 0; border: 1px solid #bcbcbc; }
#video-tabbed .video-list ul li a { display: block; padding:10px; color: #100000; background: #eeeeee ;}
#video-tabbed .video-list ul li a:hover { color: #B60000;	text-decoration:underline; }
#video-tabbed .video-list ul li a.tab-current { 	color: #B60000;text-decoration:underline;font-weight:bold;  }
#video-tabbed .video { float: left; width: 50%; }
div.v { display: none; }
div.v1 { display: block; }

/************************************************
	Sidebar
************************************************/
/* Sidebar */
#sidebar {
	width: 310px;
	}
.menu { width: 86%; }
.tabbed { width: 100%; }
#sidebar .menu, #sidebar .tabbed { margin: 0 12px 5px 0;  }
#sidebar .menu, .tabbed {
	padding: 10px 10PX 20PX 10PX;
	float: left;
	overflow: hidden;
	background: #FFFFFE;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:5PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
	}

/* Sidebar lists and sidebar tab lists */
#sidebar .tabbed ul { margin: 0; padding: 0; }
#sidebar .menu ul li a, .tabbed div ul li a {
	color: ##100001;
	display: block;
	padding: 2px 0;
	font-size:110%;
	border-bottom: 1px solid #EEEEEE; 
	padding:0px 0px 2px 12px;
	margin:0px;font:bold 11px/16px arial, Helvetica, Utkal, sans-serif;
	background:transparent url(images/red_bull.gif) 0px 5px no-repeat;
	}
.menu div li, .menu div li li, #sidebar .tabbed div li, #sidebar .tabbed div li li {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	padding:0px 0px 2px 7px;
	margin:0px;font:bold 11px/14px arial, Helvetica, Utkal, sans-serif;
	}
#sidebar .menu li li a, .tabbed div li li a { display: block; padding: 2px 0 2px 8px; }
#sidebar .menu ul li a:hover, .tabbed div ul li a:hover { color: #B60000;
	text-decoration:underline;}

/* Feed sidebar */
#feed-sidebar li a { height: 15px; display: block; text-indent: 25px; margin-bottom: 3px; }
#feed-sidebar li.feed-url a {0 .3em; }
#feed-sidebar li.feed-email a { 0 .3em; }

/* Recent comments widget */
#sidebar ul.recent-comments li { margin: 5px 0; }
#sidebar ul.recent-comments li a { display: inline; }

/* Sidebar video */
#sidebar .video h3 { font-size: 1em; margin: 5px 0 0 0; }

/* Sidebar ads */
#sidebar .ads p { margin: 0; padding: 0; }
#sidebar .ads a img { border: none; padding: 0; }
#sidebar .ads img { margin: 0 10px 0 11px; border: none; padding: 0; }
#sidebar .ads img.last { margin: 0; }

/* Sidebar flickr photos */
#sidebar .flickr img { margin: 3px 8px 3px 8px; }

/* Sidebar subscribe */
#sidebar .subscribe div { padding-left: 2px; }

/* Sidebar search */
#sidebar .search input { width: 96%; }
#sidebar .search input.search-submit { display: none; }

/* Sidebar recent posts and asides */
#sidebar .recent .post, #sidebar .asides .post {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
	}
#sidebar .entry { padding: 0; }
#sidebar .recent h3, #sidebar .asides h3 { font-size: .9em; margin: 0 0 1px 0; }
#sidebar .recent h3 a, #sidebar .asides h3 a { font-weight: bold; }
#sidebar .recent p, #sidebar .asides p { font-size: .9em; line-height: 1.4em; margin: 0; padding: 0; }
#sidebar .asides p, #sidebar .asides h3 { font-size: .95em; }

/************************************************
	Tabs
************************************************/
/* Tabs (actual tabs) */
.tabbed { padding: 0; background: transparent; border: none; }
.tabbed ul.tabs {
	position: relative;
	top: 0;
	left: 0;
	z-index: 997;
	list-style-type: none;
	}
.tabbed ul.tabs li { display: inline; TEXT-TRANSFORM: uppercase;}
.tabbed ul.tabs li a {
	color: #fff;
	float: left;
	display: block;
	margin: 0 .25em 0 0;
	padding: 5px .6em;
	background: #1B1B1B;
	border-width: 1px 1px 0 1px; border-style: solid; border-color: #161616;
	}
.tabbed ul.tabs li a.t4 { margin: 0; }
.tabbed ul.tabs li a:hover { color: #B60000;text-decoration:underline; }
.tabbed ul.tabs li a.tab-current { background: #ffffff;	color: #B60000;text-decoration:underline;font-weight:bold;  }

/* Tab content */
#sidebar .tabbed div.tab-content { float: left; width: 86%; background: #FFFFFE; border:1px solid #aaa; border-bottom:2px solid #bbb;}
.tabbed div.tab-content {
	overflow: hidden;
	display: block;
	position: relative;
	left: 0;
	top: -1px;
	z-index: 0;
	padding: 11px 10px 15px 10px;
	clear: left;
	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 
	border-top: 1px solid #F1F1F1;
	border-BOTTOM: 1px solid #F1F1F1;
	border-RIGHT: 1px solid #DFDFDF;
	border-BOTTOM: 2px solid #DFDFDF;

	-moz-border-radius-bottomright:5PX; 
	-moz-border-radius-bottomleft:5PX; 

	}
div.t2, div.t3, div.t4 { display: none; }
.tabbed div.c { display: none; }
.tabbed div.c1 { display: block; }

/* Features and video carousels (numbered carousel) */
#features-numbers .tabbed div.tab-content, #video-numbers .tabbed div.tab-content {
	width: 568px;
	clear: left;
	float: left;
	display: block;
	border-bottom: none;
	}
#features-numbers ul.tabs, #video-numbers ul.tabs {
	width: 588px;
	display: block; clear: left;
	overflow: hidden;
	background: #1B1B1B;

	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:5PX; 
	-moz-border-radius-bottomleft:5PX; 
	}
#video-numbers .post { margin-top: 2px; }
#features-numbers ul.tabs li a, #video-numbers ul.tabs li a { border: none; }
#features-numbers .tabbed div.tab-content, #video-numbers .tabbed div.tab-content { 
	top: 0; 
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 2px solid #BBB;

	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 

	}

/* Post tabs and video tabs */
#post-tabs div.c, #post-thumbnail-tabs div.c, #post-list-tabs div.c {
	float: left;
	clear: left;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:5PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 

	background: #FFFFFF url(images/post-bg.png) repeat-x scroll left bottom ; 
	}
#post-thumbnail-tabs div.c, #post-list-tabs div.c { 
	width: 568px; 
}
#post-thumbnail-tabs div.c { padding: 10px; }
#post-tabs div.c, #post-thumbnail-tabs div.c div, #post-list-tabs div.c div { padding: 0; }
#post-tabs div.odd, #post-list-tabs div.odd, 
#post-tabs div.even, #post-list-tabs div.even {
	display: inline;
	width: 270px;
	padding: 10px;
	clear: none;
	}
#post-tabs div.odd, #post-list-tabs div.odd { float: left; }
#post-tabs div.even, #post-list-tabs div.even { float: right; }
#post-tabs h3, #post-thumbnail-tabs h3, #post-list-tabs h3 {
	font-size: 1em;
	margin: 0;
	padding: 1px 0;
	}
#post-tabs h3 a, #post-thumbnail-tabs h3 a, #post-list-tabs h3 a, #post-list-tabs h3, #features-numbers h3 a,#excerpts h3 a,#post-sections h3 a,#post-blocks h3 a,#author-box h4 a {
	font-weight: bold;
	}
#post-tabs p, #post-thumbnail-tabs p, #post-list-tabs p { margin: 5px 0 10px 0; }
#post-list-tabs div.c ul { padding: 5px 2px 5px 7px; }
#post-list-tabs li { list-style-type: none; }

/************************************************
	Comments Template
************************************************/
/* Related posts (if using plugin) */
#related ul { width: 100%; }
#related ul li { list-style-type: none; }

/* Comments template */
#comments-template img { padding: 0; background: transparent; border: none; }
#comments-template ol {
	list-style-type: none;
	margin-top: 10px;
	}
#comments-template ol li {
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 5px 1%;
	background: #FFFFFE;
	border:1px solid #eeeeee;
	}
#comments-template .avatar { float: left; width: 40px; height: 40px; margin-right: 10px; padding: 5px; background: #fffffe;border:1px solid #ccc; }
#comments-template ol li .comment-meta-data { float: left; margin-top: 2px; font-weight: bold; padding: 5px; padding-left: 15px; padding-right: 15px; display: block; border: 1px solid #333333; border-bottom:1px solid #333333; background:#eeeeee ; width:450px}
#comments-template ol li .comment-meta-data a.time { float: left; clear: left; padding: 2px; font-size: .90em; margin-right:15px;}
#comments-template ol li .comment-text { clear: left; float: left; padding: 3px 10px 0 10px; width:500px;}
input {
	width: 50%;
	padding: 5px;
	margin: 0;
	color: #333;
	font-size: 1.0em;
	background: #EDEDED;
	border: 1px solid #222222; 
	color:#330033;
	font-family:Verdana,sans-serif;
	font-weight: bold;
	}
#no-sidebar input { width: 25%; }
textarea {
	color: #222222;
	width: 97%;
	padding: 7px;
	background: #ffffff;
	border: 1px solid #323232;
	}
#comments-template input.submit-comment, #comments-template input.reset-comment, .button {
	color: #222222;
	width: 100px;
	padding: 7px;
	margin-right: 10px;
	background: #EDEDED;
	}


/*********************************************************
MISCELLANEOUS 
**********************************************************/
.rsswidget {
	PADDING-LEFT: 15px; FONT-SIZE: 0.96em; COLOR: #100000; TEXT-DECORATION: underline;
}
.more {
	display:block;height:15px;width:15px;  
	background:transparent url(images/rotate.gif) no-repeat; 
	float:left; 
	margin-right: 5px; 
	margin-top: 4px; 
}
.comments {
	BACKGROUND: no-repeat left center; FLOAT: right
}
.summary {
font-size: 0.75em; 
TEXT-TRANSFORM: uppercase;
color:#333333;
display:inline;
padding:3px;
border: 0px solid #222;}


/* Sidebar tables (ex: calendar) */
#sidebar table { width: 95%; margin: 0 auto; border: none /*1px solid #D1BE93*/; }
#sidebar table tr { font-weight: bold; background: #EDEDED; }
#sidebar table tr td { text-align: center; background: #FFFFFE; border:none /*1px solid #D1BE93*/; }
#sidebar table tr td.pad { border: none; }


#sidebar .menusinglesidebar H2 {
	font: 0.95em Trebuchet MS,Arial, Verdana, Sans-Serif;
	background: #eeeeee;
	color: #333333;
	border: 1px solid #222;
	padding: 3px 5px;
	margin: 0 0 10px 0;
}
#sidebar .menusinglesidebar H2 A {
	font: 0.95em Trebuchet MS,Arial, Verdana, Sans-Serif;
	color: #333333;
	background: #EDEDED;
	border: 1px solid #222;
	padding: 3px 5px;
	margin: 0 0 10px 0;
}

#sidebar .menusinglesidebar {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; background:#FFFFFE none repeat scroll 0 0; PADDING-BOTTOM:10px; OVERFLOW: hidden; PADDING-TOP: 10px ; 
	width:88%; 
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:5PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 

}

#sidebar .menusinglesidebar UL {
	PADDING-LEFT: 5px; LIST-STYLE-TYPE: none
}
#sidebar .menusinglesidebar LI A {
	PADDING-RIGHT: 0px; DISPLAY: block; PADDING-LEFT: 0px; PADDING-BOTTOM: 3px; WIDTH: 97%; PADDING-TOP: 3px; 	border-bottom: 1px dotted #100001;
}

.ddmcc {
	width: 200px;
	float: left;
	padding-right: 20px;
}

.ddmcc ul {
	margin: 10px 0 10px 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
}

.ddmcc li {
	margin: 0 0 2px 0;
	padding: 0;
}

.ddmcc p.sep {
	font-size: 1.2em;
	color: #808080;
	font-weight: bold;
}

.ddmcc p.sep:hover {
	cursor: pointer;
}


.wp-caption {
   border: 1px solid #cccccc;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

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

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}


TABLE.stats {
	PADDING: 2px; TEXT-ALIGN: left; border:0px solid #222222; margin:8px; background:#fafafa none repeat scroll 0 0; 
}



/* Related Posts */
ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}
ol.related-posts li{width:120px; float:left; display:inline; margin-right:15px;; padding:0;}
	ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
	ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
	ol.related-posts li{font-size:12px;}


table#pointcounterpoint {    background-color:#dfdfdf;    border: solid #000 1px;    width: 550px;
}
table#pointcounterpoint td {    padding: 5px;    border: solid #000 1px;
}
.data {    color: #000000;    text-align: left;    background-color: #dfdfdf;
}
.toprow {    font-style: italic;    text-align: center;    background-color: #FFFFCC;
}
.leftcol {    font-weight: normal;    text-align: left;    width: 250px;    background-color: #f1f1f1;
}



/* FOOTER */ 

#recentpost, #mostcommented {
	width:260px;
	float:left;
	padding:10px;
	border:1px solid #fff;
	}

#mostcommented {
	margin-left:17px;
	}

#recent_comments {
	width:260px;
	float:right;
	padding:10px;
	border:1px solid #fff;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost ul li, #mostcommented ul li, #recent_comments ul li {
	list-style:none;
	border-top:1px dotted #fff;
	padding:5px;
	display:block;
	}

#recentpost ul li:hover, #mostcommented ul li:hover, #recent_comments ul li:hover {
	background:#100000;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	border-top:0px dotted #fff;
	}


#footer {
	color:#ffffff; 
	margin-left:30px; 
	background:#2c2c2c bottom no-repeat;
	width: 990px; margin:0 auto;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}




/************************************************
	Footer
************************************************/
/* Footer */
#footer {
	clear: both;
	float: left;
	width: 960px;
	text-align: left;
	margin: 0px 0 15px 0;
	color:#333333; 
	}
#footer p {
	margin: 5px 0;
	line-height: 1.3em;
	PADDING-TOP:25PX; 
	}
#footer p.left { width: 50%; }

.post-footer {
	height: 102px;
	padding: 0 18px;
	overflow: hidden;
	float:bottom; 
	width:560px;
	position:relative;  
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 2px solid #BBB;

	-moz-border-radius-bottomright:10PX; 
	-moz-border-radius-bottomleft:5PX; 
	-moz-border-radius-topright:5PX; 
	-moz-border-radius-topleft:5PX; 
}


#col1 { 
padding-left:1%;  
width:29%;
float:left;
padding-right:3%;
}

#col2 { 
width:29%;
float:left;
padding-right:3%; }

#col3 { 
width:29%;
float:left;
padding-right:0%; }

.box{
border-top: 1px solid #dddddd;
border-bottom: 1px solid #dddddd;
background:#ffffff;
margin-bottom: 0em;
width:99%;
}

.box .p{
font-family:verdana,arial,helvetica,sans-serif; 
}

.box ul { 
padding: 0 0 0.3em 0.5em;
}

.box ul .new{
list-style:none;
padding-bottom:0px; 
}

.box li { 
margin:0;
padding:0 0.1em 0.1em 0;
text-align: left;
}

.hdr {
height: 2em;
width:auto;
background-color: #BBB5B4;
padding:0 0 0 0;
margin:0;
}

.hdr h2 { 
font-size: 110%;
width:auto;
margin:0;
padding:0.2em 0 0 0.2em;
float:left;}

#dsq-comment-cite { 
	font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
	BORDER-BOTTOM : 2px solid #100001; 
	font-size: 1.1em;
	font-weight:bold; 
} 

#dsq-content #dsq-comments .dsq-header-avatar img { height: 30px; width: 30px; } 

#dsq-content #dsq-comments .dsq-comment-header{ 
	font-family: Trebuchet MS,Arial, Verdana, Sans-Serif;
	BORDER-BOTTOM : 2px solid #100001; 
	BORDER-TOP : 1px solid #DDDCCC; 
	font-size: 1.2em;
	font-weight:bold; 
 height: 50px; } 

#dsq-content #dsq-comments .dsq-comment-body { background: #FFFFFF; font-size: 130% ; font : Trebuchet MS,Arial, Verdana, Sans-Serif; padding-left:10px;padding-right:10px;} 

#dsq-content #dsq-comments .dsq-comment-footer { font-size: 10px; background:#FFFFFE;}

.tplresults { width: 100%; border: 1px solid gray; }
.tplresults img { padding: 0; background: none; margin: 0; border: none; }
.tplresults thead td { background-color: gray; color: white; font-weight: bold; padding: 2px 5px; }
.tplresults .rank { text-align: center; width: 20px; }
.tplresults .votes { text-align: center; }

.post p a, .post-mini p a {color: #441111;
	}
.post p a:hover { color: #B60000;
	text-decoration:underline;
}