/* Ramasundaram Perumal: F2 CSS Customization, Color Base Red, Last Updated: 06/15/2010 */
/* Pre Tag Custom Style*/
/* Grey Background for Code #fbfbfb */
/* Light Pink Background for Code #fff8dd */
pre {
	font: 12px Consolas, Monaco, "Lucida Console", "Courier New", "Courier", monospace;
	display: block;
	overflow: auto;
	background-color: #f8f8f8;
         /* border:none; */
         border-left: 3px solid #6CE26C;
         border-right: none;
         border-top: none;
         border-bottom: none;
}

/* Header and Footer Custom Style */
#header {
         margin:0;
	height:90px;
	border:1px solid #aaa; 
	background: #000 url(images/header_red.png) repeat-x; /*background:#151515;*/
}

#footer { 
	text-align:center;
	font-size:1em;
	background: #000 url(images/footer_red.png) repeat-x; /*background:#151515;*/
	color:#eee;
	border:1px solid #999;
}

/* Page Menu item background to Red Shade */
#hmenu ul li a {
	display:block;
	background:#D70606; /* Black Shade #444 */
	color:#fff; /* Original #c6c8c9 */
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase; /* default style uppercase*/
	font-weight:bold;
	font-size:1.2em;
}
/* Page Menu item mouse over to Dark Red Shade*/
#hmenu ul li a:hover, #hmenu ul li.hmenu_rss a:hover {
	background-color: #A00; /* Red Shade #D70606*/
	color: #fff; 
}
/* Set the Feed Link background to Red Shade */
#hmenu ul li.hmenu_rss a {
	background:#D70606 url('images/feed.png') no-repeat 95% 50%; /* Black Shade #444 */
	padding:4px 30px 4px 20px;
}
/* Links Style */

a:link, a:visited {
	color: #D70606;
	text-decoration: none;
}

a:visited {
	color: #FA4949;
	text-decoration: none;
}

a:hover, a:active {
	color: #A00;
	text-decoration: underline;
}

/* Post Title Color */

h2.posttitle {
         color:#444;
	margin:0 0 5px 0;
	padding:0;
}

h2.posttitle a {
	text-decoration: none;
}
h2.posttitle a:link, h2.posttitle a:visited{
	color: #444;
	text-decoration: none;
}
h2.posttitle a:hover, h2.posttitle a:active{
	color: #D70606;
}

/* Set Authors Link to Black Shade*/
.comment-author a {
	text-decoration: none;
}
.comment-author a:link, .comment-author a:visited{
	color: #444;
	text-decoration: none;
}
.comment-author a:hover, .comment-author a:active{
	color: #D70606;
}

/* Change the Font Family for Body */

body {
	margin:0;
	padding:20px;
	background:#888;
	color:#000; /* original #444 */
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Georgia, Verdana, 'Lucida Grande', Sans-Serif;
	text-align:left;
}

/* Change the Font Family from H1 through H6.  */ 

h1, h2, h3, h4, h5, h6 {
	color:#444;
	font-family: Georgia, 'Times New Roman', Times, serif;
	text-align:left;
}

/* Post Entry Style */
/* Remove Default Bottom Border */
.postentry a {
	border-bottom:none;
}
/* Set Hover to Dark Red and Underline*/
.postentry a:hover {
	border-bottom:none;
	text-decoration:underline;
}

/* Post Entry Unordered List Style */
.postentry ul li{
	padding: 0.2em 20px;
	background: url(images/list.png) 0 4px no-repeat;
	list-style: none;
}
/* Reset Post Entry Unordered List Style for Sociable*/
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }

/* Top Category navigation */
#cmenu {
         background-color:#D70606;
	float:none;
	position:static;
         height:24px;
}
#cmenu ul {
	width:auto;
	float:none;
	list-style:none;
	padding:0;
	margin:0;
}
#cmenu ul li {
	display:inline;
	float:left;
	width:auto;
	padding:0;
	margin:0;
}
#cmenu ul li a {
	display:block;
	background:#D70606; /* Black Shade #444 */
	color:#fff; /* Original #c6c8c9 */
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase; /* default stype uppercase */
	font-weight:bold;
	font-size:1.2em;
}

#cmenu ul li a:hover {
	background-color: #A00; /* Red Shade #D70606*/
	color: #fff;
}
#cmenu ul li ul {
	padding:0.5px 0 0 0;
	position:absolute;
	display:block;
	visibility:hidden;
	z-index:599;
}
#cmenu ul li:hover ul {
	visibility:visible;
}
#cmenu ul ul li {
	display:block;
	float:none;
	width:auto;
}
#cmenu ul ul a {
	margin:1px;
}

/* Blockquote Settings */
.postentry blockquote {
	margin:10px 20px;
	padding:0 0 0 10px;
	border-left:0.4em solid #ddd;
	font-size:1em; 
	line-height:1.2em;
         color: #666;      
}

.postentry blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

