/*****************************************************************************************
  @package     	http://www.dumitrescuasc.ro/
  @author      	Predrag Jivici
  @copyright   	Copyright (c) 2007, Dumitrescu & Asociatii

CONTINUT
1.CLASE GENERALE
2.H1, H2, H3, H4, P
3.INPUT & SELECT
4.HEADER
5.PROIECTE REZIDENTIALE
6.NAVIGARE OFERTE
7.CONTENT
	7.1 coloana dreapta
	7.2 coloana dreapta pagina 2
	7.3 coloana dreapta pagina 3
	7.4 coloana dreapta si stanga pagina 4 detalii oferta
	7.5 box agent si pagina de contact
	7.6 pagina de cariera: liste
8. FOOTER
******************************************************************************************/

/*****************************************************************************************
*   *) CLASE GENERALE
******************************************************************************************/
body {
	color			: #5d5d5d;
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 62.5%;
}
html, body { height			: 100%; }

h1 {
	color			: #526c91;
	font			: 24px Georgia, serif;
	/*font			: italic bold 12px/30px Georgia, serif;*/
	padding-bottom	: 11px;
}
h2 {
	color			: #795c5c;
	font			: 20px Georgia, serif;
	padding-bottom	: 11px;
}
h3 {
	color			: #526c91;
	font			: 16px Georgia, serif;
	padding-bottom	: 11px;
}
h4 {
	color			: #0072bc;
	font			: 12px Verdana, sans-serif;
	padding-bottom	: 12px;
}
p, ol {
	font			: 12px Verdana, sans-serif;
	line-height		: 18px;
	margin-bottom	: 1.5em;
}
a:link, a:visited {
	color			: #83a4df;
	outline-style	: none;
	text-decoration	: none;
}
a:hover, a:active {
	color			: #0072bc;
	outline-style	: none;
	text-decoration	: none;
}
strong {
	font-weight		: bold;
}
em {
	font-style		: italic;
}

.spacer_01 {
	background		: url(../imagini/bkg_spacer_01.gif) no-repeat center top;
	display			: block;
	height			: 9px;
	margin			: 10px 0;
}
.spacer_02 {
	background		: url(../imagini/bkg_spacer_02.gif) no-repeat center top;
	display			: block;
	height			: 1px;
	margin			: 0 0 10px 0;
}
.spacer_03 {
	background		: url(../imagini/bkg_spacer_01.gif) no-repeat center top;
	display			: block;
	height			: 9px;
	margin			: 20px 0;
}
/*****************************************************************************************
*   *) HEADER
******************************************************************************************/
#blog #wrapper_mare { margin-bottom	: -220px; }
#wrapper_mare {
	min-height		: 100%;
	height			: auto !important;
	height			: 100%;
	margin-bottom	: -220px; /* inaltimea footerului + borderul aferent (daca exista) */
}
	#wrapper_header {
		background		: #0e1520 url(../imagini/bkg_header.gif) repeat-x left bottom;
		height			: 156px;
	}
		#header {
			height			: 109px;
			margin			: 0 auto;
			width			: 960px;
		}
		#header h1 {
			padding			: 22px 0 0 22px;
			text-indent		: -9999px;
			visibility		: visible!important;
		}
		#header a	{
			background		: url(../imagini/bkg_logo.gif) no-repeat top left;
			display			: block;
			width			: 330px;
			height			: 69px;
		}
/*****************************************************************************************
*   *) TOP NAVIGATION
******************************************************************************************/
#top_nav {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	height			: 42px;
	text-transform	: uppercase;
	width			: 960px;
	margin			: 0 auto;
	white-space		: nowrap;
}

