/*
Theme Name: FoodieMob
Theme URI: http://foodiemob.com
Description: The default FoodieMob theme
Version: 2.0
Author: Brent Otterlei
Author URI: http://bodesigns.com/
Tags: Foodiemob

	FoodiemobV2.0

	This theme was designed and built by Brent Otterlei,
	whose blog you will find at http://bodesigns.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/*clears floats*/
.featured-container {
  padding:20px;
}
.clearBlock {
     clear:both;
     height:0;
     font-size:0;
     overflow:hidden;
}
hr {
    border-left:0;
    border-top:1px dotted #DDD;
    border-right:0;
    border-bottom:0;
}
/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: arial, helvetica, san-serif;
	background:url("http://www.foodiemob.com/wp-content/themes/foodie-new/images/wht-bg.png") repeat scroll left top transparent;
	color: #222;
	}

#page {
        background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/new-ff-header.png) 24px 0 repeat-x transparent;
	text-align: left;
	}

#headerimg 	{
	margin: 0;
	}

#content {
	font-size: 1.4em;
width:960px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.widecolumn .post h2 {
  padding-bottom:12px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
        font-family:arial, helvetica, san-serif;
        font-size:104%;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
        font-size:80%;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	border-top: 3px solid #000;
	}
.footerContainer {
       margin:0 auto;
       padding:0;
       width:1000px;
}
.footerLists {
       list-style:none;
       padding:0;
       margin:0;
}
.footerLists > li {
      float:left;
      width:225px;
}
small {
        font-family: arial, helvetica, san-serif;
	font-size: 0.9em;
	line-height: 14px;
	}

h1, h2, h3 {
	font-family: arial, helvetica, san-serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	}

#headerimg .description {
	font-size: 1.2em;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 2.2em;
        padding-bottom:8px;
        border-bottom:1px dotted #CCC;
	}

#sidebar h2 {
	font-family: arial, helvetica, san-serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #222;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #222;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

p {
  text-shadow:1px 1px 0 #FFFFFF;
}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: .9em arial,Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, helvetica, san-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: .9em arial, Sans-Serif;
width:220px;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	}

#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 Structure */
body {
	margin: 0;
	padding: 0;
	}

#networkNav {
     background:#222 url(images/top-bar.gif) top left repeat-x;
}
.networkNavHolder {
     margin:0 auto;
     padding:4px 4px 0 4px;
     width:980px;
     *height:29px;
     *overflow:hidden;
}
.networkNavHolder ul {
      padding:0;
      margin:0;
      list-style:none;
}
.networkNavHolder ul li {
     float:left;
     margin-right:4px;
}
.networkNavHolder ul li a {
     padding:8px 14px 8px 14px;
     display:block;
     font-weight:bold;
     color:#FFF;
-moz-border-radius-topleft:4px;
     -moz-border-radius-topright:4px;
     -webkit-border-top-left-radius:4px;
     -webkit-border-top-right-radius:4px;
}
.networkNavHolder ul li a.selected {
    background:#FFF;
    color:#222;
-moz-border-radius-topleft:4px;
     -moz-border-radius-topright:4px;
     -webkit-border-top-left-radius:4px;
     -webkit-border-top-right-radius:4px;
}
.networkNavHolder ul li a:hover {
    background:#FFF;
    color:#222;
-moz-border-radius-topleft:4px;
     -moz-border-radius-topright:4px;
     -webkit-border-top-left-radius:4px;
     -webkit-border-top-right-radius:4px;
}

#header {
        height:57px;
        width:960px;
        margin: 0 auto;
        position:relative;
	}

#headerimg {
	margin: 0;
        padding:28px 43px 20px 0;
        float:left;
	}
.siteNavHolder {
        padding:27px 0 0;
        margin-top:0;
        font-size:90%;
}
.siteNavHolder ul {
        list-style:none;
        padding:0;
        margin:0;
}
.siteNavHolder ul li {
        padding:0;
        margin-right:24px;
        float:left;
}
.siteNavHolder ul li a {
      display:block;
      padding:9px 14px;
      margin:0;
     font-size:12px;
     color:#fff;
}
.current_page_item, .current-cat {
      position:relative;
}

