/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana,"BitStream vera Sans",Tahoma,Helvetica,Sans-serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #555; /*333*/
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/headernew.jpg') no-repeat top center;
	}

#headerimg 	{
	margin: 0px 9px 0;
	height: 266px;
	width: 760px;
	}

#content {
	font-size: 1.1em;
        min-height: 300px;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	letter-spacing:-0.05em;
	font-family:Arial;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.7em;
	}

#sidebar h2 {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
        letter-spacing:0em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #555;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em ;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	border: 1px solid #959596;
	}

#header {
	background-color: #FFFFFF; /*#73a0c5;*/
	margin: 0 0 0 1px;
	padding: 0;
	height: 266px;
	width: 760px;
	}

#headerimg {
	margin: 0;
	height: 266px;
	/*width: 100%;*/
	width: 760px;
	}

.narrowcolumn {
	float: left;
	padding: 20px 0px 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left; /*justify*/
	}

.post h2 {
	display:block;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding:0 5px 3px;
	font-size:16px;
	font-family:Verdana,"BitStream vera Sans";
}

.post .content {
	padding:5px 0 0 5px;
	line-height:145%;
	overflow:hidden;
        font-family:Verdana,"BitStream vera Sans";
}

.post .content p {
	margin-bottom:10px;
}

.post .content h2{
        border-bottom:0px;
        display: block;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	/*padding-left: 10px;*/
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 7px 0px 0px 7px;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: disc;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.commentmetadata a:hover{
	text-decoration:none;
	}
.says {
    display:none;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 10px 10px 10px;
	margin-left: 530px;
	width: 200px;
        /*text-align:center;*/
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

#supernav {
	font: bold 12px/12px Verdana, Lucida Grande, Arial, Helvetica, Sans-Serif;
	position: relative;
	top: 243px; /* - ~19px */
	left: 25px;
	width: 720px;
	padding: 5px 5px; /* duplicate the tab size */
	text-align: left;
	display: block;
	}

#supernav li {
	position: relative;
	margin-right: 16px;
	padding: 0;
	display: inline;
	}

#supernav a {
	color: #555555;
	background: #63AAE7;
	font-weight: bold;
	height: 19px;
	padding: 5px 16px;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;
	/*
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;	
	*/
	}
	
#supernav a:hover {
	color: #111;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	/*
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;		
	*/
	}

#supernav .current_page_item a {
	color: #111;
	background: white;
	text-decoration: none;
	/* round corner tab - not for IE */
	-moz-border-radius-topright: 6px;
	-moz-border-radius-topleft: 6px;
	/*
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;	
	*/
}

/* supernav dropdownlist */

#supernav .current_page_item ul a{
	color: #555555;
	background: #63AAE7;

	-moz-border-radius-topright: 0px; 
	-moz-border-radius-topleft: 0px;

}
#supernav .current_page_item ul a:hover{
	color: #111;
	background: white;
	text-decoration: none;

}

#supernav ul{
   display: none;
   z-index: 100;

   position: absolute;
   top: 19px;
   left: -5px;

   list-style: none;
   margin: 0;
   padding: 0;
   border-top:1px solid #CCC;
   width: 210px;
}

#supernav ul li{
	margin: 0px;
	padding: 0;
	display: block;
}

#supernav ul a{
         margin: 0px;
		 margin-left: 5px;
		 margin-right: 5px; 
         border: 0px;
		 display:block;
		 width: 210px;
		 
	/* unround corner tab - not for IE */
	-moz-border-radius-topright: 0px; 
	-moz-border-radius-topleft: 0px;
}

#supernav ul li:first-child a{
	-moz-border-radius-topright: 6px;
}
#supernav ul li:last-child a{
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;
}

#supernav ul a:hover{
         border: 1px solid #CCC;
		 margin-left: 0px;
		 padding-left 4px;
		 margin-right: 0px; 
		 width: 218px;
	/* unround corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;
}

#supernav ul .current_page_item a{
         border: 1px solid #CCC;
		 margin-left: 0px;
		 padding-left 4px;
		 margin-right: 0px; 
		 width: 218px;
	/* unround corner tab - not for IE */
	-moz-border-radius-topright: 6px; 
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomright: 6px; 
	-moz-border-radius-bottomleft: 6px;
}

#supernav li:hover ul{
   display: block;
}
/*end dropdown */

