/*
Theme Name: HCL Financial Services
Theme URI: http://fs.hclblogs.com/
Version: 2.0
Author: Futurescape
Author URI: http://futurescape.in/
*/

a img {
	border: none;
}

.clear {
	clear: both;
}

body {
	font-family: arial, tahoma, verdana;
	font-size: 72%;
	color: #555555;
	background: #333333 url(images/page-bg.png);
	margin: 0;
	padding: 0;
}

div#page {
	width: 950px;	
	margin: auto;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #efefef; 
	border-right: 1px solid #efefef; 
	background: #FFFEFF url(images/content-bg.jpg) repeat-x top;
}

div#header {
	
}

div#header .header-image {}

div#contentarea {
	width: 950px;	
	background: url(images/sidebar_line.gif) repeat-y right;
}

div.bar {
	font-family: "Arial Narrow";
	font-size: 20px;
	font-weight: 700;
	float: right;
	padding: 5px 15px;
	color: #ffffff;
	background: #E50000;
	margin: 20px 0 40px 0;
}

div#content {
	float: left;
	width: 620px;
}

div.post {
	margin: 15px 20px 45px 20px;
}

div.post h3 {
	font-size: 130%;
	color: #000000;
}

div.post a {
	color: #0062AD;
	text-decoration: none;
}

div.post a.read-more {
	color: #D61D23;
	text-decoration: none;
}

div.post .cmd-avatar {
	float: left;
	border: 1px solid #777;
	padding: 1px;
	margin-right: 10px;
}

div.post h2 {
	font-family: georgia;
	font-size: 170%;
	margin: 0;
	padding: 0;
}

div.post h2 a{	
	color: #000000;
	text-decoration: none;
	font-weight: 400;
}

div.post p {
	text-align: justify;
	line-height: 150%;
}

div.archive-heading {
	margin: 15px;
	padding: 15px;
	margin-top: 0;
	background: #e8e8e8;
	border-top: 1px solid #666666;
	border-bottom: 2px solid #666666;
}

div.archive-heading  h2 {
	padding: 0;
	margin: 0;
	font-size: 150%;
	color: #000000;
}

div#sidebar {
	float: right;
	width: 290px;
	margin-right: 15px;
}

div.side-box {
	width: 290px;
	margin-bottom: 25px;
	padding-bottom: 5px;
}

div.side-box h2 {
	margin: 0px;
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
	color: #D61D23;
	font-size: 120%;
	margin-bottom: 10px;
}

div.side-box ul {		
	padding: 0;
	margin: 0;
}

div.side-box ul li {	
	margin: 5px 0;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat left center;
	background-position: 0px 4px;
	padding-left: 12px;
}

div.side-box ul li a{
	color: #000000;
	text-decoration: none;
}

div.side-box ul li ul {
	margin-top: 5px;
	list-style-type: none;
}

div.side-box ul li ul li {
	padding-left: 8px;
	background: url(images/bullet_l2.gif) no-repeat left center;
}

div.side-box ul li ul li a{
	color: #333333;
	text-decoration: none;
}

div.search-box {}

div.search-box form {
	margin: 0;
	padding: 0;
}

div#footer {
	border-top: 1px solid #cccccc;
	margin-top: 10px;
	padding: 10px 15px;
	text-align: right;
	color: #999999;
	font-size: 90%;
}

div#footer a{
	color: #aaaaaa;
	text-decoration: none;
}


/** Classes for comments */
.commentlist li {}

#commentform input, #commentform textarea {
	font-size: 100%;
	border: 1px solid #ccc;
	width: 200px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}
/** END */

/** clasess for archive calendar */
#wp-calendar
{
	text-align: center;
	width: 250px;
	border-collapse: collapse;
	font-size: .9em;
	background: #fff;
	border: 1px solid #efefef;
}

#wp-calendar caption a, #wp-calendar caption a:hover
{
	background: transparent;
}

#wp-calendar th
{
	font-weight: 700;
	text-transform: capitalize;
	background: #e3e3e3;
	color: #D61D23;
	padding: 5px 0px;
	text-align: center;
}

#wp-calendar a
{
text-decoration: none;
display: block;
color: 000;
}

#wp-calendar td
{
	background: #fff;
	color: #666;
	padding: 5px 0px;
	text-align: center; 
	border: 1px solid #efefef;
}

#wp-calendar tbody td a
{
	text-decoration: underline;
	color: #D61D23;
	font-weight: 700;
}

#wp-calendar tbody td a:hover
{
	text-decoration: underline;
}

#wp-calendar #today {
	font-weight: 700;
	color: #000;
}

#wp-calendar caption
{
	text-align: center;
	padding: 5px;
	font-weight: 700;
	color: #000;
}


#wp-calendar #next a {
	padding-right: 5px;
	text-align: right;
	color: #D61D23;
}

#wp-calendar #prev a {
	padding-left: 5px;
	text-align: left;
	color: #D61D23;
}
/* END */


/*Classes for pagebar 2*/
.pagebar {
	float: right;
	background: #fff;
	margin: 10px 0;
	padding: 10px 15px;
	text-decoration: none;
	text-align: right;
	font-size: 11px;
}

.pagebar a,.pageList .this-page {
	border: 1px solid #e4e4e4;
	text-decoration: none;
	padding: 2px 5px;
	color: #000;
}


.pagebar .break {
	padding: 2px 5px;
	border: none;
	background: #fff;
	text-decoration: none;
	color: #ccc;
}

.pagebar .this-page {
	border: 1px solid #ccc;
	padding: 2px 5px;
	font-weight: bold;
	background: #E6F0F2;
	color: #D61D23;
}

.pagebar a:hover {
	border-color: #ccc;
}

.pagebar .inactive
{
   border: 1px solid #cccccc;
	 color: #ccc;
	text-decoration: none;
	padding: 2px 5px;
}
/*end*/