.siteNavHolder ul li.current-cat {
background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/wht-trans.png) top left repeat transparent;
border:1px solid #000;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
}


.siteNavHolder ul li.current-cat a {
  color:#FFF;
}

.current-cat-arrow {
  position:absolute;
  bottom:-7px;
  left:50%;
}
.narrowcolumn {
	padding: 76px 0 4px;
	margin: 0px 0 0;

	}

.single-post {
    padding-top:52px;
    margin-top:14px;
}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 50px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 30px;
        text-shadow:1px 1px 0 #FFFFFF;
	}

.post h2 {
  text-shadow:1px 1px 0 #FFFFFF;
font-size:275%;
font-style:italic;
font-weight:normal;
margin-bottom:0;
font-family:lobster;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {

	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	margin: 0;
	}
h1 span {
       font-weight:normal;
}
h2 {
	margin: 0;
	}

h2.pagetitle {

}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* 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;
	}

html>body .entry li {
	margin: 3px 0 3px 10px;
	}
.entry ul {
     list-style:none;
}
.postHeaderContainer {
       padding:0 0 10px 0;
       border-bottom:1px dotted #DDD;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	text-align: center;
        color:#FFF;
	}

#searchform #s {
	padding: 4px;
-moz-border-radius:12px;
        -webkit-border-radius:12px;
        border-radius:12px;
font-family:arial, helvetica, san-serif;
        font-style:italic;
background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/dark-grid.png) top left repeat #000;
	}

#searchform #searchsubmit {
	background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/search.gif) top left repeat-x transparent;
        -moz-border-radius:12px;
        -webkit-border-radius:12px;
        border-radius:12px;
        border:0;
        color:#FFF;
        font-size:18px;
        padding:6px 12px;
        font-family:arial, helvetica, san-serif;
        font-style:italic;
display:none;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */






/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}



.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
  margin: -4px 0 0;
    padding: 0;
float:left;
	}

#sidebar form {
	margin: 0;
	}

.about-the-mob {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #DDD;
}

.about-the-mob h4 {
  padding:0;
  margin:0;
  font-size:175%;
  font-family:arial, helvetica, san-serif;
  font-weight:normal;
}

.by-brewery, .poster-pic {
  padding:8px 8px 18px;
  background:#FFF;
  -moz-box-shadow:0 1px 3px #999999;
  -webkit-box-shadow:0 1px 3px #999999;
  box-shadow:0 1px 3px #999999;
}

.poster-pic {
	width:205px;
}

.by-brewery h3 {
  font-size:16px;
  padding:0;
  margin:0;
}
#sidebar .by-brewery ul {
  margin:4px 0 0 0;
  padding:0;
}
#sidebar .by-brewery ul li {
  font-size:130%;
  padding:0;
  margin-bottom:4px;
}
/* End Sidebar */



