/*****************************************************************************************
  @package     	http://www.optimizaresite.ro/
  @author      	Predrag Jivici
  @copyright   	Copyright (c) 2008, optimizaresite.ro

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
******************************************************************************************/

/* YUI Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin		: 0;
	padding		: 0;
}
table {
	border-collapse	: collapse;
	border-spacing	: 0;
}
fieldset,img { 
	border		: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style	: normal;
	font-weight	: normal;
}
ol,ul {
	list-style	: none;
}
caption,th {
	text-align	: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size	: 100%;
	font-weight	: normal;
}
q:before,q:after {
	content		: '';
}
abbr,acronym { 
	border		: 0;
}
hr {
	display		: none;
}

/*****************************************************************************************
*   *) CLASE GENERALE
******************************************************************************************/
img, a, div, input, p {
	behavior: url("http://www.copertadecarte.ro/wp-content/themes/DS_Blog/iepngfix.htc")
}


body {
	background		: #fff url(../images/bkg_body.gif) repeat top left;
	color			: #222;
	font-family		: /*Verdana, */Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size		: 62.5%;
}
html, body { height			: 100%; }
/*h1 {
	color			: #526C91;
	font-family		: Georgia, "Times New Roman", Times,serif;
	font-size		: 1.8em;
	margin			: 0 0 10px;
	padding			: 5px 0 0;
}*/
h1.titlu { font-size: 22px; font-style:italic; }
h1.subtitlu, h1.subtitlu2 { font-size: 24px; }
h2, h3 { font-size: 20px; }
h4, h5 { font-size: 14px; }
p {
	font-size		: 1.3em;
	line-height		: 1.5em;
	margin			: 0 0 1.2em 0;
}
p span.verde {
	color			: #30bdd9;
	font-family		: Georgia;
	font-size		: 1.3em;
	font-style		: italic;
	/*font-weight		: bold;*/
	line-height		: 1.4em;
}
a:link, a:visited {
	color			: #b97203;
	text-decoration	: none;
	outline-style	: none;

}
a:hover, a:active {
	/*background		: #b97203;*/
	color			: #b97203;
	text-decoration	: underline;
}

strong {
	font-weight		: bold;
}
em {
	font-style		: italic;
}
blockquote {
	color			: #cbdb44;
	display			: block;
	font-family		: Georgia;
	font-size		: 1.8em;
	font-style		: italic;
	margin-right	: 0 !important;
	margin-bottom	: 1em;
}
	blockquote span {
		font-size		: 1.4em;
	} 
/*****************************************************************************************
*   *) CLASE LAYOUT
******************************************************************************************/
#blog #wrapper_mare { margin-bottom	: -44px; }
#wrapper_mare {
	min-height		: 100%;
	height			: auto !important;
	height			: 100%;
	margin-bottom	: -44px; /* inaltimea footerului + borderul aferent (daca exista) */
}
	#wrapper_header {
		background		: url(../images/bkg_bara_top_header.png) no-repeat;
		height			: 230px;
		padding-top		: 13px;
	}
		#header {
			background		: url(../imagini/bkg_header.gif) no-repeat -113px top;
			height			: 160px;
			margin			: 0 auto;
			width			: 960px;
			position:relative;
		}
		#header h1 {
			/*text-indent		: -9999px;*/
			visibility		: visible!important;
		}
		/*#header a	{
			display			: block;
			width			: 276px;
			height			: 65px;
			position		: absolute;
			top				: 20px;
			left			: 200px;
			_left			: 200px;
		}*/
		#header a:hover	{
			background		: none;
		}
		
	#wrapper_content {}
		#content {
			margin			: 0 auto;
			/*padding-top		: 35px;*/
			padding-bottom	: 15px;
			width			: 960px;
		}
		#content h1, #content h2, #content h3, #content h4, #content h5, #content p, #content blockquote, #content small {
			/*margin-right	: 15px;*/
			margin-left		: 15px;
		}
		#content h1 {
			margin-bottom	: 10px;
			padding-left	: 13px;
		}
			#content h1.designer {
					background		: url(../images/bkg_h1_designer.png) no-repeat left 1px;
			}
			#content h1.designer_single {
					background		: url(../images/bkg_h1_designer_single.png) no-repeat left 1px;
			}
			#content h1.editura {
					background		: url(../images/bkg_h1_editura.png) no-repeat left 1px;
			}
			#content h1.cititor {
					background		: url(../images/bkg_h1_cititor.png) no-repeat left 1px;
			}
		#content h3 {
			margin-bottom	: 5px;
		}
		#content ul h4 {
			margin-left		: 0;
		}
		#content small {
			color			: #999;
			font-size		: 1.1em;
			position		: relative;
			top				: -3px;
		}
		.home_page {
			background		: url(../imagini/cubul.jpg) no-repeat right 20px;
		}