#contactform {
   margin: 30 0 20 10px;
   padding-left: 20px
   border-left: 1px solid #959596;
}
.f8 
{
   font-size: 0.8em;
}
.f10 
{
   font-size: 1em;
}
.f12 
{
   font-size: 1.2em;
}
.f14 
{
   font-size: 1.4em;
}
.f16 
{
   font-size: 1.6em;
}

#featured h2 { font-size:34px; }
#featured .block { padding:0 30px 20px 0px; width:200px; float:left; }
#featured .block.last { padding-right:0px; }
#featured .block h2 { font-size:18px; line-height:20px; font-weight:normal; border-bottom: 0px; }
#featured .block p { font-size:0.8em; line-height:12px; text-align:justify;}

#sidebar hr{
   display: block;
   border: 0;
   color: #CCCCCC;
   background-color: #CCCCCC;
   height: 1px;
   width: 60%;
   text-align: center;
   margin-top:20px;
   margin-bottom:20px;
}
#locuri{
  /* border:1px solid #555555; */
   margin:0px 40px 0px 40px;
   padding: 5px 5px 5px 5px;
}


#locuri a {
   text-decoration: none;
   display: block;
   height: 100%; /* Important */
}
/*
#locuri a:hover {
   background: #FFFFCC;
   text-decoration: none;
}
*/

dt {
	font-weight: bold; 
	margin: 10px 40px 5px;
	cursor: pointer;
	text-decoration: none;
	color: #63AAE7;
}

	dt:before {
		content: "\00BB \0020";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 0px 5px;
		/*color: #FFD87D;
		background-color: #BD4A18;*/
		font-weight: normal;
		
		margin-left: -35px;
		position: relative;
		top: 1px;
	}


dd {
	margin: 15px 40px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
        text-align: justify;
	}
/*	
	dd:before {
		content: "A";
		font-size: 1.5em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 2px 9px;
		color: #752E0F;
		background-color: #FFD87D;
		
		margin-left: -38px;
		position: relative;
		top: 10px;
	}
*/
.show {display: block;}
.hide {display: none;}	


.imageoverlay {
   position: relative;
   width: 100%; /* for IE 6 */
}

.imageoverlay h2 {
   position: absolute;
   top: 10px;
   left: 20px;
   color: white;
   width: 100%;
}

.fixed {
   clear:both;
}

.sidepicrow {

   padding: 0px 0px 0px 0px;
   margin: 5px 0px 0px 5px;
   display:block;
   height: 70px;
}
.sidepicrow p{
   text-align: center;
   font-size: 1.3em;
   font-weight: bold;
   vertical-align: middle;
   padding-top: 15px;
}

.sidepicrow a {
   text-decoration: none;
   color: #555;
   display: block;
   height: 100%;
   text-align: center;
}

.sidepicrow a:hover {
   background: #FFFFCC;
   text-decoration: none;
}

.sidepicrow img{
   float:left;
   margin: 5px 10px 5px 5px;
}

.picrow {
   margin:25px 0px 0px 20px;
   display:block;
   min-height: 140px;

}
.picrow .txt{
  float:left;
  width: 250px;

}

.picrow img{
   float:left;
   margin-right: 10px;
   border: 1px solid #CCCCCC;
}

fieldset {
  border: 0px;
}
/*  BMR  */
#bmrcalc {
  width: 230px;
  margin: 30px auto;
  padding: 5px 5px 5px 5px;
  text-align: center;
}
#bmrcalc table {
  margin: 0px auto;
  text-align: left; 
}
#bmrcalc #btn_calc {
  margin: 7px auto 2px auto; 
}

#bmrcalc .text {
   width: 80px;
}

#bmrcalc .select {
   width: 80px;
}

#bmrcalc-title {
   padding-bottom:5px;
   border-bottom: 1px solid #a6c9e2;
   margin-bottom: 7px;
}

#bmr-result {
   margin: 12px 0px 4px 0px;
   padding: 8px 0px 8px 0px;
}
/* END BMR*/

/**/
.checklist {
  list-style-image: url(../../images/check.png);
  font-size: 1.2em;
  padding-left: 1em;
  list-style-position: inside;
}
.checklist li{
   margin-bottom:5px;
   vertical-align: middle;
}
.separator {
  border-bottom: 1px solid #a6c9e2;
}
.greyseparator {
  border-bottom: 1px solid #CCC;
}

.service {
   position: relative;
   margin-top: 15px;
}
.service .textdiv {
   margin: 7px 0 0 0px;
}
.service h2 {
     margin-top: 0px;
     font-size: 1.6em;
}