#top_nav ul {
	height			: 42px;
	/*margin-left		: 260px;
	_margin-left	: 250px;*/
}
#top_nav ul li {
	display			: inline;
	float			: left;

}
#top_nav ul li a {
	background		: url(../imagini/bkg_top_nav_button.gif) no-repeat top left;
	color			: #bda887;
	cursor			: pointer;
	display			: block;
	height			: 42px;
	margin			: 0 0 0 4px;
	padding			: 0;
	text-decoration	: none;
	_width			: 0;
}
#top_nav ul li a span {
	background		: url(../imagini/bkg_top_nav_button_span.gif) no-repeat top right;
	display			: block;
	height			: 26px;
	margin			: 0;
	padding			: 16px 25px 0 17px;
	position		: relative;
	right			: -4px;
}
#top_nav ul li a:hover, #top_nav ul li a.apasat {
	color				: #213451;
	background-position	: bottom left;
}
#top_nav ul li a:hover span, #top_nav ul li a.apasat span {
	background-position: bottom right;
}
/*****************************************************************************************
*   *) CONTENT
******************************************************************************************/
	#wrapper_content {}
		#content {
			margin			: 0 auto;
			width			: 960px;
		}
		#col_stanga {
			background		: url(../imagini/bkg_col_stanga.gif) no-repeat right top;
			float			: left;
			padding-top		: 26px;
			padding-bottom	: 340px;
			width			: 197px;
		}
		#blog #col_stanga { padding-bottom:1em; }
		
			#col_stanga ul#left_side_nav {
				font			: 12px Verdana, sans-serif;
			}
			#col_stanga ul#left_side_nav li { }
			#col_stanga ul#left_side_nav li a {
				color			: #0072bc;
				display			: block;
				float			: right;
				line-height		: 40px;
				padding-right	: 34px;
				text-align		: right;
				text-transform	: capitalize;
				width			: 163px;
				_width			: 160px;
			}
			#col_stanga ul#left_side_nav li a:hover, #col_stanga ul#left_side_nav li a.apasat {
				color			: #213451;
				background		: #fff url(../imagini/bkg_left_nav_li.gif) no-repeat right bottom;
			}
			
		#col_centru {
			float			: left;
			padding-top		: 28px;
			width			: 543px;
			/*_width			: 545px;*/
		}
			#col_centru h1 {
				margin-bottom		: 8px;
			}
			#col_centru h2 {
				padding-top			: 7px;
				padding-bottom		: 17px;
			}
			#col_centru h4 {
				background			: url(../imagini/icon_plus_minus.gif) no-repeat left 1px;
				line-height			: 1.4em;
				padding-left		: 24px;
				padding-bottom		: 6px;
			}
			#col_centru ol {
				list-style-type		: decimal;
				margin-left			: 50px;
			}
			#col_centru ul {
				margin-bottom		: 24px;
			}
			#col_centru ul li {
				background			: url(../imagini/bkg_modul_arhiva_li.gif) repeat-x left bottom;
				_display			: inline-block;
				padding				: 7px 0 2px 0;
			}
			#col_centru ul li div {
				padding-top			: .7em;
			}
			#col_centru ul li div p, #col_centru ul li div ul {
				font				: 11px Verdana, sans-serif;
				line-height			: 18px;
				margin-bottom		: 1em;
				padding-left		: 24px;
			}
			#col_centru ul li div ul {
				list-style-image	: url(../imagini/bullet_lista_raspunsuri.gif);
				margin-left			: 3em;
				margin-bottom		: 1.5em;
			}
			#col_centru ul li div ul li {
				background			: none;
				padding				: 0;
			}
			
			
		#col_dreapta {
			background		: url(../imagini/bkg_col_dreapta.gif) no-repeat left top;
			float			: left;
			padding-top		: 28px;
			_padding-top	: 32px;
			padding-bottom	: 340px;
			width			: 220px;
		}
		/*#content h1, #content h2, #content h3, #content h4, #content p, #content blockquote {
			margin-right	: 0px;
			margin-left		: 12px;
		}
		#content h1 {
			margin-bottom	: 10px;
		}
		#content h3 {
			margin-bottom	: 5px;
		}
		#content ul h4 {
			margin-left		: 0;
		}
		#content p {
			margin-right	: 12px;
		}*/
	.home_page { }
	.home_page #col_stanga {
		float			: left;
		padding			: 300px 0 0;
		position		: relative;
		width			: 543px;
	}
		.home_page #col_stanga .slideshow {
			background		: url(../imagini/bkg_slideshow.gif) no-repeat;
			height			: 338px;
			padding			: 14px 19px 19px 19px;
			position		: absolute;
			top				: -58px;
			width			: 505px;
		}
		#col_stanga .text, #col_centru .text {
			padding			: 0 34px;
		}
			.home_page #col_stanga .text ul#meniu_despre_noi {
				height			: 13px;
				margin			: 30px 0;
				padding			: 0 5px;
			}
			.home_page #col_stanga .text ul#meniu_despre_noi li {
				float			: left;
				font			: 11px Verdana, sans-serif;
			}
			.home_page #col_stanga .text ul#meniu_despre_noi li a {
				text-transform	: uppercase;
			}
			.home_page #col_stanga .text ul#meniu_despre_noi li a:hover {
				/*text-decoration	: underline;*/
			}
			.home_page #col_stanga .text ul#meniu_despre_noi li span {
				color			: #e1dbcf;
			}
			
			.home_page #col_stanga .text .testimonials_bubble, #col_centru .text .testimonials_bubble {
				background		: #bcc5c8 url(../imagini/bkg_testimonials_bubble.gif) no-repeat top left;
				margin-top		: 30px;
				_margin-top		: 20px;
				padding			: 18px 23px 13px;
				_padding		: 18px 18px 13px 17px;
			}
			#col_centru .text .testimonials_bubble {
				background		: #bcc5c8 url(../imagini/bkg_testimonials_bubble2.gif) no-repeat top left;
			}
			.home_page #col_stanga .text .testimonials_bubble p, #col_centru .text .testimonials_bubble p {
				color			: #fff;
				font-style		: italic;
			}
			#col_centru .text .testimonials_bubble p { margin-bottom:0; }
			.home_page #col_stanga .text .testimonials_bubble_semnatura, #col_centru .text .testimonials_bubble_semnatura {
				background		: url(../imagini/bkg_testimonials_bubble_semnatura.gif) no-repeat top left;
			}
				.home_page #col_stanga .text .testimonials_bubble_semnatura p, #col_centru .text .testimonials_bubble_semnatura p {
					color			: #795c5c;
					font			: 16px Georgia, serif;
					padding			: 40px 0 0 120px;
				}
				.home_page #col_stanga .text .testimonials_bubble_semnatura p span, #col_centru .text .testimonials_bubble_semnatura p span {
					color			: #999;
					display			: block;
					font			: italic 11px Verdana, sans-serif;
					margin-top		: 4px;
				}
	.home_page #col_dreapta {
		background		: url(../imagini/bkg_col_dreapta_home.gif) no-repeat left 400px;
		float			: left;
		padding-top		: 0;
		padding-bottom	: 140px;
		width			: 417px;
	}
		.home_page #col_dreapta ul#right_side_nav {
			background		: #f7f2eb url(../imagini/bkg_right_nav.gif) repeat-x center bottom;
			margin-bottom	: 43px;
			 _margin-bottom	: 42px;
			padding-bottom	: 1px;
			_padding		: 0;
		}
		.home_page #col_dreapta ul#right_side_nav li {
			background		: url(../imagini/bkg_right_nav_li.gif) no-repeat right bottom;
			height			: 52px;
			position		: relative;
		}
		.home_page #col_dreapta ul#right_side_nav li p {
			color			: #83a4df;
			top				: 27px;
			display			: inline;
			margin-bottom	: 0;
			padding-left	: 15px;
			position		: absolute;
			white-space		: nowrap;
		}
		.home_page #col_dreapta ul#right_side_nav li p a {
			display			: inline;
			font			: 11px Verdana, sans-serif;
		}
		.home_page #col_dreapta ul#right_side_nav li p a:hover {
			background		: none;
		}
		.home_page #col_dreapta ul#right_side_nav li a {
			display			: block;
			height			: 49px;
		}
		.home_page #col_dreapta ul#right_side_nav li a:hover {
			background		: #fff;
		}
		.home_page #col_dreapta ul#right_side_nav li:hover {
			background		: url(../imagini/bkg_right_nav_li.gif) no-repeat right top;
		}
		.home_page #col_dreapta ul#right_side_nav li a span {
			color			: #213451;
			display			: block;
			font			: 12px Verdana, sans-serif;
			padding			: 10px 0 0 15px;
			text-transform	: uppercase;
		}
