/*
Theme Name: Vintage Mint
Theme URI: http://www.vintagemint.com/
Description: For vintagemint.com
Version: 1.0
Author: Charles Nutter
Author URI: http://www.charlesnutter.com/
*/

/***
RESET ------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

.clearboth {
  clear: both;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

img.aligncenter, div.aligncenter {
  display: block;
  margin: 0 auto;
  text-align: center !important;
}


a {
  color: #47c156;
  color: #47D6CA;
  text-decoration: none;
}

/***
CONTAINERS ------------------------------------------------------------------------*/

body {
  margin: 0 auto;
  padding-top: 0px;
  text-align: center;
  background: #fff url(images/bg_pattern.jpg) top center;
}

#site1 {
  background: transparent url(images/ribbon_bg.jpg) repeat-x 0 66px;
}

#site2 {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  background: transparent url(images/header_bg.jpg) no-repeat 0 0px;  
}

#header {
  position: relative;
  margin: 0 auto;
  height: 116px;
  height: 151px;
}

#content_container {
  border: 0px solid black;
  background: transparent url(images/content_container_bg.jpg) repeat-y 40px 0;
  margin-top: 0px;
}

#content {
  display: inline;
  float: left;
  width: 473px;
  width: 566px;
  margin-left: 40px;
  padding-top: 48px;
  background: transparent url(images/content_bg.jpg) no-repeat 0 0;
}

#sidebar {
  border: 0px solid black;
  display:inline;
  margin-right: 34px;
  float: right; 
  width: 360px;
  background: transparent url(images/sidebar_bg.jpg) repeat-y -1px 0;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 20px;
}

#sidebar .innercontain {
  position: relative;
  background: transparent url(images/sidebar_bg_top.jpg) no-repeat -1px 0;
}

#about_cont, #category_cont, #archive_cont  {
  width: 235px;
  margin-left: 39px;
}

#sidebar_tabs {
  position: absolute;
  top: 24px;
  left: 314px;
  width: 37px;
  background: transparent;
  height: 300px;
}

#sidebar_tabs ul {
  list-style-type: none;
}

#sidebar_tabs ul li {
  width: 37px;
}

#sidebar_tabs ul li a {
  display: block;
  width: 37px;
  
}



#sidebar_tabs ul li a:hover, #sidebar_tabs ul li.active a {
  background-position: -37px 0;
}

#tab_browse a {
  background: transparent url(images/tab_browse.gif) no-repeat 0 0;
  text-indent: -9000px;
  height: 90px;
}

#tab_links a {
  background: transparent url(images/tab_links.gif) no-repeat 0 0;
  text-indent: -9000px;
  height: 100px;
}


/***
HEADER ------------------------------------------------------------------------*/

header h1 {
  height: 108px;
}

#header h1 a {
  display: inline;
  float: left;
  margin-left: 90px;
  width: 400px;
  margin-top: 40px;
  height: 108px;
  background: transparent;
  font: normal 12px/12px Arial, verdana, sans-serif;
  text-indent: -9000px;
}

#header #descr {
  display: none;
}

/***
CONTENT POSITIONING ------------------------------------------------------------------------*/

#content .post, .navigation, #comment_container, h2.pagetitle {
  position: relative;
  margin-left: 75px;
  margin-right: 18px;
}

/***
POST STYLING ------------------------------------------------------------------------*/

#content .post h2 {
  font: normal 17px/17px Georgia, serif;
  background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;
  margin-bottom: 9px;
}

#content .post h2 a {
  display: block;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 14px;
}

#content .post .entry {
  font: normal 11px/17px Georgia, Times New Roman, serif;
}

#content .post .entry p {
  padding: 0 0 20px;
}

#content .post .entry {
  background: transparent url(images/dashed_hr_bottom.gif) repeat-x bottom left;
  margin-bottom: 39px;
}

.entry a img {
  padding: 7px;
  border: 1px solid #e5e4e0;
  border: 1px solid #d8d6cb;
  background: #fff;
}

.entry .postfooter span {
  margin-top: 0px;
  float: right;
}

.entry .postfooter {
  margin-top: 0px;
  display: block;
  padding-bottom: 5px;
  font: normal 11px/17px Georgia, Times New Roman, serif;
  color: #999;
  text-align: left;
  padding-top: 2px;
  border-top: 1px dotted #999;
}

.entry .postfooter a {
  text-decoration: none;
  color: #47c156;
  color: #999;
  font-weight: normal;
}

.entry .postfooter a:hover {
  color: #222;
}

