/*
Theme Name: F2 Custom by Anup
Theme URI: http://indiapoint.net
Description: Customized version of the F2 theme.
Version: 1.0.4
Author: Anup Mukherjee
Author URI: http://indiapoint.net
Template: f2
*/

@import url("../f2/style.css");


body {
	margin:0;
	padding:20px;
	background:#ffffff;
	color:#444;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Sans-Serif;
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	color:#555;
	font-family:'Times New Roman', Times, serif;
	text-align:left;
}

h1 {font-size:2.6em;}
h2 {font-size:2.4em;}
h3 {font-size:1.8em;}
h4 {font-size:1.4em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

/* Top Navigation */
#hmenu ul li a {
	display:block;
	background:#5c6b34;
/* background:#27567a; */
	color:#c6c8c9;
	padding:4px 20px;
	margin:0 1px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.2em;
}


/* Layout */
#page {
      /*width:auto;*/
	/*min-width:600px;
	max-width:85%;*/
min-width:800px;
max-width:1024px;
	margin:0 auto;
}
#container{
  margin:0;
  padding:0 240px 0 240px;
}
#wrapper{
  float:left;
  width:100%;
  border-left:240px solid #fff; /* Sidebar left background color */
  border-right:240px solid #fff; /* Siderab right background color */
  margin-left:-240px;
  margin-right:-240px;
  background-color:#fff;
  display:inline;
}
.sidebar {
	padding:20px;
}
#sidebar_left{
	float:left;
	width:200px;
	margin:0 0 0 -240px;
	position:relative;
background-color: #ffffff;
}
#content{
	float:left;
	width:92%;
	margin-right:-100%;
	padding:20px 4%;
	overflow:hidden;
	background:#fff;
}
#sidebar_right{
	float:right;
	width:200px;
	margin:0 -240px 0 0;
	position:relative;
background-color: #ffffff;
}
#footer {
	clear:both;
	padding:10px;
}

/* Header */

#header {
	margin:0;
	height:90px;
	border-bottom:1px solid #aaa; 
	background:#6d97b7;
}

#headerlogo {
	position:relative;
text-align:center;
	top:30%;
	left:20px;
}
#headerlogo h1, #headerlogo div.description {
	position:relative;
text-align:center;
	bottom:26px;
}
#headerlogo h1 {
	margin:0;
	font-size:3.7em;
}
#headerlogo h1 a {
	background:transparent;
	color:#d0e0f0;
}
#headerlogo h1 a:hover {
	text-decoration:none;
}

#headerlogo div.description {
	margin:0;
	background:transparent;
	color:#fff;
	font-size:1.6em;
}

/* BlockQuote */
.postentry blockquote {
background-image: url(quoleft.gif);
background-position: left top;
background-repeat: no-repeat;
	margin:10px 20px;
	padding:10px 10px 10px 10px;
	border:0.5em solid #ddd;
	font-size:1em;
	background-color: #f9f9ff;
/*	border-left:0.4em solid #ddd;
	border-right:0.4em solid #ddd;
	font-family: 'Lucida Grande', Sans-Serif;
	line-height:1.2em; */
}
.postentry blockquote div 
{
  /*padding: 0 48px;*/
  background: transparent url(quoright.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
}

.postentry blockquote blockquote {
	margin-left:0;
	font-size:1em;
}

/* Footer */
#footer { 
	text-align:center;
	font-size:1.2em;
	background:#ffffff;
	color:#333333;
	border-top:1px solid #999;
}

#footer a {
	color:#333399;
}


/*Custom Inserts*/
.headlinea {
background-color: #ffffff;
border-bottom:1px solid #aaa; 
text-align:center;
width:auto;
font-size:1.2em;
}

.blo {
       background-color: #fffed2;
       border: 2px solid #FF6600;
       margin-left: 0px;
       margin-right: 0px;
}

.aup {
       background-color: #f9f9ff;
       border: 2px solid #FF6600;
       margin-left: 0px;
       margin-right: 0px;
}

.yel {
       background-color: #ffff00;
}


/*---------------TOC-----------------*/
.toc {
  border: #ccc solid 1px;
  float: right;
  font-size: .9em;
  margin: 0 0 5px 12px;
  width: 220px;
background-color: #ffffff;
}

.toc ol {
  margin: 5px;
  padding-left: 30px;
}

