/*
Theme Name: Empire Foods
Theme URI: http://immixproductions.com
Description: Custom theme created for Empire Foods
Author: Immix Productions
Author URI: http://immixproductions.com/
Tags: fixed width, generon, custom, immix, CMS

	Empire Foods

*/

*{
  outline-style:none;
  margin:0;
  padding:0;
  font-family: Georgia;
  font-size: 8pt;
}


html {
  width: 100%;
}

/* Begin Typography & Colors */
body {
	background-color: #fff;
	color: #333;
	text-align: center;
  background-color: #e4e5e7;
}

#footer {
  background-color: #e4e5e7;
  color: #777;
  margin-top: 10px;
  font-size: 80%;
}

/* .edit_entry  { background-color: #e4e5e7; } */

img { border: none; }
p + p { margin-top: 1em; }


h2{
  text-transform:uppercase;
  margin:10px 0 10px 0;
}

a:link, a:visited{
  color:#A2A204;
}

a:hover{
  color:#D2D411;  
}

#page {
	background-color: white;
  text-align: center;
  width: 893px; 
  position: relative;
  margin: 0 auto; 
}

#header {
  background: #fff url('images/top_runner_primary.jpg') no-repeat;
  width: 893px;
  height: 84px;
  display:block;
  position: relative;
}

#sidebar { display: none; }
#description { display: none; }
#blogname { display: none; }
#page_title { display: none; }
#footer { padding-bottom: 5px; }

.center_img { margin: 35px; }

#menu {
  font-weight: normal;
  width: 893px;
  height: 30px;
  list-style: none;
  background: #fff url('images/menu_bg.png') repeat-x;
}
#menu a {
  font-size: 80%;
  display: block;
}

/* Top banner HOME and CONTACT links/buttons */
#home_banner_link {
  color: #848385;
  text-decoration: none;
  font-size: 8px;
  display: block;
  position: absolute;
  top: 46px;
  right: 110px;
}
#home_banner_link:hover { color: #8d8b0b; }

#contact_banner_link {
  color: #848385;
  font-size: 8px;
  text-decoration: none;
  display: block;
  position: absolute;
  top: 46px;
  right: 34px;
}
#contact_banner_link:hover { color: #8d8b0b; }

a.menu_item {
  color: #545557;
  text-decoration: none;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  text-align: center;
}
a.menu_item:hover {
  color: #918e0b;
}
.menu_underline {
  height: 0px;
  background-color: #fff;
  background-color: #d5d110;
}
#menu_highlight { display: none; }
.left { text-align: left; }
.right { text-align: right; }

#about_box {
  width: 823px;
  background-color: #e3e3c4;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  overflow: hidden;
}
#about_box div { font-size: 80%; }
#about_box div + div { margin-top: 1em; }

#container {
  height: 100%;
  padding: 35px;
}
#content_div {
  width: 753px;
  min-height: 381px;
  overflow: auto;
  padding: 35px;
  background-color: #e3e3c4;
}
#content_main{
  text-align:left;
  line-height:18px;
    
}
.banner_image{
 opacity:0;   
 filter: alpha(opacity = 0);
}

/* Subnav */
#subnav {
  float: left;
  width: 20%;
  margin-top: 40px;
  text-align: right;
  color: #545557;
}
#subnav_content {
  float: left;
  width: 80%;
  text-align: left;
  margin-top: 40px;
  color: #545557;
}
#subnav_data { margin-left: 40px; line-height: 18px; vertical-align: text-top; }
a.subnav_item { display: block; font-size: 80%; margin-bottom: 8px; cursor: pointer; vertical-align: middle; text-decoration: none; color: #545557; }
a.subnav_item:hover { color: #000; font-weight: bold; }
.subnav_dot { display: none; margin-right: 5px; }
      

/* Contact - Locations */
/*
.locations h3{
  display:block;
  width:110px;
  float:left;
  clear:left;
}

.locations .address{
  clear:right;
  padding-left:120px;
  margin-bottom:10px;
}
*/
#content_main{
  color:#545557;  
}
.address{
  width:33%;
  float:left;  
  margin-bottom:19px;
  height:100px;
}

#subnav_content .address{
  width:50%;  
}
.clear{
  clear:both;  
}