/*****************************************************************************************
*   *) FOOTER
******************************************************************************************/	
#wrapper_footer {
	background		: #222 url(../imagini/bkg_footer.jpg) no-repeat center top;
	border-top		: 3px solid #e4e1cc;
	position		: relative;
}
#blog #wrapper_footer, .push {
	height			: 40px; /* inaltime fixa, posibil de editat in functie de contunut */
}
#wrapper_footer, .push {
	height			: 40px; /* inaltime fixa, posibil de editat in functie de contunut */
}
	#footer {
		color			: #444;
		line-height		: 1.6em;
		margin			: 0 auto;
		padding			: 10px 0;
		width			: 960px;
	}
	#footer, .postmetadata {
		clear			: both;
		font-size		: 1.1em;
	}
	#footer ul {
		color			: #444;
		font-weight		: bold;
		float			: left;
		margin-right	: 2em;
	}
	#footer a {
		color			: #999;
		font-weight		: normal;
		text-decoration	: none;
	}
	#footer a:hover {
		color			: #fff;
	}
	#footer a srong {
		color			: #444;
	}
	p.copyright {
		color			: #999;
		font-size		: 1em;
		margin-bottom	: 0;
		text-align		: center;
	}
		p.copyright span {
			color			: #b2b2b2;
			font-size		: .8em;
			_font-size		: .6em;
			padding-right	: 2px;
		}


/*****************************************************************************************
*   *) TOP NAVIGATION
******************************************************************************************/
#top_nav {
	/*height			: 48px;*/
	width			: 960px;
	margin			: 0 auto;
}
#top_nav ul {
	/*height			: 48px;*/
}
#top_nav ul li {
	display			: inline;
	font-size		: 1.4em;
}
#top_nav ul li a, #top_nav ul li a:visited {
	color			: #000;
	display			: block;
	float			: left;
	height			: 46px;
	margin			: 0 2px 0 0;
	padding			: 4px 35px 0 11px;
	_padding		: 5px 35px 0 11px;
	
}
#top_nav ul li a small {
	color			: #ccc;
	display			: block;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size		: .7em;
	letter-spacing	: 0;
	/*line-height		: 1.1em;*/
	text-transform	: uppercase;
}
#top_nav ul li.rss a, #top_nav ul li.rss a:visited { float: right; color: #ff7e2f; border: 0; }

#top_nav ul li a:hover {
	background		: url(../images/bkg_buton_top_nav_hover.png) repeat-x top right;
	color			: #b97203;
	text-decoration	: none;
}
#top_nav ul li.apasat a {
	background		: url(../images/bkg_buton_top_nav.png) no-repeat bottom right;
	font-family		: Trebuchet MS;
	font-size		: 1em;
	letter-spacing	: 1px;
}
#top_nav ul li#mhome.apasat a {
	_background		: url(../images/bkg_buton_top_nav_mhome.png) no-repeat;
	_cursor			: pointer;
	_width			: 75px;
}
#top_nav ul li.rss a:hover { color: #d2580d; }

#top_nav ul# li a:hover small, #top_nav ul li.apasat a small { color: #777; font-style: normal; }


#top_nav ul li.apasat a small, #mhome a:hover small {
	color			: #d3cfb2;
}