/*  CLIENT LIST
******************************************************************************************/
#client_list, #contact_list {
	list-style-image: url(http://www.aboutbaby.co.nz/images/right_arrow.gif);
	margin-left		: 40px;
	padding-left	: 16px;

}
#client_list li h3 {
	padding-bottom	: 4px;
}
#client_list li h3 a {
	text-transform	: none !important;
}
#client_list li p { }
#client_list li img {
	float			: right;
	margin-left		: 1em;
}
/*  CONTACT LIST
******************************************************************************************/
#contact_list {
	margin-bottom	: 1.5em;
}
#contact_list li p {
	margin-bottom	: 0;
}

/*****************************************************************************************
*   *) MODULE
******************************************************************************************/	

/*  DOWNLOAD BOX
******************************************************************************************/
#download_box {
	/*background		: #fff url() repeat-x center -7px;
	border			: 1px dashed #526C91;*/
	display			: block;
	font			: 1.2em Georgia, serif;
	padding			: 1em 0;
	margin-bottom	: 5px;
}
#download_box a {
	background		: url(../imagini/download_icon.gif) no-repeat 8px 8px;
	border			: 1px dashed /*#526C91*/#A0A3A3;
	/*display			: block;*/
	font-style		: italic;
	padding			: 1em 1em 1em 3.5em;
}
#download_box a:hover {
	
}
p.nota, p.semnatura {
	color			: #a0a3a3;
	font-size		: 1.1em;
	font-style		: italic;
	padding			: 0.5em 0 0 0.5em;
	/*text-align		: right;*/
}

