/*
Theme Name: FoodMayhem Eat
Theme URI: http://foodmayhem.com/
Description: The original FoodMayhem "eat" theme.
Version: 1.0
Author: Lon F. Binder
Author URI: http://lonbinder.com/

PRINT VERSION

*/

@media print {

body, html {
 color: #000;
 background-color: #fff;
 font-family: Arial, Helvetica;
}

a {
 text-decoration: none;
 color: #000;
}



h1#site-title{
 margin: 0;
}

#site-description{
 margin: 0 0 20px 0;
}

#content{
 width: 570px;
}
.article-title{
 margin: 0;
 font-size: 20px;
}

.article{
 font-size: 13px;
}

.article-header{
 padding: 4px;
 border-top: 1px solid #9E5207;
 border-bottom: 1px dotted #C9CED1;
 margin-bottom: 10px;
 background-color: #E7E7E7;
}


.date-header {
 margin: 6px 0 0 0;
 font-weight: normal;
 font-size: 12px;
 font-family: Arial, Helvetica;
 font-style: italic;
}
.author{
 font-style: italic;
 margin-right: 10px;
}






/* fix these and merge in */
.alignright{
 float: right;
}

.alignleft{
 float: left;
}

.aligncenter{
 display: block;
 margin: 0 auto;
 text-align: center;
}

.article-text p{
 margin-bottom: 15px !important;
}


#home-hs1,
#home-hs2,
#languages,
#menu,
#archive-article-leaderboard-ad,
#sidebar,
#comments,
#respond,
.per-post-nav,
#comments-jump,
.article a img,
.wp-caption img,
.wp-caption{
 display: none;
}

}
