/* CSS formatting for Legislative Information Pages */

/* Changes Header Image */
#header { 
	background-color:#56769f; 
	background-image: url(https://www.cityofmadison.com/CityHall/legislativeInformation/images/backgroundHeader.jpg) !important; 
	height: 70px;
	background-repeat: no-repeat; 
	background-position: top center;
	min-height:70px;
	width: 100%;
}


/***********************************
   	navigation
************************************/

ul#main_nav li.home { width: 250px; }
ul#main_nav li.home a { width: 238px; }

ul#main_nav li.legislation { width: 100px; }
ul#main_nav li.legislation a { width: 88px; }

ul#main_nav li.meetings { width: 100px; }
ul#main_nav li.meetings a { width: 88px; }

ul#main_nav li.council { width: 140px; }
ul#main_nav li.council a { width: 128px; }

ul#main_nav li.boards { width: 270px; }
ul#main_nav li.boards a { width: 258px; }

ul#main_nav li.members { width: 100px; }
ul#main_nav li.members a { width: 88px; }

#nav_menu, ul#main_nav li, ul#main_nav li a { background:#bfdbff; color:#00156e; }

ul#main_nav li:hover { 
background: -moz-linear-gradient(top, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.8)), color-stop(1%,rgba(255,255,255,0.8)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.2) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,255,255,0.8) 0%,rgba(255,255,255,0.8) 1%,rgba(255,255,255,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */ 
color:#00156e;
}

ul#main_nav li a:hover { 
	background: 0; 
	filter: none; 
	color:#00156e;
}

/***********************************
   	basics
************************************/

#content { line-height:18px; }

p { margin-bottom: 20px; }

.clear { clear:both; }

/*************************
Ordered list
**********************/
ol li { margin-bottom:15px; }

/*************************
headers
**********************/
.columnHalf h2 {
	border-bottom:0;
	margin-bottom:5px;
}

h3 {
	margin-top:35px;
	font-size:13px;
}

.columnQuarter h3 {
	margin-top:0px;
}

h2 a {
	color:#405877;
}

h3 a {
	color:#56769f;
}

/*************************
promo with background image
**********************/
	
.text_list.promo {
	background-image: url(https://www.cityofmadison.com/CityHall/legislativeInformation/images/backgroundCitySeal.png);
	background-position: top center;
	background-repeat:no-repeat;
}

.text_list.promo h2 {
	width:210px;
}

.text_list.promo ul {
background: -moz-linear-gradient(top,  rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#33ffffff',GradientType=0 ); /* IE6-9 */
}

.text_list.promo ul a {
	text-decoration:underline;
}

/*************************
link_list header
**********************/

.columnQuarter .link_list h2, .columnQuarterResource .link_list h2 {
	border-bottom:2px solid #294871;
}

.text_list h2, .text_list h3,  .text_list h2 a, .text_list h3 a {
	margin:0;
	padding:0;
	width:auto;
}

.text_list ul h2, .text_list ul h2 a {
	font-size:16px;
}

.text_list ul.list.double {
	margin:0;
	padding:0;
	list-style:none;
	border-top:1px solid #e3e3e3;
}

.text_list ul.list.double li {
	border:0;
	margin:0;
	padding:5px 0;
	width:215px;
}



/***************************
Tabber
*******************************/

ul.tabbernav {
	padding:0;
}

ul.tabbernav li a {
	display:inline-block;
	padding: 3px 27px;
}

.tabbertab, .tabberlive .tabbertab, .tabbertab.scroll {
	height:169px;
}

.tabbertab .text_list, .tabbertab .text_list ul {
	background: none;
	margin:0;
	padding:0;
}

.tabbertab .text_list ul li {
	width:423px;
}

.tabbertab .text_list ul li .location {
	margin-left:93px;
	color:#666;
}

.tabbertab.scroll .link_list, .tabbertab.scroll .link_list ul {
	height:auto;
	background:none;
	overflow:visible;
}

.tabbertab.scroll .link_list ul li {
	width:435px;
}

.tabbertab.scroll .text_list li .time {
	width:80px;
	display:inline;
	padding: 3px 10px 3px 0;
	float:left;
	color:#000;
}

.tabbertab.scroll .text_list ul li a {
	display:inline-block;
	width:325px;
	padding:3px;
	font-weight:bold;
}

.tabbertab .text_list li a:hover {
	background:#ccc;
}

.tabbertab .title_gray, .tabbertab .link_list ul li.title_gray {
	padding: 3px 7px;
	font-size:14px;
	width: 421px;
}

.title_gray, .title_gray a {
	color:#FFF;
}
.meeting-schedule div.title_gray {
  margin: 5px 0;
  padding: 2px 0 2px 7px;
  background: #eee;
  font-size: 12px;
  color: #000;
}

.title_gray a:hover {
	color:#cde;
}


/***********************************
  		STYLES FOR SHOWCASE
************************************/

a.rollover{ 
	position:relative; 
	z-index:24;
	text-decoration:none;
	width:200px;
	height:150px;
	display:block;
}

a.rollover.half{
	height:100px;
}

a.rollover.quarter{
	height:50px;
}

a.rollover span { display: none; }

a.rollover:hover { z-index:25; }

a.rollover:hover span.bubble {
	display:block; 
	position:absolute; 
	top: 0; 
	left:0;
	padding: 10px;
	margin: 0 0 50px 0 ;
	width:180px;
	height:130px;
	color: #000000;
	background:#000000;
	color:#FFF;
	font-size:11px;
	text-align: left;
	filter: alpha(opacity:70); 
	KHTMLOpacity: 0.70; 
	MozOpacity: 0.70; 
	opacity: 0.70;
}

a.rollover.half:hover span.bubble{
	height:80px;
}

a.rollover.quarter:hover span.bubble{
	height:30px;
}