/*  
Theme Name: Yourblog 2.0 theme
Theme URI: http://demos.mediawick.com/web20/
Description: A two-columned wordpress theme with a web 2.0ish look
Author: Abhishek Tripathi
Author URI: http://www.abhishektripathi.com

*/

/* Begin Typography & Colors */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
}
#sidebar p{
	color:#C1D951;
}
.categories li{
	color:#ffffff;
}
#leftcol h3{
	
	padding-left:30px;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
.entry {
background:url("images/content-dots-bg.png") repeat-y scroll center center transparent;

margin-top:10px;

}
.entryA {
background:url("images/content-dots-bg.png") repeat-y scroll center center transparent;

margin-top:10px;
margin-left:5px;
}
.entrycenter{
	padding-left:30px;
	padding-right:30px;
}
.date{
	padding:0 0 10px 0;
}
select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	padding: 3px;
	}
	
img {
 	border: none;
	padding: 3px;
}		
	
/* End Various Tags & Classes*/

/***Begin Web 2.0 Specific CSS***/
body {
	background:#FFF;
	/*background-image: url("images/bg.gif");
	background-repeat: repeat-x;*/
	padding: 0px;
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
}

#mainbox {
	margin: 0px auto;
	width: 100%;
}

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
	margin-top:8px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
	margin-top:8px;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

/***Header Stuff***/
#logo {
	/*behavior: url('iepngfix.htc');
	background-image: url("wp-content/themes/web20/iepngfix.htc");
	width: 298px;*/
	height: 36px;
	float: left;
	margin-top: 35px;
}
#logo2 {
left:48px;
position:absolute;
top:22px;
padding:0 0 0 0;
}
#phone {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:26px;
font-style:italic;
left:540px;
position:absolute;
top:29px;
}

#rightcol {
background:url("images/rightcol-bg.png") repeat-y scroll right center transparent;
/*border-top:5px solid #333333;*/
width:265px;
}
#rightcol-b {
background:url("images/rightcol-bg.png") repeat-y scroll right center transparent;
border-top:5px solid #333333;
width:265px;
}
#rightcol-b1 {
background:url("images/rightcol-bg.png") repeat-y scroll right center transparent;
/*border-top:5px solid #333333;*/
width:265px;
}
#leftcol {
background:url("images/leftcol-bg.png") repeat-y scroll 0 0 transparent;
text-align:left;
width:710px;
border-top:solid 6px #666;
}


#logo h1 {
	color: #FFF;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif;
}

#logo h1 a {
	color: #BAD43D;
	font-weight: bold;
	font-size: 40px;
	margin: 0px;
	padding: 0px;
}
#logo h1 a:hover {
    text-decoration: none;
	
}
#header {
	position:relative;
	width:975px;
	height:114px;
	background:url(images/watermark.png) center no-repeat;
	border-bottom:solid 1px #ffffff;
	align:center;
	margin-left: auto ;
  margin-right: auto ;

}
#headerdec {
	behavior: url("wp-content/themes/web20/iepngfix.htc");
	/*background-image: url("images/design.png");*/
	width: 179px;
	height: 97px;
	margin-left: 526px;
}

#header-wrap {
	background:none repeat scroll 0 0 #FFFFFF;
}
#search {
	margin-left: 551px;
	margin-top: -68px;
}

#search input {
	width: 133px;
	height: 17px;
	border: 1px solid #FFF;
	background-color: #D3D9DB;
}

input#submit {
	width: 69px;
	height: 21px;
	border: 0px;
	position: absolute;
	margin-top: 1px;
}

/*ul#menu {
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}

html>body ul#menu {
	margin-top: 51px;
}

#menu li {
	list-style-type: none;
	width: 80px;
	height: 24px;
	
	float: left;
	text-align: center;
	padding-top: 5px;
}
#menu li a{
	background-image: url("images/topnav1.png");
}

li#lastlink {
	width: 81px;
}

#menu a {
	color: #000;
	font-size: 14px;
}

#menu a:link {
	text-decoration: none;
}

#menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
		background-image: url("images/topnav2.png");
}
*/
#menu {
	position:absolute;
	left:242px;
	bottom:0;
	width: 660px;
	text-align:left;
	
	height: 35px;
	margin:0;
	padding:0;
}