.postmeta {
  position: absolute;
  text-align: center;
  display: block;
  width: 40px;
  height: 61px;
  background: transparent url(images/datebox_bg.gif) no-repeat top left;
  left: -51px;
  top: 0px;
}

.postmeta small {
  font: italic 14px/14px Georgia, "Bookman Old Style", Times New Roman, serif;
  color: #ECE9E2;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.postmeta small strong {
  display: block;
  font-size: 20px;
  padding-bottom: 1px;
  padding-left: 2px;
  color: #ECE9E2;
}

/***
SIDEBAR STYLING ------------------------------------------------------------------------*/

#sidebar h2 {
  text-align: center;
  font: normal 12px/12px Times New Roman, Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/***
ABOUT THIS BLOG ------------------------------------------------------------------------*/

#about_cont {
  padding-bottom: 10px;
}

#about_cont h2 {
  padding-top: 1px;
  padding-bottom: 14px;
  background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;
}

#about_cont dl {
  padding: 16px 0 15px 7px;
}

#about_cont dl dt.about-image {
  float: left;
  border: 1px solid #dddddd;
  margin-right: 13px;
}

#about_cont dl dt.about-image img {
  display: block;
  padding: 4px;
}

#about_cont dl dd.about-name {
  display: block;
  font: bold 12px/12px "Bookman Old Style", Times New Roman, Georgia, serif;
  padding-top: 4px;
  padding-bottom: 4px;
}

#about_cont dl dd.about-location {
  display: block;
  text-transform: lowercase;
  font: normal 12px/12px "Bookman Old Style", Times New Roman, Georgia, serif;
  padding-bottom: 7px;
}

#about_cont dl dd.about-description {
  display: block;
  text-transform: lowercase;
  color: #a19e93;
  font: normal 11px/14px "Bookman Old Style", Times New Roman, Georgia, serif;
}

/***
CATEGORIES ------------------------------------------------------------------------*/

#category_cont {
  background: transparent url(images/dashed_hr_bottom.gif) repeat-x top left;
  padding-top: 0;
}

#category_cont h2 {
  padding-top: 14px;
  padding-bottom: 15px;
  background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;
}

#category_cont ul {
  margin-top: 9px;
  padding-bottom: 9px;
  background: transparent url(images/dashed_hr_gray.gif) repeat-x top left;
  list-style-type: none;
}

#category_cont ul li {
  padding: 0 0;
  background: transparent url(images/dashed_hr_gray.gif) repeat-x bottom left;
  text-align: center;
  font: normal 14px/14px Georgia, "Bookman Old Style", Times New Roman, Georgia, serif;
  font-style: italic;
}

#category_cont ul li a {
  font: normal 14px/14px Georgia, "Bookman Old Style", Times New Roman, serif;
  font-style: italic;
  display: block;
  text-decoration: none;
  padding: 4px 0 7px;
  color: #6d6b64;
}

/***
ARCHIVES ----------------------------------------------------------------------*/

#archive_cont {
  background: transparent url(images/dashed_hr_bottom.gif) repeat-x top left;
  padding-top: 0;
  padding-bottom: 20px;
}

#archive_cont h2 {
  padding-top: 14px;
  padding-bottom: 15px;
  background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;
}

#archive_cont ul {
  margin-top: 9px;
  list-style-type: none;
}

#archive_cont ul li {
  padding: 0 0;
  text-align: center;
}

#archive_cont ul li a {
  font: normal 14px/14px Georgia, "Bookman Old Style", Times New Roman, serif;
  font-style: italic;
  text-decoration: none;
  color: #6d6b64;
}

/***
SIDEBAR FOOTER -----------------------------------------------------------------*/

#sidebar_footer {
  background: transparent url(images/sidebar_footer_bg.jpg) no-repeat -1px 0;
  height: 128px;
}


/***
FOOTER ------------------------------------------------------------------------*/

#footer {
  clear: both;
  padding: 2px 0 9px;
  border-top: 1px solid #ccc;
}

#footer div {
  border-top: 1px dotted #ccc;
  /*background: transparent url(images/footerimage.gif) no-repeat center center;*/
  padding-top: 5px;
  height: 15px;
}

#footer div p {
  background: none;
  margin: 0 0 0 30px ;
  padding: 2px 0 0 0;
  color: #EEEBE4;
  font-size: 11px;
  font-family: Georgia, Times New Roman, serif;
  font-weight: normal;
}

#footer div p a, #footer di p a:hover {
  color: #eeebe4;
}

#footer div p a:hover, #footer div p a:visited:hover {
  text-decoration: underline;
}

#footer div p span {
  float: right;
  color: #666;
}

#footer div p span a, #footer div p span a:hover {
  color: #666;
}