.service .more{
     color: #63AAE7;
     font-size: 1.1em;

     position: absolute;
     bottom: 2px;
     /*right: 2px;*/
}
.service .more:hover{
     text-decoration:none;
}

.service .details {
     font-size: 1.2em;
     margin-top:2px;
     padding-left:2px;
     color: #63AAE7;
}

.left {
  float:left;
}

#img-consiliere{
   float: right;
   width: 170px;
   height: 200px;
  /* border:1px solid #CCCCCC; */
   margin: 5px 12px 20px 5px;
   background: #d5d6d7 url('../../images/p_consiliere.jpg');
}
#img-consiliere-online{
   float: right;
   width: 170px;
   height: 200px;
  /* border:1px solid #CCCCCC; */
   margin: 5px 12px 20px 5px;
   background: #d5d6d7 url('../../images/online_consult.jpg');
}
#img-antrenamente{
   float: left;
   width: 170px;
   height: 200px;
  /*  border:1px solid #CCCCCC; */
   margin: 5px 12px 20px 5px;
   background: #d5d6d7 url('../../images/p_antrenamente.jpg');
}

.justified {
   text-align: justify;
}
.nomargins{
  margin:0px 0px;
}
.blue{
  color: #63AAE7;
}

/* Activity */
#wrapper {
  width: 370px;
  margin: 35px auto 50px auto;
}
#burnedcalcalc {
   
}
#burnedcalcalc #weight{
  margin-left:10px;
  padding-right:2px;
  text-align: right;
  width: 40px;
}
#burnedcalcalc #group{
  display: block;
  width: 350px;
}
#burnedcalcalc #activity{
  display: block;
  width: 350px;
}
#burnedcalcalc #time{
  margin-left:10px;
  padding-right:2px;
  text-align: right;
  width: 40px;
}
#burnedcalcalc .label{
  margin-top: 10px;
}
#burnedcalcalc #btn_calc{
  margin: 20px 0px 7px 5px;
}
#rezultat {
  position:relative;
  margin:  10px 0px 0px 0px;
  padding:  3px 20px 3px 7px; 
}
#rezultat #btn_add {
  position:absolute;
  top:   2px;
  right: 2px;
}

/* Produse */
.product{
   margin: 5px 0px 5px 0px;
}

.product a:hover{
   text-decoration:none;
}

.product .imagediv{
   width: 100px;
   height: 100px;
   /* border:1px solid #CCCCCC; */
   margin: 0px 10px 10px 10px;

}
.product .textdiv{
   margin: 10px 10px 10px 10px;
}
.product .textdiv .title {
     margin-bottom: 3px;
     font-size: 1.6em;
     font-weight: bold;
     color: #63AAE7;
}
.product .textdiv .details {
     font-size: 1.2em;
     font-weight: normal;
     padding-left:0px;
     color: #555555;
}
.right {
  float:right;
}

/* FOOD */
#foodsearch {
  padding: 10px 10px;
  height:100px;
  background-image:url('http://antrenorulmeupersonal.ro/wp-content/images/search-bg.jpg');
  background-repeat:no-repeat;
  background-position:right center; 
}
#foodsearch fieldset{
  margin-left: 0px;
  padding-left: 0px;
}

#foodsearch .label{
  margin-left: 0px;
  padding-left: 0px;
}

#foodsearch #foodgroup {
  width: 220px;
}

#foodsearch #searchterm {
  width: 220px;
}

#foodgroup  /* link (a) */
{
  text-decoration:none;
  color: #555555;
}
#foodgroup:hover 
{
  color: #63AAE7;
}

#results {
  margin-top:20px;
  padding: 0px 7px 7px 7px;
  min-height: 200px;
}
#resultslist {
  padding: 7px 3px 0px 3px;
}
#resultsmenu {
  padding: 3px 7px 3px 7px;
  border-bottom: 1px solid #CCCCCC;
}
#btn_search
{
  margin-top: 10px;
}
#btn_search_prev {
   float: right;
}
#btn_search_next {
  float: right;
  margin-left:5px;
}
#results a {
  text-decoration: none;
}
#results a:hover {
  color: #63AAE7;
}

#nutrients {
  margin:10px 0px 10px 0px;
}
#amount{
  padding: 5px 5px 5px 5px;
  margin-top: 20px;
}
#amount #quantity {
  width: 30px;
  text-align: right;
}

#noresults {
  width: 60%;
  margin: 0px auto;
  margin-top: 80px;
   
}

