BODY {
	margin: 0px; padding: 0px;
	font-family: tahoma, sans-serif; font-size: 12px;
}
A {
	color: blue;
	text-decoration: none;
}
A:hover {
	text-decoration: underline;
}

.center-aligned {
	margin-left: auto;
	margin-right: auto;
}
.centered-content {
	text-align: center;
}

.side-box {
	background-color: #CEE3F6;
	border-top: 1px solid #0174DF;
}

H1.center-announcement {
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	padding: 0px;
	margin: 60px;
}

H1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px 20px;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 8px 6px 10px;
}

OL LI {
	margin: 6px 0px;
}

/* HEADER */
#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	background-image: url(images/header-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#header-wrapper {
	width: 1000px;
	margin: 0px auto; padding: 0px;
}
#header-logo {
	width: 285px;
	height: 130px;
	color: white;
	font-size: 20px;
	margin: 0px;
	padding: 0px 4px;
	background-color: transparent;
}
#header-logo IMG {
	margin-top: 30px;
}

#header-data {
	font-size: 12px;
	font-weight: normal;
	color: #d8d8d8;
	margin-left: 20px;
}

#header-right {
	float: right;
	width: 600px;
	margin: 0px;
	padding: 4px;
}
#header-right IMG {
	border: 0px;
}

#header-menu {
	text-align: right;
	padding: 0px;
	margin: 0px;
	color: white;
}
#header-menu A {
	font-size: 10px;
	color: #F2F2F2;
	text-decoration: none;
}
#header-menu A:hover {
	color: #F2F2F2;
	font-size: 10px;
	text-decoration: underline;
}

/* FOOTER */
#footer {
	background-color: #EEEEEE;
	border-top: 1px solid gray;
	text-align: center;
	padding: 30px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 40px;
	clear: both;
}
#footer DIV {
	margin: 10px auto;
}

#footer DIV.footer-copyright {
	font-size: 10px;
	font-weight: bold;
	display: inline;
	position: relative;
	top: -10px;
}

#footer-links {
	width: 350px;
	background-color: white;
	padding: 5px;
	text-align: center;
}
#footer-links IMG {
	border: 0px;
	height: 20px;
	margin: 0px 10px;
}

#footer DIV.author {
	margin: 10px auto;
	color: #6E6E6E;
	width: 728px;
	text-align: right;
}
#footer DIV A {
	color: black;
	text-decoration: underline;
}
#footer DIV A:hover {
	color: black;
	text-decoration: underline;
}

/* MAIN MENU */
#main-menu {
	margin: 0px;
	padding: 0px;
	background-color: #e4e4e4;
	text-align: center;
	background-image: url(images/menu-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#main-menu-shadow {
	margin: 0px;
	padding: 0px;
	height: 15px;
	background-image: url(images/menu-shadow.png);
	background-position: top center;
	background-repeat: repeat-x;
}
#main-menu UL {
	margin: 0px auto; padding: 9px;
	list-style-type: none;
	width: 728px;
}
#main-menu UL LI {
	display: inline;
	margin: 0px; padding: 0px;
}
#main-menu UL LI A {
	margin: 0px; padding: 8px;
	color: black;
	border-top: 3px solid transparent;
	background-color: transparent;
}
#main-menu UL LI A:hover {
	text-decoration: none;
	color: black;
	border-top: 3px solid red;
	background-color: #f1f1f1;
	background-image: url(images/current-menu-item.png);
	background-position: top center;
	background-repeat: repeat-x;
}

#main-menu UL LI A.current {
	margin: 0px; padding: 8px;
	color: black;
	border-top: 3px solid red;
	background-color: white;
	background-image: none;
}

/* Secondary menu */
#secondary-menu {
	display: none;
	visibility: hidden;
	background-color: #b7b7b7;
	margin: 0px auto;
	padding: 5px;
	width: 550px;
	border: 1px solid #424242;
	border-top: 0px;
	text-align: center;
}
#secondary-menu DIV.secondary-menu-title {
	display: inline;
	padding: 0px;
	margin: 5px;
	color: #424242;
}
#secondary-menu UL {
	list-style-type: none;
	padding: 0px;
	margin: 5px;
	display: inline;
}
#secondary-menu UL LI {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#secondary-menu UL LI A {
	padding: 5px;
	background-color: transparent;
	color: black;
	text-decoration: none;
}
#secondary-menu UL LI A:hover {
	background-color: #D8D8D8;
	color: black;
	text-decoration: underline;
}

UL.content-listing {
	padding: 0px;
	list-style-type: none;
	margin: 7px 0px;
}
UL.content-listing LI {
	padding: 0px;
	margin: 0px;
}
UL.content-listing LI A {
	display: block;
	margin: 0px;
	padding: 4px 4px;
	color: #474747;
	text-decoration: none;
	border-left: 3px solid transparent;
	background-color: transparent;
	line-height: 1.2em;
}
UL.content-listing LI A:hover {
	border-left: 3px solid red;
	background-color: #E0ECF8;
	color: black;
	text-decoration: none;
}