/*  ARHIVA STIRI
******************************************************************************************/
#modul_arhiva_stiri {
	font-size			: 11px;
	padding-left		: 15px;
	
}
#modul_arhiva_stiri ul { }
#modul_arhiva_stiri ul li {
	background			: url(../imagini/bkg_modul_arhiva_li.gif) no-repeat left bottom;
	_display			: inline-block;
}
#modul_arhiva_stiri ul li a {
	background			: url(../imagini/bkg_modul_arhiva_icon.gif) no-repeat 1px top;
	color				: #5d5d5d;
	display				: block;
	padding				: 11px 0 11px 23px;
}
#modul_arhiva_stiri ul li a.frauda {
	background-position	: 1px -166px;
}
#modul_arhiva_stiri ul li a:hover.frauda { color:#e53f4f; }
#modul_arhiva_stiri ul li a:hover {	
	color				: #0072bc;
}

/*  NEWSLETTER
******************************************************************************************/
#modul_newsletter {
	background			: url(../imagini/bkg_modul_newsletter.gif) no-repeat left top;
	height				: 72px;
	margin				: 20px 0 0 1px;
	padding				: 12px 0 0 13px;
	width				: 206px;
}
#modul_newsletter form { padding:0; }
#modul_newsletter input { float:left; }

#modul_newsletter input.newsletter, #modul_newsletter input.search_input {
	background			: url(../imagini/bkg_input_newsletter.gif) no-repeat left top;
	margin-left			: 1px;
	_margin-left		: 0;
	width				: 156px;
}
.news_list ul {
	font				: 12px/18px Verdana,sans-serif;
	margin-bottom		: 1.5em;
}
.news_list ul li {
	background			: url(../imagini/newsletter-icon.gif) no-repeat left top;
	line-height			: 2.5em;
	padding-left		: 3em;
}

/*  SOCIAL MEDIA
******************************************************************************************/
#modul_socialmedia {
	background			: url(../imagini/bkg_modul_socialmedia.gif) no-repeat left top;
	height				: 72px;
	margin				: 6px 0 0 1px;
	padding				: 12px 0 0 13px;
	width				: 206px;
}
#modul_socialmedia h2 { color: #ece0d0; margin-bottom:2px; }
#modul_socialmedia a { float:left; margin-right: 10px; margin-left:1px; }

/*****************************************************************************************
*   *) CONTACT FORM
******************************************************************************************/
input, select, textarea {
	background		: #fff;
	border			: none;
	color			: #5D5D5D;
	display			: block;
	font			: 11px Verdana, sans-serif;
	/*margin			: 3px 0;*/
	padding			: 3px 4px 5px 6px;
}

textarea#comment { border-bottom: none; }
select {
	/*height			: 1.5em;
	line-height		: 1.5em;*/
	padding			: 2px 2px 2px 0;
}
/*input:focus, select:focus, textarea:focus {
	background-image: none;
	border-color	: #666;
	color			: #222;
}*/

#subForm, .replyForm {
	background			: url(../imagini/bkg_form_contact.gif) no-repeat center top;
	margin-bottom		: 2em;
	_margin-bottom		: 1em;
	padding				: 13px 34px 22px;
	_width				: 474px;
}

#form_box_contact { margin : 0 0 20px 0; }
#form_box_contact div { margin-bottom:6px; }
#form_box_contact input {
	background			: url(../imagini/bkg_input_contact.gif) no-repeat left top;
	width				: 214px;
}
#form_box_contact input#security_code {
	text-align		: center;
	width			: 20%;
}
#form_box_contact input, #form_box_contact textarea {
	display			: inline;
	position		: relative;
	top				: 0;

}
#form_box_contact textarea {
	background			: url(../imagini/bkg_textarea_contact.gif) no-repeat left top;
	font-size			: 1.1em;
	height				: 8.05em;
	overflow			: hidden;
	width				: 465px;
}
#form_box_contact label {
	margin-left		: .5em;
	padding-bottom	: 2px;
}
#form_box_contact img {
	margin			: 6px 0;
}

/*****************************************************************************************
*   *) MESAJE LA FORM
******************************************************************************************/
.messageBox1 ul li {
	background		: url(../imagini/btn_alert_icon.gif) no-repeat center left;
	color			: #DE3333;
	font-weight		: bold;
	padding-left	: 2em;
}
input.error, input:focus error {
	border			: 1px solid #DE3333;
}

