/*______________________________________________________________________________________*/

html
{
  margin                : 0px;
  background            : #000000;
}

body
{
  margin                : 0px auto;
  position              : relative;
  width                 : 1000px;
}

/*______________________________________________________________________________________*/

#wrapper 
{
  width                 : 1000px;
}

/*______________________________________________________________________________________*/

#header 
{
  height                : 100px;
}

/*______________________________________________________________________________________*/

#sidebar 
{
  float                 : left;
  width                 : 300px;
}

#sidebartilemenu
{
  float                 : left;
  width                 : 300px;
}

#sidebartilemenu .sidebarmenuentry
{
  display               : block;  
  width                 : 140px;
  height                : 140px;
  float                 : left;
  background            : #ffffff;
  margin                : 0px 10px 10px 0px;
  position              : relative;
  overflow              : hidden;
}

#sidebartilemenu .sidebarmenuentry a
{
  display               : block;
  width                 : 135px;
  height                : 28px;
/*font                  : 28px ‘Trebuchet MS’, Helvetica, sans-serif;*/
  font                  : 28px Arial, Helvetica, sans-serif;
  line-height           : 28px;
  text-decoration       : none;
  color                 : #ffffff;
  position              : absolute;
  bottom                : -5px;
  padding               : 122px 0px 0px 5px;
}


#sidebartilemenu .sidebarmenuentry a:hover
{
  background            : url('../graphics/sidemenuoverlay.png')  0px 5px;
}



#sidebartilemenu .sidebarmenuentry #sidebarmenuactive
{
  background            : url('../graphics/sidemenuactive.png') 0px 5px;
  cursor                : default;  
}


#sidebartilemenu .sidebarmenuentry #sidebarmenuactive:hover
{
  background            : url('../graphics/sidemenuactive.png') 0px 5px;
}

.sidebar-block 
{
  width                 : 290px;
  background            : #ffffff;
  color                 : #000000;
  margin-bottom         : 10px;
}

#sidebarpartnerlinks
{
  width                 : 270px;
  height                : 120px;
  float                 : left;
  padding               : 20px 10px 0px 10px;
  margin-bottom         : 10px;
  background            : #ffffff url('../graphics/partnerlinks.png');
}

#sidebarpartnerlinks a
{
  display               : block;
  width                 : 250px;
  color                 : #555555;
  padding-left          : 20px;
  background            : url('../graphics/larr.png') no-repeat;
  font                  : 10px Arial, Helvetica, sans-serif;
  line-height           : 15px;
  text-decoration       : none;
}

#sidebarpartnerlinks a:hover
{
  color                 : #ffffff;
  background-position   : 0px -45px;
}

#sidebar .blankentry
{
  width                 : 140px;
  height                : 140px;
  float                 : left;
  margin                : 0px 10px 10px 0px;
}

#sidebar .smallentry
{
  width                 : 90px;
  height                : 90px;
  float                 : left;
  margin                : 0px 10px 10px 0px;
  background            : #ffffff;
}

#sidebarcentru
{
  width                 : 260px;
  height                : 125px;
  float                 : left;
  padding               : 15px 15px 0px 15px;
  margin-bottom         : 10px;
  background            : #ffffff url('../graphics/centruinformare.png');
}

#sidebarcentru a
{
  color                 : #000000;
  display               : block;
  width                 : 260px;
  text-decoration       : none;
  font                  : 10px Arial, Helvetica, sans-serif;
  line-height           : 15px;
}

#sidebarcentru a span
{
  text-decoration       : underline;
}

#sidebarcentru a:hover
{
  color                 : #ffffff;
}

/*______________________________________________________________________________________*/

#main 
{
  float                 : left;
  width                 : 700px;
  min-height            : 540px;
  background            : #444444;
  color                 : #ffffff;
  margin-top            : 10px;
  margin-bottom         : 10px;
}

/*______________________________________________________________________________________*/

#footer 
{
  clear                 : both;
  width                 : 1000px;
  height                : 140px;
  margin-bottom         : 10px;
}

#footerleft
{
  width                 : 716px;
  height                : 140px;
  background            : #dddddd;
  float                 : left;
  margin-right          : 10px;
}
#footercopyright
{
  margin-top            : 55px;
  margin-left           : 308px;
  width                 : 100px;
  height                : 30px;
  background            : #ffff00 url('../graphics/copy.png');
}
#footerdisclaimer
{
  width                 : 234px;
  height                : 100px;
  background            : #ccff00;
  float                 : left;
  font                  : 10px Arial, Helvetica, sans-serif;
  line-height           : 15px;
  text-align            : justify;
  padding               : 20px 20px 20px 20px;
  background            : #ffff00 url('../graphics/disclaimer.png');
}

/*______________________________________________________________________________________*/

