/*
Theme Name: DANutritie
*/

/* CSS Reset */
/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a { text-decoration:none }

/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
* a { position:relative } /* Gets links displaying over a PNG background */
a img { border:none } /* Gets rid of IE's blue borders */


.clear {
	clear: both;
}

a, a:visited { 
	outline: 0;
	color: #29a;
}
a:hover { 
	color: #7dae12;
	text-decoration: underline;
}

/* 
Blue: #29a  
Green: #7dae12 
*/


/* ***********************************************************/


html, body {
	height: 100%;
}
#pagewrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -64px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #push {
	height: 64px; /* .push must be the same height as .footer */
}

/* Estructura */
body {
	background: white url(images/body-bg.jpg) repeat-x top left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: .75em;
	color: #222;
	line-height: 1.5;
}


#pagewrap {
	width: 958px;
	padding: 0 25px;
	position: relative;
}
#header {
	height: 186px;
	overflow: hidden;
	position: relative;
	background: transparent url(images/header-bg.jpg) no-repeat top left;
	margin: 0 -25px;
	padding: 0 25px;	
}
#main {
	background: transparent;
	min-height: 370px;
		 /* IE min-height workaround */
  			height:auto !important;
  			height:370px;
}

#contentleft {
	float: left;
	width: 632px;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 0px;
}

#footer {
	background: transparent url(images/footer-bg.png) repeat-x top left;
	clear: both;
	width: 100%;

}
#footer-inside {
	overflow: hidden;
	height: 50px;
	width: 958px;
	margin: 0 auto;
	padding: 14px 25px 0;
	color: white;
	
	text-align: center;
}
#footer-inside a {
	color: white;
}

/* Elementos */

#header #main-title {
	position: absolute;
	width: 180px;
	top: 98px;
	left: 32px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#header h1 a {
	display: block;
	color: #298aa1;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
}
#header h2 {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 1.1;
}

#header p.feed {
	position: absolute;
	top: 13px;
	left: 875px;
	font-size: 11px;
	text-transform: uppercase;
}
#header p.feed img {
	position: relative;
	top: -1px;
	margin-right: 3px;
}

/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 958px;
	height: 34px;
	margin: 0px auto;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	}
	
#navbarleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbarright {
	width: 270px;
	position:absolute;
	right:25px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
	text-align: right;
	}
	
#nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#nav a {
	color: white;
	display: block; float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	text-decoration: none;
	line-height:34px;
	padding:0px 15px;
	}
	
#nav a:hover {
	background-image: url(images/bg-nav-button.jpg);
	}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
         display: block;

	}


/*	
#nav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 140px;
	}
	
#nav li li a, #nav li li a:link, #nav li li a:active, #nav li li a:visited {
	background: #4A7EB8;
	color: #FFFFFF;
	width: 140px;
	font-size: 10px;
	float: none;
	margin: 0px;
	padding: 8px 10px 8px 10px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	}
	
#nav li li a:hover {
	background: #227b9a;
	color: #FFFFFF;
	padding: 8px 10px 8px 10px;
	}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#nav li:hover ul {
	left: auto;
	display: block;
	}
	
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	}
	
*/
	
/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 4px 0px 0px 0px;
	}
	
#s {
	background: #FFFFFF;
	width: 210px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}
	
#sbutt {
	background: #227b9a;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 1px;
	margin: 0px 0px 0px 3px;
	border: 1px solid #FFFFFF;
	}
	
/************************************************
*	Right Sidebar 					     	    * 
************************************************/
	
#sidebar {
	position: relative;
	float: right;
	width: 306px;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#sidebar p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	line-height: 20px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
h2.bluebox {
	background: #2299aa url(images/headline_right.png);
	color: #fff;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	height: 40px;
	line-height: 40px;
	}
.box-t {
	height: 18px;
	background: transparent url(images/box-t.png) no-repeat top left;
}
.box-m {
	background: transparent url(images/box-m.png) repeat-y top left;
	padding: 0 10px 5px;
	line-height: 1.2;
	overflow: hidden;
}
.box-b {
	height: 7px;
	background: transparent url(images/box-b.png) no-repeat top left;
}
	
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 0px 10px;border:ridge 6px #00f;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
         margin-top:10px;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/************************************************
************************************************/

