@import 'default.css';
@import 'content.css';

* { margin: 0; padding: 0; }

body { background: #FF4343 url(../images/bg.gif) repeat-x top; font-family: Arial, Tahoma, Verdana; color: #303030; }

a { text-decoration: none; color: #26641C; font-size: 14px; }
a:hover  { color: #FF8000; text-decoration: underline; }

img { border: 0; vertical-align: middle; }
button { border: 0}

h1 { font-size: 25px; }
h2 { font-size: 22px; margin: 3px 0; }
h3, h3 a { font-size: 18px; margin: 3px 0; }
h4 { margin: 10px 0; }
ul li { list-style-position: outside; list-style-type: none; margin: 0; }

.header {
  margin: 0;
}

.header .lefthead {
  margin: 10px 0 5px 0; 
  float: left;
  /*background: url(../images/cabecera.gif) no-repeat; */
  height: 80px; 
  width: 580px; 
  color: #454545;
}

.header .righthead {
  margin: 0 0 5px 0;
  float: right;
}

.tagcloud { 
  width: 100%; 
  text-align: center;
  line-height: 30px;
  margin: 5px 0 10px 0;
  padding: 0;
}

.tagcloud a {
  color: #F95100;
  font-size: 14px;
  padding: 1px 2px;
}

.tagcloud a:hover {
  color: #fff;
  background: #C64000;
  padding: 1px 2px;
}

.wrapper {
  float: left; 
  width: 930px; 
  margin: 10px 0 0 0; 
  padding: 10px 20px 0 20px;
  background: #fff url(../images/roundedcornr_263081_tr.png) top right no-repeat;
}

.container { float: left; width: 610px; margin-top: 20px; font-size: 14px;  }
.container a { font-size: 14px; }
.container p a { font-size: 14px; }
.container h2 { margin: 0 0 15px 0; }

.rsidebar { 
  float: right; 
  border-left: 0 solid #95E465;
  padding: 0;
  width: 300px; 
  margin-top: 15px;
}

.rsidebar .ingredients p, .rsidebar .ingredients a { color: #26641C; font-size: 14px; line-height: 14px; font-weight: bold; }
.rsidebar .ingredients h2 { font-size: 11px; text-transform: uppercase; color: #000; font-weight: bold; }
.rsidebar #recent-posts ul li { list-style-type: none; border-bottom: 1px solid #D7D7D7; padding: 8px 0 }
.rsidebar #recent-posts ul li a { font-size: 13px; }

.recipe { margin: 0 0 20px 0; }
.recipe, .recipe p, .recipe, .recipe a { font-size: 14px; }
.recipe h2 { margin: 0 0 15px 0; }
.recipe .greetz { margin: 10px 0 20px 0; color: #70A03F; }
.recipe .small { border-top: 1px dotted green; padding: 10px 0 0 0; font-size: 12px; color: #808080; }
.recipe .small a { font-size: 12px; }
.recipe .small img { vertical-align: middle; margin: 0 4px 0 0; }
.recipe .small ul li { display: inline; margin: 0 5px 0 0; }

.footer {
  margin: 10px 0 10px 0; 
  border-top: 1px dotted #00C100;
  /*background: #fff url(../images/footer-bg.png) repeat-x;*/
}

.footer .leftfoot { 
  margin: 5px 15px 0 15px; 
  color: #9A9A9A;
  font-size: 11px
}

.footer a { color: #BE660E; font-size: 12px; font-weight: normal; }

.footer ul { float: left; width: 205px; margin: 10px 0 10px 0; border-left: 1px dotted #9A9A9A; }

.footer ul.footermenu li {
  font-size: 13px;
  font-weight: bold;

  margin: 0 5px 5px 10px;
  list-style-type: none;
}

.footer ul.footermenu li b {
  text-transform: uppercase;
}

.rightfoot {
  float: right; 
  width: 290px; 
  border-left: 1px dotted #9A9A9A;
  margin: 10px 0 0 0;
  padding-left: 10px;
  font-size: 13px;
}

.rightfoot h2 { margin: 0 0 4px 0; text-transform: uppercase;   font-size: 13px;
  font-weight: bold;  }

.clear { clear: both; }

/*
.catlist ul { list-style-image: none; list-style-type: none; float: left; list-style:none; 
list-style-type:none; background:gray;  }

.catlist ul li
{
  margin: 6px 0;
  font-weight: bold;

}

.catlist ul.first { border-right: 1px dotted orange; }
*/

ul.tata {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
ul.tata li {
  float: left;
  width: 130px;
  margin: 0 0 6px 0;
  font-weight: bold;
  padding: 0;
}

ul.tata li a { color: #E66200; font-size: 14px; }

.blockcontent { padding: 0 10px; }  
  
#navcontainer {  
  background: #fff url(../images/menubar.png) no-repeat top left;
}

#navcontainer ul
{
  width: 560px;
  /*background: #35A400*/
  padding-left: 10px;
}

#navcontainer ul li { display: inline;  }

#navcontainer ul li a {
  border-right: 1px solid green;
  padding: 0.2em 0.8em;
  color: #fff; 
  font-size: 18px; 
  height: 42px; 
  line-height: 40px;
  font-weight: bold;
  text-decoration: none;
  float: left;
}

#navcontainer ul li a:hover {
  background-color: #42CA00;
}

#navcontainer ul li.active a {
  background: #47CB34;
}
  
.searchform {
	height: 40px;
	text-align: center;
  text-align: right; 
	padding: 0 5px 0 0;
	margin: 5px 0 0 0;
}

.searchform .searchbox {
  margin: 7px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #dadddd;
	color: #777;
	padding: 8px 0 8px 5px;
	width: 225px !important;
}

.searchbtn {
	width: 50px;
	height: 34px;
	background: url('../images/searchbtn.gif') top right no-repeat;
	border: 0;
	float: right;
	font-size: 20px;
	margin: 7px 0 0 0;
	cursor: pointer;
	color: #005393;
}

.searchbtn:hover {
	color: #fff;

}

/*
.searchform .searchsubmit {
	width: 38px;
	padding: 0; margin: 0;
	height: 33px;
	border: 0;
}

.searchform .searchsubmit { height: 34px; }
.searchform .searchsubmit:active { top: -15px; }*/

/* IE7 Hacks */
* html .searchform { padding-bottom: 1px; }
* html .searchform .searchbox { line-height: 1.2em !important; }
* html .searchform .searchsubmit{ top: 1px; }

.navigation { margin: 10px 0; background: gray; padding: 4px 5px; }

.breadcrumbs { margin: 0 0 15px 0; }
.breadcrumb h3, .rsidebar h3, .tagcloud h3 { border-bottom: 1px dotted green; font-size: 12px; font-weight: bold; text-transform: uppercase; margin: 0 0 5px 0; border-bottom: 1px dotted green; padding-bottom: 10px; }
.breadcrumb h3 a { font-size: 12px; }
.rsidebar h3 { background: #2D941B; padding: 4px 0 4px 5px; color:#fff;}

h3.featured { margin: 0 0 10px 0; }

.mydescription { margin: 20px 0; }

.container input, textarea, select {
	background-image: url(../images/inputbg.png);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	color: #185889;
	padding: 4px;
	margin-top: 0;
	margin-bottom: 5px;
} 

.searchkare { padding: 5px 0; margin-bottom: 15px; font-size: 13px; height: 230px; background: url(../images/searchkare-big.png) no-repeat center bottom} 
.searchkare label { margin: 5px 0 0 0; }
.searchkare select { 	padding: 0; }
.searchkare h2 { margin: 5px 15px; font-size: 13px; text-transform: uppercase }
.searchkare form { margin: 0 15px; }

/* RATER PLUGIN */
.ui-rater { font-size: 12px; }
.ui-rater>span { vertical-align: middle; }
.ui-rater-rating { margin-left:.4em }
.ui-rater-starsOff, .ui-rater-starsOn {display:inline-block; height:18px; background: url(../images/stars.png) repeat-x 0 0px;}
.ui-rater-starsOffsmall, .ui-rater-starsOnsmall {display:inline-block; height: 14px; background: url(../images/stars_small.png) repeat-x 0 0px;}
.ui-rater-starsOn {display:block; max-width:90px; top:0; background-position: 0 -36px;}
.ui-rater-starsOnsmall {display: block; max-width: 70px; top:0; background-position: 0 -28px;}
.ui-rater-starsHover {background-position: 0 -18px!important;}

/* Rounded corners */

.mybox {
  width: 100%;
  margin: 0 auto 10px;
  background: #fff url(../images/leftside.png) repeat-y left top;
  font-size: 15px;
}

.top {
  width: 100%;
  background: url(../images/top.png) no-repeat left top;
}

.top div {
  display: block;
  position: relative;
  height: 30px;
  overflow: hidden;
	padding: 0 5px 0 5px;
  background: url(../images/top-right.png) no-repeat right top;
}

.top div h1 {
  text-align: left;
  font-size: 12px; 
  font-weight: bold;
  color: #fff;
  margin: 0 10px;
  text-transform: uppercase;
  line-height: 31px;
}

.center-content {
  background: url(../images/rightside.png) repeat-y right top;
  padding: 10px 15px 5px 15px;
  margin: 0 0 -15px 0;
}

.bottom {
  height: 17px;
  margin-top: 11px;
  background: url(../images/bottom.png) no-repeat left bottom;
}

.bottom div {
  display: block;
  position: relative;
  height: 15px;
  margin: 0 0 2px 0;
  background: url(../images/bottom-right.png) no-repeat right bottom;
}


#tnt_pagination {
	text-align: right;
	height: 22px;
	width: 100%;
	line-height: 21px;
	clear: both;
	margin: 20px 0;
	font-size: 13px;
	font-weight: bold;
}

#tnt_pagination a:link, #tnt_pagination a:visited {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #37CA33;
	margin-right: 10px;
	text-decoration: none;
	background-color: #FFF9CA;
	color: #33BA30;
	width: 22px;
}

#tnt_pagination a:hover {
	background-color: #DDEEFF;
	border: 1px solid #BBDDFF;
	color: #0072BC;	
}

#tnt_pagination .active_tnt_link {
	padding: 7px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid #37CA33;
	margin-right: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFF29B;
	color: #33BA30;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color: #F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

.itembg {
  margin: 0 0 10px 0; 
  height: 100px; 
  background: url(../images/itembg.png) no-repeat right;
}

.itembg .itemimage { float: left; height: 100px; margin: 5px 0 0 5px; }
.itembg .itemimage img { border: 1px solid #E0FBA2; }
.itembg h3 a { font-size: 18px; }

.category .shorttxt { font-size: 12px; color: #B4B4B4; }

.category td.head-left { border-bottom: 2px solid #74C9C5; border-left: 1px solid #D6D6D6; line-height: 35px; height: 35px; padding: 0 0 0 10px; }
.category td.head-right { border-bottom: 2px solid #74C9C5; border-left: 1px solid #D6D6D6; line-height: 35px; height: 35px; padding: 0 0 0 10px; }
.category td.content { border-bottom: 1px solid #D6D6D6; border-left: 1px solid #D6D6D6; padding: 7px 0 7px 5px; }


/* Articles */

.article .comments {  margin: 20px 0 15px 0; }
.article .date { font-size: 11px; padding: 0; margin: 0 0 15px 0; color: #99C072; }
.article .article_img { border: 1px solid #D3D3D3; text-align: center; margin: 0px 0 15px 0;}
.article .article_img img { margin: 10px 0; }

/* Comments */
.comments h3 { margin: 0 15px; font-size: 19px; }
.comments .head {background: url(../images/comments_head.png) no-repeat; height: 35px; line-height: 35px; margin: 0 0 10px 0; }

ul.listItems li { border-bottom: 1px solid #B6E39F; margin: 0 0 6px 0; padding: 0 0 6px 0;}

/* Catalog */
.catalog { clear: both; margin: 0 0 15px 0; }
ul.listing li { float: left; margin: 0 20px 8px 0; list-style-type: square; list-style-position: inside; }
ul.listing li a { font-size: 13px; font-weight: bold; }
.catalog .blue li a { color: #388BA7; }
.catalog .orange li a { color: #DB5606; }

#subscribe_newsletter { margin: 0 0 9px 0; }
#subscribe_newsletter .input { text-align: right; margin: 5px 0 0 0; }

.rightfoot .twitter_ab { border-top: 1px dotted green; padding: 5px 0 0 0 }
.rightfoot .twitter_ab img { float: left; margin: 6px 8px 0 0; vertical-align: middle; }
.rightfoot .twitter_ab p { margin-top: 8px; }