/*****************************************************************************************
*   *) BUTON
******************************************************************************************/
.b01 {
	background		: url(../imagini/bkg_submit_contact.gif) no-repeat !important;
	border			: none;
	color			: #fff !important;
	cursor			: pointer;
	font-size		: 11px;
	margin-top		: 2px;
	margin-bottom	: 0;
	padding			: 3px 0 3px;
	_padding		: 4px 0 2px;
	text-align		: center;
	text-transform	: capitalize;
	width			: 71px !important;
	height: 21px;
}
.b02 {
	background		: url(../imagini/bkg_submit_newsletter.gif) no-repeat;
	cursor			: pointer;
	height			: 21px;
	margin-left		: 4px;
	padding			: 0;
	width			: 21px;
}
.b_normal {
	background-position: bottom center !important;
}
.b_hover {
	background-position: top center;
}


/*****************************************************************************************
*   *) FOOTER
******************************************************************************************/	
#wrapper_footer {
	background		: #1e2d45 url(../imagini/bkg_footer.gif) repeat-x center top;
	color			: #bda887;
	position		: relative;
}
#blog #wrapper_footer, .push {
	height			: 220px; /* inaltime fixa, posibil de editat in functie de contunut */
}
#wrapper_footer, .push {
	height			: 220px; /* inaltime fixa, posibil de editat in functie de contunut */
}
	#footer {
		margin			: 0 auto;
		padding			: 23px 0 0 0;
		width			: 960px;
	}
	#footer .box_lista {
		float			: left;
		margin-bottom	: 1.5em;
		margin-right	: 3em;
		_width			: 100px;
		white-space		: nowrap;
	}
	#footer/*, .postmetadata*/ {
		font-size		: 1.1em;
	}
	#footer h3 {
		color			: #bda887;
		font			: 12px Verdana, sans-serif;
		margin-bottom	: .7em;
	}
	#footer p.adresa {
		color			: #bda887;
		font			: 11px Verdana, sans-serif;
		line-height		: 1.8em;
		margin-bottom	: .7em;
		
	}
	#footer ul {
		/*margin-right	: 2em;*/
	}
	#footer a {
		background		: url(../imagini/bullet_footer.gif) no-repeat scroll left 7px;
		display			: block;
		_height			: 20px;
		line-height		: 1.8em;
		padding-left	: .6em;
	}
	#footer a:hover { color:#dde7ea; }
	#footer a srong {
		color			: #444;
	}
	p.copyright {
		color			: #999;
		font-size		: 1em;
	}
		p.copyright span {
			color			: #b2b2b2;
			_font-size		: .7em;
		}


/*****************************************************************************************
*   *) CLEAR
******************************************************************************************/
.clear {
  clear		: both;
  height	: 1px;
  overflow	: hidden;   /* prevent IE expanding the container */ /* daca comentam randul asta se va afisa bine in DREAMWEAVER */
  margin	: 0;        /* keep flush with surrounding blocks */
}
.clear2 {
  clear		: right;
  height	: 1px;
  overflow	: hidden;   /* prevent IE expanding the container */ /* daca comentam randul asta se va afisa bine in DREAMWEAVER */
  margin	: 0;        /* keep flush with surrounding blocks */
}

/*****************************************************************************************
*   *) CLASE WP
******************************************************************************************/
.entry ul {
	/*margin-bottom		: 0 !important;*/
	font			: 12px Verdana, sans-serif;
	line-height		: 18px;
	margin-bottom	: 1.5em;
}
.entry ul li, .entry ol li {
	background			: none !important;
	padding				: 7px 0 2px !important;
}
.entry ol ul li, .entry ul li {
	list-style-image	: url(../imagini/bullet_lista_raspunsuri.gif);
	margin-left			: 3em;
}

input#_wp_unfiltered_html_comment { padding:0; }


h1.titlu a { color:#526C91 !important; }

h1.titlu strong {
	color				: #BDA887;
	font-size			: .6em;
	font-weight			: normal;
	font-style			: italic;
}

.comment h4 {
	color				: #795C5C;
    font				: 18px Georgia,serif;
    padding-bottom		: 11px;
	
	background			: none !important;
	/*color				: #999 !important;*/
	padding-left		: 0 !important;
}
.comment h4 em { font: 12px Verdana,sans-serif; font-size: .6em; }

.messageBox1 {  }
.messageBox1 p { color:#F00; line-height: 12px; margin: 0 0 5px 0; }

#modul_newsletter input.search_input { padding: 3px 4px 5px 6px; }

.slideshowFade { height: 305px; width: 505px; padding:0; margin:0px; overflow: hidden }
.slideshowFade img { height: 305px; width: 505px; top:0; left:0 }