#site_intro {
	margin: -16px 0 0 -16px;
	width: 628px;
	height: 222px;
	padding: 19px;
	background: transparent url(images/intro-bg.png) no-repeat top left;
}
#site_intro_inside {
	width: 445px;
	height: 202px;
	background: transparent url(images/intro-pic.jpg) no-repeat top left;
	color: white;
	overflow: hidden;
	padding: 10px 20px 10px 163px;
}
#site_intro_inside h2 {
	font-size: 26px;
	line-height: 1;
	margin-bottom: 5px;
	margin-top: 20px;
}
#site_intro_inside p {
	font-size: 12px;
	line-height: 1.1;
}
#site_intro_inside a {
	color: #ec4;
}
#site_intro_inside a:hover {
	color: white;
	text-decoration: underline;
}







.col1 {
	width: 306px;
	float: left;
	margin-right: 20px;
}
.col2 {
	width: 306px;
	float: left;
}
#fresh-news {
	
}
#fresh-news h2 {
	height: 108px;
	background: transparent url(images/fresh-head.png) no-repeat top left;
	text-indent: -9999px;
}
#fresh-news li {
	background: transparent url(images/green-bullet.png) no-repeat 1px 10px;
	text-indent: 11px;
	padding: 6px 0px;
	border-bottom: 1px solid #ccc;
}
#fresh-news li a, #fresh-news li a:visited {
	color: #666;
}
#fresh-news li a:hover {
	color: #29a;
}
#fresh-news .pagination {
	margin-top: 10px;
}

.dictionarul {
	width: 113px;
	height: 175px;
	background: transparent url(images/dictionarul.png) no-repeat top left;
	float: left;
	padding: 55px 15px 10px;
	overflow: hidden;
	color: white;
	position: relative;
}
.instrumente {
	width: 113px;
	height: 200px;
	background: transparent url(images/instrumente.png) no-repeat top left;
	float: right;
	padding: 30px 15px 10px;
	overflow: hidden;
	color: white;
	position: relative;
}
#sidebar  .dictionarul,
#sidebar  .instrumente {
	margin-top: 0px;
}
.alphabet {
	line-height: 2;
	position:relative;
	top:-2px;
	letter-spacing: 2px;
	cursor: default;
}
.dictionarul p {
	position: absolute;
	bottom: 10px;
	line-height: 1.1!important;
}
.instrumente p.instr-item {
	font-weight: normal;
	font-size: 12px;
	margin: 0 -13px 0 -13px;
	padding: 5px 10px 5px 20px;
	line-height: 1.1;
	background: transparent url(images/instr-bg.png) no-repeat bottom left;
}
.instrumente h3.instr-item {
	font-weight: normal;
	font-size: 12px;
	margin: 0 -13px 0 -13px;
	padding: 5px 10px 5px 20px;
	line-height: 1.1;
	background: transparent url(images/instr-bg.png) no-repeat bottom left;
}
.instrumente h3.last {
	background: transparent;
}
.instrumente h3.instr-item a, .instrumente h3.instr-item a:visited,
.dictionarul a, .dictionarul a:visited  {
	color: white;
}
.instrumente h3.instr-item em a  {
	color: #bdd!important;
}
.instrumente h3.instr-item a:hover,
.dictionarul a:hover {
	color: white;
	text-decoration: underline;
}


.col1 .textwidget {
	font-size: 12px;
	line-height: 1.5;
}
.info-widget {
	position: relative;
	margin:10px 0 0;
}

/************************************************
*	Ads 					     	    * 
************************************************/
	
.ads-widget {
	position: relative;
	top: 10px;
	zoom: 1;
}
.ads-widget .three {
	width: 30%;
	margin-right: 5%;
	display: block;
	float: left;
	margin-bottom: 5%;
}
.ads-widget .two {
	width: 47%;
	margin-right: 6%;
	display: block;
	float: left;
	margin-bottom: 5%;
	
	background:transparent url(http://danutritie.ro/imagini/ad-frame.png) no-repeat top left;
	text-align: center;
	padding: 9px 0;
}

.ads-widget .last {
	margin-right: 0%;
}
iframe.parteneri {
	height: 130px;
	overflow: hidden;
}
.post-foot-ads {
	text-align: center;
}

/************************************************
*	Posts content 					     	    * 
************************************************/
.post h2.post-title {
	font-size: 20px;
	background: white;
	padding: 10px 10px 2px;
	color: #29a;
	border: 1px solid #666;
}
.post h2.page-title {
	font-size: 20px;
	padding: 10px 10px 2px;
	color: #29a;
	background: #fff;
	border: 1px solid #777;
	border-bottom: 0px solid #666;
}
h2.archive-title {
	font-size: 20px;
	padding: 10px 10px 2px;
	color: #29a;
	background: #fff;
	border: 1px solid #777;
	border-bottom: 0px solid #666;
}
.post .the-content {
	padding: 15px 20px;
	background: white url(images/post-bg.jpg) no-repeat scroll left top;
	min-height: 300px;
	height: auto!important;
	height: 300px;
}

.post .the-content .col1 {
	width: 45%;
	
}
.post .the-content .col2 {
	width: 45%;
	float: right;
}
.post p {
	margin: .5em 0;
}
.date {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	
	background: #444;
	color: white;
	padding: 2px 10px;
	border: 1px solid #666;
	border-top: 0px solid #666;
	}
	
.date a {
	color: #29a;
	font-weight: bold;
	}
	
.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 30px 0px 40px 0px!important;
	border-top: 1px dotted #999999;
	background: #444;
	color: white;
	padding: 2px 10px;
	border: 1px solid #666;
	border-top: 0px solid #666;
}

