@CHARSET "UTF-8";

/*
  backg: #585858   
  green: #87B118
  blue:  #00709E
  text:  #000
  link:  #fff
  over:  #9C020D
  heading:  #000
  calendar: #769C15;
*/

/* COLOR SCHEME :: BACKGROUNDS */
div#additMenu, div#header, div#clearHeaderCenter, body {
  background: url(../images/backg.jpg) #585858 repeat-x;	
}

div#outer, div#fullHeightContainer  {
  background: url(../images/backg-middle.gif) center top repeat-y;
}

div#footerInner {
  background: url(../images/backg-footer.gif) #87B118 center top no-repeat;
}
div#headerInner {
  background: url(../images/backg-header.gif) center 30px no-repeat;
}


/* LAYOUT :: MAIN CONTENT */
div#contentInner .wrapper {
  width: 975px;
  margin: auto;	
}

div#mainMenu {
  width: 174px;
	float: left;
	text-align: right;
}

div#content {
	padding: 30px 30px 50px 30px;
  width: 540px !important;
	width: 600px;
  float: left;
}

div#additMenu {
  float: left;
  margin-left: 10px !important;
  margin-left: 11px;
  width: 190px !important;
	width: 187px;

  background-position: 0 -100px !important;  /* 100px = HEADER'S HEIGHT */
}

html > body div#additMenu  {    /* HIDE FROM IE 6 AND LOWER */
  width: 189px;
}

/* FOOTER */
div#footerInner .wrapper {
	padding: 30px 200px 0 170px;
  width: 605px !important;
  width: 975px;
  margin: auto;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

div#footer a {
	color: #fff;
}

div#footer a:hover {
	color: #9C020D;
}

/* HEADER */
div#headerInner .wrapper {
	margin: 30px auto; 
  padding: 0 200px 0 200px;
  width: 570px !important;
  width: 970px;
  height: 70px;
}

div#headerInner .logoLeft {
  width: 230px;
  height: 45px;
  background: url(../images/logo-zdruzenie.gif) no-repeat;
  float: left;  
}
  
div#headerInner .logoRight {
  float: right; 
  text-align: center;
  width: 195px;
  
  padding-top: 15px;
  height: 40px !important;
  height: 55px;
}

/* MAIN MENU */
div#mainMenu {
	padding-top: 30px;
  font-size: 12px;	
}

div#mainMenu ul {
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  background: url(../images/menu-line.gif) left bottom no-repeat;
}

div#mainMenu li {
  text-align: right;	
}

div#mainMenu a, div#mainMenu span {
  padding-right: 13px;
  font-weight: normal;
}

div#mainMenu a:hover {
  color: #fff;
}

div#mainMenu a.active {
	color: #9C020D;
}

div#mainMenu a.active {
  background: url(../images/menu-active.gif) right top no-repeat;		
}
	
div#mainMenu .anchor {
  padding-top: 10px;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
}

div#mainMenu .bottomLine {
	padding-bottom: 10px;
  background: url(../images/menu-line.gif) left bottom no-repeat;		
}

div#mainMenu .anchor a {
  color: #fff;
  text-transform: uppercase; 
}

div#mainMenu .anchor a.active, div#mainMenu .anchor a:hover {
  color: #9C020D;	
}

div#mainMenu ul a {
  color: #000;
}

div#mainMenu .skipLine {
	background: none !important;
}

div#mainMenu .facebookIcons  {
	padding-top: 80px;
	padding-bottom: 30px;
	text-align: center;	
}

/* ADDITORIAL MENU :: CALENDAR */
div#additMenu .calendarHeader {
  text-transform: uppercase;	
  font-size: 10px;
  padding: 0 0 10px 15px;
  color: #fff;
  font-weight: bold;
}

div#calendarWrapper {
  background: url(../images/menu-green.gif) no-repeat;
  background-position: left top !important;
  padding-top: 16px;	
}

div#calendarWrapper .calendarFooter {
  background: #87B118;
  padding-bottom: 20px;
  width: 187px;
}