/* 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 {
	border-left:5px solid #3D6834;
color:#2C2C2C;
font-weight:bold;
margin:15px 30px 0 10px;
padding-left:20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
clear: both;
    display: block;
    margin-top: 0;
    padding-bottom: 48px;
    padding-right: 20px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#adHeader {
    padding:4px;
    margin:0 20px 0 0;
    float:right;
    border:1px solid #CCC;
}
.adRight {
  text-align:center;
  padding:4px 0 12px 0;
}
.entry img {
  background:#FFF;
  border:3px solid #000;
  margin:6px 14px 6px 0;
  padding:0;
}
.adRightContainer {
  padding:4px;
  border:1px solid #CCC;
  width:160px;
  margin:0 auto;
}
.addtoany_share_save_container {
  clear:both;
}
.catDrop {
  position:relative;
}
.catDropCont {
  position:absolute;
  background:#FFF;
  border:1px solid #DDD;
  left:15px;
}
#catToggler {
   padding-right:13px;
   background:transparent url(http://www.drinkiemob.com/images/dwnArrow.gif) center right no-repeat;
}
/*Featured posts*/
.featured-post {
  overflow:hidden;
  padding:0 0 0 4px;
  margin-bottom:12px;
}
.featured-post a {
  width:620px;
  height:416px;
  display:block;
  overflow:hidden;
  position:relative;
  color:#FFF;
  text-decoration:none;
  border:1px solid #000;
  float:left;
}
.featured-post h2 {
  background: none repeat scroll 0 0 #FFFFFF;
    color: #222222;
    font-size: 0.8em;
    font-weight: normal;
    height: 40px;
    left: 12px;
    margin: 0;
    padding: 3px 4px 5px 4px;
line-height: 1.2;
    position: absolute;
    top: 160px;
    width: 189px;
}
.featured-post a:hover span {
  text-decoration:underline;
}
.featured-block-hldr {
  height:196px;
  margin-bottom:10px;
  padding-bottom:55px;

}
.featured-title {
  width:90px !important;
}
.featured-post-sm {
background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    box-shadow: 0 2px 3px #DDDDDD;
    float: left;
    margin: 0 20px 12px 0;
    padding: 12px 12px 0 12px;
    position: relative;
    width: 200px;
}
.featured-post-arch {
  margin:0 18px 52px 0;
}
.featured-post-sm h2 {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000;
    font-size: 0.85em;
    height: 41px;
    left: 9px;
    line-height: 1.2;
    margin: 0;
    padding: 3px 4px 5px 4px;
    position: absolute;
    top: 163px;
    width: 197px;
}
.featured-thumb img {


}
.featured-title img {
  border:0;
  width:95px;
}
/*blurb posts*/
.landing-img-holder {
  width:155px;
  float:left;
  margin-right:6px;
}
.landing-img-holder a {
  float:left;
}
.landing-img-holder img {
  padding:0;
  border:1px solid #DDD;
}
.landing-text-holder {
  width:442px;
  float:left;
}
.landing-text-holder h2 {
  margin:0;
  font-size:130%;
  line-height:20px;
}
.landing-text-holder h2 span {
  font-weight:normal;
  color:#999;
}
.landing-text-holder p {
  margin-top:0;
  font-size:100%;
  font-family:arial, helvetica, san-serif;
}
.landing .post {
  padding:2px 12px 26px;
  margin-bottom:8px;
  margin-right:12px;
  float:left;
  position:relative;
  border-bottom:1px dashed #999;
}
.single-post #sidebar {
  padding-top:8px;
}
.poster-info-block {
  padding:0px 0 10px 0;
  margin-bottom:10px;
}
.poster-info-block h3 {
  font-size:14px;
font-style:italic;
font-weight:normal;
margin:0;
padding:0 0 4px;
}
.poster-info-block img {
}

/*search*/
.search-cont {
  padding:14px 18px;
  margin-bottom:8px;
  margin-right:12px;
  margin-top:20px;
  float:left;
  position:relative;
  background:url("images/tear-bg.jpg") repeat-x scroll 0 bottom #FFFFFF;
  border-top:1px solid #DDD;
}

/*single post overrides*/
.single-post .post {
  float:left;
margin-bottom:8px;
margin-right:12px;
margin-top:0;
padding:0 2px;
position:relative;
}
.single-post .post h2 {
  margin:0;
  font-size:260%;
  font-style:italic;
}
.no-featured-bump {
  display:block;
  height:0px;
}
.read-more-links {
  text-align:right;
  position:absolute;
  right:6px;
  bottom:6px;
}
.featured-read {
  font-weight:normal;
  color:#0066CC;
  display:block;
  text-align:right;
  font-size:16px;
}
#footer {
	padding: 12px 0;
	margin: 0;
	clear: both;
        background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/dark-grid.png) top left repeat #000;
	}
.footer-links {
  list-style:none;
  padding:12px;
  margin:0;
  float:left;
  color:#444;
  font-size:140%;
  font-family:arial, helvetica, san-serif;
}
.footer-links li {
  float:left;
  padding:0 8px 0 7px;
  border-right:1px solid #444;
}
.footer-links-last {
  border-right:0 !important;
}
.search-block {
  padding:0;
}
.search-block label {
  display:none;
}
#searchform {
  text-align:left;
}
#searchform #s {
      border: 1px solid #000000;
    color: #FFFFFF;
    font-size: 12px;
    margin: 3px;
    padding: 6px 10px;
    width: 204px;
