* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

a,
a:link 
a:active
a:visited {
   color: #06f;
   text-decoration: none;
   background-color: inherit;
   font-weight: bold; 
}

a:hover {
   color: #c60;
   text-decoration: none;
   background-color: inherit;
   font-weight: bold;
}
a:focus {
	outline: none;
}

/*****************
basic layout 
*****************/
body {
   background-color: #fff;
   color: #666;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;     /* this centers wrapper */
   width: 800px;
   background: #fff url(/_assets/ccfm_background.gif) top left repeat-y;
   color: #666;
}

div#header {
   height: 210px;      
}

div#content {
   margin: 10px 0 20px 0;
   font-size: 1em;
   line-height:1.2em;
}

div#homemain {
   margin-left: 30px;
   margin-right: 30px;
}

div#main {
   margin-left: 200px;
   margin-right: 40px;
}
div#morsel {
   margin-left: 200px;
   margin-right: 40px;
}
div#main img {
padding: 10px;
padding-top: 0;
}
div#morsel img {
	padding: 0;
}

div#sidebar {
   float: left;  /* set sidebar on the left side. Change to right to float it right instead. */
   width: 140px;    /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 30px;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   width: 140px;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#footer {
   height: 115px;
   background: #fff;           
}

div#footer h1 a {
   background: #fff url(/_assets/ccfm_footer.gif) no-repeat 0 0; 
   display: block; 
   height: 115px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#supporters {
   margin: 0 auto;
   width: 760px;
   color: #666;
text-align: right;
}
div#supporters img {
border: 0;
margin-left: 10px;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */

h1 {
   color: #363; 
   font-size: 1.5em; 
   text-align: left;
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}
h2 {
   color: #c60; 
   font-size: 1.5em; 
   text-align: left;
   line-height: 1.5em;
   margin: 1.5em 0 0.5em 0;
}
h3 {
   color: #690; 
   font-size: 1.4em;
   line-height: 1.4em;
   margin: 1.5em 0 0.5em 0;
}
h4 {
   color: #c50; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h5 {
   color: #c60;
   font-size: 1.2em;
   line-height: 1.2em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #690;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   font-size: 1.1em;
   margin: 0 0 1.25em 0;  /* some air around p elements */
   line-height:1.3em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
  font-size: 1.1em;
   line-height:1.3em;
   margin: 0 0 1.5em 0;
}
div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/* CCFM SPECIALS */
.title {
   color: #363; 
   font-size: 1.5em; 
   text-align: left;
   padding-bottom: 1px;
   border-bottom: 3px solid #363; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
   letter-spacing: 2px;
   text-transform: lowercase;
}
.clearing {
clear: both;
}
div#homebadges p {
clear:both;
text-align: center;
}
div#homebadges img {
margin-right: 6px;
}
div#marketbox {
float:left;
display: block;
width: 280px;
text-align: center;
background: #fff url(/_assets/marketbox_background.gif) top left repeat-y;
margin-bottom:20px;
}
div#marketbox p {
padding: 0;
margin:0;
}
.marketboxbottom {
display: block;
width: 280px;
height: 20px;
margin-top:-10px;
background: #fff url(/_assets/marketbox_bottom.gif) top left repeat-y;
}
div#marketbox .saturdaymarketbox h3{
font-size: 14px;
color: #fff;
letter-spacing: 2px;
padding-top: 8px;
display:block;
width: 280px;
height: 45px;
margin-top:0;
background: #fff url(/_assets/marketbox_top.gif) top left no-repeat;
}
div#marketbox .saturdaymarketbox h4{
margin-top: -32px;
color: #cf0;
font-size: 14px;
letter-spacing: 2px;
padding: 0;
padding-bottom: 10px;
}
div#marketbox .tuesdaymarketbox h3{
font-size: 14px;
color: #fff;
letter-spacing: 2px;
padding-top: 8px;
display:block;
width: 280px;
height: 45px;
background: #fff url(/_assets/marketbox_middle.gif) top left no-repeat;
}
div#marketbox .tuesdaymarketbox h4{
margin-top: -32px;
color: #cf0;
font-size: 14px;
letter-spacing: 2px;
padding: 0;
padding-bottom: 10px;
}
.spaced {
font-size: 12px;
color: #363;
font-weight: bold;
}
div#marketbox .marketboxlinks {
font-size: 12px;
line-height:120%;
color: #363;
margin-top: 15px;
margin-bottom: 15px;
}
div#recipesearch {
border-bottom: 3px solid #363;
margin-bottom: 15px;
padding-bottom: 10px;
text-align: right;
}
/* -- RECIPE BOX --*/