.autors {
    font-size: 12px;
	padding: 10px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 1px dotted #999999;
	}

body.archive .the-content {
	padding: 0px 20px 15px;
	background: white url(images/post-bg.jpg) no-repeat scroll left top;
}	
	
	
p.list-date {
	font-size: 11px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	
	background: #444;
	color: white;
	padding: 2px 10px;
	border: 1px solid #666;
	border-top: 0px solid #666;
}

p.list-meta {
	font-size: 11px;
	font-weight: bold;
	margin: 30px 0px 20px 0px!important;
	border-top: 1px dotted #999999;
	background: #444;
	color: white;
	padding: 2px 10px;
	border: 1px solid #666;
	border-top: 0px solid #666;
}
p.list-meta a {
	color: white;
	text-decoration: underline;
}
p.list-meta a:hover {
	color: #7dae12;
	text-decoration: underline;
}
	
body.archive .post {
	border-bottom: 1px dotted black;
	padding: 20px 0 0;
}


.post h3 {
	color: #29a;
	font-size: 16px;
	margin: 1em 0 .5em ;
	border-bottom: 1px solid #ccc;
}
.post h4 {
	color: #444;
	font-size: 14px;
	margin: 1em 0 0em ;
}
h3.post-title {
	font-size: 18px;
	color: #29a;
	margin: 0;
	border-bottom: 0px solid #ccc;
}

/************************************************
*	Stiati ca...								*
************************************************/

#stiati {

}
#stiati .textwidget {
	width: 100%;

	overflow: hidden;
}

#stiati .textwidget div {
	padding: 6px 0px;
}
#stiati .textwidget div.with_pic {
	background: transparent url(http://danutritie.ro/imagini/backg.jpg) no-repeat top left;
	padding-left: 150px;
}

#stiati .textwidget p {
	padding: 6px 0;
	border-bottom: 1px solid #29a;
}
#stiati .textwidget ul {
	margin-left: 5px;
	font-size: 95%;
}
#stiati .textwidget li {
	background: transparent url(images/green-bullet.png) no-repeat 1px 8px;
	padding: 3px 0 3px 11px;
	line-height: 1.1;
}






/************************************************
*	Comments									*
************************************************/
	
#commentblock {
	width: 460px;
	background: #E8E8E8;
	float: left;
	padding: 20px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	border-top: 2px solid #227b9a;
	border-bottom: 1px solid #227b9a;
	}
	
#commentblock ol {
	list-style-type: square;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.commentdate {
	font-size: 12px;
	padding-left: 0px;
	}
	
#commentlist li p {
	margin-bottom: 8px;
	line-height: 20px;
	padding: 0px;
	}

