/*
$HeadURL: svn+secure://dev.comminternet.com/main/websites/choircoalition.org/trunk/web/common/stylesheets/frontend_screen.css $
$LastChangedRevision: 2911 $
$LastChangedDate: 2006-11-06 14:17:53 -0500 (Mon, 06 Nov 2006) $
*/

@import url(general.css);

/* GLOBAL. */

html,
body
{
	background: #ddeeff;
	margin: 10px 0;
}

body
{
    margin: 0;
    padding: 0;
}

a:link,
a:visited,
a:active
{
	color: #0052BD;
	text-decoration: none;
}

a:hover
{
	color: #004A88;
	text-decoration: none;
}

h1
{
	color: #005596;
	font-size: 21px;
	margin: 0;
	padding: 1px 0 4px 0;
	text-transform: uppercase;
}

h2
{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 14px 0 0 0;
}

h3
{
	color: #000;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
}

.toTop
{
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 25px;
}

/* PAGE SECTIONS. */

/* Page container. */

#pageContainer
{
	font-family: trebuchet ms, sans-serif;
	font-size: 14px;
	margin: auto;
	width: 790px;
}

#pageContainer.popup
{
	width: 100%;
}

/* Page top. */

#pageTop
{
	font-size: 13px;
	text-align: center;
}

#pageTop h1
{
	display: inline;
}

#pageTop h1 a
{
	position: absolute;
	height: 140px;
	width: 770px;
	margin: 0 auto;
}

#pageTop a span
{
	display: none;
}

#pageTop .navBoxBounder
{
	background: #004A88;
	color: #fff;	
}

#pageTop .navBox
{
	background: #004A88;
	color: #fff;
}

#pageTop object
{
	margin: 0;
}

#pageTop ul
{
	background: url(../images/navbg.jpg);
	margin: -3px auto 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 770px;
}

#pageTop ul li
{
	display: inline;
	font-weight: bold;
	margin: 0;
	padding: 0 9px 0 9px;
}

#pageTop ul li a:link,
#pageTop ul li a:visited,
#pageTop ul li a:active
{
	color: #fff;
}

#pageTop ul li a:hover
{
	color: #def;
}

/* All submenus. */
html body #pageContainer #cxMenu0 ul
{
    display: none; /* The child lists must be hidden initially to prevent them from displaying briefly while the page renders. */
    margin: 0;
    padding: 0;
    width: 150px;
    background-image: none;
    background-color: #005596;
}

/* All submenu list items. */
html body #pageContainer #cxMenu0 ul li
{
    display: block;
    margin: 0;
    padding: 5px;
}

OAhtml body #pageContainer #cxMenu0 ul li.expandable {}

/* Page bottom. */

#pageBottom
{
	clear: both;
	font-size: 13px;
	margin: 10px 0;
	text-align: center;
}
	
#pageBottom ul
{
	list-style: none;
	margin: 25px 0;
	padding: 0;
}

#pageBottom ul li
{
	display: inline;
	margin: 0 6px 0 4px;
	padding: 0 8px 0 0;
}

#pageBottom ul li a:link, #pageBottom ul li a:visited, #pageBottom ul li a:active
{
	background: transparent;
	color: #005596;	
	font-weight: bold;
}

#pageBottom ul li a:hover
{
	background: transparent;
	color: #000;
}

#pageBottom .branding
{
	text-align: center;
}

/* Page content. */

#pageContent
{
	margin: 26px 0 10px 0;
}

#pageContent h1.pageTitle
{
    margin-top: 0;
}

#pageContent p
{
	line-height: 23px;
	margin: 0;
	padding: 3px 0 10px 0;
	text-align: justify;
}

#pageContent ul
{
	list-style: square;
}

#pageContent ul li
{
	padding: 3px 0;
}

#pageContent ul.list
{
	list-style: disc url(../images/list-bullet.gif);
	margin: 0 0 0 20px;
	padding: 0;
}
	