/*****************************************************************************************
*   *) TOP NAVIGATION
******************************************************************************************/
/*#top_nav {
	height			: 48px;
	width			: 960px;
	margin			: 0 auto;
}

#top_nav ul {
	font-family		: Verdana, Arial, Helvetica, sans-serif;
	font-size		: 1.4em;
	height			: 48px;
}
#top_nav ul li {
	display			: inline;
	float			: left;
}
#top_nav ul li a {
	color			: #000;
	display			: block;
	height			: 48px;
	margin			: 0 2px 0 0;
	padding			: 9px 35px 0 11px;
	_width			: 80px;
}
#top_nav ul li a small {
	color			: #cccccc;
	display			: block;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size		: .7em;
	text-transform	: uppercase;
}
#top_nav ul li.apasat a {
	background		: url(../images/bkg_buton_top_nav.png) no-repeat bottom right;
}
#top_nav ul li.apasat a small, #mhome a:hover small {
	color			: #d3cfb2;
}
#mhome a {
	
}*/
/*#mservicii a {
	background		: url(../imagini/buton_top_nav_servicii.gif) no-repeat 0 -30px
}
#mclienti a {
	background		: url(../imagini/buton_top_nav_clienti.gif) no-repeat 0 -30px;
}
#mdespre a {
	background		: url(../imagini/buton_top_nav_despre.gif) no-repeat 0 -30px;
}
#mcontact a {
	background		: url(../imagini/buton_top_nav_contact.gif) no-repeat 0 -30px;
}
#mblog a {
	background		: url(../imagini/buton_top_nav_blog.gif) no-repeat 0 -30px;
}*/

/*#mhome a:hover, #mservicii a:hover, #mclienti a:hover, #mdespre a:hover, #mcontact a:hover, #mblog a:hover {
	background-position: 0 -60px;
}
#mhome a:hover small {
	color			: #d3cfb2;
}*/

/*****************************************************************************************
*   *) MODUL CUBURI
******************************************************************************************/
#modul_cuburi {
	height			: 260px;
	margin			: 0 auto;
	/*margin-top		: 20px;
	padding-top		: 15px;
	width			: 730px;*/
}
	#modul_cuburi h1 {
		width			: 350px;
	}
	#modul_cuburi p {
		width			: 550px;
	}

/*****************************************************************************************
*   *) MODUL SERVICII
******************************************************************************************/
#modul_servicii {
	background		: url(../imagini/bkg_servicii.jpg) no-repeat top center;
	height			: 102px;
	margin			: 25px 0 10px;
}
#modul_servicii div.serv {
	float			: left;
	height			: 102px;
	margin			: 0 0 0 0;
	position		: relative;
	width			: 430px;
	/*width			: 215px;
	width			: 286px;*/
}
#modul_servicii div.serv h2 {
	margin-top		: 10px;
}
#modul_servicii div.serv a:link, #modul_servicii div.serv a:visited {
	/*background		: url(../imagini/sageata.gif) no-repeat 14px 77px;*/
	top				: 0;
	color			: #fff;
	display			: block;
	font-size		: 1.2em;
	line-height		: 1.6em;
	padding			: 50px 15px 1.1em 15px;
	/*padding			: 73px 15px 1.1em 32px;*/
	position		: absolute;
	z-index			: 1;
}
#modul_servicii div.serv a:hover {
	/*background		: url(../imagini/sageata.gif) no-repeat 14px 77px;*/
	background			: none;
}

/*****************************************************************************************
*   *) BREAD CRUMB NAV
******************************************************************************************/
#bread_crumb {
	background		: #CBD5DD url(../imagini/gradient03.gif) repeat-x left top;
	border-bottom	: 1px solid #999999;
	height			: 25px;
	padding-left	: 2em;
}

#bread_crumb ul {}


/*****************************************************************************************
*   *) CONTENT
******************************************************************************************/