#food_cloud {
   margin-top: 40px;
}
#food_cloud a{
   color: #555555;
   text-decoration: none;
}
#food_cloud a:hover{
   color: #63AAE7;
   text-decoration: none;
}
 #food_cloud a.tag1 { font-size: 0.8em; font-weight: 200; }
 #food_cloud a.tag2 { font-size: 1.0em; font-weight: 400; }
 #food_cloud a.tag3 { font-size: 1.2em; font-weight: 500; }
 #food_cloud a.tag4 { font-size: 1.4em; font-weight: 600; }
 #food_cloud a.tag5 { font-size: 1.6em; font-weight: 700; }
 #food_cloud a.tag6 { font-size: 1.8em; font-weight: 800; }
 #food_cloud a.tag7 { font-size: 2.2em; font-weight: 900; }

/* Newsletter */
#side_nl_signup
{
   text-align: center;
}
#side_nl_signup form
{
   margin:0px auto;
   width: 140px;
}

#side_nl_signup form div
{
   text-align: left;
}

#side_nl_signup #name
{
  display: block;
}
#side_nl_signup #email
{
  display:block;
}
#side_nl_signup .text
{
  width: 100%;
  padding-left: 5px;
}
#side_nl_signup2 form
{
   margin:0px auto;
   width: 140px;
}
#side_nl_signup2 form div
{
   text-align: left;
}

#side_nl_signup2 .text
{
  width: 100%;
  padding-left: 5px;
}

#btn_submit
{
  margin: 15px 0px 0px 0px;
  padding: 1px 5px;
}

#link2search 
{ 
  color: #555555;
  text-decoration:none;
}

#link2search:hover
{ 
  color: #63AAE7;
  text-decoration:none;
}

.blacknblue
{ 
  color: #555555;
  text-decoration:none;
}

.blacknblue:hover
{ 
  color: #63AAE7;
  text-decoration:none;
}
.dotted
{ 
  color: #555555;
  text-decoration:none;
  border-bottom:1px dotted #555555;
}

.dotted:hover
{ 
  color: #63AAE7;
  text-decoration:none;
  border-bottom:1px dotted #63AAE7;
}
.dottedhover
{ 
  color: #555555;
  text-decoration:none;
}

.dottedhover:hover
{ 
  color: #63AAE7;
  text-decoration:none;
  border-bottom:1px dotted #63AAE7;
}

.bold
{
	font-weight:bold;
}

#img-alexandru{
   float: right;
   width: 170px;
   height: 210px;
   margin: 20px 10px 25px 5px;
   background: #d5d6d7 url('http://antrenorulmeupersonal.ro/wp-content/images/AlexandruPopa_210px.jpg');
}

#ultimelearticole{
  list-style: square;
  margin-top: 7px;
  padding-left: 5px;
  text-align: left;
}

#ultimelearticole li{
  list-style: square;
}

#ultimelearticole a {
  color: #555555;
}
#ultimelearticole a:hover{
  color: #555555;
  text-decoration:none;
}


/**************************/
#content .post 
{
	clear:both;
	margin:1em 0;
	padding:0 0 2em 0;
	border-bottom:#dcc 1px dotted;
}
#content .entry 
{
    clear:both;
    margin-top: 22px;
    font-size: 1.2em;    
}
#content .entry a:link, #content .entry a:visited
{
    border-bottom:#963 1px dotted;    
}
#content .entry a:hover, #content .entry a:active
{
    text-decoration: none;
    border-bottom:#963 1px solid;    
}
#content .entry li 
{
	margin:0 0 0.3em 0;
	padding:0;
	line-height:1.6em;
}
#content .post-info , #content .postmetadata
{
    font-family: Calibri, Verdana, Arial, Serif;
	clear:both;
	color:#999;
	margin:0;
	padding:0;
	font-size:1.1em;
}
#content .post-info, 
#content h2.pagetitle 
{
	background:url(images/underline1.jpg) no-repeat left bottom;
	padding-bottom:15px;	
}
#content .post-info
{
   margin-top:30px;
}
#content .post-title
{
  font-size: 1.8em;
  letter-spacing: 1px;
  margin: 10px 0;
  font-family:Georgia,Verdana,Arial,Serif;
}
.bluedh
{
  color: #0066CC;
  text-decoration:none;
}
.bluedh:hover
{
  color: #0066CC;
  text-decoration:none;
  border-bottom:1px dotted #0066CC;
}

