/*BEGIN Default*/
body {
	margin:0px;
	margin-top:0px;
	padding:0px;
/*	font-family:Verdana, Geneva, sans-serif, "arial", sans-serif;*/
	font: 13px Helvetica,Arial,Verdana,sans-serif;
/*	color:#555666;*/
	color:#404049;
/*	line-height:21px;*/
/*	min-width:990px; */ /*pentru ca sa nu fuga focusul la butoane cand este fereastra prea mica*/
	background-image:url("/img/bg.png");
}

html,body,form, ul, p, h1, h2, h3 { /*fara margini*/
	margin:0px;
	padding:0px;
/*	height:100%;*/
}

img {
	border:0px; /*in IE apare border pe poze*/
}

A:link, A:visited, A:active, A:hover {
	color: #2379B5;
	text-decoration: none;
}

A:hover {
	color:#1c6191;
}

ul { /*fara punctul acela mare*/
	list-style: none;
	line-height:0px;
}


#stanga {
/*
	width: -moz-calc(100% - 315px);
	width: -webkit-calc(100% - 315px);
	width:calc(100% - 315px);
*/
/*	display:inline-block;*/
	word-wrap:break-word;
/*	float:left;*/

/*	background-color:#CCC;*/
	margin-right:320px;

}

#dreapta {
	width:300px;
	display:block;
	word-wrap:break-word;
/*	display:table-cell;*/
/*	position:fixed;*/
/*	float:right;*/
	top:70px; 
	right:20px;
	position:absolute;
	float:right;
}

#stanga_ {
	word-wrap:break-word;
/*	background-color:#CCC;*/
	margin-right:320px;
	position:absolute;
	float:left;
	width:300px;
	display:block;
	word-wrap:break-word;
	top:70px; 
}

#dreapta_ {
	display:block;
	float:left;
	margin-left:310px;
}


.title {
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
}

.ellipsis { /* Pentru a se vedea puncte puncte*/
	white-space: nowrap;
	overflow: hidden;
	o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.wrapper {/*face puncte puncte*/
	display:inline-table;
	table-layout: fixed;
	width: 100%;
}


#pag, #pag-transparent, #header, #footer, #copyright { /*aceste elemente vor fi centrate si cu acelasi width */
	width: 80%;
	max-width: 1200px;
	min-width: 320px;

/*	min-height:100px;*/
	margin: 0 auto;
	padding: 0px;
/*	display:table;*/
/*	display:block;*/
	clear:both;
}

#pag {
	background-color:#FFF;
	min-height:700px;
}

#pag-padding {
	padding:20px;
	position:relative;

}
/*END Default*/


/*BEGIN clear element */
.clear {
	width: 100%;
	clear: both !important;
/*	display: inline-block; Am sters asa ca nu merge bine*/
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* .clear {
	height: 1%;
}
/*END clear after all elements */


/*BEGIN Celulele din header logo/search/ */
#header li {
	float:left;
}

#header li:last-child {
	float:right;
	padding-top:22px;
}
/*END Celulele din header logo/search/ */


/*BEGIN Meniu*/
#menu {
	background: #033145 url("/img/menu-gradient-transparent-bg.png") repeat-x 0px -50px;
	border-bottom: 1px solid #C4C7C8;
	height: 35px;
	clear:both;
	box-shadow: -4px 0px 4px #13242F inset; /*in partea dreapta la meniu este un border vertical*/
}

#menu li {
	float:left;
}

#menu li:hover {
	background-color:#2379B5;
}

#menu a {
	display: block;
	padding: 0 17px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height:35px;
}

#menu .current a {
	background: #FFFFFF url("/img/gradients-1px-vertical.png") repeat-x 0px -950px;
	color: #13242F;
	border-top: 1px solid #C4C7C8;
	border-width: 1px 0 0;
	-moz-border-radius: 1px 1px 0 0;
	-webkit-border-radius: 1px 1px 0 0;
	border-radius: 1px 1px 0 0;
	text-transform: uppercase;
}
/*END Meniu*/


/*BEGIN Popup Meniu*/
#menu ul ul {
	display: none; /*Popup menu este default invizibil*/
}

#menu ul li:hover > ul { /*cand te pui pe li cu mouse-ul faci vizil ul-urile din interior*/
	display: block;
}

#menu ul ul { /*popup*/
	background: #033145;
	position: absolute; 
	z-index:111;
}

