


/*  
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;
}



/* 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;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	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-image: url("images/bkgr2.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	font-family:tahoma;font-size:10px; font-weight:normal; line-height:20px;
	background-color:#FFFFFF;
}

#mainbox { position:absolute; width:820px; min-height:1500px; height:100%; left:50%; top:0%; margin-left:-410px; background: #ffffff url(images/content-background.jpg) ; background-repeat:no-repeat; background-color:#FFFFFF;  }

.bringdown {
	clear: both;
}

.alignleft {
	float: left;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-bottom: 15px;
}

a:link {
	color: #87811C;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/***Header Stuff***/
#logo{ position:absolute; height:124px; width:820px; left:0px; top:0px;background:url(images/logo-established.jpg) no-repeat;}


   #headerdec {
	behavior: url("wp-content/themes/web20/iepngfix.htc");
	/*background-image: url("images/design.png");*/
	width: 179px;
	height: 97px;
	margin-left: 526px;
}


#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: 100px;
}








#menu li {
	list-style-type: none;
	width: 102px;
	height: 65px;
	background-image: url("images/navbg.jpg");
	float: left;
	text-align: center;
	padding-top: 5px;
}

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;
}

/***Main Area Stuff***/
#content {position:absolute; width:600px; height:100%; top:150px; left: 0px;font-family:tahoma; font-size:10px; color:#103453; padding-left:5px; padding-right:20px; text-align:justify; line-height:20px;}

#sidebar {position:absolute; width:200px; height:100%; top:150px; left: 620px; }

/***Footer Stuff***/
#footer {
	clear: both;
	
	background-repeat: no-repeat;
	width: 100%;
	padding-bottom: 8px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}

#footbar {
	
	width: 100%;
	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-repeat: no-repeat;
	width: 100%;
	background-color: #FFFFFF;
	background-position: bottom left;
	padding: 5px;
	padding-top: 0px;
}

#footer h2 {
	
	width: 154px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	padding-top: 4px;
	margin: 0px;
	font-family: Tahoma;
	margin: 0px auto;
}

#footer h3 a {
	margin: 0px;
	padding: 0px;
	color: #E7EC6A;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

#footer a {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: bold;
}

#footer h3 {
	margin: 0px;
	padding: 0px;
}

.recentcontent {
	margin-bottom: 5px;
}

.recentcontent p {
	margin: 0px;
	padding: 0px;
}

.footbox {
	width: 240px;
	float: left;
	text-align: center;
	margin-bottom: 0px;
}

/***Post Stuff***/
.post {
	margin-top: 60px;
}

.posttitle {
	float: left;
	font-family: Tahoma;
	font-size: 11px;
	color: #7F7F7F;
}

.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: 65px;
	height: 52px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
}

.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;
}

.postfoot {
	border-top: 1px solid #B6B157;
	border-bottom: 1px solid #B6B157;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 43px;
}

/***Sidebar Items***/
#sidebar h2 {
font-family:tahoma; font-size:13px; width:200px; height:40px; color:#323298; text-align:left; text-transform:capitalize; font-weight:bold; padding-left:0px; padding-top:10px; margin-right:10px;
}

.showcase {
	background-color: #D2DE50;
	background-image: url(images/bloque1bg.jpg); 
	
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 177px;
	color: #e8e6d9;
	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-repeat: repeat-y;
	width: 186px;
	padding-bottom: 3px;
	border: 1px solid #B8ECFA;
	list-style-image:url(../images/bullet.gif); 
}


#sidebar li li{
	list-style-type: none;
	margin-top: 6px;
	margin-left: 27px;
}

#sidebar a {
	color: #767006;
	font-size: 12px;
}

#sidebar a:link {
	text-decoration: none;
}

#sidebar a:visited {
	text-decoration: none;
}

#sidebar 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***/
.footbox li {
	list-style-type: none;
	margin-top: 3px;
}

.footbox li a {
	color: #E7EC6A;
}


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;
}



/* TOP NAVIGATION */


#navigation{position:absolute; top:60px; width:820px; height:31px; left:0px; }	

#mainnav {position: relative; margin:0px; auto; padding:0px; width: 820px; height: 31px; }

#mainnav li {width: 820px; height: 31px; margin-left:0px; padding-left:0px; position: absolute; top: 0px; background: url(images/navigation.jpg)  0 0 no-repeat; display: block; list-style: none; }

#mainnav a {width: 85px; height: 31px; display: block; border: none;color:#FFF;text-decoration:none; font-weight:bold; font-family:tahoma; font-size:10px; text-align:center; line-height: 25pt}

#mainnav a:hover {border: none; color:#999999;text-decoration:none;font-family:tahoma; font-weight:bold; font-size:10px; text-align:center; line-height: 25pt}
#mainnav #panel1c  {left: 0px;   background-position: -0px 0;}
#mainnav #panel2c {left: 85px; background-position: -85px 0;}
#mainnav #panel3c {left: 170px; background-position: -170px 0;}
#mainnav #panel4c {left: 255px; background-position: -255px 0;}
#mainnav #panel5c {left: 334px; background-position: -334px 0;}
#mainnav #panel6c {left: 415px; background-position: -415px 0;}
#mainnav #panel7c {left: 498px; background-position: -498px 0;}
#mainnav #panel8c {left: 580px; background-position: -580px 0;}
#mainnav #panel9c {left: 655px; background-position: -655px 0;}


#mainnav #panel1c a:hover {background: url(images/navigation.jpg) -0px -31px no-repeat;}
#mainnav #panel2c a:hover {background: url(images/navigation.jpg) -85px -31px no-repeat;}
#mainnav #panel3c a:hover {background: url(images/navigation.jpg) -170px -31px no-repeat;}
#mainnav #panel4c a:hover {background: url(images/navigation.jpg) -255px -31px no-repeat;}
#mainnav #panel5c a:hover {background: url(images/navigation.jpg) -334px -31px no-repeat;}
#mainnav #panel6c a:hover {background: url(images/navigation.jpg) -415px -31px no-repeat;}
#mainnav #panel7c a:hover {background: url(images/navigation.jpg) -498px -31px no-repeat;}
#mainnav #panel8c a:hover {background: url(images/navigation.jpg) -580px -31px no-repeat;}
#mainnav #panel9c a:hover {background: url(images/navigation.jpg) -655px -31px no-repeat;}

body#home-page  a#home,#mainnav  #panel1c a:active {text-decoration: underline;}
body#jaxons-page a#jaxons,#mainnav #panel2c a:active {text-decoration: underline;}
body#dholakia-page a#dholakia,#mainnav #panel3c a:active {text-decoration: underline;}
body#molens-page a#molens,#mainnav #panel4c a:active {text-decoration: line-through underline;}
body#variety-page a#variety,#mainnav #panel5c a:active {text-decoration: underline;}
body#blog-page a#blog,#mainnav #panel6c a:active {text-decoration: underline;}
body#feed-page a#feed,#mainnav #panel7c a:active {text-decoration: underline;}
body#account-page a#account,#mainnav #panel8c a:active {text-decoration: underline;}	
body#contact-page a#contact,#mainnav #panel9c a:active {text-decoration: underline;}	

