/*  
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: 10px;
  }
  
#calendar_wrap {
  padding: 7px 0px 0px;
  margin: 0px;
  background-color: #eFf8c2;
  background-repeat: repeat-y;
  width: 186px;
  border: 1px solid #DFE882;
}

#wp-calendar a {
  text-decoration: none;
  }

#wp-calendar caption {
  font: bold 14px Arial, Verdana, 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: 400px;
  padding: 2px;
  }

#commentform #submit {
  margin: 0;
  float: right;
  }
/* End Form Elements */



/* Begin Comments*/
.alt {
  margin: 0;
  padding: 10px;
  }

.commentlist {
  padding: 0;
  border-top:1px dashed #B6B157;
  }

.commentlist li {
  margin:0;
  padding:16px 16px 8px;
  border-bottom:1px dashed #B6B157;
  list-style: none;
  }

.commentlist p {
  margin: 1em 5px 1em 0;
  }

#commentform p {
  margin: 5px 0;
  }

.nocomments {
  text-align: center;
  margin: 0;
  padding: 0;
  }

.commentlist li cite {
  font-size:120%;
  font-weight:bold;
}
.commentlist li.author {
  background:#EFF8C2;
}

.commentmetadata {
  margin: 0;
  display: block;
  font-size:100%;
  }
/* End Comments */



/* Begin Calendar */
#wp-calendar {
  empty-cells: show;
  margin: 10px auto 0;
  width: 170px;
  }

#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#today a {
  background: #dfe882;
  font-weight:bold;
  }

#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/bg.gif");
  background-repeat: repeat-x;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  font-size: 12px;
}

#mainbox {
  margin: 0px auto;
  width: 740px;
}

.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 {
  /*behavior: url('iepngfix.htc');
  background-image: url("wp-content/themes/web20/iepngfix.htc");
  width: 298px;*/
  float: left;
  height: 84px;
  padding: 12px 0 0;
}

#logo h1 {
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
  font-family: Arial, Verdana, Sans-Serif;
}

#logo h1 a {
  color: #FFF;
  font-weight: bold;
  font-size: 40px;
  margin: 0px;
  padding: 0px;
}
#logo h1 a:hover {
    text-decoration: none;
}

#logo h2 {
  color: #999;
  font-weight: bold;
  font-size: 21px;
  margin: 0px;
  padding: 0px;
}

#header {
  position:relative;
  float:left;
  width: 100%;
  height:130px;
}

#headerdec {
  /*behavior: url("wp-content/themes/web20/iepngfix.htc");
  background-image: url("images/design.png");
  width: 179px;
  height: 97px;
  margin-left: 526px;*/
}

#search {
  float:right;
  width:400px;
  padding: 6px 10px 0 0;
  text-align:right;
}

#search input {
  width: 133px;
  height: 17px;
        margin-top: 1px;
  border: 1px solid #FFF;
  background-color: #D3D9DB;
        vertical-align: middle;
}

input#submit {
  width: 69px;
  height: 21px;
  border: 0px;
        vertical-align: middle;
}

ul#menu {
  float:left;
  clear:left;
  width:100%;
  padding: 5px 0 0;
  margin: 0px;
  list-style: none;
}

#menu li {
  float: left;
  height: 29px;
  padding: 0 0 0 3px;
  background: url(images/navbg_left.gif) -1px 0px no-repeat;
}

#menu li.first {
  padding: 0 0 0 4px;
  background-position: 0px 0px;
}

#menu a {
  float:left;
  height: 29px; line-height: 28px;
  padding:0 12px 0 9px;
  background: url(images/navbg_right.gif) right top no-repeat;
  color: #fff;
  font-size: 14px;
  font-weight:bold;
}

#menu a:link {
  text-decoration: none;
}

#menu a:visited {
  text-decoration: none;
}

#menu a:hover {
  text-decoration: underline;
}

/***Main Area Stuff***/
#content {
  float: left;
  width: 524px;
  padding: 10px 0;
}

#sidebar {
  float: left;
  width: 190px;
  padding-bottom: 18px;
  margin-top: 2px;
  margin-left: 26px;
}

