/*
Theme Name: Personal Page
Theme URI: http://csglobal.co.in/
Version: 1.0
Description: A two-column layout with a touch of red. Based on the <a href="http://www.freesharewarez.info/">free website template</a> Deep red.
Author: ashish sharma
Author URI: http://csglobal.co.in/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #1c1314 url('img/bg.gif') repeat-x;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#444444;
	font-weight:normal;
}

a {
	color: #FFF;
	text-decoration: none;
}

/* headings */
h1 {font: normal 2em sans-serif; margin-top: 1em;}
h2 {
	font-family:"Trebuchet MS";
	font-size:22px;
	color:#9d0000;
	margin-top:15px;
	margin-bottom:5px;
	}
h3 {font: bold 1.3em sans-serif; margin-top: 0.6em; padding: 0 0 5px 0; border-bottom: 2px #9D0000 solid; }
h4 {font: bold 1.1em sans-serif; margin-top: 0.4em;}

h1,h2,h3,h4 {color: #9d0000;}

.alignright {float:right; margin-right:0;}
.alignleft {float:left; margin-left:0;}
.aligncenter {margin-left:0; margin-right:0;}

img { margin:13px; padding:0; }

/* misc elements */
code {
	background: url('img/code.gif');
	border-left: 6px solid #1664D9;
	border: 1px solid #F0F0F0;
	color: #555;
	display: block;
	font-family:"Trebuchet MS";
	font-size:1em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #FAFAFA url('img/quote.gif') no-repeat;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #555;
	display: block;
	margin: 1em 0;
	padding: 0.6em 1em 0.2em 40px;
	font-family:"Trebuchet MS";
	font-size:1.2em;
}
ol {margin: 0 0 1.2em 2em;}

/* structure */
#main {
	width: 792px;
	margin: 0 auto;
	background:#fff url('img/main.gif') repeat-y;
	background-position: right top;
}
#main_left {
	float: left;
	width: 520px;
	padding:0 0 0 5px;
}
#main_right {
	float: right;
	width: 253px;
	border-right:6px solid #FFFFFF;
}

/* misc */
.left {float: left;}
.right {float: right;}
span.comment {padding-left: 18px; background: url('img/icon_comment.gif') no-repeat left center;}
.clearer {clear: both; font-size: 0; height: 0;}

/* logo */
#header {
	background: #cd2a17 url('img/header.jpg') repeat-x;
	height: 248px;
}
#header h1 {
	color:#FF9000;
	font-family:"Century Gothic";
	font-size:21px;
	margin:0;
	padding:40px 10px 0 24px;
	text-align:right;
}

#header h1 a{
	color:#FF9000;
}

.slogan{
	color:#d7c4b7;
	font-family:"Century Gothic";
	font-size:18px;
	margin:0;
	padding:40px 90px 0 24px;
	text-align:right;
	font-weight: normal;

}

/* main navigation */
#navigation ul,#navigation li {margin: 0; padding: 0;}
#navigation li {list-style: none;}
#navigation {background: #9e0101 url('img/grdnt_blue.gif') repeat-x;}
#navigation a {
	border-bottom: 1px solid #FFF;
	display: block;
	height: 1.8em;
	padding: 0.6em 0 0 1em;
	text-decoration: none;
	font-family:"Trebuchet MS";
	font-size:1em;
	font-weight:bold;
}
#navigation a:hover {background: #000;}

/* sidebar label */
.label {
	background: #333 url('img/label.gif') no-repeat;
	clear: both;
	color: #EEE;
	line-height: 50px;
	overflow: hidden;
	text-align: left;
	padding-left:8px;
	font-family:"Trebuchet MS";
	font-size:1.5em;
}

/* lists */
ul.block, .block ul {
	background: #2A2A2A;
	border-top: 1px solid #3A3A3A;
	margin: 0;
	padding: 0;
}
.block li {
	border-bottom: 1px solid #3A3A3A;
	list-style: none;
}
.block a {
	background: url('img/block.jpg') repeat-x left top;
	color: #CCC;
	display: block;
	padding: 0.6em 2% 0.6em 5%;
	width: 92%;
	font-family:"Trebuchet MS";
	font-size:1.2em;
}
.block a:hover {
	background: #222;
	color: #FFF;
}
.block a em {
	color: #999;
	display: block;
	margin-top: 0.3em;
	font-family:"Trebuchet MS";
	font-size:0.8em;
}

.block a img{
	border:0;
}


/* content */ 
#content {
	color: #444;
	font-family:"Trebuchet MS";
	line-height: 1.3em;
	padding: 0 1em 1em; 
	text-align:justify;
}
#content a {color: #9d0000;}
#content a:hover {
	text-decoration: underline;
	color: #333;
}
#content p {margin: 0.4em 0 1em 0; 	font-size: 11pt; line-height:15pt;}
#content .descr {
	color: #666;
	margin-bottom: 0.5em;
}
#content ul li {list-style: url('img/li.gif');}
#content ul {margin-left: 1.8em;}

/* posting */
.post_info {
	background: #FAFAFA;
	border: 1px solid #EEE;
	color: #555;
	margin-bottom: 1em;
	padding: 0.6em 0.7em;
}

/* comments */
.commentlist {margin: 1em 0 0 0.5em; padding: 0;}
.commentlist li {margin-bottom: 1.2em; list-style: none;}
#commentform {
	margin: 1em 0;
	width: 360px;
}
.commentmetadata {padding: 0.2em 0 0.4em; color: #469;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 320px; overflow: auto;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #D6D3D3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}

#footer{
clear:both;
text-align:right;
padding:0 0 20px 0;
background-color:#222222;
color:#CCCCCC;
border:6px solid #FFFFFF;
}

#footer p{
padding:0 20px 0 20px;
}

#footer .sub_footer{
padding:6px;
background-color:#9D0000;
color:#CCCCCC;
border-bottom:6px solid #FFFFFF;
height:24px;
margin-bottom:0;
}

#footer .sub_footer2{
padding:6px;
background-color:#c72424;
color:#CCCCCC;
border-bottom:6px solid #FFFFFF;
height:24px;
margin-bottom:20px;
}

#footer .sub_footer a{
padding:3px;
background-color:#c72424;
color:#CCCCCC;
float:left;
width: 250px;
text-align: center;
font-size:10pt;
}

#footer .sub_footer2 a{
padding:3px;
background-color:#9D0000;
color:#CCCCCC;
float:left;
width: 250px;
text-align: center;
font-size:10pt;
}

#footer .sub_footer2 a:hover{
padding:3px;
background-color:#9D0000;
color:#CCCCCC;
float:left;
width: 250px;
text-align: center;
font-size:10pt;
text-decoration:underline;
}

#footer .sub_footer a:hover{
padding:3px;
background-color:#c72424;
color:#CCCCCC;
float:left;
width: 250px;img

text-align: center;
font-size:10pt;
text-decoration:underline;
}

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

#sbsl1_1 {
margin:14px;
padding:0;
}

.wp-table-reloaded .odd td{
margin:14px;
padding:0;
font-size:10pt;
line-height:15pt
background-color: #fff;
}

.wp-table-reloaded .even td{
margin:14px 14px 30px 14px;
padding:0 0 60px 0;
border-bottom: 2px #9D0000 solid;
color: #9d0000;
}

#wp-table-reloaded-id-1-no-1 {
background-color:#fff; !important 
}

.language {
text-align:right;
padding:70px 20px 0 0;
color:#fff;
}