/* MATERIAL */
DIV.material {
	margin: 0px 0px 6px;
	padding: 0px;
	float: left;
	width: 500px;
}

DIV.material DIV.continut {
	line-height: 1.4em;
}

DIV.video-embedded {
	text-align: center;
}

DIV.material H1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px 20px;
}
DIV.material H4 {
	display: inline;
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 6px;
	line-height: 1.3em;
}
DIV.material P {
	line-height: 1.4em;
}
DIV.material UL.meniu {
	clear: both;
	list-style-type: none;
	display: block;
	margin: 15px 0px;
	padding: 6px 0px;
	border: 1px solid #bbbbbb;
	background-color: #EEEEEE;
	background-image: url(images/material-meniu-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
DIV.material UL.meniu LI {
	display: inline;
	margin: 0px;
}
DIV.material UL.meniu LI A IMG {
	border: 0px;
}
DIV.material UL.meniu LI A {
	padding: 6px 10px;
	margin: 0px;
	color: #336699;
	text-decoration: none;
	background-image: url(images/material-meniu-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}
DIV.material UL.meniu LI A:hover {
	color: black;
	text-decoration: underline;
	background-image: url(images/material-meniu-bg.png);
	background-position: top center;
	background-repeat: repeat-x;
}

/* MATERIAL - SIDEBAR */
DIV.material-sidebar {
	float: right;
	width: 28%;
	padding: 0px;
	margin-top: 20px;
}
DIV.material-sidebar A.more-details {
	display: block;
	padding: 7px;
	margin: 10px 0px 0px;
	background-color: #DADADA;
	color: black;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
DIV.material-sidebar A.more-details:hover {
	background-color: #CDCDCD;
	text-decoration: none;
}
DIV.material-sidebar H5 {
	margin: 0px; padding: 0px;
	font-weight: bold;
	font-size: 10px;
	color: #08088A;
}
DIV.material-sidebar P {
	height: 45px;
	margin: 0px; padding: 0px;
	font-size: 10px;
	overflow: hidden;
	color: black;
}
/* STIRI */
DIV.stiri {
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}
DIV.stiri DIV.lista-stiri {
	float: left;
	width: 450px;
	margin-bottom: 20px;
}
DIV.stiri DIV.lista-stiri H2.titlu-categorie-stiri {
	padding: 5px;
	margin: 10px 0px 0px;
	font-size: 22px;
	font-weight: normal;
	clear: right;
	background-color: #CEE3F6;
	border-top: 1px solid #0174DF;
}
DIV.stiri DIV.lista-stiri DIV.stire {
	border-top: 1px solid silver;
	margin: 0px;
	padding: 10px 5px;
	clear: both;
}
DIV.stiri DIV.lista-stiri DIV.stire H2 {
	padding: 0px;
	margin: 0px 0px 2px;
	font-size: 20px;
	font-weight: bold;
}
DIV.stiri DIV.lista-stiri DIV.stire H3.date {
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 16px;
	font-weight: normal;
	color: gray;
}
DIV.stiri DIV.lista-stiri DIV.stire DIV.imagine-rezumat {
	float: right;
	margin: 10px 0px 10px 10px;
}
DIV.stiri DIV.lista-stiri DIV.stire DIV.imagine-rezumat IMG {
	width: 200px;
	padding: 0px;
	margin: 0px;
}
DIV.stiri DIV.lista-stiri DIV.stire P {
	line-height: 1.2em;
}
DIV.stiri DIV.lista-arhiva {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ARHIVA ARTICOLE */
DIV.arhiva-articole {
	margin: 0px;
	padding: 0px;
	width: 100%;

}
DIV.arhiva-articole DIV.lista-articole {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol {
	border-top: 1px solid silver;
	margin: 0px;
	padding: 10px 5px;
	clear: both;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol H2 {
	padding: 0px;
	margin: 0px 0px 2px;
	font-size: 16px;
	font-weight: bold;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol H3.date {
	padding: 0px;
	margin: 0px 0px 5px;
	font-size: 14px;
	font-weight: normal;
	color: gray;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol DIV.imagine-rezumat {
	float: right;
	margin: 10px 0px 10px 10px;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol P {
	overflow: hidden;
	margin: 0px; padding: 0px;
	height: 43px;
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 5px;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol A.silent {
	color: black;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol A.silent:hover {
	color: black;
	text-decoration: none;
}

DIV.arhiva-articole DIV.lista-articole DIV.articol A.more-details {
	clear: right;
	display: block;
	text-align: center;
	color: gray;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px;
}
DIV.arhiva-articole DIV.lista-articole DIV.articol A.more-details:hover {
	color: black;
	text-decoration: none;
	background-color: #EEEEEE;
}

DIV.arhiva-articole DIV.lista-arhiva {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* REVISTA */
DIV.revista {
	margin: 10px 0px 6px;
	padding: 0px;
}
DIV.revista DIV.detalii-revista {
	background-color: #E6E6E6;
	margin: 0px auto 6px;
	padding: 8px;
	height: 120px;
	width: 600px;
}
DIV.revista DIV.detalii-revista IMG {
	float: left;
	padding: 0px;
	margin: 0px;
	margin-right: 20px;
	width: 84px;
	height: 120px;
}
DIV.revista DIV.detalii-revista H1 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0px 5px;
}
DIV.revista DIV.detalii-revista H2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 5px 0px 10px;
}
DIV.revista DIV.detalii-revista DIV.revista-digitala {
	float: right;
	width: 150px;
	height: 113px;
}

DIV.revista DIV.lista-continut-revista {
	padding: 0px; margin: 15px auto 5px;
	width: 600px;
}

DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol {
	margin: 0px;
	padding: 10px 4px;
	border: 0px;
	border-bottom: 1px solid silver;
}
DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol H2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px;
}
DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol P {
	overflow: hidden;
	margin: 0px; padding: 0px;
	height: 43px;
	text-align: justify;
	line-height: 1.2em;
	margin-bottom: 5px;
}
DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol A.silent {
	color: black;
}
DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol A.silent:hover {
	color: black;
	text-decoration: none;
}

DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol A.more-details {
	clear: right;
	display: block;
	text-align: center;
	color: gray;
	text-decoration: none;
	font-weight: bold;
	padding: 4px 0px;
}
DIV.revista DIV.lista-continut-revista DIV.revista-stire-articol A.more-details:hover {
	color: black;
	text-decoration: none;
	background-color: #EEEEEE;
}

/* TOP NEWS */
DIV.top-news {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
}
DIV.top-news H1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #8A0808;
	margin: 10px 5px 10px;
	text-align: left;
}
DIV.top-news A {
	font-size: 10px;
	font-weight: bold;
	color: #08088A;
}
/* ARHIVA REVISTE */
DIV.arhiva-reviste {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
DIV.arhiva-reviste DIV.lista-reviste {
	float: left;
	width: 500px;
	margin-bottom: 20px;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste {
	width: 550px;
	clear: both;
	padding: 0px;
	margin: 5px auto;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista {
	float: left;
	width: 126px;
	height: 160px;
	border: 1px solid transparent;
	margin: 10px;
	padding: 10px;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista:hover {
	border: 1px solid silver;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista IMG {
	display: block;
	margin: 4px auto 4px;
	padding: 0px;
	border: 0px;
	width: 84px;
	height: 120px;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista SPAN.numar-revista-arhiva {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista SPAN.an-revista-arhiva {
	display: block;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista A {
	color: black;
	text-decoration: none;
}
DIV.arhiva-reviste DIV.lista-reviste DIV.rand-reviste DIV.coperta-revista A:hover {
	color: black;
	text-decoration: none;
}

DIV.arhiva-reviste DIV.lista-arhiva {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* BANNER */
#topBanner {
	width: 728px;
	margin: 5px auto 15px;
	padding: 0px;
}
#topBanner IMG {
	border: 0px;
	display: block;
	margin: 0px auto;
}

#leftBanner {
	position: absolute;
	left: 0px;
	top: 177px;
	width: 130px;
	text-align: left;
}
#leftBanner IMG {
	border: 0px;
}

#rightBanner {
	position: absolute;
	right: 0px;
	top: 177px;
	width: 130px;
	text-align: right;
}
#rightBanner IMG {
	border: 0px;
}

/*
	ERROR
*/
DIV.error {
	display: block;
	margin: 4px auto;
	padding: 7px;
	border: 1px solid red;
	background-color: #ffcccc;
	width: 600px;
}
DIV.error H1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 3px;
	border-bottom: 1px solid #8A0808;
}

/*
	MENU
*/
DIV.menu_container {
	z-index: 10000;
	visibility: hidden;
	display: none;
	position: absolute;
	border: 1px solid #999999;
	background-color: #D8D8D8;
	border-top: 1px solid black;
	border-bottom: 5px solid red;
	padding: 0px;

	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
UL.submenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
LI.submenu-item {
	display: block;
	margin: 0px;
	padding: 0px;
}
A.submenu-item {
	display: block;
	padding: 4px 7px;
	margin: 0px;
	color: black;
	text-decoration: none;
}
A.submenu-item:hover {
	color: black;
	text-decoration: none;
	background-color: #b7b7b7;
}

DIV.breadcrumb {
	margin: 0px auto;
	padding: 10px 0px;
	width: 728px;
}
DIV.breadcrumb A {
	color: #6E6E6E;
}
DIV.breadcrumb SPAN {
	color: #6E6E6E;
}

DIV.article-fb-like-box {
	padding: 5px 0px;
	margin: 0px;
}