/***Footer Stuff***/
#footer {
  clear: both;
  background-image: url("images/foot-top.gif");
  background-repeat: no-repeat;
  width: 740px;
  padding: 10px 0pt 24px;
  margin:0 auto;
  color: #FFF;
  font-family: Arial, Verdana;
  font-size: 11px;
}

#footbar {
  background-image: url("images/foot-bar.gif");
  width: 739px;
  height: 19px;
  margin: 0px auto;
  text-align: center;
  font-size: 11px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  padding-top: 6px;
  font-family: Arial, Verdana;
}
#footbar a {
 color: #87811C;
 font-size: 12px;
 }

#footercontent {
  background-image: url("images/foot-bottom.gif");
  background-repeat: no-repeat;
  width: 730px;
  background-color: #434F54;
  background-position: bottom left;
  padding: 5px;
  padding-top: 0px;
}

#footer h2 {
  background-image: url("images/subhead.gif");
  width: 154px;
  height: 21px; line-height: 17px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  padding-top: 4px;
  margin: 0px;
  font-family: Arial, Verdana;
  margin: 0px auto;
}

#footer h3 a {
  margin: 0px;
  padding: 0px;
  color: #E7EC6A;
  font-size: 11px;
  font-weight: bold;
  font-family: Arial, Verdana;
}

#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: 15px;
}

/***Post Stuff***/
.post {
  margin:20px 0 30px;
  clear:left;
}

.posttitle {
  float: left;
  width: 450px;
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #7F7F7F;
}

.post h2 a {
  font-family: Arial, Verdana;
  color: #87811C;
  font-size: 28px;
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
}

.posttitle small {
  font-family: Arial, Verdana;
  font-size: 11px;
  color: #7F7F7F;
  padding:0 0 1em;
  float:left;
}

.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;
}

.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;
}

.bookmarkify {
  padding:5px 0 0;
  overflow:hidden;
  zoom:1;
  border-top:1px solid #B6B157;
  color:#7F7F7F;
}
.bookmarkify .title {
  float:left;
  padding:5px 10px 0 0;
}
.bookmarkify .linkbuttons {
  float:left;
}

.postfoot {
  border-top: 1px solid #B6B157;
  border-bottom: 1px solid #B6B157;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 3px;
  color:#7F7F7F;
}

.postmetadata {
  color:#7F7F7F;
}

/***Sidebar Items***/
#sidebar h2 {
  background-image: url("images/sideheader.gif");
  width: 188px;
  height: 28px; line-height:27px;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  font-weight: bold;
  font-size: 18px;
  color: #FFF;
  margin-top: 16px;
  margin-bottom: 2px;
  text-align: center;
}

.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: Arial, Verdana;
  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: #eFf8c2;
  width: 186px;
  padding-bottom: 7px;
  border: 1px solid #DFE882;
}

#sidebar li li{
  list-style: disc outside;
  margin-top: 6px;
  margin-left: 24px;
  padding-left: 3px;
}

#sidebar li ul.no_bullet li{
  list-style: none;
  margin: 0;
  padding-left: 3px;
}

#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 {
  padding:5px 0px 8px;
  margin:0px;
}


#sidebar ul ul.wp-tag-cloud {
  padding: 7px;
  margin: 0px;
  background: #eFf8c2;
  width: 172px;
  border: 1px solid #DFE882;
  text-align:center;
}

#sidebar ul ul.wp-tag-cloud li{
  list-style: none;
  display:inline;
  margin: 0;
  padding: 0;
}

pre, code {
  display:block;
  width:506px;
  padding: 8px;
  background: #e7f9dc;
  border:1px dashed #bec565;
  font-family: 'Bitstream Vera Sans Mono', 'Courier New', monospace;
  overflow-x:auto;
}
html>body pre, code {
  overflow:auto;
}

.cform {
  margin:10px auto 25px !important;
}

#sidebar li.rss {
  padding:19px 0 0;
}
  #sidebar li.rss a {
    font-size:150% !important;
    font-weight:bold !important;
  }
  #sidebar li.rss a:hover {
    text-decoration:none;
  }
  #sidebar li.rss img {
    vertical-align:middle;
    padding:0px !important;
  }