div#recipebox {
margin-left: 25px;
float:left;
display: block;
width: 430px;
text-align: left;
background: url(/_assets/recipebox_background.gif) top left repeat-y;
}

div#recipebox h3 {
padding: 0;
margin: 0;
font-size: 14px;
color: #fff;
letter-spacing: 2px;
padding-top: 8px;
display:block;
width: 431px;
height: 47px;
background: #fff url(/_assets/recipebox_top.gif) top left no-repeat;
}
div#recipebox h3 a{
background-color: transparent;
padding: 0;
margin: 0;
padding-left: 20px;
font-size: 14px;
color: #fff;
letter-spacing: 2px;
}

div#recipebox .NewsSummaryMorelink {
  text-align: right;
  padding-top: 10px;
}
div#recipebox td {
padding: 10px;
vertical-align: top;
}
div#content .bevelbutton {
float: left;
background: url(/_assets/beveled_button.gif) no-repeat 50% 50%;
height:  50px;
width:  150px;
display:table;
text-align: center;
vertical-align: middle;
line-height: 50px;
}
div#content .bevelbutton a {
display: block;
height:  50px;
width:  150px;
color:#06f;
}
div#content .bevelbutton a:hover {
display: block;
height:  50px;
width:  150px;
color:#c60;
}

/* -- WRENCH VENDORS --*/
/* #myframe {
   height:1200px;
   overflow:scroll;

}*/
#vendorlist {
  margin-top:15px;
  margin-bottom:15px;
}
#vendorlist td {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
  line-height:1.3em;
padding:2px;
}
#vendorlist th {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 1em;
  line-height:1.3em;
vertical-align:top;
padding:2px;
}

#menu_vert {
	display: block;
	margin-left: 10px;
   background-color: #363;
   width: 780px;
   position: relative;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   margin-left: 25px;
   z-index: 5;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
   width: 250px; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}
#primary-nav li { 
   margin-right: 5px;
   margin-left: -1px;
   float: left;
   background-color: #363;
   font-weight:bold;
}
#primary-nav li li { 
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 8px 10px; 
   text-decoration: none; 
   color: #fff;
   text-transform: lowercase;
}
#primary-nav li a { 
   border-right: 1px solid #363;
	border-left: 1px solid #363;
}
#primary-nav li li a { 
   border: 1px solid #693;
   background: #363;
}	
#primary-nav li li a:hover { 
   border: 1px solid #8b5;
   background: #f90;
}	
#primary-nav li, #primary-nav li.menuparent { 
   background-color: #363; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   background-color: #363;
   
}
#primary-nav li.menuactive a { 
color: #cf0;
}
#primary-nav li.menuactive a:hover { 
color: #363;
}
#primary-nav li.menuactive li a { 
   border: 1px solid #693;
   background: #363;
   color: #fff;
}
#primary-nav li li.menuactive a { 
   border: 1px solid #8b5;
   background-color: #363;
   color: #cf0;
}
#primary-nav li li.menuactive li a { 
   border: 1px solid #693;
   background-color: #363;
   color: #fff;
}
#primary-nav li.menuactive li a:hover { 
   border: 1px solid #8b5;
   background-color: #f90; 
}
#primary-nav li li.menuactive a:hover { 
   border: 1px solid #8b5;
   background-color: #f90;
}
#primary-nav li li.menuactive li a:hover { 
   border: 1px solid #8b5;
   background: #f90; 
}
#primary-nav li li li.menuactive a { 
   border: 1px solid #8b5;
   background-color: #363;
   color: #cf0;
}
#primary-nav li li li.menuactive a:hover { 
   border: 1px solid #8b5;
   background-color: #f90;
}
/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth { 
/* arrow for menuparents */

   background-color:  none;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #f90; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

div#news {
clear:both;
  margin: 0;
  padding: 0;
  background: #fff; 
font-size: .9em;
}

