/*  
Theme Name: MyBlueTheme
Theme URI: http://www.manvirsingh.net
Description: The default theme for my blog.
Version: 1.0
Author: Manvir Singh
Author URI: http://www.manvirsingh.net/

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p {
	margin:0;
	padding:0;
}

body {
	margin:0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #ccccff url('images/bg.jpg') repeat-x;
	color:#333333;
}

a:link, a:visited {
	text-decoration: none;
	color:#336699;
}

a:hover {
	text-decoration: underline;
	color:#ff0000;
}

p {
	padding: 10px 0 0 0;
}

#search {
	border:0;
	margin: 0;
	padding: 0;
    background: transparent url('images/search_bg.png') no-repeat top left;
	height: 29px;
}

.searchbar {
	margin: 0 2px 0 2px;
	padding: 0;
	border: 0;
	background: transparent;
    width: 148px;
}

.searchbutton {
	margin: 0;
	border: 0;
	background: transparent;
	width: 26px;
	height: 26px;
}

#feedtable {
	margin: 0 20px 10px 20px;
	padding: 10px 0 0 0;
	width: 180px;
}

/* --------------- Header ------------------ */
#wrapper {
	margin: 0 auto 0 auto;
	width:930px;
	text-align: left;
	/*background-color:#aaa;*/
}

#header {
	float: left;
	width:930px;
	height:90px;
}

#header #logo-container {
	float:left;
	width: 276px;
	height: 90px;
	left:4px;
}

#menubar {
	float:right;
	width: 400px;
	height: 90px;
}

#menubar #menubar-main {
	height: 44px;
	width: 100%;
	margin: 23px auto 0 auto;
	padding: 0;
}

#menubar-main .middle {
	background: url('images/menu_bg.png') repeat-x;
}

#menubar-main .left {
	width: 12px;
	background: url('images/menu_left.png') no-repeat;	
}

#menubar-main .right {
	width: 12px;
	background: url('images/menu_right.png') no-repeat;	
}

#menubar-main .middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
#menubar-main .middle ul li {
	display: inline-block;
	width: 80px;
	height: 100%;
	text-align: center;
}

#menubar-main .middle ul li a {
	font-weight: bold;
	font-size: 14px;
	color: #412201;
	line-height: 43px;
	text-decoration: none;
}

#logo {
	margin: 23px auto 0 auto;
	width:258px;
	height:44px;
	background: url('images/logo.png') no-repeat;
}


/* ------------- Container --------------- */

#container {
	float: left;
	width: 706px;
}

#container-top {
	float: left;
	width: 100%;
	line-height: 10px;
}

#container-top table {
	border: 0;
	width: 100%;
}

#container-top .left {
	width: 11px;
	background: url('images/border_left_top.png') no-repeat;	
}

#container-top .middle {
	background: url('images/border_top.png') repeat-x;	
}

#container-top .right {
	width: 11px;
	background: url('images/border_right_top.png') no-repeat;	
}


#container-main {
	width:706px;
	background: url('images/container_bg.png') repeat-y;
	margin: 10px 0 0 0;
}


#container-bottom {
	float:left;
	border: 0px solid black;
	width: 706px;
	line-height: 10px;
}

#container-bottom table {
	border: 0;
	width: 100%;		
}


#container-bottom .left {
	width: 11px;
	background: url('images/border_left_bottom.png') no-repeat;	
}

#container-bottom .middle {
	background: url('images/border_bottom.png') repeat-x;	
}

#container-bottom .right {
	width: 11px;
	background: url('images/border_right_bottom.png') no-repeat;	
}


.post {
	padding:14px 30px 14px 30px;
	text-align: left;
}

.post .header {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #cccccc;
}

.post .header small {
	line-height: 24px;
	color: #6d94cd;
}

.post h2 {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #4771b1;
}

.post h2 a {
	text-decoration: none;
}

.entry {
	line-height: 18px;
}

p.postmetadata {
	padding-bottom: 10px;
	margin: 10px 0 0 0;
	text-align: center;
}

.navigation {
	padding: 0px 16px 0px 16px;
	font-size: 12px;
	text-align: right;
	font-weight: bold;
}


/* ---------------- Sidebar ---------------- */

.sidebar {
	float:left;
	width:222px;
	margin: 0 0 0 2px;
}

#sidebar-top {
	float: left;
	width: 100%;
	line-height: 10px;
}

#sidebar-top table {
	border: 0;
	width: 100%;		
}

#sidebar-top .left {
	width: 11px;
	background: url('images/border_left_top.png') no-repeat;	
}

#sidebar-top .middle {
	background: url('images/border_top.png') repeat-x;	
}

#sidebar-top .right {
	width: 11px;
	background: url('images/border_right_top.png') no-repeat;	
}


#sidebar-main {
	background: url('images/sidebar_bg.png') repeat-y;
	margin: 10px 0 0 0;
}


#sidebar-bottom {
	float:left;
	border: 0px solid black;
	width: 100%;
	line-height: 10px;
}

#sidebar-bottom table {
	border: 0;
	width: 100%;		
}


#sidebar-bottom .left {
	width: 11px;
	background: url('images/border_left_bottom.png') no-repeat;	
}

#sidebar-bottom .middle {
	background: url('images/border_bottom.png') repeat-x;	
}

#sidebar-bottom .right {
	width: 11px;
	background: url('images/border_right_bottom.png') no-repeat;	
}


.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding:  0 20px 0 20px;
}

.sidebar ul li {
	padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #4771b1;
}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
}

table#wp-calendar {
	width: 100%;
	text-align: center;
}

/* ------------------ Footer ----------------- */

#footer {
	clear:both;
	float:left;
	width:900px;
	padding: 0 0 6px 0;
}

#footer p {
	line-height: 18px;
	text-align: center;
}

/* ---------------- Comments ------------------- */


.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template #comments {
	text-align:left;
	margin: 0 0 0 16px;
}

.comments-template .alt {
	background-color: #f2f2ff;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 16px 0 16px;
	line-height: 18px;
	padding: 0 0 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.comments-template ol li img {
	float:right;
	padding: 2px;	
	border: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Verdana, Sans-serif;
	font-size: 14px;
	color: #4771b1;
}

.comments-template .fn {
	font-weight: bold;
	color: #4771b1;
}

.commentmetadata{
	font-size: 10px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template #respond {
	margin: 16px 16px 0 16px;
	padding: 10px 0 0 0;
}
	
.comments-template textarea{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	width: 99%;
}