#menu ul ul li { /*popup elements*/
	float: none;
	border-top: 1px solid #13242F;
	border-bottom: 1px solid #13242F;
}
/*END Popup Meniu*/


/*BEGIN Submeniu*/
#submenu {
	border-bottom: 1px solid #D3D5D6;
	height: 29px;
	clear:both;
}

#submenu li {
	height: 29px;
	line-height: 29px;
	margin-left: 20px;
	float:left;
}

#submenu a {
	display: block;
	font-size: 12px;
	color: #13242F;
	font-weight: bold;
	text-transform: uppercase;
	height: 29px;
	line-height:29px;
}

#submenu a:hover {
	color: #2379B5;
}
/*END Submeniu*/


/*BEGIN Notice (mesajul cu galben)*/
.notice {
	padding: 0px 10px;
	border: 1px solid #E1D47E;
	background: #FCF7D7 none 0 0;
	color: #252C2F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-bottom:15px;
	line-height:29px;
}

.notice li {
	display: list-item;
	text-align: -webkit-match-parent;
}

.notice a {
	font-weight:bold;
	line-height:29px;
}

.notice a:hover {
/*	color:#2379b5;*/
}
/*END Notice (mesajul cu galben)*/


/*BEGIN Search dreapta sus */
#search-btn {
	vertical-align: middle;
	top: 0px;
	right: 4px;
	cursor: pointer;
	background: #FFFFFF url("/img/menu-gradient-transparent-bg.png") repeat-x 0px -550px;
	border: 1px solid #BDBDBD;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	position: relative;
	width: 28px;
	height: 26px;
	padding: 4px 0px 0px 2px;
	display: inline-block;
	line-height: normal;
}

#search-field {
	height: 18px;
	padding-left: 5px;
	padding-right: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	width: 168px;
	color: #252C2F;
	background: #F0F1F2;
	line-height: 16px;
	outline: none;
	vertical-align: middle;	 
	 
	-webkit-box-shadow: inset 1px 1px 1px 0px #E0E0E0;
	-moz-box-shadow: inset 1px 1px 1px 0px #E0E0E0;
	box-shadow: inset 1px 1px 1px 0px #E0E0E0;
	background: #FFFFFF none 0 0;
	border-top: 1px solid #BDBDBD;
	border-left: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	border-right: 0;
	-moz-border-top-right-radius: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
}

.search-btn-icon { /* iconita de pe buton */
	width: 16px;
	height: 16px;
	background: transparent url("/img/icons.png") no-repeat scroll -32px -16px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}
/*END Search dreapta sus */


/* BEGIN footer */
#footer {
	background: #052733 none 0 0;
	border-top: 1px solid #C2C2C2;
	height: 47px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

#copyright {
	display:block;
	text-align:right;
	line-height:20px;
	clear:both;
	display:block;
	font-size:11px;
	padding-bottom:20px;
	padding-right:4px;
}

#footer_language_field {
/*	height: 18px;*/
	padding: 0px 8px;
	border: 1px solid #AEB3B6;
	background: #FFFFFF none 0 0;
	color: #000000;
	font: inherit;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	line-height:22px;
	margin-top:10px;
	margin-left:10px;
	float:left;

	text-decoration: none;   	
}

.listbox-arrow-icon { /* iconita de pe buton */
	position:relative;
	margin-left:9px;
	top:-1px;
	right:-3px;

	line-height:22px;
	width: 9px;
	height: 16px;
	background: transparent url("/img/icons.png") no-repeat scroll -47px -6px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}


#footer_links {
	float:right;
	margin-right:10px;
}

#footer_links li {
	display: list-item;	
	line-height: 47px;
/*	display: inline;*/
	float:left;
}

#footer_links li a {
	font: 11px Arial,sans-serif;
	color: #D2D2D2;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #C2C2C2;
	text-decoration: none;
	text-transform: uppercase;
}

#footer_links li:first-child a { /*la primul link din grupul de linkuri din footer nu ii punem bara*/
	border-left: 0;
	margin-left: 0;
}
/* END footer */


/*BEGIN panel gri dreapta*/
#panel_right {
	border: 1px solid #CCD1D5;
	background: #F8F8F8 none 0 0;
	padding: 15px;
	margin: 0 0 16px 0;
	float: left;
	width: 100%;
	position: relative;
	min-height: 24px;
	height: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#panel_right_title {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	float:left;
	padding-bottom:8px;
}

#panel_right_hr {
	border: none; /*pentru a disparea borderul ca il afisam mai jos cu border*/
	border-top: 2px solid #A2AEB3;
	clear:both;

}