#posttabs
{

}
#posttabs ul
{
        margin: 0px;
        height: 30px;
	list-style:none outside none;
}
#posttabs ul li{
	list-style-type: none;
}

#posttabs .tabscontent
{
        background:#FCFDFD;
	margin-bottom:-7px;
	min-height:220px;
	padding:5px 5px;
	position:relative;
	top:-10px;
}
#posttabs .featured-post-link {
	border-bottom:1px solid #CCCCCC;
	display:block;
	padding:7px 3px;
	text-decoration:none;
}
#posttabs .featured-post-link:hover {
  background:#5C9CCC;
  color:#FFFFFF;
}
#postsout
{
background:url("http://antrenorulmeupersonal.ro/wp-content/themes/default/images/postsout.png") no-repeat scroll left top transparent;
height:165px;
position:absolute;
right:-27px;
top:25px;
width:28px;
}

/* BMI Calculator */
#bmiform
{
  margin: 15px auto;
  width: 230px;
  padding-top: 7px;
}
#bmiform .text
{
  padding-left: 3px;
}
#bmiform table
{
  margin: 5px auto 0px auto;
  width: 180px;
}

#btn_calc
{
  margin-top:15px;
}

#BMI_res
{

}

#bmiresults
{
  color: #555555;
  margin: 15px auto;
  width: 230px; 
  padding: 7px;
}
#bmiresults table
{
  margin: 15px auto 5px auto;
  width:  210px;
}
.bmi_range
{
   background:#FCFDFD;
   color: #555555;
}

.bmi_range_selected
{
  background:#5C9CCC;
  color:#FFFFFF;
}

/*Ideal Measurements Men*/

#masuratoriideale_b, #masuratoriideale_form
{
  color: #555555;
  margin: 15px auto;
  width: 230px; 
  padding: 7px;
}
#masuratoriideale_b table
{
  margin: 15px auto 5px auto;
  width:  216px;
  font-size: 12px;
}
#im_ai_form
{
  color: #555555;
  margin: 15px auto;
  width: 230px; 
  padding: 7px;
}
#im_ai_form table
{
  margin: 15px auto 5px auto;
  width:  210px;
}
#im_ai_results
{
  color: #555555;
  margin: 15px auto;
  width: 230px; 
  padding: 7px;
}
#im_ai_results table
{
  margin: 5px auto 5px auto;
  width:  210px;
}
#im_ai_results input
{
  text-align:center;
}
#masuratoriideale_b input, #masuratoriideale_form input, #im_ai_form input
{
  padding-left: 4px;
}

/* Categorii-Arhive */
#categtabs
{

}
#categtabs ul.ui-tabs-nav
{
        margin: 0px;
        height: 30px;
	list-style:none outside none;
}
#categtabs ul li{
	list-style-type: none;
}

#categtabs .tabscontent
{
        background:#FCFDFD;
	margin-bottom:-7px;
	min-height:220px;
	padding:5px 5px;
	position:relative;
	top:-10px;
}
#categtabs .tabscontent ul li{
	border-bottom:1px solid #CCCCCC;
	display:block;
	padding:7px 3px;
	
}
#categtabs .tabscontent ul li:hover {
  background:#5C9CCC;
  color:#FFFFFF;
}
#categtabs .tabscontent ul li:hover a{
  color:#FFFFFF;
}
#categtabs .tabscontent a:hover{
  text-decoration:none;
  color:#FFFFFF;
}
.list-bottom-m li
{
  margin-bottom: 10px;
}
ul.mb7 li
{
  margin-bottom: 7px;
}

#rightside_art
{
   padding-bottom: 10px;
}
.recommended_div
{
  margin: 5px 0 20px 0;
  padding: 0 7px 0 7px;
}

.recommended_div img
{
  margin: 0px auto 7px auto;
  display: block;
}
.recommended_div a:hover
{
  text-decoration: none;
}
.yellow_hl {
  background-color: #FF9;
}
ul.spacedlist4 li{
  margin-bottom: 4px;
}
input.buybutton, button.buybutton {
    background-color: #009AC7;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#009AC7), to(#00728C));
    background-image: -webkit-linear-gradient(top, #009AC7, #00728C);
    background: -moz-linear-gradient(center top , #009AC7, #00728C) repeat scroll 0 0 transparent;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 5px;
    padding: 3px;
}
input.buybutton:hover, button.buybutton:hover {
    background-color: #00728C;
    background: -moz-linear-gradient(center top , #00728C, #009AC7) repeat scroll 0 0 transparent;
}
