fieldset,form,img {
  border-style: none;
}

* {
  font-size: 100.01%;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  color: #464646;
  font: 1.2em Tahoma,Geneva,sans-serif;
  background: 0 0;
}

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

a:hover {
  text-decoration: underline;
}

input,select,textarea {
  font: .83em Tahoma,Geneva,sans-serif;
  vertical-align: middle;
}

fieldset,form {
  margin: 0;
  padding: 0;
}

#header {
  width: 100%;
}

.logo {
  display: none;
}

#header img {
  position: static;
  display: block;
  margin: 0 auto;
}

* html #content {
  margin: 1px 0 0 1px;
}

#content {
  border: 1px solid #949e95;
  background: #fff;
  padding: 10px 15px 10px 23px;
  margin: 0 auto;
  min-height: 720px;
  width: 90%;
}

.search-form {
  display: none;
  overflow: hidden;
  height: 1%;
  margin: 0 auto 21px;
}

.search-form span {
  float: left;
  width: 282px;
  height: 16px;
  padding: 2px 4px 4px;
  margin: 0 4px 0 0;
  background: url(../images/bg-input-search.jpg) no-repeat green;
}

.search-form input {
  float: left;
  background: 0 0;
  border: none;
  padding: 2px 0 0;
  margin: 0;
  width: 282px;
  height: 14px;
  color: #a7a7a7;
}

.search-form .focus {
  background: #fff;
}

.search-form .submit {
  width: 56px;
  height: 20px;
  background: url(../images/btn-search.gif);
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
  margin: 1px 0 0;
  cursor: pointer;
}

#content h1 {
  margin: 0 0 9px;
  color: #664d23;
  font-size: 1.5em;
  word-spacing: 3px;
}

#content h2 {
  margin: 0 0 5px;
  color: #030303;
  font-size: 1.167em;
}

.ingredients {
  margin: 0 0 15px;
  padding: 0 0 0 11px;
  list-style: none;
  color: #030303;
  font: 1.333em/1.125em "Times New Roman",Times,serif;
  word-spacing: 3px;
}

.ingredients li {
  padding: 0 0 0 14px;
  background: url(../images/bullet-ingredients.gif) 0 5px no-repeat;
}

#content p {
  margin: 0 0 9px;
  line-height: 1.25em;
}

.servings {
  display: block;
  font-size: .917em;
  padding: 8px 0 0 1px;
  margin: 0 0 15px;
}

#sidebar,.aside,.btn-print {
  display: none;
}

.social-networks {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
  height: 1%;
}

.social-networks li {
  float: left;
}

.social-networks ul {
  float: left;
  margin: 0;
  background: url(../images/separator-social-networks.gif) 0 3px no-repeat;
  padding: 0 0 0 10px;
  list-style: none;
}

.social-networks ul a {
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
}

.social-networks a {
  float: left;
  margin: 0 7px 0 0;
  overflow: hidden;
  text-indent: -9999px;
}

.share {
  background: url(../images/icon-social-networks.gif);
  width: 51px;
  height: 16px;
}

.facebook {
  background: url(../images/icon-social-networks.gif) -55px 0;
}

.myspace {
  background: url(../images/icon-social-networks.gif) 56px 0;
}

.google {
  background: url(../images/icon-social-networks.gif) 36px 0;
}

.twitter {
  background: url(../images/icon-social-networks.gif) 100% 0;
}

#footer {
  margin: 0 auto;
}

#footer strong,.copyright {
  display: block;
  font-size: .668em;
  line-height: 1.215em;
  font-weight: 400;
  margin: 0 0 12px;
  text-align: center;
}

#footer strong,#nav {
  display: none;
}