#menu li {
	list-style:none;
	position:relative;
	float:left;
	padding:0;
	margin:0;
}
#menu li a {
	position:relative;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
	background:url(images/topnav1.png) center bottom no-repeat;
	display:block;
	width:120px;
	height:20px;
	padding:15px 0 0 0;
	margin:0 -10px 0 0;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
	z-index:11;
	border-bottom:solid 1px #FFF;
}
#menu li a:hover {
	background:url(images/topnav2.png) center bottom no-repeat;
	height:25px;
	padding:10px 0 0 0;
	border-bottom:none;
	z-index:12;
	border-bottom:solid 1px #bad43d;
}

#green {
	background:#bad43d;
	height:10px;
}

/***Main Area Stuff***/
#content {
	/*float: left;*/
	width: 706px;
	padding-bottom: 10px;
	
}
#container{
	width: 975px;
	align:center;
	margin-left: auto ;
  margin-right: auto ;
  height:auto;
}

#sidebar {
	float: left;
	width: 250px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-left: 0px;
	background-color:#333333;
	height:100%;
}

/***Footer Stuff***/
#footer {
	clear: both;
	/*
	background-image: url("images/foot-top.gif");
	background-repeat: no-repeat;*/
	
	
	/*background-color:#161616;*/
	
	


	width: 100%;
	padding-top: 8px;
	color: #B3B3B3;
	font-family: Tahoma;
	font-size: 11px;
}


/*#footbar {
	background-image: url("images/foot-bar.gif");
	width: 739px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	padding-top: 5px;
	font-family: Verdana;
	font-weight: bold;
}*/
#footbar a {
 color: #87811C;
 font-size: 12px;
 }

#footercontent {
	/*background-image: url("images/foot-bottom.gif");
	background-repeat: no-repeat;*/
	width: 100%;
	
	
	/*background-color: #161616;*/
	
	
	background-position: bottom left;
	padding: 5px;
	padding-top: 0px;
}

#footer-bg {
background:url("images/footer-grad.png") repeat-x scroll center bottom transparent;
}

#footer h2 {
	/*background-image: url("images/subhead.gif");*/
	width: 154px;
	height: 20px;
	
	
	
	
	padding-top: 4px;
	margin: 0px;
	
	margin-bottom:20px;
	
	
color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:normal;

}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#footer a {
	color:#B3B3B3;
text-decoration:none;
}

#footer h3 {
	margin: 0px;
	padding: 0px;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 320px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border-left:1px dashed #666666;
	height:170px;
}
.footbox1 {
	width: 150px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border-left:1px dashed #666666;
	height:170px;
	
color:#333333;
font-family:Tahoma,Geneva,sans-serif;
font-size:13px;

}
.footbox1 a {}
color:#B3B3B3;
text-decoration:none;

}

.footbox2 {
	width: 170px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	border-left:1px dashed #666666;
	height:170px;
	
color:#333333;
font-family:Tahoma,Geneva,sans-serif;
font-size:13px;

}
.footbox2 a {}
color:#B3B3B3;
text-decoration:none;

}
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}
.footbox1 li {
	list-style-type: none;
	margin-top: 3px;
}
.footbox2 li {
	list-style-type: none;
	margin-top: 3px;
}
.footbox li a {
	color: #B3B3B3;
	font-family:Tahoma,Geneva,sans-serif;
	
}
.footbox2 li a {
	color: #B3B3B3;
	font-family:Tahoma,Geneva,sans-serif;
	
}
#footer-wrap {
height:330px;
position:relative;
width:100%;
}
/***Post Stuff***/
.post {
	margin-top: 0;
	
}
.navigation .post{
	clear:both;
}
.narrowcolumn2 .post{
	padding-left:5px;
}
.post h2{
	background:url("images/h3-bg.png") repeat scroll 0 0 transparent;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
font-style:italic;
font-weight:bolder;
clear:both;
margin-left:5px;
padding:12px 0 0 20px;
width:680px;

}
.narrowcolumn2 .post h3{
	background:url("images/h3-bg.png") repeat scroll 0 0 transparent;
	color:#333333;
	font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
font-style:italic;
font-weight:bolder;
clear:both;

padding:12px 0 10px 10px;
width:670px;
}
.narrowcolumn3 .post h2{
	padding:12px 0 10px 10px;
	width:690px;}
