/*
-------------------------------------------------------------------------------

CiPSA
Master Stylesheet

Author:   Bryan Veloso
Version:  2009.05

------------------------------------------------------------------------------- */


/* =Structure
------------------------------------------------------------------------------- */

body {
	background: url('../images/bkg_body.jpg') fixed top center;
	margin: 0 0 40px;
}
.page {
	margin: 0 auto;
	width: 860px;
}

th, td {
    vertical-align: top;
}


.donate {
	width: 820px;
	margin: 10px auto 0;
}
.donate a {
	background: url('../images/bkg_donate.png') no-repeat;
	float: right;
	display: block;
	height: 36px;
	text-indent: -9999px;
	width: 159px;
}


.header {
	height: 210px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
	.tagline {
		display: none;
	}
	.logo {
		background: url('../images/bkg_logo.png') 0;
		height: 200px;
		width: 860px;
		text-indent: -9999px;
	}


.navigation {
	background: #2ea1dc;
}
	.navigation a {
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		padding: 5px;
	}
	.navigation a:hover {
		background: #0b6cc1;
		text-decoration: none;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
	
	}
	.navigation ul {
		border-top: 1px solid #73cced;
		margin: -10px 0 0;
	}
	.navigation li {
		float: left;
		padding: 10px 15px;
	}
	.navigation li a:hover {
		
	}
	.navigation li.selected {
		background: #fff;
		margin: -10px 0 0;
		padding: 20px 30px 10px 20px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
	}
	.navigation li.selected a {
		color: #42afe2;
		font-size: 12px;
		padding: 0;
	}
	.navigation li.selected a:hover {
		background: transparent;
	}
	.bubbleInfo {
	  position: relative;
	  z-index: 100;
	}
	.popup {
	  position: absolute;
	  display: none;
	  z-index: 999;
	}
	
	    .navigation li ul {
	        z-index: 999;
	        background: #0b6cc1;
			margin: -3px 0 0;
			padding: 10px 20px 10px 10px;
			-moz-border-radius-topleft: 4px;
			-moz-border-radius-bottomleft: 4px;
			-moz-border-radius-topright: 4px;
			-moz-border-radius-bottomright: 4px;
			-webkit-border-top-left-radius: 4px;
			-webkit-border-top-right-radius: 4px;
			-webkit-border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
	    }
	    .navigation li:hover ul {
	        display: block;
	    }
	    .navigation li ul li {
	        white-space:nowrap;
	        width: auto;
	        display: block;
	        float: none;
	        background: transparent;
	        border: 0 transparent;
	    }


.content {
	background: #fff;
	padding: 0 10px 10px;
}
	.primary {
		float: left;
		margin: 10px;
		width: 580px;
	}
    .fullwidth {
        width: 800px !important;
    }
	.primary h1 + p {
		font-size: 14px;
		font-weight: bold;
	}
	.secondary {
		float: left;
		margin: 10px;
		width: 220px;
	}
	.secondary p {
		font-size: 11px;
	}


.fivebasics {
	background: #e8e8e8;
	border-top: 1px solid #ddd;
	clear: both;
	padding: 10px;
}	
	.fivebasics .intro {
		float: left;
		width: 220px;
		margin: 0 10px;
	}
	.fivebasics h1 {
		color: #7a7a7a;
		padding: 9px 0 15px;
	}
	.fivebasics p {
		color: #999;
	}
	.fivebasics span {
		background: #999999;
		color: #fff;
		display: block;
		font-weight: bold;
		height: 17px;
		margin: 0 0 15px;
		padding: 3px 4px 4px 5px;
		text-align: center;
		width: 15px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
	}
	.fivebasics li {
		float: left;
		color: #666;
		font-size: 11px;
		font-weight: bold;
		margin: 10px;
		width: 100px;
	}


.footer {
	background: rgba(0,0,0,0.3); /* Alternative could just be a simple gray. */
	clear: both;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	padding: 15px 20px;
}
	.footer a, .footer p {
		color: #fff;
		font-size: 11px;
		font-weight: bold;
	}
	.footer p {
		float: right;
		margin: 0;
	}
	.footer .copyright {
		float: left;
	}


/* POPPERS **************************************************************/

#rowWrapper { margin: 10px 0; border-top: 1px solid #ccc; padding: 10px 0; }
#rowWrapper p, #summaryText p { margin: 0; padding: 0; }
#billNumber { background: #2ea1dc; color: #fff; padding: 2px 10px; font-weight: bold; }
#sponsorName { font-weight: bold; }
#nameData { font-style: italic; margin: 5px 0; }
#plsSummary, #printerNumber, #billHistory { font-weight: bold; float: left; }
#previousPrinterNumbers, #summaryText, #billHistoryText { margin-left: 120px; }

#byline { font-style: italic; }
#summary { margin-bottom: 20px; }
#totalEntries { display: none; }

/* Hidden items in popper ***********************************************/

#billTrackingReport,
#legislativeNews,
#billStatusReport,
#trackName { display: none; }