.commentname {
	color: #333333;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	}

.commentinfo{
	clear: both;
	}

.commenttext {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 420px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

.commenttext-admin {
	clear: both;
	margin: 3px 0px 10px 0px;
	padding: 20px 10px 5px 10px;
	width: 420px;
	background: #FFFFFF url(images/comment.gif) no-repeat top left;
	}

/************************************************
*	Calculator IMC							*
************************************************/

#calc-wrapper
{
    margin: 0 auto;
    width: 300px;
    overflow: hidden;
    }

#calc-header
{
    float: left;
    width: 300px;
    height: 26px;
    background-image: url(http://www.danutritie.ro/wp-content/themes/code-blue/images/headline_right.gif);
    overflow: hidden;
    }

#calc-title
{
    float: right;
    width: 190px;
    height: 22px;
    color: White;
    padding: 4px 10px 0 0;
    text-transform: uppercase;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    background: url(http://www.danutritie.ro/wp-content/themes/code-blue/images/headline_right.gif) no-repeat top right;
    overflow: hidden;
    }

#calc-body
{
    float: left;
    width: 278px;
    margin: 0;
    border: solid 1px #3368A2;
    border-top: none;
    padding: 10px;
    overflow: hidden;
    }

#calc-one, #calc-two
{
    padding: 0;
    margin: 0;
    }

#calc-three
{
    float: left;
    margin: 10px 0 0 0;
    width: 278px;
    overflow: hidden;
    }

#calc-rezultat
{
    float: right;
    font-size: 20px;
    margin: 0;
    padding: 0;
    }

#calc-one input, #calc-two input
{
    background-color: #3368A2;
    color: White;
    }

#calc-one span, #calc-two span
{
    color: Red;
    font-size: 12px;
    }

#calc-three input
{
    float: left;
    margin: 0;
    padding: 0;
    }

.clear
{
    clear: both;
    }
    
#calc-wrapper legend {

    color:#336699;
    padding-top: .5em;

}

/************************************************
*	Calculator G optim							*
************************************************/

#calc-g-optim-wrapper{
	padding: 0;
    background-color: Transparent;
    margin: 0 auto;
	width: 300px;
}

#calc-g-optim-header{
    background-image: url(http://www.danutritie.ro/wp-content/themes/code-blue/images/headline_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	width:300px;
	height:26px;
	margin:0;
	padding:0;
}

#calc-g-optim-title{
    background-image: url(http://www.danutritie.ro/wp-content/themes/code-blue/images/headline_right.gif);
	background-position: right top;
	background-repeat: no-repeat;
	float: right;
	width: 200px;
	height: 22px;
	margin:0;
	padding: 4px 10px 0 0;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}

#calc-g-optim-body{
    background-color: Transparent;
	float:left;
	width:298px;
	border: solid 1px #336699;
	border-top: none;
	margin:0;
}

#calc-g-optim-body span{
    color: #FF0000;
    font-size: 11px;
}

#calc-g-optim-body legend{
    color:#336699;
    padding-top: .5em;

}

#calc-g-optim-data-nasterii{
    float:left;
	width:278px;
    background-color: Transparent;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

#calc-g-optim-data-nasterii select{
    background-color:#336699;
	color:#FFFFFF;
}

#calc-g-optim-sex{
    float:left;
	width:278px;
    background-color: Transparent;
	margin:0;
	padding: 0 10px;
}

#calc-g-optim-inaltime{
    float:left;
	width:278px;
    background-color: Transparent;
	margin: 0 0 10px 0;
	padding: 0 10px;
}

#calc-g-optim-inaltime input{
    background-color:#336699;
	color:#FFFFFF;
}

#calc-g-optim-calculeaza{
    float:left;
	width:278px;
    background-color: Transparent;
	margin: 0;
	padding: 0 10px;
}

#calc-g-optim-calculeaza input{
    float: left;
}

#calc-g-optim-rezultat{
    background-color:Transparent;
	width: 150px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color:#336699;
	padding: 3px 0 0 0;
	margin:0;
}

#calc-g-optim-reset{
    background-color: Transparent;
	width:68px;
	height:15px;
	float:right;
	overflow:hidden;
}


#calc-g-optim-reset em {
    display:block;
	float:left;
	width:0;
	height:0;
	overflow:hidden;
	border-bottom:13px solid #336699;
	border-left:13px dotted transparent;
	margin: 2px 0 0 0;
}

#calc-g-optim-reset b.b1{
    display: block;
	background-color: #336699;
	width:53px;
	height:1px;
	font-size:0px;
	overflow:hidden;
	margin: 0 0 0 1px;
	float:left;
}

#calc-g-optim-reset b.b2{
    display: block;
	background-color: #336699;
	width:50px;
	height:1px;
	font-size:0px;
	overflow:hidden;
	margin: 0 0 0 3px;
	float:left;
}

#calc-g-optim-reset-button{
    width:55px;
	height:13px;
	background-color: #336699;
	float:left;
	font-size:0;
}

#calc-g-optim-reset-button input{
    margin: 0;
	padding: 0;
	float:left;
	width:25px;
	height:7px;
	margin: 2px 0 0 15px;
}

