/*  
Theme Name: Sangeet Bharati
Theme URI:
Description: Theme for www.sangeetbharati.com
Version: 1.0
Author: Trucy Phan
Author URI: 
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000000;
	background: #690000;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
}

h1 {
	font-family: Georgia, Sans-serif;
	font-size: 28px;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
	padding: 20px 0 10px 0;
	color: #DE4F00;
}

a:link, a:visited {
	text-decoration: none;
	color: #690000;
}

a:hover {
	text-decoration: underline;
	color: #690000;
}

p {
	padding: 10px 0 10px 0;
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 750px;
	text-align: left;
}

#header {
	text-align: center;
	width: 100%;
	padding: 30px 0 30px 0;
	border-bottom: 1px solid #FFDFA2;
	color: #FFDFA2;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	/* _background-image: url(images/headerIE.png); */
}

#header h1 a:visited, h1 a:link {
	color: #FFDFA2;
}

#navMenu {
	text-align: left;
	padding: 0;
	margin: 0;
}

#container {
	margin: -12px 0 0 0;
	_margin: -19px 0 -20px 0; /* IE6 Fix */
	float: left;
	width: 750px;
	background: #FFDFA2;
	_background: #FFDB99; /* IE6 Fix */
	padding: 20px 25px 25px 25px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-khtml-border-radius-top-left: 20px;
	-khtml-border-radius-top-right: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-khtml-border-radius-bottom-left: 20px;
	-khtml-border-radius-bottom-right: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
}

#corner {
	background-image: url(images/small-corner.png);
	background-repeat: no-repeat;
	width: 104px;
	height: 100px;
	float: right;
	margin: -20px -24px 0 0;
	_margin: -20px -13px 0 0; /* IE6 Fix */
	/* _background-image: url(images/cornerIE.png);  IE6 Fix */
}

.post {
	padding: 10px 0 10px 0;
}

.post h2 {
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry {
	line-height: 18px;
}

.entry hr {
	background-color: #690000;
	height: 1px;
	border-style: none;
}

p.postmetadata {
	border-top: 1px solid #690000;
	margin: 10px 0 0 0;
}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

.sidebar {
	float: left;
	width: 240px;
	background: #eeeeee;
	margin: 0 0 0 10px;
	display: inline; /* IE Fix */
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

table#wp-calendar {
	width: 100%;
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 0 10px 0;
	color: #FFDFA2;
}

#footer p {
	line-height: 18px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #690000;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px #690000;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

/* CSS for Tabs */

/* style the tabs in IE (the trailing comma prevents other browsers from reading this) */
.tabbar li, .tabbar ul li, {
	
	/* make them horizontal in IE*/
	display: inline;
	
	/* space them a little in IE*/
	margin: 15px 1px 0 1px;

	margin-bottom: -10px;
}

/* style the tabs */
.tab, .tabselected {
	
	/* make them horizontal in Firefox 2*/
	display: -moz-inline-box;
	
	/* make them horizontal in all other browsers*/
	display: inline-block;
	
	/* space around text in tabs */
	padding: 5px 10px 5px 10px;
	
	/* set a yellow background for non-selected tabs (which we will overide for selected tabs later) */
	background-color: rgb(250,200,100);
	
	/* set a border, make it rounded at the top */
	border: 1px solid rgb(115,0,0);
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-top-left: 5px;
	-khtml-border-radius-top-right: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

/* make changes to the selected tab */
.tabselected {
	
	/* set a white background */
	background-color: #FFDFA2;
	
	/* make the border along the bottom blend into the white background */
	border-bottom-color: #FFDFA2;
}

/* style the drop down menus */
.dmenu {
	/* left align the text */
	text-align: left;
	
	/* REQUIRED */
	position: absolute;
	
	/* js fade method should display them 23px below the top of the tabs */
	margin: 23px 0 0 0;
	
	/* put some space around the contents */
	padding: 5px 15px;
	
	/* set a grey background */
	background-color: rgb(250,200,100);
	
	/* set a border, round all the corners except the top left */
	border: 1px solid rgb(150,150,150);
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	-khtml-border-radius: 5px;
	-khtml-border-radius-top-left: 0;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
}
.tabbar .dmenu ul {
	
	/* put space at the top and bottom of top-level menus */
	padding: 5px 0 5px 10px;
	
	/* stop ie going crazy */
	margin: 0;
	
}
.tabbar .dmenu ul li {
	
	/* stop ie from displaying list items inline */
	display: list-item;
	
}

/* REQUIRED: hide menus off screen by default */
.dmenu {
	left: -999em;
}

/* STYLING JUST FOR CSS MENUS */
.tabbar .fademenu .dmenu {
	
	/* position menus correctly */
	margin: 5px 0 0 -6px;
}
/* REQUIRED: show menus on hovering */
.tabbar .fademenu:hover .dmenu {
	left: auto;
}