/*  
Theme Name: Carbon Page
Theme URI: http://www.themebin.com/
Description: A pro carbon-black, minimalistic wordpess theme.
Version: 1.0
Author: Santhosh. S
Author URI: http://santhosh.themebin.com
*/

/* Body */

body {
	background: #181818;
	color: #D3D1D1;
	font: 12px Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
}
body * {
	margin: 0px; 
	padding: 0px;
}

/* Links */

a {
	text-decoration: none;
	outline:none;
	color: #CCCCCC;
	}
	
a:hover{
	text-decoration: underline;
	color: #666666;
	}
	
/* Images */

img {
	border: solid 1px #666666;
	padding:3px;
}
img.float-right {
	margin : 5px 0 10px 10px;
}

img.float-left {
	margin : 5px 10px 10px 0;
}
img.float-right {
	margin : 5px 0 10px 10px;
}
img.wp-smiley{ 
	border:none;
}
img.float-left {
	margin : 5px 10px 10px 0;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Headings */

h1, h3 {
	color: #fff;
	font : bold 80% Verdana, Arial, Helvetica, sans-serif;
	}
h1 a, h3 a{
	color: #fff;
	font : bold 80% Verdana, Arial, Helvetica, sans-serif;
}
h1 a:hover, h3 a:hover {
	font : bold 80% Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
h1  {
	font-size: 26px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	}
h1 a, h3 a, h1 a:visited, h3 a:visited  {
	text-decoration: none;
}
h1 a:hover, h3 a:hover {
	text-decoration: none;
}	
h2 a{
	color: #c0c0c0;
}
h2 a:hover {
	color: #fff;
}
h2 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 10px 0px;
	color: #fff;
	line-height: 150%;
	margin: 0px;
}	
h2 a, h2 a:visited  {
	color: #666;
	text-decoration: underline;
}
h2 a:hover {
	text-decoration: none;
	}
h3 a{
	color: #c0c0c0;
}
h3 {
	font-size: 22px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(images/post-bullet.png) no-repeat;
	padding-left: 25px;
}
h6 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding: 0px 0 10px 0px;
	line-height: 150%;
	margin: 0px;
	color: #000;
}
/* Header */

#header { 
	background:url(images/header-bg.png) repeat-x;}
	
#header-in {
	width: 990px;
	padding: 0px;
	height:70px;
	position: relative;
}
	
#header-in .title {
	margin: 0px;
	padding: 07px 10px 5px 10px;
	width:  500px;

}
#header-in .title a {
	text-decoration: none;
	font-family: Tahoma, Verdana, 'Trebuchet MS', Sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin: 0px;
	color: #fff;
	padding: 0px;
}

#header-in .title a:hover {
	color: #999;
}
#header-in .description {
	clear:  both;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px 10px 4px 15px;
	width:  850px;
	color: #999999;
}

/* Search */

#searchform {
  	margin-left: 0;
  	margin-top: 0;
  	margin-right: 0;
  }

#search-form {
  	float: right;
  	width: 213px;
  	height: 28px;
  }
  
#search-box {
  margin-left: 0px;
  width: 120px;
  margin-top: 25px;
  color: #000000;
  background:#fff url(images/gradtop.gif) repeat-x top;
  border: solid 1px #999999;
  }
  
#search-button {
	background: #222 url(images/search-btn.png) repeat-x;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: solid 1px #666;
	width: 50px;
	height: 20px;
  }

/* Navigation */

#nav-bar ul {
	float : left;
	list-style : none;
	margin : 0;
	padding : 0;
}
#nav-bar ul li {
	display : inline;
}
#nav-bar ul li a {
	display: inline;
	float : left;
	padding : 0 10px;
	color : #fff;
	text-decoration : none;
}
#nav-bar ul li a:hover {
	color : #c0c0c0;
}

#nav-bar ul li#selected a {
	color : #333;
}
* html #nav-bar ul li a { /*IE bug fix */
  float: left;
  text-decoration: none;
}
#nav-bar {
	background: url(images/nav-bg.png) repeat-x;
	padding-left: 5px;
	position : relative;
	width : auto;
	height : 25px;
	margin : 0;
	padding : 0 0 0 0;
	font : bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
}
#nav-left {
	background: url(images/left-corner.png) left no-repeat;
	height: 25px;
}
#nav-right {
	background: url(images/right-corner.png) right no-repeat;
	height: 25px;
}
#nav li {
	float: left;
	list-style-type: none;
	margin: 28px -4px 0px 4px;
	padding: 0px;
	}
#nav ul li:hover, #nav ul li.hover, #nav ul li.current_page_item {
	}
#nav ul li:hover a, #nav ul li.hover a, #nav ul li.current_page_item a {
	text-decoration: none;
	}
#nav ul li.current_page_item a:hover {
	text-decoration: none;
	}
#nav ul li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	padding: 6px 20px 6px 0px;
	margin: 0px 0px 0px 15px;
	text-transform:uppercase;
	}
#nav ul li a:hover {
	text-decoration: none;
	}

/* Container */

