*{
  margin: 0;
  padding: 0;
}

body {
  font-family:Arial,sans-serif;
  min-width: 760px;
  background-color: #f6e4c9;
}

html, body {
  height: 100%;
}

a {
 color: #0059e5;
 text-decoration: none;
}

a:active, a:hover{
 color: #0059e5;
 text-decoration: underline;
}

h1{
  padding: 10px 35px 0 35px;
  color: #f60;
  font-size: 26px;
}

.textblock h2{
  padding: 10px 0 5px 0;
  color: #f60;
  font-size: 21px;
}

.textblock p{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

.textblock ol, .textblock ul{
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 35px;
}

.textblock li{
  margin-top: 5px;
  margin-bottom: 5px;
}

th{
  text-align: left;
  padding: 5px;
  color: #333;
}

.left{
  float: left;
}

.right{
  float: right;
}

.rightbutton{
  float: right;
}

.viewwrapper{
  padding: 5px 30px;
}

.textblock{
  padding: 0 10px;
  overflow: hidden;
  color:#4B4B4B;
  font-size: 16px;
}

#container{
  background-color: #fff;
  margin: 10px auto 40px auto;
  width: 976px;
}

#header{
  background-image:url('images/header.png');
  height: 147px;
  width: 976;
}

#tagline{
  margin-left: 6px;
  padding-top: 4px;
  width: 168px;
  font-size: 14px;
  font-weight: bold;
  cursor:pointer;
  display:block;
}

#tagline a{
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

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

#searchboxwrapper{
  text-align:left;
  float: right;
  clear: right;
  width: 658px;
  height: 46px;
  margin-top:32px;
  margin-right: 34px !important;
  margin-right: 17px;
}

#searchboxdiv{
  background-color: white;
  margin-top: 2px;
  float: left;
  width: 474px;
  height: 39px;
  border: 1px solid #bfb6a7;
}

#searchboxdiv:hover{
  border: 1px solid #555;
}

#searchboxdiv input{
  margin-top: 6px;
  margin-left: 1px;
  width: 471px;
  height: 30px;
  border: 1px solid #fff;
  font-size: 21px;
}

#searchbutton{
  float:right;
  width: 177px;
}

#searchbutton input{
  margin: 0 5px;
  background-image:url("images/searchbutton.png");
  width: 172px;
  height: 46px;
  border: none;
  cursor:pointer;
}

#searchbutton input:hover{
  background-image:url("images/searchbuttonhover.png");
  cursor:pointer;
}

#navbar{
  background-image:url('images/navbar.png');
  height: 31px;
  line-height: 31px;
  text-align: left;
  padding: 0 27px;
  font-weight: bold;
}

#navbar a{
  color: #fff;
  font-weight: bold;
}

#navbar a:hover{
  text-decoration:none;
  color: #fead2d;
}

#navbar span{
  padding: 0 10px;
}

#navbar span.navbar_active{
  background-color: #fff;
  color: #494953;
}

#content{
  background:url('images/contentbackground.png') repeat-y;
}

#contentbottom{
  clear:both;
  height: 33px;
  background:url('images/contentbottomm.png') repeat-x;
}

#contentbottoml{
  float: left;
  height: 33px;
  width: 26px;
  background:url('images/contentbottoml.png');
}

#contentbottomr{
  float: right;
  height: 33px;
  width: 26px;
  background:url('images/contentbottomr.png');
}

#fusionfooter{
  background-image:url('images/fusionfooter.png');
  height: 37px;
}

#footerlinks{
  float:left;
  margin-left: 24px !important;
  margin-left: 17px;
  margin-top: 10px;
}

#sociallinks{
  float:right;
  margin-right: 20px !important;
  margin-right: 10px;
  width: 156px;
  height: 56px;
}

#fb{
  float:left;
  width: 52px;
  height: 56px;
  background-image:url('images/fbstick.png');
  cursor:pointer;
}

#tw{
  float:left;
  width: 52px;
  height: 56px;
  background-image:url('images/twstick.png');
  cursor:pointer;
}

#rss{
  float:left;
  width: 52px;
  height: 56px;
  background-image:url('images/rssstick.png');
  cursor:pointer;
}

.centercontent{
  text-align: center;
  padding: 110px 50px;
}

.clear{
  clear:both;
}

#cleardiv{
  height: 1px;
  clear:both;
}

.cleardiv{
  height: 1px;
  clear:both;
}

#logowrapper {
  float:left;
  width: 180px;
  padding-top: 14px;
  margin-left: 22px !important;
  margin-left: 11px;
}

#logo {
  width: 173px;
  height: 92px;
}

#searchform {
  margin-left: 240px;
}

#examples {
  clear: right;
  margin-left: 285px;
  padding-top: 2px;
  font-size: 14px;
}

#examples a{
  color: #000;
  text-decoration: underline;
}

#searchform input.query{
  width: 400px;
}