.panel_right_icon { /* iconita de dupa titlu */
	width: 16px;
	height: 16px;
	background: transparent url("/img/icons.png") no-repeat scroll 0px -16px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
	float:right;
	margin-top:2px;
	display:block;
	cursor: pointer;
}

/*BEGIN panel gri dreapta*/


/*BEGIN Tabelul cu categorii*/
#categories {
	font-size: 12px;
	border-spacing:0;
/*	width:calc(100% - 315px); // in viitor va merge asa */
	width:100%;
}

.c_avatar img {
	max-height: 32px;
	max-width: 32px;
	position:absolute;
}

.c_icon {
	background: transparent url("/img/icons.png") no-repeat scroll -4px -208px;
	height: 15px;
	width: 16px;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: 2px;
	position:absolute;
}

.c_icon2 {
	background: transparent url("/img/icons.png") no-repeat scroll -256px -208px;
	height: 11px;
	width: 10px;
	vertical-align: middle;
	margin-right: 6px;
/*	margin-top: 2px;*/
/*	position:relative;*/
	display:inline-block;
}

.c_owner {
	padding-left: 42px;
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.c_date {
	font-size: 11px;
	color: #6A6A6A;
}

.c_title {
	display: inline-block;
	width: 100%;

	font-size: 14px;
	font-weight: bold;
}

.c_subtitle {
	display: inline-block;
/*	width: 100%;*/

	font-size: 14px;
/*	font-weight: bold;*/
/*	clear:both;*/
	margin-left:26px;
	margin-top:5px;
/*	padding-left:10px;*/
}


.c_last_post {
	display: inline-block;
	width: 100%;
}

#categories td { 
	border-top: 1px solid #DFDFDF;
	padding: 12px 0px;
	vertical-align: top;
	padding-left: 5px;
}

#categories thead tr { /*Bara titlu (gri)*/
	padding:0px;
	margin:0px;
	font-weight:bold;
	background:#F4F4F4;
}

#categories thead td { /*Bara gri fara word-wrap*/
/*	white-space:nowrap;*/
}

#categories td:nth-child(2), #categories td:nth-child(3) { /* Topics si Posts cu spatiu stanga dreapta */
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	width: 1%;
}

#categories td:nth-child(1) { /*Prima coloana are 65%*/
	width:55%; /*65*/
	padding-left:10px;
}

#categories td:nth-child(4) { /*Ultima coloana are 50%*/
	width:50%
}

#categories thead tr  { /*Culori degrade de fundal*/
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
/*END Tabelul cu categorii*/


/*BEGIN Tabelul cu topicuri*/
#topics {
	font-size: 12px;
	border-spacing:0;
/*	width:calc(100% - 315px); // in viitor va merge asa */
	width:100%;
}

/*
.t_avatar img {
	max-height: 32px;
	max-width: 32px;
	position:absolute;
}
*/

.t_icon {
	background: transparent url("/img/icons.png") no-repeat scroll -100px -240px;
	height: 18px;
	width: 16px;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: 2px;
	position:absolute;
}

.t_owner {
	padding-left: 42px;
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.t_date {
	font-size: 11px;
	color: #6A6A6A;
}

.t_title {
	display: inline-block;
	font-size: 16px;
}

#topics td { 
	border-top: 1px solid #DFDFDF;
	padding: 12px 0px;
	vertical-align: top;
	padding-left: 5px;
}

#topics thead tr { /*Bara titlu (gri)*/
	padding:0px;
	margin:0px;
	font-weight:bold;
	background:#F4F4F4;
}

#topics thead td { /*Bara gri fara word-wrap*/
/*	white-space:nowrap;*/
}

#topics td:nth-child(2)  { /* Topics si Posts cu spatiu stanga dreapta */
	white-space:nowrap;
	padding-left: 30px;
	padding-right: 10px;
	width: 1%;
}

#topics td:nth-child(1) { /*Prima coloana are 65%*/
	width:65%; /*65*/
	padding-left:10px;
}

#topics td:nth-child(4) { /*Ultima coloana are 50%*/
	width:50%
}