#container { 
	background:url(images/content-bg.png) top repeat-y;
	border: 0px solid black;
	}
.container-top {
	background:url(images/content-top.png) top no-repeat;
}
.container-bottom {
	background: url(images/content-bottom.png) no-repeat;
}

/* Main Container */

#container { 
	width:990px;
	text-align: left; 
	margin: 0 auto;
	padding: 0px 0px;
	border: 0px solid black;
	clear: both;
	overflow:hidden;
	height:100%;
	}
.container-top {
	clear: both;
	height: 40px;
	width: 990px;
	display: block;
	margin: 0px auto 0 auto;
}
.container-bottom {
	clear: both;
	height: 56px;
	width: 990px;
	display: block;
	margin: 0px auto;
}

/* Content */

#content .post-meta-top {
	color: #8E8F91;
}
#content .post-bottom {
	border-bottom : 1px solid #666;
	background-color : #464646;
	text-align: right;
	color: #fff;
}
.post-bottom a {
	color: #fff;
}

.nav-next	{ background:url(images/arrow-right.gif) no-repeat right; }
.nav-previous { background:url(images/arrow-left.gif) no-repeat left; }

#content {
	width: 570px;
	float: left; 
	padding: 14px 0px 10px 26px;
	display: block;
	overflow:hidden;
	text-align: justify;
	}
#content h1.btmspace{
	margin-bottom:15px;
	}
#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}
#content p img {
	border: solid 1px #666666;
	padding:3px;
}
#content img.float-right {
	margin : 5px 0 10px 10px;
}
#content img.wp-smiley{ 
	border:none;
}
#content img.float-left {
	margin : 5px 10px 10px 0;
}
#content img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 35px;
	}
#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: disc outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 0;
	}
#content .post-meta-top {
	display: block;
	margin: 0px 0px 15px 0px;
	padding: 5px 0px;
	float:left;
}
#content .post-bottom {
	display: block;
	margin: 0px 0px 25px 0px;
	padding: 5px 10px;
	clear: both;
	overflow:hidden;
	height:100%;
}
.post-bottom a {
	color: #fff;
	text-decoration: none;
}
.post-bottom a:hover {
	text-decoration: underline;
}
.cat {
	float:  left;
	width: 75%;
	text-align: left;
}
.cat span {
	padding: 0px 0px 0px 18px;
}
.comm {
	float: right;
	width: 38px;
	height:39px;
	font-size:22px;
	line-height:27px;
	text-align: center;
}
.comm span {	
	 text-align:center;
	 padding:5px 0 0 0;
}
.comm a {
	text-decoration: none;
}
.auth {
	float: left;
 	padding:0 0px 0 0;
	text-align: left;
}
.auth span {
	padding: 0px 0px 0px 15px;
}
.auth a {
	text-decoration: none;
}
.date {
	float: left;
	text-align: left;
	padding:0 0px 0 5px;
}
.date span {
}

/* Extra Formattings */

hr {
	height: 5px;
	margin: 10px 0px;
	border: none;
	color: #fff;
	border-top: 1px dotted #D3D3D3;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 40px;  
   	border: 1px solid #464646;  
	background: #222 url(images/quote.png) no-repeat;
	color: #999;  
}
blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
code {
	margin: 4px 0;
	padding: 8px;
	text-align: left;
	display: block;
	overflow: auto;  
	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
	background: #222;
	border: 1px dashed #333333;  
}
.clearboth {
	clear: both;
}
.alignleft{
	float:left}
.alignright{
	float:right}

h3 a, h3 a:visited {
	text-decoration: none;
}

/* Page Navigation */

.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
}
.page-nav a {
	text-decoration: none;
}
.nav-previous a {
	padding-left: 10px;
}
.nav-next a {
	padding-right: 10px;
}

/* Comments */

#comments, #respond {
	border-bottom: 1px dashed #333333;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 15px;
	line-height: 130%;
}
.commentlist li{
	padding: 10px 10px;
}
.commentlist .alt {
	background: #222;
}
.commentlist cite {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color: #ffffff;
}
.commentlist cite a, .commentlist cite a:visited {
	color: #ffffff;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font-size: 12px;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #c0c0c0;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background:#131212;
	border: 1px solid #444;
	padding: 3px;
	color: #ffffff;
	margin-top: 3px;
}
#commentform textarea{
	width: 478px;
	height: 115px;
	background:#131212;
	border: 1px solid #444;
	padding: 2px;
	color: #ffffff;
	margin-top: 3px;
}

#commentform #submit{
	background: #222;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: solid 1px #444;
	float:right;
	width: 144px;
	height: 28px;
	cursor: pointer;
}

.nav-next	  { padding-right:8px; font-weight:bold;}
.nav-previous { padding-left:8px; font-weight:bold;}

/* Sidebar */

#sidebar {
	float: right;
	display: block;
	width: 360px;
	margin: 0 0px 0 0px;
	padding: 0px 18px 0px 0px;
}
#sidebar h3 {
	font-size: 22px; 
}