.narrowcolumn2 h2{
	padding-left:10px;
}


#respond{
	padding-left:30px;
}
#content p{
	/*padding: 0 10px;*/
}
#top h2 {
	color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:26px;
font-style:italic;
/*margin-left:300px;*/
margin:0px 0 -1px 300px;
}
.posttitle h2{
	/*float: left;*/
	
	
background:url("images/h3-bg.png") repeat scroll 0 0 transparent;
font-weight:bolder;
height:25px;
margin:0;
padding:12px 0 0 15px;
width:685px;
color:#333333;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
font-style:italic;
	
}

.posttitle{
	margin-left:5px;}
.posttitle small{
	
	padding-right:10px;
}
.narrowcolumn2 .posttitle {
	margin-left:0px;
	
}
/*
.post h2 a {
	font-family: Arial Rounded MT Bold, Arial;
	color: #87811C;
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 3px;
}

.posttitle small {
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
	margin-top: 1px;
	position: absolute;
}

.post a:link {
	text-decoration: none;
}

.post a:visited {
	text-decoration: none;
}

.post a:hover {
	text-decoration: underline;
}
*/
.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
	margin-top:25px;
	margin-right:25px;
}

.commentsquare a {
	color: #FFF;
	font-size: 27px;
	text-decoration: none;
}

.commentsquare a:link {
	text-decoration: none;
}

.commentsquare a:visited {
	text-decoration: none;
}

.commentsquare a:hover {
	text-decoration: underline;
}

.postcontent {
	clear: both;
	
	padding-left:30px;
	line-height:22px;
	padding-right:30px;
	font-family:Tahoma,Geneva,sans-serif;
	overflow-x: auto;
}
.postfoot {
	background:url(images/postfoot.png) -70px center;	
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 43px;
	padding-left:35px;
	width:665px;
	border-top:solid 8px #ffffff;
	clear:both;
}
.generatecontent{
	
	background:url("images/content-dots-bg.png") repeat-y scroll center center transparent;
	margin-left:5px;
	margin-top: 10px;
	
	
	
}
.alignleft a{
	margin-left:25px;
}
.alignleftsingle {
	float:left;
	padding-left:10px;
	margin-bottom:15px;
margin-top:8px;
}
.alignrightsingle {

	float:right;
	padding-right:5px;
margin-bottom:15px;
margin-top:8px;
}
.generatecontent  small{
	padding-left:30px;
}
/***Sidebar Items***/
#sidebar h2 {
	/*background-image: url("images/sideheader.gif");*/
background:url("images/rightcol-shad.png") repeat-y scroll left center #BBD53E;
	/*background-color: #BBD53E;*/
	width: 220px;
	height: 28px;
	padding: 0px;
	margin: 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	margin-top: 16px;
	margin-bottom: 0px;
	padding:7px 0 0 29px;
}

.showcase {
	background-color: #D2DE50;
	background-image: url("images/showcase-bot.gif");
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

.showcase img {
	margin-bottom: 8px;
	width: 177px;
	height: 139px;
	margin: 0px auto;
}

.archivebox {
	background-image: url("images/list1.gif");
	background-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #DFE882;
}

.archivebox ul {
	padding: 0px;
	margin: 0px;
}

.archivebox li {
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

.archivebox a {
	color: #767006;
	font-size: 12px;
}

.archivebox a:link {
	text-decoration: none;
}

.archivebox a:visited {
	text-decoration: none;
}

.archivebox a:hover {
	text-decoration: underline;
	color: #C0440D;
}

#sidebar ul ul{
	padding: 0px;
	margin: 0px;
	/*background-image: url("images/list1.gif");*/
	
	
	
	
	/*background-color:#4D4D4D;
	background-repeat: repeat-y;*/
	
	
	
	
	
	width: 246px;
	/*padding-bottom: 3px;*/
	
}
#leftcol-b {
background:url("images/leftcol-b.png") no-repeat scroll center top transparent;
height:12px;
}
#top {
background:none repeat scroll 0 0 #FFFFFF;
border-color:#666666 #666666 -moz-use-text-color;
border-style:solid solid none;
border-width:5px 5px medium;
bottom:0;
/*
height:331px;*/
left:0;
/*position:absolute;*/
width:700px;
z-index:13;
}
#top h2{
	

	
	
}