#topics thead tr  { /*Culori degrade de fundal*/
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 5%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(5%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(246,246,246,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 5%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 5%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 5%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 5%, rgba(246,246,246,1) 47%, rgba(246,246,246,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );
}

.topic_i {
	visibility: collapse;
}

.topic_i td{
	display:none;
}

.topic_i_ {
	background-color:rgba(204, 204, 204, 0.27);;
}


/*END Tabelul cu topicuri*/


/*paginare BEGIN*/
	#paginare {margin-bottom:20px;}

	.link {margin-left:7px;text-decoration: none; font-size:13px; font-family:Arial; color:#000; padding:5px; padding-left:9px;padding-right:9px;    border-style:solid;	border-width:1px; border-color:#CCC; background-color:#FFF; border-radius: 3px;}	
	span.link {border-style:none;} /*textul "Page:" sa nu fie cu border*/
	.sellink {margin-left:7px;text-decoration: none; font-size:13px; font-family: Arial; color:#FFF; font-weight: bold; padding:5px; padding-left:9px; padding-right:9px; border-style:solid;	border-width:1px; border-color:#06F;    background-color:#4A93FF;  border-radius: 3px; background: #37ACFE url("/img/gradients-1px-vertical.png") repeat-x 0px -500px;}

	A.link:hover {color:#000; border-color:#06F; background-color:#FFF}

	#urmatoru {clear:both; text-align:center; padding:20px;}
/*paginare END*/
	
	
	
	
	
	
	
/*BEGIN Button Start*/
.btn_blue {
	background: #37ACFE url("/img/gradients-1px-vertical.png") repeat-x 0px -500px;
	border: 1px solid #2989CC;
	color: #FFFFFF;
}

button {
	-webkit-box-sizing:border-box;
/*	-moz-box-sizing:border-box;*/
	box-sizing:border-box;
	display:inline-block;
	height:28px;
/*	min-width:65px;*/
	vertical-align:middle;
/*	padding:1px 10px;*/
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px solid #BFC5C9;
	outline:0;
/*	color:#252C2F;*/
	font-weight:bold;
	text-align:center;
	background:#FFFFFF url("/img/gradients-1px-vertical.png") repeat-x 0px -550px;
	
/*	font-size:12px;*/
/*	line-height:24px;*/
}
button:focus, button:hover {
	cursor:pointer;
	border:1px solid #858C90;
}
button[disabled] {
	border:1px solid #C8CCCE;
	color:#ADADAD;
	cursor:default;
	background:#FBFBFB url("/img/gradients-1px-vertical.png") repeat-x 0px -550px;
}
.btn_blue {
	background:#37ACFE url("/img/gradients-1px-vertical.png") repeat-x 0px -500px;
	border:1px solid #2989CC;
	color:#FFFFFF;
}


.btn_blue:focus, .btn_blue:hover {
	border:1px solid #002F50;
}
/*END Button Start*/





/*BEGIN Page Control*/
#tab-container{
/*    font-family: Arial,  Verdana, Helvetica, sans-serif;*/
    font-size: 12px;
/*    line-height:14px;*/
/*    margin: 3em auto;*/
/*    width: 500px;*/
/*    overflow: hidden;*/
/*	height:250px;*/
/*    min-height: 250px;*/
	clear:both;
}
#tab-container ul{
    width: 100%;
}
#tab-container ul.tab-menu li{
    display: block;
    position: relative;
    font-weight: 700;
    padding: 5px 10px 5px 10px;
    background: #eee;
    border: 1px solid #ddc;
    border-bottom: none;
    border-width: 1px;
    color: #999;
    cursor: default;
    line-height: 14px;
    margin-bottom: -1px;
    margin-right: 5px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	cursor:pointer;
	float:right;

}
#tab-container ul.tab-menu li.active{
    background: #fff;
    color: #0088CC;
    height: 15px;
    border-bottom: 0;
	cursor:default;
}
.tab-top-border {
    border-bottom: 1px solid #d0ccc9;
}
.tab-content{
    margin: 0 auto;
    background: #efefef;
    background: #fff;
    border: 1px solid #ddc;
    border-top-style: none;
    text-align: left;
    padding: 10px;
/*    padding-bottom: 20px;*/
/*    font-size: 11px;*/
    display: none;
	height:100%;

}
#tab-container div.active{
    display: block;
}
/*END Page Control*/


/*BEGIN Modal Dialog*/
#dialog_panel {
	background-color:#CCC;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	position:fixed;
	z-index:500;
	
	filter:alpha(opacity=60); /* For IE8 and earlier */
	opacity: 0.6;
	display:none;
}