div#news img {
 margin-top: 0px;
}

div#news h1 {
   color: #fff; 
   font-size: 18px;
   padding-top: 15px;
   padding-bottom: 1px; 
   line-height: 1.5em;
   text-align:center;
   margin: 0;
   height: 40px;
   letter-spacing: 4px;
   background: #fff url(/_assets/newsheader.gif) top left no-repeat;
}

.NewsSummary {
    float: left;
    width: 200px;
    padding: 1em; /* padding for the news article summary */
    margin: 0 0.8em 1.5em 0.8em; /* margin to the bottom of the news article summary */
}
#recipebox .NewsSummary {
padding-left: 0;
margin-left: 0;
}
.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-size: 1.2em;
    margin: 0 0 1em 0;
    line-height: 120%;
}
.NewsSummaryLink a {
   color: #363;
   text-decoration: none;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  text-align: right;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }
#NewsPostDetailContents table table {
	padding: 0 30px;
}  

#NewsPostDetailContent img {
float:right;
margin-left: 10px;
margin-bottom: 20px;
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}
#NewsPostDetailReturnLink a {
float: left;
background: url(/_assets/news_return.gif) no-repeat 0 50%;
height:  30px;
width:  20%;
display:block;
padding-left: 25px;
padding-top: 20px;
color:#06f;
}
#NewsPostDetailReturnLink a:hover {
background: url(/_assets/news_return_over.gif) no-repeat 0 50%;
color:#c60;
}
#NewsPostDetailPrintLink a {
float: right;
background: url(/_assets/news_print.gif) no-repeat 0 50%;
height:  30px;
width:  20%;
display:block;
padding-left: 25px;
padding-top: 20px;
margin-bottom: 50px;
color:#06f;
}
#NewsPostDetailPrintLink a:hover {
background: url(/_assets/news_print_over.gif) no-repeat 0 50%;
color:#c60;
}

/* -- Homepage Display Mods -- */
#news .NewsSummarySummary img {
	display:none;
}

/* -- Summary Page Mods -- */

