@charset "utf-8";
/* City of Costa Mesa CSS Document */

body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* ===== Outermost div ===== */

#container { 
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(/images/panoramic/main-bg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 2px;
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* ===== Header ===== */

#header { 
	background: #063f48 url(/images/panoramic/cm-branding.jpg) left no-repeat; 
	width: auto;
	height: 60px;
} 
#header #searchbox { 
	width: auto;
	height: 60px;
	float: right;
} 
#menu { 
	width: auto;
	height: 60px;
	float: right;
	color: #CCC;
	font-size: 0.9em;
} 
#menu a {
	color: #CCC;
	font-size: 0.9em;
	text-decoration: none;
	padding: 4px 4px 0 4px;
}
#menu a:hover {
	background: #CCC;
	color: #000;
}
#home {
	position:relative;
    top:0;
    left:0;
}

/* ===== sidebar (right column) ===== */

#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px;
}
#headBox img {
	padding: 2px;
	border:1px #CCC solid;
}
	
#sidebox {
	width: 275px;
/*	height: 750px; */
	height: 800px;
	overflow: auto;
	font-size: 0.9em;
}
#sidebox ul {
	display: block;
	list-style: disc;
	padding-left: 20px;
}
#sidebox .subLink {
	text-decoration:none;
	color:#000;
}
#sidebox .subLink:hover {
	background-color:#CCC;
}
#sidebox a.greenlink {
	color: #9F6;
	text-decoration:none;
}

#sidebox a.greenlink:hover {
	background-color: #063f48;
}
#sideBox1 {
	border: 1px #CCC solid;
	margin-top: 2em;
	padding: 10px;
}
#listBox {
	margin-top: 1em;
	padding-left: 1em;
}
#listBox li {
	padding-bottom: 1em;
	color: #CF0;
}
.listBox {
	margin-top: 1em;
	padding-left: 1em;
}
.listBox li {
	padding-bottom: 1em;
	color: #CF0;
}
.odd-row a {
	color: #FFC;
	font-weight: bold;
	text-decoration: none;
}
.odd-row a:hover {
	background-color: #930;
	color: #FFC;
}
.even-row a {
	color: #CFF;
	font-weight: bold;
	text-decoration: none;
}
.even-row a:hover {
	background-color: #930;
	color: #CFF;
}

#icons {
	padding: 5px 0 4px 0;
	text-align: center;
}
#hdr_today {
	display: block;
	text-align: center;
	padding-top: 10px;
}
#weather {
	display: block;
	text-align: center;
	padding: 10px 0 10px 0;
	color: #FFF;
}
#weather .hot {
	color: #F00;
}
#weather .cold {
	color: #9FF;
}
#weather .normal {
	color: #FFF;
}
	
/* ===== Main content (left coulumn) ===== */

#mainContent { 
	margin: 0 300px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
} 
#mainContent .randomImage { 
	margin: 0 auto;
	background-color: #000;
	width: 695px;
	height: 215px;
	float: left;
}

.translucent {
	opacity: 0.8;
	filter: alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
  }	
  