#searchform input.button{
  width: 80px;
}

#content{
  margin:0;
}

#suggestions{
  font-size: 12px;
}

img {
  border: 0 none;
}

.recipe img.image{
  padding: 2px;
  border: 1px solid #ccc;
  margin: 0 1em 0 0;
}

#wrapper{
  padding: 10px 20px;
}

#maincol{
  text-align: left;
  width: 100%;
}

#leftcol{
  border-right: 1px solid #aaa;
	position:relative;
	float:left;
	width:174px !important;
  width: 87px
  margin-left: 10px;
}

#leftcol ul{
  line-height: 150%;
  list-style: none;
  font-size: 12px;
  margin-left: 5px;
  margin-bottom: 15px;
}

#leftcol strong{
  line-height: 200%;
}

#leftcol a{
  color: #555;
}

#rightcol {
	float:right;
  margin-right: 10px !important;
  width: 730px;
}

#searchtitle{
  padding: 5px 0 0 20px;
}

.recipeimage{
  display: block;
  position: relative;
  float: right;
  text-decoration: none;
  margin-left: 5px;
}

.votebox{
  float: left;
  width: 65px;
  margin-right: 5px;
  margin-top: 2px;
  margin-bottom: 40px;
  text-align: center;
  color: #fff;
  font-size: 10pt;
}

.voteaction{
  display: block;
  color: #0064ff;
  background-color: #fff;
  border: 1px solid #81b0f4;
  margin-top: 3px;
  padding: 3px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.voteaction-active{
  background-image:url('images/fondovotar.png');
  cursor: pointer;
}

.votes{
  background-image:url('images/fondovoto.png');
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.votes a{
  display: block;
  font-size: 16pt;
  color: #fff;
  text-decoration: none;
}

.recipecontent{
  position: relative;
  margin-left: 75px;
}

.recipecontent-min{
  position: relative;
  margin-left: 75px;
  font-size: 14px;
}

.ingredients{
  position: relative;
  float: right;
  padding-left: 19px;
  margin-left: 2px;
  width: 120px;
  height: 128px;
  line-height: 16px;
  font-size: 14px;
  border-left: 1px solid #999;
  overflow: hidden;
}

.ingredients li{
  list-style-image: url("images/bullet.png");
}

.seenat{
  padding: 10px 10px 5px 10px;
  background-color:#eee;
  color: #777;
  font-size:12px;
  height:20px;
}

.seenat a{
  text-decoration: underline;
}

.seenat a:hover{
  text-decoration: none;
}

.recipe{
  margin: 10px 0 20px 0;
  border-bottom: 1px solid #aaa;
}

.recipe-min{
  margin: 10px 0;
}

.recipe-min-recetario{
  width: 720px;
}

.categories{
  padding-top: 5px;
  padding-bottom: 2px;
  text-align: center;
  font-size:14px;
  color: #555;
}

.categories ul{
  padding: 15px 0 5px 0;
  display: inline;
}

.categories li{
  display: inline;
}

.categories li:first {
  display: inline;
  border-left: none;
}

.recipe_title{
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 5px;
  padding-left: 75px;
}

#homecontent div.recipe_title a{
  color: #0f1766;
}

.pagination{
  text-align: center;
  margin-bottom: 15px;
}

.pager li{
  display: inline;
  margin: 0 10px 0 10px;
}

#noresults{
  padding: 60px 100px;
}

#youcan{
  margin-top: 30px;
}

#youcan ul{
  margin-left: 30px;
}

#bottom{
  border-top: 1px solid #777;
  margin: 20px 30px 0 30px;
  padding: 10px 30px 30px 30px;
}

#othersearch li{
  display: inline;
}

#othersearch {
  padding-bottom: 10px;
}

#footer{
  clear:both;
  text-align:center;
  height: 130px;
  background-color: #fead2d;
  margin: 0 auto;
}

#footer a{
  color: #000;
}

#homecontent{
  padding: 20px 30px;
}

#homecontent li{
  list-style-type: none;
}

#homemaincol{
  float: left;
  width: 640px;
}

#homemaincol h2{
  color: #ff6d0b;
  font-weight: normal;
  font-size: 22px;
}

.sectiontitle{
  height: 26px;
  border-bottom: 2px solid #dedede;
  clear:both;
}

.sectioncontent{
  padding: 10px 5px 20px 5px;
}

#homeexamples{
  padding: 10px;
}

#homeexamples a{
  color: #0f1766;
}

#homesidecol{
  float: right;
  width: 260px;
}

#mostsearch_wrapper{
  margin: 0 auto;
  width: 800px;
  text-align: center;
  padding-bottom: 50px;
  line-height: 200%;
}

#adsense-middle{
  background-color: #fff;
  height: 90px;
}

#adsense-top{
  float:right;
  margin-right: 30px !important;
  margin-right: 15px;
  margin-top:5px;
  margin-bottom:2px;
}