box-shadow:0 0 2px #000000 inset;
-moz-box-shadow:0 0 2px #000000 inset;
-webkit-box-shadow:0 0 2px #000000 inset;
}
#sidebar .search-block h2 {
  color:#FFF;
  font-size:18px;
  margin:0;
  padding-bottom:4px;
}
.body-cont-hldr {
  width:960px;
  margin:0 auto;
}
.rss-block {
  width:80px;
  position:absolute;
  top:16px;
  right:0;
}

.post-holder {
float: left;
    margin-right: 12px;
    padding-right: 10px;
    width: 716px;
}
.inner-banner {
  margin-top:59px;
  margin-bottom:-50px;
  text-align:center;
}
.inner-banner-hldr {
  background:none repeat scroll 0 0 #FFFFFF;
height:96px;
margin:0 auto;
padding:8px;
width:728px;
  -moz-box-shadow:0 1px 4px #999;
  -webkit-box-shadow:0 1px 4px #999;
  box-shadow:0 1px 4px #999;
}
.bottom-banner {
  margin:12px 0;
}
.likeBlock {
 clear:both;
}
#gallery-1 img {
  border-color:#000 !important;
}

.nav-ajax-pop {
	display:none;
background:url("http://www.foodiemob.com/wp-content/themes/foodie-new/images/page_bg.gif") repeat scroll left top transparent;
border-radius:4px;
border:4px solid #000;
box-shadow:0 0 4px 4px #000;
padding:14px;
float:left;
position:absolute;
right:0;
z-index:100;
width:942px;
}

.nav-ajax-pop .featured-thumb img {
    border-width: 5px 5px 12px;
    float: left;
    height: 50px;
    width: 50px;
}

.nav-ajax-pop .featured-post-sm h2 {
	position:static;
	float:left;
	background:transparent;
	width:85px;
	color:#222;
	font-weight:bold;
}
.siteNavHolder ul li.search-nav {
  background:transparent;
  border:0;
  margin-right:0;
  float:right
}

.new-left-hldr {
  margin-right: 20px;
    width: 718px;
  float:left;
}

.new-left-header {
border-bottom: 2px solid #999999;
    margin: 0 0 19px;
    padding: 0 0 6px;
    position:relative;
}

.new-left-header h2, #sidebar .new-left-header h2 {
    font-family: arial, helvetica, san-serif;
    font-size: 0.9em;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.new-left-header a {
  font-size: 0.8em;
    letter-spacing: -0.02em;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: uppercase;
    top: 2px;
}
.last-post {
	margin-right:0;
}

.tape {
	left: 83px;
    position: absolute;
    top: -11px;
}

.post-data {
	position:absolute;
	bottom:4px;
	right:12px;
	font-size:11px;
	color:#999;
	background:url(http://www.foodiemob.com/wp-content/themes/foodie-new/images/bubble.png) 0 1px no-repeat transparent;
	padding-left:18px;
}

.post-rating-hldr {
	bottom: -30px;
    color: #999999;
    font-size: 11px;
    left: 1px;
    position: absolute;
}

.post-rating-hldr .ratingtext {
  display:none;
}

.tag-block a {
	display:inline-block;
	padding:5px 10px;
	background:#fff;
	border:1px solid #d5d5d5;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin-bottom:6px;
	box-shadow:0 1px 2px #ddd;
	-moz-box-shadow:0 1px 2px #DDD;
	-webkit-box-shadow:0 1px 2px #DDD;
}

.home-cont {
	padding-bottom:40px;
}

.older-button {
  float:left;
  padding:6px 14px;
  font-size:1em;
}

.newer-button {
  float:right;
  padding:6px 14px;
  font-size:1em;
}

/*override built in float left class */
.alignleft {
	float:none;
}