#dialog_window {
	position: fixed;
	top: 40%;
	left: 50%;
	margin-top: -150px;
	margin-left: -250px;
	
	width:500px;
	height:400px;

	background-color:#FFF;
	border: 1px solid #ccc;	
	z-index:1000;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-box-shadow: #ccc 2px 2px 10px;
	-moz-box-shadow: #ccc 2px 2px 10px;
	box-shadow: #ccc 2px 2px 10px;
	display:none;
}

#dialog_title {
	font-size:18px;
	padding:12px;
	border-bottom: 1px solid #C4C7C8;	
	height:23px;
	
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;

	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );


}

#dialog_body {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	overflow:auto;
	margin-top:48px; /*23+12 (titlul de mai sus)*/
	margin-bottom:12px;
	margin-left:12px;
}
/*END Modal Dialog*/


/*Begin Post row*/
#posts {
	display:block;
	clear:both;
}

.post {
	background-color:#CCC;
	display:block;
	clear:both;

	border: 1px solid #C4C7C8;
	border-width: 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin-left:0px;
	margin-bottom:10px;
}

.post_fixed {
	width:160px;
	text-align:center;
	padding-top:15px;
	position:absolute; /*pentru a functiona arrow*/
	line-height:20px;
}

.post_msg {
	background-color:#FFF;
	margin-left:160px;
/*	width:100%;*/
/*	width:100%;*/
	min-height:180px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding:20px;

	font-size: 16px;
}

.post_msg h2 {
	font-size: 18px;
	font-weight: bold;
}

.post_title {
	display: inline-block;
	font-size: 14px;
}

.post_line {
/*
	border-top: 1px dotted #B7BCBE;
	position:relative;
	bottom:0px;
	bottom:20px;
	height:0px;
	display:block;
	background-color:#999;
	position:relative;
	margin-left:180px;
	margin-right:20px;
	*/
}

.post_username {
	font-size: 14px;
	font-weight:bold;
	display:block;	
	margin-top:6px;

}

.post .p_avatar > img{
/*	
	max-height: 64px;
	max-width: 64px;
	*/
	border: 1px solid #FFF;
	background-color:#FFF;
}

.arrow {
	border:0px;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #FFFFFF;
    border-top: 6px solid rgba(0, 0, 0, 0);
    position: absolute;
    right: 0;
    top: 35px;
}

.post_pending { /*coloram postul Pending*/
	background-color:#FFCCCD;
}

.first_post .post_msg { /*coloram primul raw sectiunea mare cu textul postul albastru deschis*/
	background-color:#EBF4F9;
}

.first_post .arrow { /*coloram arrow din primul row*/
    border-right: 10px solid #EBF4F9;
}


#posts_title_toolbar {
	height:40px;
	line-height:40px;
	margin-top:20px;
	margin-bottom:10px;
	display:block;

}

#post_pages_no_top, #post_pages_no_bottom {
	float:right;
}

#post_pages_no_bottom {
	margin-bottom:20px;
}

.post img {
	max-width:100%;
	margin-top:10px;
	margin-bottom:10px;

	border: 1px solid #C4C7C8;
/*	box-shadow: 7px 7px 5px #ccc;*/

	-webkit-box-shadow: 10px 10px 6px -6px #ccc;
	-moz-box-shadow: 10px 10px 6px -6px #ccc;
	box-shadow: 10px 10px 6px -6px #ccc;
}

.post video {
	max-width:100%;
	margin-top:10px;
	margin-bottom:10px;

	border: 1px solid #C4C7C8;
/*	box-shadow: 7px 7px 5px #ccc;*/

	-webkit-box-shadow: 10px 10px 6px -6px #ccc;
	-moz-box-shadow: 10px 10px 6px -6px #ccc;
	box-shadow: 10px 10px 6px -6px #ccc;
}

.url_post_icon {
	width: 12px;
	height: 12px;
	background: transparent url("/img/icons.png") no-repeat scroll -192px -80px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}

.edit_post_icon {
	width: 12px;
	height: 12px;
	background: transparent url("/img/icons.png") no-repeat scroll -336px -80px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}

.delete_post_icon {
	width: 12px;
	height: 12px;
	background: transparent url("/img/icons.png") no-repeat scroll -206px -175px;
	display: inline-block;
	overflow: hidden;
	text-indent: -99999px;
}

.first_post_title {
	margin-bottom:10px;
	
}
/*END Post row*/










/*BEGIN field*/
.field {
/*	height: 18px;*/
	padding: 4px 8px;
	border: 1px solid #AEB3B6;
	background: #FFF none 0 0;
	color: #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-sizing: border-box; /*fara asta fieldul este mai mare dicat divul pe care sta*/
    box-sizing: border-box;      /*fara asta fieldul este mai mare dicat divul pe care sta*/
}