/* @group loginlinks */

div.loginlinks
{
  float:right;
	font-size: 100%;
  margin-top: 9px;
  height: 19px;
}
div.loginlinks a{
  color: #000;
  text-decoration: underline;
}
div.loginlinks a:hover{
  text-decoration: none;
}
div.loginlinks a,
div.loginlinks a:link,
div.loginlinks a:active,
{
	text-decoration: none;
	color: #ccc;
	text-transform: lowercase;
    text-decoration: underline;
}

div.loginlinks ul
{
	margin: 0.2 0;
	padding: 0;
}
div.loginlinks li
{
	display: inline;
	margin: 0;
	padding: 0 1em 0 0;
}
.loginlinks li a,
.loginlinks li a:link,
.loginlinks li a:hover,
.loginlinks li a:active,
.loginlinks li a:visited
{
}

/* @end */

.comment-summary{
  float: left;
  font-size: 14px;
}

.comment-summary-min{
  float: left;
  font-size: 14px;
  margin-left: 74px;
  margin-top: 5px;
}

.comment-summary-min a{
  color: #f60;
  text-decoration: underline;
}

.comment-summary-min a:hover{
  text-decoration: none;
}

.numcomments{
  padding-top: 3px;
  padding-left: 2px;
}

.recipe-procedence{
  float: right;
}

.recipe-procedence-min{
  font-size: 12px;
  color: #b4b4b4;
}

.comments{
  list-style-type: none;
  padding: 0px;
  margin: 0px;
} 

.singlecomment{
  background-color: #ffdaa0;
  padding: 7px 10px 20px 10px;
  -moz-border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  color: #222;
  margin-bottom: 3px;
  margin-top: 10px;
}

.commentuser{
  color: #ff5700;
}

.recipe-ident{
  font-weight: bold;
}

.recipe-ident a{
  color: #161f6b;
  text-decoration: underline;
}

.numcomment{
  margin-right: 10px;
}

.metacomment{
  color: #666;
  font-size: 12px;
  text-align: right;
}

.form-help{
  font-size: 12px;
  color: #888;
}

.comment-form fieldset{
  padding: 10px;
  -moz-border-radius: 5px 5px 5px 5px;
}

.comment-form legend{
  padding: 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.comment-form .form-row{
  margin-bottom: 8px;
}

.error_list{
  list-style: none;
  color: #800;
  font-weight: bold;
  background-color: #e99;
  padding: 5px;
  margin: 3px 0;
}

.flash_error, .flash_notice{
  margin: 0 10px;
  font-size: 16px;
  font-weight:bold;
  background-color: #f60;
  padding: 5px;
  color: #fff;
}

/*Home boxes*/
.clipout{
  position:relative;
  width:260px;
  height:260px;
  background-color:#fff;
  top:-1px;
  left:-1px;
}

.shade1{
  margin: 10px auto;
  width:260px;
  height:260px;
  background-color:#e8e8e8;
}
.shade2{
  position:relative;
  width:260px;
  height:260px;
  background-color:#cbcbcb;
  top:-2px;
  left:-2px;
}
.shade3{
  position:relative;
  width:260px;
  height:260px;
  background-color:#a0a0a0;
  top:-1px;
  left:-1px;
}

.boxdesc{
  position:absolute;
  bottom: 10px;
  left: 10px;
  width: 225px;
  background-color: #ee8b07;
  border: 2px solid #fff;
  padding: 5px;
  color: #fff;
  font-size: 150%;
  filter:alpha(opacity=90); 
  -moz-opacity: 0.9; 
  opacity: 0.9;
}

#fbfanbox, #twitterbox{
  margin: 10px auto;
}

/*fin home boxes*/

/*Feed de blog*/
.post-title{
  font-size: 1em;
}

.publish-date{
  font-size: 0.9em;
}

.blog1StLine{
  background-color: #FEAD2D;
  margin-bottom: 5px;
  margin-top: 10px;
  padding: 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.blog1StLine a{
  color: #000;
  font-weight: bold;
}

#blogbox{
  padding: 0 5px 20px 5px;
  text-indent: 10px;
}

/*fin feed de blog*/

.favorite{
  float: left;
  font-size: 14px;
  margin-left: 16px !important;
  margin-left: 8px;
}

.favorite-min{
  float: right;
  width: 150px;
}

.favorite-min .favoriteaction{
  color: #f60;
  margin-top: 8px;
  font-size: 14px;
}

.favorite div{
  float: left;
}

.favoriteaction{
  cursor:pointer;
  color: #0059e5;
  text-decoration: underline;
}

.favoriteaction:hover{
  text-decoration: none;
}

#recetario{
  float: right;
}

.infotext{
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 50px 20px;
}

.infotext a{
  text-decoration: underline;
}

.infotext a:hover{
  text-decoration: none;
}

.dialog a:hover{
  text-decoration: none;     
}


