/*  
Theme Name: firebug
Theme URI: http://www.blogohblog.com
Description: The "Firebug" WordPress theme has been built by <a href="http://www.blogohblog.com" title="Free WordPress Themes">Blog Oh! Blog</a> and comes under a Creative Commons License. This is a free theme and can be obtained by going to :-  <a href="http://www.blogohblog.com/wordpress-theme-firebug" title="Free WordPress Themes">Firebug Theme</a>
Version: 1.0
Author: Jai Nischal Verma
Author URI: http://www.blogohblog.com
*/

/*+++++++ BODY +++++++*/
* { margin: 0px; padding: 0px; list-style:none; outline:none; text-decoration:none;}
body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/*+++++++ H1,H2,H3 HYPERLINKS +++++++*/
h2,h3 { font:18px Georgia,Times, serif;}
h3 { padding:20px 0 20px 0;}
a:hover {
	color:#66FF00;
}
a {
	color:#FF0033;
	font-weight:bold;
}

/*+++++++ MISC +++++++*/
acronym, abbr, span.caps { cursor: help; }
acronym, abbr { border-bottom: 1px dashed #999; }
blockquote { margin: 15px 30px 15px 10px; padding-left: 20px; border-left: 1px solid #ddd; }
blockquote cite { margin: 5px 0 0; display: block; }
.center { text-align: center; }
a img { border: none; }
pre {border: solid 1px #9a9a9a;color: blue;margin: 10px;padding:10px;background: #f3f2ed}
code {font-size:1.0em;color: #000}
.clear { clear:both; }
.space {
	clear:both;
	height:20px;
	width:580px;
}
img { border:none; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }
.alignright { float: right; }
.alignleft { float: left }
html>body #content ul { padding: 0 0 0 30px; padding-left: 10px; } 
html>body #content li { margin: 7px 0 8px 10px; }
#content ul li:before { content: "\00BB \0020"; }
#content ol { padding:0; margin:0;}

/*+++++++ MAIN +++++++*/
#wrapper {
	width:950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#main {
	width:950px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

/*+++++++ HEADER +++++++*/
#header {
	width:950px;
	height:100px;
	margin: 0px;
	background-color: #D4D0C8;
	background-image: url(images/header.gif);
	background-repeat: repeat;
}
#topsearch {
	float:right;
	width: 254px;
	height: 30px;
	background: url(images/sbox.png) no-repeat;
	margin-top: 5px;
}
#topsearch #s {
	float: left;
	margin: 6px 0 0 6px;
	border: 0;
	width: 210px;
	background: none;
	color:#000000;
}
#topsearch #go { float: right; width:28px; height:30px;  }

/*+++++++ NAV +++++++*/
#nav {
	width:950px;
	background:url(images/navbkg.png) repeat-x;
	height:40px;
	margin-bottom:10px;
}
#nav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#nav ul li {display:inline; height:40px; line-height:40px; float:left; }
#nav ul li.current_page_item a {
	color:#000000;
}
#nav ul li.current_page_item a:hover{
	color:#000000;
}
#nav ul li a {
	color:#999999;
	padding:0 20px 0 0;
}
#nav ul li a:hover{
	color:#FF0033;
}
#nav ul li.rsslink a {
	color:#FF6600;
}
#nav ul li.date { float:right; }

/*+++++++ CONTENT +++++++*/
#content {
	float:left;
	width:500px;
	padding-right:10px;
	line-height:160%;
}
#content img {margin:0 10px 5px 0;}
#sidebar {
	float:right;
	width:400px;
}
.ads {
	float: left;
	margin: 4px;
}
.rss {background:url(images/rss.gif) left no-repeat; padding-left:35px;}
.subscribetext{color:#666;border:1px solid #9FC253;background:#9FC253; width:150px;padding:2px;}
.subscribebutton {
	background-color:#FF0000;
	border:none;
	font-size:11px;
	color:#000;
	font-weight:bold;
	padding:3px;
}
#lsidebar {
	width:190px;
	float:left;
	margin-top: 10px;
}
#rsidebar {
	width:190px;
	float:right;
	margin-top: 10px;
}

#content p { padding-bottom:10px;}
#content h2 { font:24px Georgia, Times, serif; text-transform:capitalize; padding-bottom:10px; }
#content h2 a {
	color:#000000;
}
#content p.info {
	font-size:10px;
	text-transform:uppercase;
	color:#000000;
	padding-bottom:10px;
}
#content p.postmetadata {
	width:500px;
	background:url(images/postmeta.png) repeat-x;
	height:26px;
	line-height:normal;
	text-transform:lowercase;
	font-size:10px;
	color:#000000;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}
#content p.postmetadata a {
	color:#666666;
	font-weight:normal;
	height:26px;
	line-height:24px;
}
#content p.tags {
	width:500px;
	background:url(images/line.png) repeat-x;
	height:26px;
	line-height:26px;
	text-transform:lowercase;
	font-size:10px;
	color:#000000;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
}

/*+++++++ NEXT PREVIOUS +++++++*/
.navigation {
	width:500px;
	height:20px;
	margin-bottom:20px;
}
.navigation span.older { background:url(images/older.png) no-repeat left; padding-left:20px; }
.navigation span.newer { background:url(images/newer.png) no-repeat right; padding-right:20px; }

/*+++++++ SIDEBAR +++++++*/
#sidebar h2 {
	color:#FFFFFF;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 5px;
	width: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#tab { width:388px; background:#eeedea; border:1px solid #d6d4cd; padding:8px; margin-bottom:10px;}
#sidebar ul{
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#sidebar ul li{}
#sidebar ul li ul{}
#sidebar ul li ul li{display:block; background:url(images/bullet.png) no-repeat 0 3px; padding-left:18px; padding-bottom:5px;}
#sidebar p {
	line-height:140%;
}
#sidebar a:hover {
	color:#FF0033;
}
#sidebar a {
	color:#000000;
	font-weight:normal;
}

/*+++++++ COMMENT +++++++*/
.comen {
	width:500px;
	margin-bottom:10px;
	margin-top: 10px;
}
.cleft { 
float:left;
height: 60px;
width:60px; 
border:3px; 
double #dadada; }

.cright { float:right; width:500px; }
.comen .cright .ucomen{
	text-transform:capitalize;
	color:#FF0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.comen .cright .ucomen a {
	color:#666666;
	text-transform: capitalize;
}
#commentform textarea {
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	height: 150px;
}
#commentform label {
	display:block;
	float:left;
	width:150px;
	color:#000000;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#commentform #author {
	background:url(images/author.gif) no-repeat;
	width:370px;
	height:27px;
	border:none;
	float: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#commentform #email {
	background:url(images/email.gif) no-repeat;
	width:370px;
	height:27px;
	border:none;
	float: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#commentform #url {
	background:url(images/url.gif) no-repeat;
	width:370px;
	height:27px;
	border:none;
	float: left;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
#commentform #comment {
	border:1px solid #000000;
	background-color: #FFFFFF;
}
#commentform #submit {
	width:69px;
	height:34px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 20px;
}


/*+++++++ FOOTER +++++++*/
#footer {
	width:950px;
	height:30px;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	margin-bottom: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	left: auto;
	right: auto;
}
#footer p {
	line-height:26px;
	padding-top:5px;
}

/*+++++++ GALLERY +++++++*/
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {
	background-color:#FF00FF;
}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {
	background-color:#00FF00;
}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {
	background-color:#0000FF;
}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {
	background-color:#00FF00;
}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}