#pageContent ul.list li
{
	line-height: 20px;
	margin: 0 25px;
	padding: 3px 0;
}

#pageContent .image img
{
	border: 2px solid #000;	
	margin: 4px 0;
}

#pageContent .imagefloatright
{
	float: right;
}

#pageContent .imagefloatright img
{
	border: 2px solid #000;	
	margin: 10px 0 4px 15px;
}

#pageContent .imagefloatright .title,
#pageContent .imagefloatright .credit
{
	margin: 0 0 0 15px;
}

#pageContent .imagefloatleft
{
	float: left;
}

#pageContent .imagefloatleft img
{
	border: 2px solid #000;	
	margin: 10px 15px 4px 0;
}

#pageContent .imagefloatleft .title,
#pageContent .imagefloatleft .credit
{
	margin: 0 15px 0 0;
}

#pageContent .image .title,
#pageContent .imagefloatright .title,
#pageContent .imagefloatleft .title
{
	background: transparent;
	color: #666;
	display: block;
	font-size: 12px;
	padding: 2px;
	text-align: center;		
}

#pageContent .image .credit,
#pageContent .imagefloatright .credit,
#pageContent .imagefloatleft .credit
{
	background: transparent;
	color: #aaa;
	display: block;
	font-size: 11px;
	padding: 2px;
	text-align: center;
}

#pageContent .media .date
{
	font-size: 80%;
	font-style: italic;
	padding-bottom: 0;
}

#pageContent .media .description
{
	padding: 0 0 0 0.75em;
}

#pageContent .media .link,
#pageContent .event .link
{
	font-size: 90%;
	margin-top: 0 !important;
	padding-top: 0;
	padding-left: 1em;
}

#pageContent .legislator table td.label
{
	font-size: 80%;
	width: 4.5em;
	padding-top: 3px;
	vertical-align: top;
}

#pageContent .link h4,
#pageContent .link p,
#pageContent .event h4,
#pageContent .event p
{
	padding-left: 1em;
}

/* Page sidebar. */