/************************************************
*	Calculator RMB							*
************************************************/

span.point-out{
    color: #336699;
}

#calc-rmb-wrapper{
	padding: 0;
    background-color: Transparent;
    margin: 0 auto;
	width: 300px;
}

#calc-rmb-header, #calc-rmb-title{
    background-image: url(http://www.danutritie.ro/wp-content/themes/code-blue/images/headline_right.gif);
	background-position: left top;
	background-repeat: no-repeat;
	float:left;
	width:300px;
	height:26px;
	margin:0;
	padding:0;
}

#calc-rmb-title{
	background-position: right top;
	float: right;
	width: 200px;
	height: 22px;
	padding: 4px 10px 0 0;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}

#calc-rmb-body{
    background-color: Transparent;
	float:left;
	width:298px;
	border: solid 1px #336699;
	border-top: none;
	margin:0;
}

#calc-rmb-body span{
    color: #FF0000;
    font-size: 11px;
}

#calc-rmb-body legend{
    color:#336699;
    padding-top: .5em;

}
label {
padding: 0 5px;
}
#calc-rmb-data-nasterii, #calc-rmb-sex, #calc-rmb-greutate, #calc-rmb-inaltime, #calc-rmb-activitate, #calc-rmb-calculeaza{
    float:left;
	width:278px;
    background-color: Transparent;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

#calc-rmb-data-nasterii select, #calc-rmb-greutate input, #calc-rmb-inaltime input, #calc-rmb-activitate select{
    background-color:#336699;
	color:#FFFFFF;
}

#calc-rmb-sex, #calc-rmb-greutate, #calc-rmb-inaltime, #calc-rmb-calculeaza{
	margin:0;
}

#calc-rmb-activitate{
	margin: 0 0 10px 0;
}

#calc-rmb-calculeaza input{
    float: left;
}

#calc-rmb-rezultat{
    background-color:Transparent;
	width: 150px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	color:#336699;
	padding: 3px 0 0 0;
	margin:0;
	overflow:hidden;
}

#calc-rmb-reset{
    background-color: Transparent;
	width:68px;
	height:15px;
	float:right;
	overflow:hidden;
}


#calc-rmb-reset em {
    display:block;
	float:left;
	width:0;
	height:0;
	overflow:hidden;
	border-bottom:13px solid #336699;
	border-left:13px dotted transparent;
	margin: 2px 0 0 0;
}

#calc-rmb-reset b.b1, #calc-rmb-reset b.b2{
    display: block;
	background-color: #336699;
	width:53px;
	height:1px;
	font-size:0px;
	overflow:hidden;
	margin: 0 0 0 1px;
	float:left;
}

#calc-rmb-reset b.b2{
	width:50px;
	margin: 0 0 0 3px;
}

#calc-rmb-reset-button{
    width:55px;
	height:13px;
	background-color: #336699;
	float:left;
	font-size:0;
}

#calc-rmb-reset-button input{
    margin: 0;
	padding: 0;
	float:left;
	width:25px;
	height:7px;
	margin: 2px 0 0 15px;
}


/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 0px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 0px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
    margin:10px auto;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
		
.archive .pagination {
	margin: 10px;
}



.ngg-gallery-thumbnail {
float: left;margin-right: 25px;
}





/**************/
/*  NEW CALCULATORS */
/*******************/


.calculator						{ background: #eee; padding: 10px; border: 2px solid #29a; 
								  font: normal normal 11px/1.2 Verdana, sans-serif; color: black;
								  -moz-border-radius: 10px; -webkit-border-radius: 10px; margin: 20px 0; } 
.calculator h3					{ font: normal normal 14px/16px Helvetica, Arial, sans-serif;
								  text-transform: uppercase; letter-spacing: 1px; padding: 0; margin: 0 0 20px;
								  border-bottom: 1px solid #ccc;}

.calculator table				{  }
.calculator table td			{ padding: 3px 5px;}
.calculator h4.results			{ font: normal normal 18px/1.5 Helvetica, Arial, sans-serif;
								  padding: 10px 10px 0; margin: 20px 0 0;
								  border-top: 1px solid #ccc; }
.calculator p.notes				{ font-size: 85%; margin-top: 30px; padding: 10px; background: #dff;
								  border: 1px solid #ddd; color: #444; line-height: 1.5; }
								  
								  
.calc_list li					{ padding: 6px 0 ;line-height: 16px; font-size: 14px; list-style: square inside; color: #888;  }