/***
CATEGORY HEADER ----------------------------------------------------------*/

h2.pagetitle {
  margin-left: 24px;
  border: 1px dotted #b8b8b8;
  font-size: 15px;
  line-height: 15px;
  font-family: Georgia, Times New Roman, serif;
  padding: 6px 0 9px;
  margin-bottom: 21px;
  color: #9B907D;
  text-align: center;
}

/***
PREV/NEXT NAVIGATION ----------------------------------------------------------*/

.navigation {
  height: 62px;
  margin-top: -20px;
}

.navigation .alignleft {
  width: 125px;
  height: 42px;
  float: left;
}

.navigation .alignleft a {
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  width: 125px;
  height: 42px;
  background: transparent url(images/prev_button.gif) no-repeat top left
}

.navigation .alignright {
  width: 125px;
  height: 42px;
  float: right;
}

.navigation .alignright a {
  display: block;
  text-indent: -9000px;
  overflow: hidden;
  width: 125px;
  height: 42px;
  background: transparent url(images/next_button.gif) no-repeat top left
}

/***
SEARCH BOX --------------------------------------------------------------------*/

#searchform {
  position: absolute;
  top: 26px;
  right: 128px;
  background: transparent;
  height: 30px;
  width: 160px;
}

#searchform legend {
  display: none;
}

#searchform #s {
  float: left;
  border: 1px solid #bab0a0;
  width: 141px;
  margin-right: 7px;
  padding-top: 3px;
  margin-left: 6px;
  font-size: 12px;
  font-style: italic;
  font-family: georgia, serif;
  color: #666;
  padding: 4px 20px 3px 6px;
  background: #f3f3f3 url(images/search_glass.gif) no-repeat top right;
}

#searchform #searchsubmit {
  float: left;
  background: transparent;
  border: 0px;
  font-size: 0px;
  line-height: 0px;
  text-indent: -9000px;
  overflow: hidden;
  display: block;
  width: 23px;
  height: 21px;
}

/***
COMMENTS STYLING ------------------------------------------------------------------------*/

ol.commentlist {
  list-style-type: none;

}

ol.commentlist li {
  position: relative;
  padding-top: 16px;
}

ol.commentlist li a {
  color: #575;
}

ol.commentlist li .avataresque {
  position: absolute;
  top: 32px;
  left: -51px;
}

h3#comments {
  background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;
  padding-bottom: 8px;
}

ol.commentlist li h3 {
  font: normal 17px/17px Georgia, serif;
  /*background: transparent url(images/dashed_hr_top.gif) repeat-x bottom left;*/
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #96BF9C;
  padding-left: 26px;
  background: transparent url(images/bubblesource.gif) no-repeat bottom left;
}

ol.commentlist li h3 cite {
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 0px;
  color: #000;
  margin-right: 0px;
}

ol.commentlist li div.comment_text {
  background: #96BF9C url(images/comment_top.gif) no-repeat top left;
  color: #fff;
  padding-top: 10px;
  margin-top: -2px;
  font: normal 11px/15px Georgia, Times New Roman, serif;
}

ol.commentlist li div.comment_text div {
  padding: 0 15px 10px;
  background: #96BF9C url(images/comment_bottom.gif) no-repeat bottom left;
}

ol.commentlist li div.comment_text div em {
  display: block;
  border: 1px solid #F6F3EE;
  padding: 2px 5px;
  margin-bottom: 8px;
  font-weight: bold;
  text-align: center;
}

ol.commentlist li div.comment_text .commentmetadata {
  font-size:11px;
  display: block;
  padding-top: 6px;
  text-align: left;
}

#replycard {
  background: transparent url(images/replycard.jpg) no-repeat top left;
  margin-left: 46px;
  margin-top: 20px;
}

#respond {
  border: 0px solid black;
  padding: 0;
  margin: 0;
  height: 51px;
  overflow: hidden;
  text-indent: -9000px;
}

#replycard form p input {
  padding: 0px;
  border: 0px solid black;
  display: block;
  margin-left: 37px;
  width: 121px;
  margin-bottom: 11px;
  background: transparent;
  height: 16px;
}

#replycard form textarea {
  border-top: 0px !important;
  border: 0;
  display: block;
  margin-left: 37px;
  margin-top: 21px;
  width: 445px;
  height: 141px;
  background: transparent;
}

#replycard form #submit {
  display: inline;
  float: right;
  height: 36px;
  width: 100px;
  background: transparent;
  margin-top: 10px;
  margin-right: 31px;
  border: 0;
  text-align: left;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9000px;
  overflow: hidden;
}

#replycard form p label {
display: none;
}
