/* =======================================================================================================================
=RESET
========================================================================================================================*/

html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,acronym, address,big,cite,code,del,
dfn,em,font,img,ins,kbd,q,s,samp,small,
strike,strong,sub,sup,tt, var,dd,dl,dt,
li,ol,ul,fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td 
{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
}

table 
{
	border-collapse: collapse;
	border-spacing: 0;
}

ol,ul 
{
	list-style: none;
}

blockquote{
	padding-left: 70px;
	background: url(images/quote.gif) no-repeat top left;
	font-style: italic; 
}

a 
{
	text-decoration: none;
}

/* =======================================================================================================================
=CLEAR FLOATS
========================================================================================================================*/
.container:after,
.main:after,
.column:after,
.sub-container:after,
.navigation:after,
.masthead-container:after,
.search-container:after

{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0em;
	visibility: hidden;
	overflow: hidden;
}

/* =======================================================================================================================
=GLOBAL STYLES
========================================================================================================================*/

body 
{
	color: #444444;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
	background: #eeefc0 url(images/container_bg.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6, strong, em 
{
	font-weight: bold;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

h1 
{
	font-size: 1.6em;
}

h2 
{
	font-size: 1.5em;
}

h3 
{
	font-size: 1.4em;
}

h4 
{
	font-size: 1.3em;
}

a:link, a:visited 
{
	color:#246389;
}

a:hover, a:focus 
{
	color:#6699cc;
}

/* =======================================================================================================================
=LAYOUT
========================================================================================================================*/

.container {
	position: relative;
	width: 1000px;
}


/* =search */
.search-container {
	width:990px;
	height:39px;
	float:right;
	
}
.search {
	background:url(images/search_container.gif) no-repeat;
	float:right;
	width:380px;
	height:28px;
}

.search div {
	margin-left:100px;
}

.search input.txt {
	background:transparent;
	border:0;
	width:200px;
	vertical-align:middle;
	margin-right:15px;
	color:#888;
}

.search input.btn {
	vertical-align:middle;
}

/* end search */

/* =logo */
.logo {
	margin:65px 0px 0px 323px;
	width:315px;
	background:url(images/logo.gif) no-repeat;
}

.logo a {
	display:block;
	width:316px;
	height:55px;
	text-indent:-999em;
	overflow:hidden;
}
/* end logo */

/* =left content */

.sidebar {
	width:310px;
	float:left;
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 0px 10px;
}

/* =featured */

.sidebar h2.featured {
	color: #ffffff;
	background: #246389;
	padding: 4px 0px 4px 5px;
	margin: 0px;
	font-size: 15px;
}

.sidebar h2.featured img {
	margin-right: 5px;
}


.sidebar .featured-post {
	padding:10px;
}

.sidebar .featured-post h2{
	padding-bottom: 3px;
	font-size: 20px;
}

.sidebar .featured-post h2 a {
	background:url(images/dash_green.gif) repeat-x bottom;
	color:#444444;
	display:block;
	padding-bottom:6px;
}

.sidebar .featured-post h2 a:hover {
	background:url(images/dash_orange.gif) repeat-x bottom;
	color:#666666;
	
}

.sidebar .featured-post p {
	color:#666666;
	font-size: 12px;
	padding-bottom:10px;
}

.sidebar .featured-post p.meta {
	font: 12px Arial, Verdana, times, serif;
	color:#666666;
}

.sidebar .featured-post p.more {
	background:#e2e0ca;
	display:inline;
	padding:2px 6px 2px 6px;
	font: 11px Arial, Verdana, times, serif;
}

.sidebar .featured-post p.more:hover {
	background:#c6dfec;
}

.sidebar .featured-post p.more a {
	background:url(images/arrow_green.gif) no-repeat 0 4px;
	padding-left:15px;
	color:#777907;
}

.sidebar .featured-post p.more a:hover {
	background:url(images/arrow_blue.gif) no-repeat 0 4px;
	color:#246389;
}

.main {
	margin:0;
	float:left;
}

/* = main column */

.content {
	float:left;
	width:613px;

}

/* =column two */

.content {
	background:url(images/two_bg.gif) repeat-y right;
	width:640px;
}

.content h2.pagetitle{
	padding: 4px;
	background:#c6dfec;
}

.content h2{
	margin-bottom: 4px;
	padding-bottom: 4px;
	background:url(images/dash_brown.gif) repeat-x bottom;
	clear:both;
}

.content h2 a {
	color:#246389;
	display:block;
}

.content h2 a:hover {
	color:#6699cc;
}

.content p {
	font-size:14px;
	color:#45371b;
	padding-bottom:10px;
}

.content p.meta {
	color:#737b7f;
	font: 12px Arial, Verdana, times, serif;
}

.content p.meta .date {
	background: url(images/clock.gif) no-repeat;
	height: 16px;
	padding: 2px 0px 2px 18px;
	margin-right: 10px;
}

.content p.meta .category {
	background: url(images/category.gif) no-repeat;
	height: 16px;
	padding: 2px 0px 2px 18px;
	margin-right: 10px;
}

.content p.meta .comment {
	background: url(images/comment.gif) no-repeat;
	height: 16px;
	padding: 2px 0px 2px 18px;
	margin-right: 10px;
}

.content p.more {
	background:#e2e0ca;
	display:inline;
	padding:2px 6px 2px 6px;
	font: 10px Arial, Verdana, times, serif;
}

.content p.more:hover {
	background:#c6dfec;
}

.content p.more a {
	background:url(images/arrow_green.gif) no-repeat 0 4px;
	padding-left:15px;
	color:#777907;
}

.content p.more a:hover {
	background:url(images/arrow_blue.gif) no-repeat 0 4px;
	color:#246389;
}

.content .entry {
	margin-bottom:15px;
}

.content .entry img {
	margin: 5px;
}

.content .entry-extended {
	margin-bottom:0px;
}

.content .entry-extended li.cat-item {
	padding-top:6px;
	padding-left:10px;
}

.content .entry-extended .postmetadata p {
	padding-bottom:0;
}

.content .entry-extended  p.meta {
	padding-bottom:5px;
}

.content .entry-thumb {
	width:82px;
	height:82px;
	background:#dcd8c5;
	border:1px solid #bcb99e;
	float:left;
	padding:6px;
	margin-right: 10px;
}

.content .entry-thumb img {
	width:82px;
	height:82px;
	margin: 0px;
}

.content .navigation {
	margin-top:50px;
	margin-left:110px;
}

/* =commentlist */

ol.commentlist li {
	background:#e2e3a3;
	font-size:.8em;
	margin-bottom:10px;
	padding: 10px;
}

ol.commentlist li.alt {
	background:#eeefc0;
	margin-bottom:10px;
	padding: 10px;
	
}

#comments{
	clear:both;
}

ol.commentlist li p {font-size:.9em !important; clear:left; padding:10px 0px 0px 0px;}

.commentmetadata{
	font-size: 11px;
	background: url(images/comment-list.gif) no-repeat;
	padding-left: 20px;
}

/* =contactform */

form {font-size:.8em;}
input {margin-bottom:5px;}
input.short {margin-left:4px;}
legend span {color:#888;}
textarea {margin-bottom:10px;}
fieldset label {float:left;}

/* =below the fold */

.sub-container {
	float:left;
	clear:both;
	width:100%;
	background: #3f3a37;
	margin-top: 20px;
	padding: 10px 0px 10px 0px;
}

/* =first sub column */

.sub-container .column {
	width:310px;
	margin-left:10px;
	float: left;
}

.sub-container ul {
	background: #54504d;
	padding:0 0 0px 0;
}

.sub-container li {
	padding:2px 2px;
	font-size:.8em;
}

.sub-container h2 {
	color: #3f3a37;
	background: #797573;
	padding: 4px 0px 4px 5px;
	margin: 0px;
	font-size: 15px;
}

.sub-container img {
	margin: 1px 5px 0px 0px;
}

.columnBg{
	background: #54504d;
	color: #ffffff;
	margin-top: 3px;
	padding: 10px;
}

.sub-container ul li {
	padding:2px 2px;
	font-size:100%;
	background:url(images/dash_grey.gif) repeat-x bottom;
	list-style: none;
}

.sub-container a {
	display: block;
	color: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
}

.sub-container ul li a:hover {
	color: #99cccc;
}


================================
.menu {
	width: 1000px;
}

.menu ul {
	list-style: none;
	margin: 0px;
	padding: 3px 1px 3px 1px;
}

.menu li{
	float: left;
	padding: 0px 0px 0px 9px;
	margin: 0px 5px 0px 0px;
	background: url(images/menu-left.gif) no-repeat left bottom;
	font-size: 15px;
	height: 21px;
}

.menu li a {
	color: #c0c0c0;
	font-family: Arial;
	margin: 0px;
	text-decoration: none;
	background: url(images/menu-right.gif) no-repeat right bottom;
	height: 21px;
	padding: 2px 10px 2px 0px;
}

.menu li a:hover {
	color: #ffffff;
}

====================================

.submenu {
	width: 236px;
	background: #eeebdf;
}
.submenu ul{
	margin: 0px 0px 0px 45px;
	padding: 0px;
}

.submenu ul li a{
	height:40px;
	display:block;
	background-position:left top;
}
.submenu ul li a:hover, .submenu ul li a.menuOver{
	background-position:left bottom;
}

.submenu ul li a span{
	display:none;
}

.submenu li{
	list-style:none;
	float:left;
}

.submenu #home{
	background-image:url(images/prima-pagina.gif);
	width:145px;
}

.submenu #despre{
	background-image:url(images/despre-mine.gif);
	width:145px;
}