.field:focus {
	-webkit-box-shadow: #ccc 2px 2px 10px;
	-moz-box-shadow: #ccc 2px 2px 10px;
	box-shadow: #ccc 2px 2px 10px;

}
/*END field*/


/*BEGIN content_editable field*/
#content_editable {
	outline:0px;
	height:100%;
	padding:0px;
	margin:0px;
	overflow:auto;
	min-height:160px;
	max-height:600px;
	resize: vertical;
	font-size:14px;
}

div[contenteditable=true]:empty:before {
	content: attr(placeholder);
    color: #b3b3b3;
}

#content_editable_title {
	margin-bottom:20px;
	width:100%;
}

#content_editable_textarea {
	outline: 0px;
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	border:0px;
	min-height:160px;
	max-height:400px;
	resize: vertical;
	font-size:14px;
}

#content_editable img { /*imaginile care se introduc in field sa nu fie prea mari*/
	max-width:99%;
	margin-top:10px;
	margin-bottom:10px;
	
	border: 1px solid #C4C7C8;
	
	-webkit-box-shadow: 10px 10px 6px -6px #ccc;
	-moz-box-shadow: 10px 10px 6px -6px #ccc;
	box-shadow: 10px 10px 6px -6px #ccc;
}

#content_editable video {
	max-width:100%;
	margin-top:10px;
	margin-bottom:10px;

	border: 1px solid #C4C7C8;
/*	box-shadow: 7px 7px 5px #ccc;*/

	-webkit-box-shadow: 10px 10px 6px -6px #ccc;
	-moz-box-shadow: 10px 10px 6px -6px #ccc;
	box-shadow: 10px 10px 6px -6px #ccc;
}


#content_editable_btns { /*bara cu butonul de publicare*/
	text-align:right;
	margin-bottom:30px;
	margin-top:4px;
	clear:both;
	display:block;
	width:100%;
}

#text_edit_toolbar * { /*butonelele din toolbar de la content_editable*/
	height:22px;
    line-height: 14px;
	margin-right:2px;
	margin-bottom:1px;
	vertical-align:middle;
	color:#666
}
/*END content_editable field*/



/*BEGIN member page*/
.avatar {
	width:32px;
	height:32px;
	border: 1px solid rgba(204, 204, 204, 0.33);
}

.edit_avatar_link:link, .edit_avatar_link:visited, .edit_avatar_link:active, .edit_avatar_link:hover { /*linkul care dispare si apare "Edit Avatar"*/
	position:absolute;
	bottom:19px;
	right:49px;
	background-color:#0093D2;
	color:#FFF;
	z-index:111px;
	display:none;
	font-weight:bold;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	
	-moz-border-radius: 8px 1px 0 0;
	-webkit-border-radius: 8px 1px 0 0;
	border-radius: 8px 1px 0 0;
}

.avatar_big {
	width:200px;
	height:200px;

	border: 1px solid rgba(204, 204, 204, 0.33);
	margin-top:5px;
}

.avatar_big:hover + .edit_avatar_link { /*daca punem mouse-ul pe avatar apare linkul de editare avatar*/
	display:block;
}

.edit_avatar_link:hover { /*cand suntem pe link spunem ca trebuie sa fie viizibl*/
	display:block;
}
/*END member page*/



/*BEGIN small screens*/
@media all and (max-width: 1000px) {
#dreapta {
	display:none;
}

#stanga, #stanga_ {
	width:auto;
	margin-right:0px;
}

.post_fixed {
	width: 70px;
	padding: 6px;
}

.post_msg {
    margin-left: 86px;
	padding: 6px;
}
.arrow {
	display:none;
}

#pag-padding {
	padding: 4px;
}

.title {
    margin-bottom: 0px;
	text-align: center;
}

#header ul li {
	display:none;
}
#header {
	margin-bottom:14px;
}


#menu li:nth-child(2), #menu li:nth-child(3) {
	display:none;
}

#submenu {
	text-overflow: ellipsis; 
	overflow: hidden; 
	white-space: nowrap;
}

.notice { /*ascundem divul galben*/
/*	display:none;*/
	visibility: hidden;
	height:5px;
	overflow:hidden;
}

.post_username { /*username small size*/
	font-size: 11px;
}

.post img {
	margin-top: 0px; /*img profile top*/
}

#dreapta_ {
	display:none;
}

}
/*END small screens*/