div#calendar {
	background: url(../images/calendar-days.gif) #87B118 16px bottom no-repeat;
  padding: 0 10px 20px 13px;
  width: 164px !important;
  width: 187px;
  height: 170px !important;
  height: 190px;
  position: relative;
  overflow: hidden;
}

div#calendar .navigation, div#calendar .navigation a {
	color: #fff;
	font-size: 20px;
	padding-bottom: 5px;
}

div#calendar .navigation .left {
	float: left;
	width: 30px;
}

div#calendar .navigation .center {
  float: left;
	text-align: center;
  font-size: 20px;
	width: 97px;	
	text-transform: uppercase;
}

div#calendar .navigation .right {
  float: right;
  width: 25px !important;
  width: 30px;
  text-align: right;
  padding-right: 5px;
}
	
div#calendar ul {
  list-style: none;
  margin: 0;
  padding: 0;	
  font-weight: bold;
}

div#calendar li {
  display: block;	
  width: 21px;
  height: 21px;
  float: left;
  margin: 0 2px 2px 0;
  text-align: center;
  font-size: 15px;
  color: #769C15;
  font-weight: bold;
}

div#calendar li.on {
	background: url(../images/calendar-day-on.gif) no-repeat;
}

div#calendar li.off {
  background: url(../images/calendar-day-off.gif) no-repeat;	
}

div#calendar li.anchor {
  background: url(../images/calendar-day-active.gif) no-repeat;  
}

div#calendar li a {
	color: #769C15;
  font-weight: bold;
	font-size: 15px;
}

div#calendar li a:hover {
  color: #fff;
}

/* ADDITORIAL MENU :: DOWNLOADS */
div#downloadsWrapper {
  background: url(../images/menu-blue.gif) #00709E no-repeat;
  background-position: left top !important;
  padding: 30px 15px 10px 15px;
  width: 157px !important;
  width: 187px;
}

div#downloadsWrapper a {
	color: #000;
	font-weight: normal;
}

div#downloadsWrapper a:hover {
	color: #fff;
}

div#downloadsWrapper .downloadsHeader {
  text-transform: uppercase;	
  font-size: 10px;
	font-weight: bold;
  color: #fff;
  padding-bottom: 10px;
}

div#additMenu .downloadsFooter {
	background: url(../images/menu-blue-bottom.gif) transparent left top no-repeat;
	height: 20px;
}

div#additMenu .sponsorLogos {
	padding: 20px 0 50px 0;
}


/* CONTENT */
div#content h1 {
	margin: 0;
	padding: 0 0 20px 0;
}

div#ajax-loader {
  position: absolute;
  left: 35%;
  top: 45%;
}

div#content .required {
	border: 1px solid #9C020D !important;
}



/* QUESTIONS */
ul#questionsList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#questionsList li {
	padding: 0 0 10px 15px;
	background: url(../images/questions-li.gif) no-repeat;
}

ul#questionsList .questionItem {
	padding: 10px 0 20px 0;
}

div#questionsAllButtons {
	text-align: right;
	padding: 20px 0 20px 0;
}

ul#questionsList .questionName {
	color: #9C020D;
}

/* MEDIA */
ul#mediaList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#mediaList li {
	padding: 0 0 10px 15px;
	background: url(../images/questions-li.gif) 0 2px no-repeat;
}
	
ul#mediaList .mediaItem {
	padding: 10px 0 20px 0;
}

ul#mediaList .mediaName a, ul#mediaList .mediaName a:hover {
	color: #9C020D;
	font-weight: bold;
	font-size: 13px;
}

ul#mediaList .mediaSource, ul#mediaList .mediaSource a {
	color: #ccc !important;
	font-weight: normal;	
}

/* MEETINGS */
div.meetingHeader {
	color: #9C020D;
	font-weight: bold;
	border-bottom: 1px solid #87B118;
	padding-bottom: 2px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

ul.meetingList {
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.meetingList li {
	padding: 0 0 30px 15px;
	background: url(../images/questions-li.gif) 2px 0 no-repeat;
}

ul.meetingList li .leftCol {
	display: block;
	float: left;
	width: 80px;
}

ul.meetingList li .rightCol {
	display: block;
	float: left;
}

ul.meetingList li .highlight {
	color: #9C020D;
}