@import url(base.css);

#content_wrap
{
	background: #FFF url(../images/site/background.gif) repeat-y 50% 0;
}

#left_column
{
	width: 149px;
}

#main_column
{
	width: 657px;
}




/* <meniu categorii> */
ul.topics
{
	font-weight: bold;
	list-style-type: none;
	color: #993333;
}

.topics li a
{
	color: #993333;
}

.topics li a:hover
{
	text-decoration: underline;
}

ul.subtopics
{
	font-weight: normal;
	list-style-type: none;
	margin-left: 5px !important;
}

.subtopics li a
{
	color: #993333 !important;
}

.subtopics li a:hover
{
	color: #993333;
	text-decoration: underline;
}
/* </meniu categorii> */


/* <setari articol full> */
#articol
{
	margin-top: 20px;
	margin-bottom: 20px;
}

/* <h1 - nume articol> */
h1.titlu_full
{
	font: 1.4em Georgia, Times, serif; text-align: left;
	padding: 0.5em 0 0.1em 0;
	color: #0B3797;
	text-align: center;
}

h1.titlu_full a
{
	color: #0B3797;
}

h1.titlu_full a:hover
{
	color: #7c91e0;
}
/* </h3 - nume articol> */

/* <h4 - autor articol> */
h4.autor_full
{
	font: 1em Verdana, Times, serif; text-align: left;
	padding: 0.1em 0 1em 0;
	color: #993333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

h4.autor_full a
{
	color: #993333;
}

h4.autor_full a:hover
{
	color: #da8c8c;
}
/* </h4 - autor articol> */

/* <h5 - data articol> */
h5.info_full
{
	font: 0.8em Verdana, Times, serif; text-align: left;
	padding: 0.1em 0;
	color: #C74F4F;
	font-weight: bold;
	text-align: center;
}

h5.info_full a
{
	color: #C74F4F;
	text-decoration: underline;
}

h5.info_full a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #C74F4F;
}

h5.info_full em
{
	font-weight: normal;
}
/* <h5 - data articol> */

/* <h5 - tag> */
h5.info_tag_full
{
	font: 0.8em Verdana, Times, serif; text-align: left;
	padding: 0.1em 0;
	color: #968c68;
	text-align: center;
}

h5.info_tag_full a
{
	color: #968c68;
	text-decoration: underline;
}

h5.info_tag_full a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #C74F4F;
}
/* <h5 - data articol> */

/* Continut articol */
#continut_articol
{
	padding-bottom: 20px;
}

#continut_articol a
{
	color: #0b3797;
}

#continut_articol a:hover
{
	color: #0b3797;
	text-decoration: underline;
	background: #f0f6fa;
}

#continut_articol img
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}

#continut_articol h2
{
	font: 1.4em Georgia, Times, serif;
	margin-top: 12px;
	margin-bottom: 7px;
	color: #333;
}

#continut_articol h3
{
	font: bold 0.9em Verdana, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 12px;
	margin-bottom: 3px;
	color: #333;
}


#continut_articol p
{
	font: 0.88em Verdana, sans-serif;
	line-height: 1.8em;
	margin-bottom: 12px;
	margin-top: 12px;
}

#continut_articol ol li
{
	font: 0.88em Verdana, sans-serif;
	line-height: 1.8em;
	list-style-position: inside;
	margin-left: 25px;
}

#continut_articol ul li
{
	font: 0.88em Verdana, sans-serif;
	line-height: 1.8em;
	list-style-position: inside;
	margin-left: 25px;
}

table.poster
{
	width: 649px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px !important;
	margin-bottom: 12px !important;
	border-collapse: collapse; 
	border: 1px outset #5d91b9;
}

table.poster td
{
	font: 0.88em Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
	line-height: 1.8em;
	border: 1px inset #5d91b9;
	padding: 3px;
}

table.poster th
{
	padding: 5px;
	font: 0.88em Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #e1e6eb;
	border: 1px inset #5d91b9;
}



table.poster_multi
{
	width: 649px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border-collapse: collapse; 
	border: 1px outset #a38173 !important;
}

table.poster_multi td
{
	font: 0.88em Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
	line-height: 1.8em;
	border: 1px inset #a38173 !important;
	padding: 3px;
}

table.poster_multi th
{
	padding: 5px;
	font: 0.88em Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #EBE4E1;
	border: 1px inset #a38173 !important;
}

table.poster_multi a
{
	color: #a38173 !important;
}

table.poster_multi a:hover
{
	color: #a38173;
	text-decoration: underline;
	background: #EBE4E1 !important;
}


table.animatie
{
	width: 649px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border-collapse: collapse; 
	border: 1px outset #96a373 !important;
}

table.animatie td
{
	font: 0.88em Verdana, sans-serif;
	vertical-align: top;
	text-align: left;
	line-height: 1.8em;
	border: 1px inset #96a373 !important;
	padding: 3px;
}

table.animatie th
{
	padding: 5px;
	font: 0.88em Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	background-color: #e8ebe1;
	border: 1px inset #96a373 !important;
}

table.animatie a
{
	color: #96a373 !important;
}

table.animatie a:hover
{
	color: #a38173;
	text-decoration: underline;
	background: #e8ebe1 !important;
}

#continut_articol p.explicatii
{
	font: 0.88em Verdana, sans-serif;
	line-height: 1.2em;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 20px;
}

/* Continut articol */

/* </setari articol full> */