.lolight img {  
	opacity: 1;
	filter: alpha(opacity: 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.lolight:hover img {
	opacity: 0.6;
	filter: alpha(opacity: 60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}
  
.hilight img {
	opacity: 0.8;
	filter: alpha(opacity: 80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}

.hilight:hover img {
	opacity: 1;
	filter: alpha(opacity: 100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
}
		  
.bigCap {
	float:left;
	margin-top: -15px;
	line-height:1.5em;
	font-size:2.5em;
	padding-right:2px;
	font-family: Times, serif, Georgia; 
}

.bigText {
	font-size: 1.1em;
	font-weight: bold;
	color: #0f5d69;
}

.TabbedPanelsContentGroup {
	width: 672px;
/*	height: 320px;
	height: 340px;  */
	height: 410px;
	overflow: auto;
	padding: 10px;
	margin-bottom: 10px;
}

.TabbedPanelsContent {
/*	margin-top: 5px; */
	padding: 10px;
}

.TabbedPanelsContent ul {
	display: block;
	list-style: disc;
	padding-left: 20px;
}
.TabbedPanelsContent .sub-title {
	font-size: 1.0em;
	font-weight: bold;
	color: #CFF;
	text-decoration: underline;
}
.TabbedPanelsContent .smText {
	font-size: 0.75em;
	color: #FFF;
	text-align: center;
}

.pageHeader {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}

.pageSubHeader {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	color: #FC6;
}

.paragraphHeader {
	padding-left: 1.0em;
	font-weight:bold;
	color:#FC0;
	text-decoration:underline;
	text-transform:capitalize;
}

.whiteText {
	color: #FFF;
}

a.pdfFile {
	background:url(/images/panoramic/icon-pdf-11x12.png) center right no-repeat;
	padding-right: 15px;
}

a.blacklink {
	color: #000;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:none;
}

a.blacklink:hover {
	background-color: #CCC;
}

a.tiplink {
	color: #900;
	text-decoration: none;
}
a.tiplink:hover {
	color: #FFF;
	background-color: #900;
	text-decoration: none;
}

#tips ul {
	margin-left: 20px;
}


a.link1 {
	color: #FFF;
	text-decoration:none;
	line-height: 1.2em;
}

a.link1:hover {
	background-color: #063f48;
}

a.whitelink {
	color: #FFF;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:none;
}

a.whitelink:hover {
	background-color: #063f48;
}

a.orangelink {
	color: #FF0;
	text-decoration: none;
}
a.orangelink:hover {
	background-color:#FFC;
	color: #000;
}
a.greenlink {
	color: #9F6;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:none;
}

a.greenlink:hover {
	background-color: #063f48;
}
a.purplelink {
	color: #00ffff; /* teal */
/*	color: #F0F; */
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:none;
}

a.purplelink:hover {
	background-color: #063f48;
}
a.bluelink {
	color:#0000ff;
	font-size: 1.0em;
	font-weight:bold;
	text-decoration:none;
}

a.bluelink:hover {
	background-color: #063f48;
}
a.external {
	background: url(/images/panoramic/link-external.png) center right no-repeat;
	padding-right: 15px;
}

a.mailink {
	background: url(/images/panoramic/mail-link.png) center right no-repeat;
	padding-right: 15px;
}

a.check {
	background: url(/images/panoramic/check-bullet.png) center left no-repeat;
	padding-left: 20px;
}

a.check:hover {
	background: url(/images/panoramic/check-bullet-1.png) center left no-repeat;
	padding-left: 20px;
	background-color:#FFC;
	color: #000;
}

.headlines {
	background-color: #587891;
	padding: 5px 20px;
	border: 1px solid #446a82;
}

.textCenter {
	text-align:center;
}

.textBold {
	font-weight: bold;
}

.color1 {
	color: #FC0;
}
.color2 {
	color: #0CF;
}
.color3 {
	color: #FFC;
}
.color4 {
	color: #FC9;
}
.color5 {
	color: #9F6;
}
.color6 {
	color: #F0F;
}
.color7 {
	color: #000;
}
.whiteCenter {
	color: #FFF;
	text-align: center;
}
.hi-impact {
	color: #F00;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 4px;
	border: 1px #FC0 solid;
	background-color: #FFC;
}
.hi-red {
	color: #F00;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFF;
}
#carousel {
	margin: 0 auto;
	width: 695px;
	height: 150px;
	text-align: center;
}
/* ===== footer ===== */

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#063f48; 
	color: #CCC;
	font-size: 0.7em;
	text-align: center;
} 
#footer a { 
	color: #CCC;
	text-decoration: none;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ===== miscellaneous classes ===== */
.itext {
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.counter {
	font-size:inherit;
}