/*****************************************************************************************
*   *) COLOANA STANGA
******************************************************************************************/
#coloana_stanga {
	float			: left;
	width			: 600px;
	/*margin-top		: 1.5em;
	padding			: 0 1.5em;
	position		: relative;
	text-align		: right;
	width			: 20em;*/
}
.stanga_mica { width: 355px !important; padding-top:3px; }
#coloana_stanga div.whole {
	background		: url(../images/bkg_necompletate.gif) no-repeat 3px 3px;
	_height			: 352px;
	min-height		: 352px;
	width			: 600px;
}
/*#coloana_stanga ul {
	font-size		: 1.2em;
	margin-bottom	: 1.2em;
	margin-left		: 4em;
}
#coloana_stanga ul li { 
	background		: url(../imagini/bullet.gif) no-repeat left 5px;
	line-height		: 1.6em;
	padding			: 0 2em .2em;
	width			: auto;
}*/
/*#coloana_stanga ul li span {
	background-color: #fefefe;
}*/
#coloana_stanga ul ul {
	font-size		: 1em;
	margin-bottom	: 0;
	margin-left		: 2em;
}
#coloana_stanga ul ul li { 
	background		: url(../imagini/bullet2.gif) no-repeat left 7px;
	padding			: 0 1.5em;
}
/* #coloana_stanga ul li a {
	border-bottom	: 2px solid #DDD7C7;
	color			: #A89574;
	display			: block;
	line-height		: 2.2em;
	padding			: 1px;
	text-decoration	: none;
}
#coloana_stanga ul li a:hover, #coloana_stanga ul li a.apasat {
	border-bottom-color: #D2B37D;
	color			: #333333;
}*/
#coloana_stanga .post {
	background		: url(../imagini/spacer_col_stanga_simplu.jpg) no-repeat top center;
	float			: left;
	/*margin-bottom	: 3em;
	padding-top		: 2em;
	width			: 355px;*/
}
	#coloana_stanga .post p {
		margin-left		: 0;
		margin-right	: 0;
	}
	#coloana_stanga .post a, .stanga_mica .post img {
		display			: block;
		padding			: 3px;
	}
	.stanga_mica  a {
		display			: inline !important;
		padding			: 0 !important;
	}
	#coloana_stanga .post a:hover, .stanga_mica .post img {
		/*background		: url(../images/bkg_post_hover_hp.png) no-repeat center center;
		_background		: #e4e1cb;*/
		background		: #fff;
	}
	.stanga_mica a:hover {
		background		: none !important;
	}
.img_float_right {
	float			: right;
	margin			: 5px 15px;
}

/*****************************************************************************************
*   *) COLOANA DREAPTA
******************************************************************************************/
#coloana_dreapta {
	float			: right;
	width			: 335px;
	/*background		: url(../imagini/dash_vertical.gif) repeat-y 23.3em top;
	margin-top		: 1.5em;
	padding			: 0 1.5em 0 25em;*/
}
.dreapta_mare { width: 600px !important; }
#coloana_dreapta h1 { margin-left: 0; }
#coloana_dreapta h1 { margin-top: 2px; margin-bottom: 11px; }
#coloana_dreapta h1.secund { margin-top: 26px; margin-bottom: 5px; }
#coloana_dreapta p.descriere {
	background			: url(../images/bkg_comment_asterisc.png) no-repeat center left;
	padding-left		: 80px;
	margin				: 1.2em 0;
	_margin-bottom		: .5em;
	width				: 520px;
}

/*****************************************************************************************
*   *) DOWNLOAD BOX
******************************************************************************************/
#download_box {
	background		: #fff url(../imagini/download.gif) no-repeat 44.5em center;
	border			: 1px dashed #526C91;
}

#download_box a {
	background		: url(../imagini/s_albastra.gif) no-repeat 1em center;
	display			: block;
	padding			: 1em 1em 1em 2.5em;
}

/*****************************************************************************************
*   *) SEARCH FORM
******************************************************************************************/
#search_form {
	background		: url(../imagini/bkg_sidebar_ul2.gif);
	border-top		: 1px solid #D4E9A7;
	border-bottom	: 1px solid #D4E9A7;
	height			: 30px;
	padding-top		: 2px;
	_padding-top	: 1px;
	padding-right	: 5px;
	text-align		: right;
}
	#search_form input {
		width			: 230px;
	}

/*****************************************************************************************
*   *) COMMENT FORM
******************************************************************************************/	
.replyForm {
	margin-top		: 1em;
}

/*****************************************************************************************
*   *) CONTACT FORM
******************************************************************************************/
input, select, textarea {
	background		: #fff url(../imagini/bkg_input.gif) repeat-x top left;
	border			: 1px solid /*#b2b2b2*/ #e4e1cb;
	color			: #666;
	font-family		: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size		: 12px;
	margin			: 3px 0;
	padding			: 3px 4px;
}
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	: #9aae9d;
	color			: #222;
}

#form_box_contact {}
#form_box_contact input {
	width			: 35%;
}
#form_box_contact select {
	width			: 36.8%;
	_width			: 37.1%;
}
#form_box_contact input#security_code {
	text-align		: center;
	width			: 20%;
}
/*#form_box_contact input, #form_box_contact textarea {
	position		: relative;
	top				: 4px;
}*/
#form_box_contact textarea {
	height			: 8em;
	overflow		: hidden;
	width			: 61.5%;
	-width			: 60%;
}
#form_box_contact label {
	color			: #666;
	display			: block;
	/*font-size		: 1.1em;*/
	float			: left;
	margin-right	: .5em;
	padding-top		: .7em;
	text-align		: right;
	width			: 215px;
}
	#form_box_contact label span {
		color		: #347c7f;
	}