#articles .NewsSummary {
text-align: left;
width: 550px;
padding: 0;
padding-bottom: 5px;
margin: 1em 0 1.5em 0; /*margin to the bottom of the news article summary */
border-bottom: 1px solid #363;
}
#articles .NewsSummaryLink {
    text-align: left;
    font-size: 1.2em;
    margin: 0 0 .5em 0;
    letter-spacing: 0;
    line-height: 120%;
}
#articles .NewsSummaryLink a {
   color: #363;
   text-decoration: none;
}
#articles .NewsSummaryMorelink {
float:right;
}
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(/images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(/images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */

#menuwrapper {
	position:relative;
	/* border:1px solid yellow; */
	height:30px;
	text-align:center;
}
* html ul#primary-nav {
	width:550px;
}
#primary-nav li {
	text-align:left;
	margin:auto;
}
.marketboxes {
	display: block;
	width: 910px;
	height: 220px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
#ccfm-logo {
	float: left;
	display: block;
	width: 185px;
	height: 220px;
	background: url(../_assets/ccfm_logo.png) no-repeat 0 0;
}
#ccfm-logo a {
	display: block;
	width: 170px;
	height: 210px;
	color:#363;
	text-align: center;
}
#tuesday-market {
	float: left;
	display: block;
	width: 185px;
	height: 220px;
	background: url(../_assets/tuesday_market.png) no-repeat 0 0;
	position: relative;
	z-index: 0;
}
#tuesday-market h3, #thursday-market h3, #saturday-market h3, #recipe-of-the-week h3 {
	font-size: 13px;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	display: block;
	width: 170px;
	text-align: center;
	color: #fff;
}
#tuesday-market h4, #thursday-market h4, #saturday-market h4, #recipe-of-the-week h4 {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
	width: 170px;
	text-align: center;
	color: #222;
}
#tuesday-market h6, #thursday-market h6, #saturday-market h6, #recipe-of-the-week h6 {
	font-size: 11px;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	display: block;
	width: 150px;
	text-align: center;
	color: #fff;
}
#tuesday-market p, #thursday-market p, #saturday-market p, #recipe-of-the-week p {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-top: 20px;
	margin-left: 10px;
	padding: 0;
	display: block;
	width: 150px;
	text-align: center;
	color: #222;
}
#tuesday-market a {
	display: block;
	width: 170px;
	height: 210px;
	color:#c50;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#thursday-market {
	float: left;
	display: block;
	width: 185px;
	height: 220px;
	background: url(../_assets/thursday_market.png) no-repeat 0 0;
	position: relative;
	z-index: 0;
}
#thursday-market a {
	display: block;
	width: 170px;
	height: 210px;
	color:#580;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#saturday-market {
	float: left;
	display: block;
	width: 185px;
	height: 220px;
	background: url(../_assets/saturday_market.png) no-repeat 0 0;
	position: relative;
	z-index: 0;
}
#saturday-market a {
	display: block;
	width: 170px;
	height: 210px;
	color:#369;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#recipe-of-the-week {
	float: left;
	display: block;
	width: 370px;
	height: 220px;
	background: url(../_assets/recipe-of-the-week.png) no-repeat 0 0;
	position: relative;
}
#recipe-of-the-week a {
	display: block;
	width: 360px;
	height: 210px;
	color:#363;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#recipe-of-the-week h3 {
	position: absolute;
	display: block;
	width: 325px;
	top: 15px;
	left: 20px;
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 130%;
	margin: 0;
	padding: 0;
}
#recipe-of-the-week p {
	position: absolute;
	display: block;
	width: 195px;
	top: 55px;
	left: 145px;
	color: #222;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	padding: 0;
}
#rotw-image {
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	top: 55px;
	left: 20px;
	overflow: hidden;
}
#rotw-frame {
	position: absolute;
	display: block;
	width: 110px;
	height: 110px;
	top: 55px;
	left: 20px;
	overflow: hidden;
	background: url(../_assets/rotw-frame.png) no-repeat 0 0;
	z-index:1;
}
#green-plate-special {
	float: left;
	display: block;
	width: 370px;
	height: 220px;
	background: url(../_assets/green-plate-special.png) no-repeat 0 0;
	position: relative;
}
#green-plate-special a {
	display: block;
	width: 360px;
	height: 210px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
#green-plate-special h3 {
	position: absolute;
	display: block;
	width: 325px;
	top: 15px;
	left: 20px;
	color: #fff;
	text-align: left;
	font-size: 13px;
	line-height: 130%;
	margin: 0;
	padding: 0;
}
#green-plate-special p {
	position: absolute;
	display: block;
	width: 230px;
	top: 55px;
	left: 20px;
	color: #222;
	text-align: left;
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.tweetwrap {
	padding: 20px 30px 55px 20px;
	background: url(../_assets/tweet-mid.png) repeat-y 0 0;
	position: relative;
}
.tweet-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: url(../_assets/tweet-top.png) no-repeat 0 0;
}
.tweet-bot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: url(../_assets/tweet-bot.png) no-repeat 0 0;
	text-indent: -5000em;
}
.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    color: #fff;
    font-weight: bold;
}
.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase;
}
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: .5em;
}
.tweet .tweet_list li a, .query .tweet_list li a {
	color: #9cf;
}
.tweet .tweet_list li a:hover, .query .tweet_list li a:hover {
	color: #f90;
}
.tweet .tweet_list .tweet_even, .query .tweet_list .tweet_even {
}
.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}
.tweet .tweet_list .tweet_avatar img, .query .tweet_list .tweet_avatar img {
	vertical-align: middle;
}