#sidebar .sidebar-bot {
	display: block;
	height: 20px;
	clear: both;
}
#sidebar ul {
	list-style-type: none;
	
}
#sidebarwrap {
 	padding: 15px 0px 0px 0px;
	margin: 0px;
	border: none;
}
#sidebar-big-ad {
	width: 362px;
	height: 285px;
	text-align: center;
	padding-bottom: 10px;
	background:url(images/ad-bottom.png) center bottom no-repeat;
}

}
#sidebar-top {
	background:url(images/sidebar-top.png) right top no-repeat;
	width: 362px;
	height: 16px;
}
#sidebar h2 {
	margin: 0px 0; padding: 5px 0px;
	font-size: 16px;
	background: url(images/side-bullet.png) left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left:15px;
	font-weight: bold;
	color: #fff;
}
#sidebar img{
	border:none;
}
#sidebar .textwidget {
	border-top: solid 1px #666;
	padding-top: 2px;
}
h2 .widgettitle {
	border-bottom: solid 1px #666;
}
#rss {
	width: 80px;
	height:64px;
	text-align: center;
}

/* Left Sidebar */
	
#l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 12px;
	margin: 0px; padding: 0px 0px 0px 10px;
}
#l_sidebar ul, #l_sidebar ul li {
	margin: 0px 0 15px 0;  padding: 0px;
}
#l_sidebar ul li ul {
	border-top: 1px solid #9c9c9c;
}
#l_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
}
#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul li {
	margin:  0px; padding: 0px;
}
#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#l_sidebar ul li ul li ul li a:hover {
	text-decoration: none;
}

#l_sidebar ul li ul {
	border-top: 1px solid #666;
}
#l_sidebar ul li ul li {
	border-bottom: 1px dotted #222;
}
#l_sidebar ul li ul li a{
	color: #999;
}
#l_sidebar ul li ul li a:hover {
	color:#fff;
}
#l_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px dotted #333;
	background: none;
}
#l_sidebar ul li ul li ul li a{
	color: #c0c0c0;
}
#l_sidebar ul li ul li ul {
	border: none;
}
#l_sidebar ul li ul li ul li a:hover {
}

/* Right Sidebar */

#r_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 12px;
	margin: 0px; padding: 0px 0px 0px 10px;
}
#r_sidebar ul, #l_sidebar ul li {
	margin: 0px 0 15px 0;  padding: 0px;
}
#r_sidebar ul li ul {
	border-top: 1px solid #9c9c9c;
}
#r_sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 10px;
}
#r_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul li {
	margin:  0px; padding: 0px;
}
#r_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
}
#r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
}
#r_sidebar ul li ul li ul li a:hover {
	text-decoration: none;
}

#r_sidebar ul li ul {
	border-top: 1px solid #666;
}
#r_sidebar ul li ul li {
	border-bottom: 1px dotted #222;
}
#r_sidebar ul li ul li a{
	color: #999;
}
#r_sidebar ul li ul li a:hover {
	color:#fff;
}
#r_sidebar ul li ul li ul li {
	border-bottom: 1px solid #EAF4FF; /*IE Bug Fix */
	border-top: 1px dotted #333;
	background: none;
}
#r_sidebar ul li ul li ul li a{
	color: #c0c0c0;
}
#r_sidebar ul li ul li ul {
	border: none;
}
#r_sidebar ul li ul li ul li a:hover {
}

/* Footer */

#footer-wrap {
	width: 950px;
	margin: 0px auto;
}
#footer-left {
	background: url(images/footer-left.png) left no-repeat;
	height: 18px;
}
#footer-right {
	background: url(images/footer-right.png) right no-repeat;
	height:18px;
}
#footer-top {
	background:url(images/footer-top.png) repeat-x;
	height:18px;
}
#footer {
	background:url(images/footer-bg.png) top repeat-x;
	height: 30px;
	border-bottom: solid 1px #333;
	padding-top: 5px;
	text-align:center;
}
#footer a {
	color: #fff;
}

#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

/* Clear Fix */ 

.clearfix:after {
  content: ".";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */		
#outer-container1 {
    width: 570px;
    display: block;
    margin: 0px;
    padding: 0px;
    position:relative;
}
#top-Nav1 {
    width: 500px;
    background-color: black;
    margin: 2px 0px 0px 0px;
}
#content-container1 {

	border-bottom:1px solid #BA1C1C;
	margin:2px 0;
	text-align:center;
/*    width: 280px;
    height: 400px;
    margin: 2px 0px 2px -10px;
    float: left;
    position:relative;
    z-index:1;*/
}
#content-container1 img {margin:auto; display:block;}
#attach-left {

    /*width: 140px;
    height: 400px;
    margin: 40px 2px 2px 0px;*/
    float: left;
    /*position:relative;
    z-index:2;*/
	float:left;
	margin:2px 2px 2px 0;
}

#attach-right {
/*
    width: 140px;
    height: 400px;
    margin: 40px 0px 2px 2px;
    float: right;
    text-align:right;
    position:relative;
    z-index:3;*/
	float:right;
	margin:2px 0 2px 2px;
	text-align:right;
}
#footer1 {
    width: 600px;
    background-color: red;
}