#form_box_contact img {
	margin			: 6px 0;
}
/*#commentform { padding-left	: 15px; }
#commentform input.b01 { margin-left	: 0; }*/

/*****************************************************************************************
*   *) MESAJE LA FORM
******************************************************************************************/
.messageBox1 {
	margin-bottom	: 2em;
}
.messageBox1 p {
	background		: url(../imagini/error_icon1.gif) no-repeat left 5px;
	color			: #DE3333;
	/*font-weight		: bold;*/
	font-style		: italic;
	line-height		: 2em;
	margin-bottom	: 0;
	margin-left		: 220px !important;
	padding-left	: 2em;
}
input.error, input:focus error, select.error, select:focus error{
	border			: 1px solid #DE3333;
}
.succes p { margin-bottom: 0; }
/*****************************************************************************************
*   *) BUTON
******************************************************************************************/
.b01 {
	background		: #fff /*url(../images/bkg_buton_submit.png) no-repeat;*/;
	border			: 1px solid #fff;
	color			: #555 !important;
	cursor			: pointer;
	font-size		: 11px;
	margin-bottom	: 0;
	margin-left		: 221px;
	_margin-left	: 223px;
	padding			: 3px 0 2px;
	_padding		: 2px 0 0px;
	text-align		: center;
	text-transform	: capitalize;
	width			: 70px !important;
}
.b_normal {
	background-position: top center;
}
.b_hover {
	border			: 1px solid #B97203;
	color			: #B97203 !important;
	background-position: bottom center;
}
/*****************************************************************************************
*   *) SPACER
******************************************************************************************/
div.spacer, div.spacer_comments {
	clear			: both;
	height			: 19px;
	margin			: 5px 0;
	padding			: 0pt;
}
div.spacer, div.spacer_comments {
	background		: url(../images/spacer_comment.png) no-repeat center top;
	_background		: none !important;
}
div.spacer_comments {
	height			: 6px;
	margin-bottom	: 0;
}
/*#coloana_stanga div.spacer {
	background		: url(../imagini/spacer_col_stanga.jpg) no-repeat top center;
}
#coloana_stanga div.spacer_inv {
	background		: url(../imagini/spacer_col_stanga_inv.jpg) no-repeat top center;
	margin-bottom	: 19px;
}*/

/*****************************************************************************************
*   *) COMENTARII
******************************************************************************************/
#comments .comment {
	/*background		: url(../images/bkg_comment.png) no-repeat right bottom;
	border-top		: 1px solid #dedede;*/
	_background			: none !important;
	padding-top			: 1.5em;
	_padding-top		: 0;
	padding-bottom		: .75em;
	/*margin-top		: 1em;*/
}
#comments .alt {
	/*background			: url(../images/bkg_comment_1.png) no-repeat right bottom;*/
	_background			: #f8f7f4 url(../images/spacer.png) no-repeat center bottom !important;
	padding-top			: 1em;
	_padding-bottom		: 0;
}
#comments .reg {
	/*background			: url(../images/bkg_comment_2.png) no-repeat right bottom;*/
	/*background		: url(../images/spacer.png) no-repeat center bottom;*/
	padding-top			: 1em;
	padding-bottom		: .6em;
}
#comments .comment_1 {
	background			: url(../images/bkg_comment_1.png) no-repeat right bottom;
}
#comments .comment_2 {
	background			: url(../images/bkg_comment_2.png) no-repeat right bottom;
}
#comments .comment_3 {
	background			: url(../images/bkg_comment_3.png) no-repeat right bottom;
}
#comments .comment_4 {
	background			: url(../images/bkg_comment_4.png) no-repeat right bottom;
}
#comments .comment_5 {
	background			: url(../images/bkg_comment_5.png) no-repeat right bottom;
}
/*#comments #comment-2 {
	background		: #fff;
	border-left		: 3px solid #347c7f;
}*/
#comments .comment h5 {
	width			: 400px;
}
#comments .comment p {
	margin-left		: 80px;
	_margin-bottom	: .5em;
}
#comments .comment img.avatar {
	float			: right;
}
#comments .comment_box {
	background			: url(../images/bkg_comment_quote.png) no-repeat left center;
	margin-bottom		: 1em;
	padding-left		: 65px;
	width				: 520px;
}
/*****************************************************************************************
*   *) SIDEBAR UL
******************************************************************************************/
.sidebar_ul {
	font-size		: 1.2em;
}
.sidebar_ul li {
	border-top		: 1px solid #d4e9a7;
}
.sidebar_ul li a {
	background		: url(../imagini/bkg_sidebar_ul.gif) no-repeat left -31px;
	display			: block;
	padding			: 9px 0 9px 20px;
	width			: 260px;
}
.sidebar_ul li a:hover, .sidebar_ul li.apasat a, .sidebar_ul li.current-cat a {
	background		: url(../imagini/bkg_sidebar_ul.gif) no-repeat left 0;
	color			: #fff;
}