#general-links {
height:90%;
left:5px;
position:absolute;
text-align:left;
top:11px;
width:150px;
}
#general-links h2{
	width: 154px;
	height: 20px;
	
	
	
	
	padding-top: 4px;
	margin: 0px;
	
	margin-bottom:20px;
	
	
color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:normal;
}
#general-links a {
color:#B3B3B3;
text-decoration:none;
}
#shop-links {
border-left:1px dashed #666666;
color:#B3B3B3;
height:90%;
left:165px;
padding:0 0 0 20px;
position:absolute;
text-align:left;
top:11px;
width:170px;
}
#shop-links a {
color:#B3B3B3;
text-decoration:none;
}
#shop-links h2{
	width: 154px;
	height: 20px;
	
	
	
	
	padding-top: 4px;
	margin: 0px;
	
	margin-bottom:20px;
	
	
color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:normal;
	}
	
	#shop-links2 a {
color:#B3B3B3;
text-decoration:none;
}
#shop-links2 {
color:#B3B3B3;
height:207px;
left:360px;
position:absolute;
text-align:left;
top:56px;
width:205px;
}
#footer-about {
border-left:1px dashed #666666;
color:#B3B3B3;
height:90%;
left:561px;
padding:0 0 0 20px;
position:absolute;
text-align:left;
top:11px;
width:150px;
}
#footer-about h2{
	
	width: 154px;
	height: 20px;
	
	
	
	
	padding-top: 4px;
	margin: 0px;
	
	margin-bottom:20px;
	
	
color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:normal;
}
#footer-about a {
color:#B3B3B3;
text-decoration:none;
}
#contact {
border-left:1px dashed #666666;
color:#B3B3B3;
height:90%;
left:720px;
padding:0 0 0 20px;
position:absolute;
text-align:left;
top:11px;
width:228px;

}
#contact h2{
	
	width: 158px;
	height: 20px;
	
	
	
	
	padding-top: 4px;
	margin: 0px;
	
	margin-bottom:20px;
	
	
color:#BBD53E;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:17px;
font-weight:normal;
}
#contact a {
color:#B3B3B3;
text-decoration:none;
}
body {
background:url("images/bg.png") repeat scroll 0 0 transparent;
margin:0;
}
body, td, tr, div {
color:#333333;
font-family:Tahoma,Geneva,sans-serif;
font-size:13px;
}

#copyright2 {
background:none repeat scroll 0 0 #666666;
color:#B3B3B3;
padding:5px;
text-align:center;
width:100%;}
#sidebar li li{
	list-style-type: none;
	margin-top: 0px;
	padding-left: 27px;
	border-bottom: 1px solid #A6A6A6;
	padding-bottom:5px;
padding-top:5px;
}

#sidebar a {
	color: #FFFFFF;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#
 a:hover {
	text-decoration: underline;
	color: #C0440D;
}

/***Text Wigit***/
h2.widgetitle {
	background-image: none;
	font-size: 0px;
	color: #FFF;
}

li.wigit_text {
	background-image: none;
	background-color: transparent;
	border: none;
}

/***Other Stuff***/


ul#metafoot {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot {
	margin-left: -40px;
}

ul#metafoot2 {
	margin-left: 0px;
	margin-top: 0px;
}

html>body ul#metafoot2 {
	margin-left: -40px;
}

.postcontent a,
.entrycenter a {
	text-decoration: underline;
	color: #333333;
}
.postcontent a:hover,
.entrycenter a:hover {
	color: #999;
}

div.entry {
	margin: 10px 5px 0 5px;
}
