/* GENERAL STYLES */
/**********************************
 * TITLE: Gila Screen Stylesheet  * 
 * URI  : gila/gila-screen.css    
 * MODIF: 2003-Apr-30 19:09 +0800 *
 **********************************/


/* ##### Common Styles ##### */

body {
  color: #000000;
  background-color: rgb(243242,235);
  font-family: Georgia, Times, serif;
  font-size: 73%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
}

html > body {
	font-size: 9pt;
	color: #666666;

}

acronym, .titleTip {
  border-bottom: 1px dotted rgb(168,140,83);
  cursor: help;
  margin: 0;
  padding: 0;
}

.doNotDisplay {
  display: none !important;
}


.smallCaps {
  font-size: 117%;
  font-variant: small-caps;
}


/* ##### Header ##### */

#header {
  color: inherit;
  background-color: #C0CBCC;
}

.headerTitle {
  margin: 0;
  padding: 0.25em 4mm 0.25em 4mm;
}

.headerTitle a {
  color: black;
  background-color: transparent;
  text-decoration: none;
  font-size: 110%;  /* For MSIE */
  font-weight: bold;
  font-style: italic;
}

.headerTitle > a {
  font-size: 138%;  /* For fully standards-compliant user agents */
}

.headerTitle span {
  color: white;
  background-color: transparent;
  font-weight: normal;
}

.subHeader {
  color: white;
  background-color: #FFD6A4;
  font-size: 109%;
  text-align: center;
  margin: 0;
  padding: 0.5ex 0;
}

.subHeader a {
	color: white;
	background-color: #CC9966;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 3px;
}

.subHeader a:hover {
  color: #29303D;
  background-color: white;
}

.active_page{
  color: #29303D;
  background-color: white;
}


/* ##### Left Side Bar ##### */

.leftSideBar {
  width: 12.5em;
  float: left;
  clear: left;
}

.leftSideBar .sideBarTitle {
  color: rgb(64,64,64);
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 0;
  padding: 0.8ex 1ex;
}

.leftSideBar ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 10px 0;
  padding: 0;
}

.leftSideBar li {
	margin: 0ex;
	padding-top: 0.1ex;
	padding-right: 0;
	padding-bottom: 0.1ex;

}

.leftSideBar a {
	color: #93A9BB;
	background-color: transparent;
	text-decoration: none;
	display: block;
	margin: 0px;
}

.leftSideBar .sideBarText {
  color: #666666;
  background-color: transparent;
  line-height: 12px;
  margin-left:10px;
  padding: 0;
  display: block;
}

.sideBarText{
  font-size:11px;
font-weigth:none;
margin-left:10px;
line-height:15px;
}

.rssText a{
  color: #666666;
  background-color: transparent;
  font-size:10px;
text-decoration: none;	
font-weight: none;  
margin-left:10px;
  padding: 0;
  display: block;
}

.leftSideBar .sideBarText a {
  text-decoration: underline;
}

.leftSideBar .sideBarText a:hover {
  text-decoration: none;
}

.leftSideBar .thisPage {
  color: rgb(64,64,64);
  background-color: transparent;
  font-weight: bold;
}


/* ##### Right Side Bar ##### */

.rightSideBar {
  width: 13em;
  margin: 2ex 0.75ex 0 0;
  padding: 0;
  float: right;
  clear: right;
  border: 1px solid #CCCCCC;
}

[class~="rightSideBar"] {
  margin-right: 1.5ex;
}

.rightSideBar .sideBarTitle {
  color: black;
  background-color: #CCCCCC;
  font-weight: bold;
  margin: 1.25ex 1ex;
  padding: 0.9ex 1ex;
}

.rightSideBar a {
	color: #0099FF;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	margin-right: 30px;

}

.rightSideBar a:hover {
	color: #FF9933;
	text-decoration: none;


}

.tagcloud{
	font-size:10px;
}

/*
.rightSideBar .sideBarText {
  line-height: 1.5em;
  margin: 0;
  padding: 0 2ex 1em 2ex;
}
*/
.rightSideBar .more {
  text-decoration: none;
  text-align: right;
  margin: 0;
  padding: 0 2ex 1em 2ex;
  display: block;
}

.rightSideBar .more:hover {
  text-decoration: underline;
}


/* ##### Main Copy ##### */

#main-copy {
  color: black;
  background-color: white;
  text-align: justify;

  margin: 0 0 0 12.5em;
  padding: 0.5ex 15em 1em 1em;
  border-left: 1px solid #999999;
}

#main-copy h1 {
	color: #E2B570;
	background-color: transparent;
	font-family: Georgia, Times, serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 10px 0 0 0;
	padding-top:5px;
	border-top: 1px solid #999999;
	text-decoration: underline;

}

#main-copy h2 {
	color: #E2B570;
	background-color: transparent;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	/*border-top: 1px solid #999999;*/
	text-decoration: underline;

}

#main-copy h3 {
	color: #BB8026;
	background-color: transparent;
	font-family:Georgia, Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin: 0px 0 0 0;
	padding: 5px 0 0 0;
}


#main-copy a {
  color: #6699CC;
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
	text-decoration: none;
	color: #FF9933;

}

p {
	margin: 1em 0 1.5em 0;
	padding: 0;
	color: black;

}

dt {
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5ex 0;
}

dd {
  margin: 0 0 1.5em 1.5em;
  padding: 0;
}


/* ##### Footer ##### */

#footer {
  color: black;
  background-color: rgb(230,223,207);
  font-size: 92%;
  text-align: center;
  line-height: 1.25em;
  margin: 0;
  padding: 1em 4mm 1em 4mm;
  clear: both;
}

#footer div {
  margin: 0;
  padding: 0 0 1ex 0;
}

#footer a {
	color: #666666;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;

}

#footer a:hover {
	text-decoration: none;
	color: #6699CC;

}

.comentariu{
padding-left:10px;
}

.intro{
padding-left:10px;
font-size:12px;
}

.searchtextbox{
	border:1px solid #E2B570;
	width:140px;
	margin:5px;
}

.buton{
	background-color:#E2B570;
	border:1px solid  #BB8026;
}

.buton_cauta{
	background-color:#E2B570;
	border:1px solid  #BB8026;
	float:right;
	margin-right:4px;
}

.tagcloud a{

}

.sponsor_pic{
	padding:4px;
}

.published{
font-size:10pt;
}


#detalii_pagina img{
border:5px solid #ebebeb;
margin:10px;
}
.social_img{
	float:left;
	border:none;
}

/**********************************/

#ticker ul{
	list-style: none;
	margin:0px auto;
	text-align:center;
	padding: 0;
}
#ticker ul li{
	padding: 0px;
	margin:0 2px 0 0;
	list-style:none;
	display:inline;
}
#ticker ul li a{
	display: inline-block!important;
	overflow: hidden;
	height: 90px;
	line-height:50px;
	width: 128px;
/*	white-space:nowrap;*/
	text-align:left;
}
#ticker ul li a p {
	padding:0 0 0 135px;
	line-height:normal;
	font-size:10px;
}
#ticker ul li a p strong {
	font-size:10px;
	color:#336600;
}
#ticker ul li a.stire {
	background:url(/media/7271/stiri.png) top left no-repeat;
}
#ticker ul li a.eveniment {
	background:url(/media/7276/eveniment.png) top left no-repeat;
}
#ticker ul li a.articol_deschis {
	background:url(/media/7281/articol.png) top left no-repeat;
}

/* EDITOR PROPERTIES */