/*****************************************************************************************
*   *) SIDEBAR POST NAVIGATION
******************************************************************************************/
.navigation {
	background		: url(../images/bkg_post_nav.gif) no-repeat center center;
	float			: right;
	height			: 28px;
	margin-top		: 3px;
	width			: 71px;
	_width			: 74px;
	position		: relative;
	z-index			: 9;
}
.navigation div {

}
.navigation div a {
	display			: block;
	height			: 28px;
}
.navigation .alignleft {
	float			: left;
}
.navigation .alignleft a {
	background		: url(../images/bkg_post_prev.gif) no-repeat center center;
	width			: 24px;
}
.navigation .alignright {
	float			: right;
}
.navigation .alignright a {
	background		: url(../images/bkg_post_next.gif) no-repeat center center;
	width			: 24px;
}
.navigation .aligncenter a {
	margin-left		: 24px;
	width			: 23px;
}
/*****************************************************************************************
*   *) SIDEBAR STUDIU DE CAZ THUMBS
******************************************************************************************/
a.studiu_caz_thumb {
	background		: #fcffff;
	border			: 1px solid #d7eaac;
	display			: block;
	margin-bottom	: 1.2em;
	padding			: 4px;
	width			: 270px;
}
a:hover.studiu_caz_thumb {
	background		: #b97203;
	border			: 1px solid #b97203;
	display			: block;
	margin-bottom	: 1.2em;
	padding			: 3px;
	width			: 272px;
}
a:hover.studiu_caz_thumb img { border:1px solid white; }

#coloana_stanga a.studiu_caz_thumb { float:left; margin:0 1em 1.2em 15px !important; }

/*****************************************************************************************
*   *) SIDEBAR POST IT
******************************************************************************************/
#postit {
	background		: url(../imagini/bkg_postit.jpg) no-repeat 0 0;
	height			: 270px;
	padding-top		: 25px;
	width			: 280px;
}
#postit a {
	display			: block;
	height			: 190px;
	margin-left		: 25px;
	width			: 190px;
}
#postit a:hover, #postit a:active, #postit a:active:hover {
	background		: none;
}

/*****************************************************************************************
*   *) PRE FOOTER
******************************************************************************************/
#pre_footer {
	background		: #ddd7cb url(../imagini/gradient01.gif) repeat-x left top;
	padding			: 1.5em;
}a.
#inner_pre_footer {
	background		: url(../imagini/dash_vertical.gif) repeat-y 21.8em top;
	/* identic cu #coloana_dreapta minus 1.5em reprezentand dublu padding*/
	padding-left	: 23.5em;
}
/*****************************************************************************************
*   *) 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 */
}

/*****************************************************************************************
*   *) DIVERSE ptr WP
******************************************************************************************/
#cmnt-resize-handle {
	font-size 	: 6px;
	cursor 		: s-resize;
	height 		: 6px;
	margin-top	: -4px;
	_margin-top	: -5px;
	margin-left	: 221px;
	_margin-left: 223px;
	border-top 	: 2px dashed #e4e1cb;
}
a.snap_noshots {
	float			: right;
	margin-right	: 15px;
}
a:hover.snap_noshots { background: none; }

a.car-toggler {
	display			: block;
	font-size		: 1.2em;
	line-height		: 1.6em;
	margin			: 0 0 1.2em 15px;
}
code {
	background		: #eeeeee;
	font-size		: 1.1em;
}