#dropdownmenu
{
  width                 : 100%;
  height                : 20px;
  background            : url('../graphics/transparentheader.png');
  position              : fixed;
  top                   : 0px;
  left                  : 0px;
}

#dropdownmenucontainer
{
  position              : absolute;
  right                 : 10px;
  top                   : 0px;
  float                 : right;
  width                 : 140px;
  background            : url('../graphics/menu.png') top right no-repeat;
  padding-top           : 20px;
  overflow              : hidden;
  height                : 0px;
  cursor                : pointer;
}

#dropdownmenucontainer:hover
{
  overflow              : visible;
  height                : auto;
}

#dropdownmenucontainer a
{
  display               : block;
  width                 : 120px;
  height                : 20px;
  font                  : 10px Arial, Helvetica, sans-serif;
  line-height           : 20px;
  text-decoration       : none;
  background            : url('../graphics/menuentry.png') no-repeat;
  padding               : 0px 0px 0px 20px;
  color                 : #ffffff;
}

#dropdownmenucontainer a:hover
{
  color                 : #000000;
  background-position   : 0px -20px;
}

/*______________________________________________________________________________________*/

/* some reset stuff */
h1, h2, h3, h4, h5, h6, p, blockquote, ul, ol, li, img, table, tr, th, td, form, fieldset, legend, div, object {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	font:normal 12px Arial, Verdana, sans-serif;
	text-align :left;
	vertical-align: top;
}

input, select, textarea, button {
	font: normal 100% Arial, Verdana, sans-serif;
}

table, td, th {
	border-collapse: collapse;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 10px;
}

.clearfix:after { 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}

* html .clearfix {
	height: 1%;
}

/* end reset */



/* general styling */

p, li {
	line-height: 140%;
}

pre, 
code,
tt {
	font-family: consolas, 'courier new', courier, sans-serif;
	line-height: 140%;
}

code {
	display: block;
	padding: 5px;
	border: 1px solid #e6e6e6;
}

ol {
	list-style-type: decimal;
	padding: 0 0 0 17px;
}

ul {
	padding: 0 0 0 14px;
	margin: 0 0 10px 0;
}

a {
	color: #5C7F07;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 22px;
	color: #333;
}

h3 {
	font-size: 20px;
	color: #333;
}

h4 {
	font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a {
	color: #5C7F07;
	text-decoration: none;
}


/* Exceptions */

#siteinfo h1,
#siteinfo h2 {
	text-align: center;
}

#siteinfo h1 a,
#siteinfo h2 a {
	color: #fff;
	text-decoration: none;
}

#siteinfo h1 a:hover,
#siteinfo h2 a:hover {
	color: #fff;
	text-decoration: underline;
}




.widget-lg ul {
	padding: 0;
}

.meta {
	font-size: 11px;
	margin: 5px 0 0 0;
}

.meta a{
	text-decoration: none;
}

.meta a:hover{
	text-decoration: underline;
}

.pagenav {
	clear: both;
	text-align: center;
	font-size: 10px;
	line-height: 140%;
	padding: 0 0 25px 0;
}

/* layout */

#siteinfo {
	padding: 50px 0 0 0;
}



/* Search bar */

.pivotx-search {
	padding: 25px;
}

#search-results-list {
	padding: 25px;
}

#active {
	font-weight: bold;
}

/* Override for #pages in pivotx_essentials.ccs */
#pages {
	margin-left: 100px;
}

#pages li a {
	background-color: #f4f4f4;
	border: 1px solid #5C7F07 !important;
}

#pages li a:hover {
	color: #5C7F07;
}

#pages li.current {
	background-color: #5C7F07;
}


/*______________________________________________________________________________________*/

.entry 
{
  padding               : 25px;
  font                  : 12px Arial, Helvetica, sans-serif;
  line-height           : 14px;
  color                 : #ffffff;
}

.entry h3
{
  color                 : #ffffff;
  font                  : 16px Century Gothic, Arial, Helvetica, sans-serif;
  line-height           : 20px;
  margin-bottom         : 15px;
  font-weight           : normal;
}
.entry a
{
  font                  : 12px Arial, Helvetica, sans-serif;
  color                 : #f4d802;
  line-height           : 14px;
}
.entry a:hover
{
  color                 : #ffffff;
}

.entry p
{
  font                  : 12px Arial, Helvetica, sans-serif;
  line-height           : 18px;
  text-align            : justify;
}

.entrytitle
{
  color                 : #ffffff;
  font                  : 20px Century Gothic, Arial, Helvetica, sans-serif;
  line-height           : 26px;
  margin-bottom         : 40px;
}

/*______________________________________________________________________________________*/

.table2x1 tr td
{
  font                  : 12px Arial, Helvetica, sans-serif;
  color                 : #ffffff;   
  line-height           : 18px;
  padding               : 5px;
  text-align            : justify;
}