.submenu #contact{
	background-image:url(images/contact.gif);
	width:112px;
}

.submenu #search{
	background-image:url(images/search.gif);
	width:140px;
	height:33px;
	padding: 7px 0px 0px 50px;
}

.submenu #search input{
	border: 0px;
	background: none;
	font: 12px Arial, Verdana;
	width: 110px;
	color: #666666;
}

span.titlu-search{
	font-size: 20px;
	margin-bottom: 20px;
	display: block;
}

.footer{
	clear:both;
	width: 1000px;
	text-align: center;
}

.footer p{
	width: 1000px;
	font-size: 12px;
	text-align: center;
	color: #797573;
}

.footer img{
	margin: 0px;
}

.alignleft, .alignright{
	float: left;
	text-align:center;
	margin-left: 20px;
}

=================================
.taxa_auto_content { width:580px; height:311px; padding:4px; margin:20px;}
.taxa_auto_control { float:left; width:150px; padding:4px; font-family:Tahoma, Arial, Verdana; font-size:12px; font-weight:900; border-bottom:1px solid #dddddd; height:20px; }
.taxa_auto_controlWindth {width:450px;}
.taxa_auto_input { width:146px; font-family:Tahoma, Arial, Verdana; font-size:12px; font-weight:900; }
.taxa_auto_results { float:left; width:150px; padding:4px; font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:900; border-bottom:1px solid #dddddd; height:20px; color:#CC3300;}
.taxa_auto_select { width:150px; font-family:Tahoma, Arial, Verdana; font-size:12px; font-weight:900; }
.taxa_auto_spacer_orizontal { float:left; width:4px; height:20px;}
.taxa_auto_spacer_vertical { float:left; width:450px; height:10px; }
.taxa_auto_textLeft { float:left; width:200px; height:20px; padding:4px; font-family:Tahoma, Arial, Verdana; font-size:12px; font-weight:900; border-bottom:1px solid #dddddd;}
.taxa_auto_textRight { float:left; width:60px; font-family:Tahoma, Arial, Verdana; font-size:12px; padding:4px; font-weight:900; border-bottom:1px solid #dddddd; height:20px;}