.sidebar
{
	background: #0052BD;
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sidebar .bounder
{
	background: #0052BD;
	margin: 0;
	padding: 0;
	width: 225px;
	height: 17px;
}

.sidebar .bounder.top
{
	background: url(../images/backgrounds/bluebox_top.jpg) top no-repeat;
}

.sidebar .bounder.bottom
{
	background: url(../images/backgrounds/bluebox_bottom.jpg) bottom no-repeat;
}

.sidebar .content
{
	padding: 0 15px;	
}

.sidebar .content a:link, .sidebar a:visited, .sidebar a:active
{
	background: transparent;
	color: #80D4B7;
	text-decoration: none;
}

.sidebar .content a:hover
{
	background: transparent;
	color: #fff;
	text-decoration: none;
}

.sidebar .content h2
{
	background: transparent;
	color: #fff;
	font-size: 15px;
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
	text-transform: uppercase;
}

.sidebar .content p
{
	font-size: 13px;
	line-height: 19px !important;
	margin: 0;
	padding: 1px 0 20px 0 !important;
}

.sidebar .content table
{
	margin-bottom: 20px !important;
	width: 100%;
}

.sidebar .content th
{
	font-size: 12px;
}

.sidebar .content ul
{
	margin: 0 0 20px 0 !important;
	padding: 0;
}

.sidebar .content ul li
{
	line-height: 16px;
	list-style: disc url(../images/list-bullet_white.gif);
	margin: 0 0 0 20px !important;
	padding: 4px 0 4px 20px !important;
	text-indent: -20px !important;
}

/* COMPONENTS. */

/* Forms. */

form table.section
{
    border-collapse: collapse;
}

form tr.group {}

form td.caption
{

	font-weight: bold;
    height: 1.75em;
    vertical-align: top;
    padding-top: 7px;
	padding-right: 1em;
	width: 125px;
}

form td.field
{
    padding: 3px 0;
}

form td.field ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

form ul.errors
{
    color: #CE0000;
	background: #FFCFCE;
	border: 1px solid #CE0000;
    list-style: none;
    padding: 5px;
    margin-top: 0;
	margin-bottom: 0.75em;
}

form ul.errors li
{
    list-style: none;
    padding-top: 0.25em;
}

form ul.errors li:first-child
{
    padding-top: 0;
}

form .buttons {}

/* Site navigator. */

#pageContent .siteNavigator
{
	font-size: 11px;
	margin: 0 0 15px 0;
    padding: 0;
}

#pageContent .siteNavigator li
{
    display: inline;
    background-image: url(../images/site_navigator_separator.gif);
    background-position: 0 40%;
    background-repeat: no-repeat;
	margin: 0;
    padding: 0 3px 0 10px;
}

#pageContent .siteNavigator li.first
{
    background-image: none;
    padding: 0 6px 0 0;
}

/* Page navigator. */

.pageNavigator
{
    margin: 1em 0 0 0;
}

.pageNavigator .label {}

.pageNavigator ul
{
    display: inline;
    padding-left: 0;
}

.pageNavigator ul li
{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
}

.pageNavigator ul li.next {}
.pageNavigator ul li.previous {}

.pageNavigator ul li a
{
    background: white;
    border: 2px solid black;
    padding: 4px 7px 2px 7px;
    text-decoration: none;
}

.pageNavigator.bottom {}

/* Error pages. */

#pageContainer.error
{
    color: black;
}

/* INDIVIDUAL PAGES. */

.roundedBox table td,
.roundedBox table th,
.sidebar table th,
.sidebar table td
{
	padding: 3px 3px 3px 0;
}

.box
{
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 235px;
}

.box .bounder
{
	background: #f00;
	margin: 0;
	padding: 0;
	height: 17px;
	width: 235px;
}

.box .bounder.top
{
	background: url(../images/backgrounds/greenbox_top.jpg) top no-repeat;
}

.box .bounder.bottom
{
	background: url(../images/backgrounds/greenbox_bottom.jpg) bottom no-repeat;
}

.box .content
{
	background: #80D4B7;
	color: #000;
	font-size: 13px;
	padding: 0 15px;
}

.box .content a:link, .box .content a:visited, .box .content a:active
{
	background: transparent;
	color: #0052BD;
	text-decoration: none;
}

.box .content a:hover
{
	background: transparent;
	color: #000;
	text-decoration: none;
}

.box .content h2
{
	background: transparent;
	color: #000;
	font-size: 15px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: lowercase;
}

.box .content p
{
	font-size: 13px;
	line-height: 17px;
	margin: 0;
	padding: 1px 0 10px 0;
}

.column
{
	float: left;
}

.column ul
{
}

#pageContainer.sitemap .column
{
	width: 32%;
}

th
{
	width: 50px;
	vertical-align: top;
	text-align: left;
}

.sidebar th.date+td
{
	font-size: 13px;
	vertical-align: top;
}

.sidebar table
{
	margin-bottom: 15px;
}

#pageContainer.links h2
{
	margin-top: 15px;
}

#pageContainer.links h3
{
	margin-left: 10px;
}

#pageContainer.sightings table#sightings
{
	margin-top: .75em;
	width: 100%;
}

#pageContainer.sightings table#sightings th
{
	background: #1B5692;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}

#pageContainer.sightings table#sightings td,
#pageContainer.sightings table#sightings th
{
	font-size: 12px;
	padding: 5px;
}

#pageContainer.sightings table#sightings td
{
	border-bottom: 1px solid #B1CBE3;
}

#pageContainer.sightings table#sightings th.date
{
	width: 25%;
}

#pageContainer.sightings table#sightings th.location
{
	width: 40%;
}

#pageContainer.sightings table#sightings th.boat
{
	width: 35%;
}