/**
 * City of Bellevue CSS For Primary Layout
 * @browsers: ALL
 **/

	/* Elements */
	
		body {
			background-color: #262626;
			margin: 0;
		}
		
		body,
		input,
		textarea,
		select {
			font-family: Arial, Helvetica, Sans-Serif;
		}
		
		p,
		ul,
		ol,
		div.row {
			margin: 14px 0;
		}
		
		ol {
			padding: 0 0 0 20px;
		}
			
		ul {
			list-style: none;
			padding: 0;
		}
		
			ul li {
				padding-left: 17px;
				background: transparent url(/media/cob/images/icons/bullet.gif) no-repeat scroll 7px 8px;
			}
			
			ul li,
			ol li {
				margin: 10px 0;
			}
			
				*.smallText ul li {
					padding-left: 13px;
					background-position: 5px 6px;
				}
				
				*.smallText p,
				*.smallText ul,
				*.smallText ol,
				*.smallText ul li,
				*.smallText ol li {
					margin: 9px 0;
				}
				
				
	/* Standard Links */

		a {
			color: #299BA3;
			text-decoration: none;
			outline: none;
		}
		
			a:hover,
			a:focus {
				text-decoration: underline;
				cursor: pointer;
			}

			a:active,
			a.active,
			span.active {
				color: #9C9C9C;
			}
			
				div#mainColumn a.active:hover {
					text-decoration: none;
					cursor: default;
				}
		
	/* Headers */
	
		h1,
		h2,
		h3,
		h4 {
			color: #299AA3;
			margin: 0 0 0 0; /* Override Default Browser Styles */
			line-height: 20px !important;
			font-weight: bold;
		}
		
		/* Common Border Styles */
		h1,
		h2,
		h3,
		h4,
		div.tipBox,
		div.ruleBox,
		div.bottomRuleBox,
		div.bottomRuleHeaderBox {
			border: 0px solid #299AA3;
		}
	
			/* Prevent the user from entering <p> where they shouldn't... */
			h1 p,
			h2 p,
			h3 p,
			h4 p {
				margin: 0 !important;
			}
		
		h1 {
			font-size: 20px;
		}
		
			h1.rule {
				padding-bottom: 12px;
				border-bottom-width: 2px;
			}
			
		h2 {
			font-size: 16px;
		}
		
			h2.rule,
			h3.rule,
			h4.rule {
				padding-bottom: 5px;
				border-bottom-width: 1px;
				margin-bottom: 14px;
			}
			
		h3 {
			font-size: 14px;
		}
		
		h4 {
			font-size: 12px;
		}
		
	/* Font-Sizes */	
		
		input,
		textarea,
		div#wrapper,
		select,
		*.regularText {
			font-size: 13px;
			line-height: 20px;
		}
		
	/* Base Classes */
		
		*.bgTeal {
			background-color: #2D9796;
		}
		
			*.bgTeal,
			*.bgTeal a {
				color: #fff;
			}
		
		*.teal {
			color: #299AA3;
		}
		
		*.bgGrey {
			background-color: #E5F0EF;
		}
		
		*.grey {
			color: #9C9C9C;
		}
		
		*.smallText {
			font-size: 12px;
			line-height: 18px;
		}
		
		*.title {
			padding: 6px 10px;
			font-weight: bold;
			line-height: 16px;
		}
		
		*.rssLink {
			display: block;
			font-size: 10px;
			padding-right: 16px;
			background: transparent url(/media/cob/images/icons/rssTealBG.gif) no-repeat right center;
			color: #fff;
			font-weight: normal;
		}
		
		*.boldLinkSection a {
			font-weight: bold;
		}
		
		*.postRow {
			margin-bottom: 10px;
		}
		
			*.postRow.last {
				margin-bottom: 0px;
			}
			
		div.bottomRuleBox {
			border-bottom-width: 1px;
		}
		
		*.regularText {
			color: #000;
			font-weight: normal;
		}
		
	/* Primary Layout */
	
		div#wrapper {
			width: 993px;
			padding: 14px 0;
		}
		
		div#header {
			background: transparent url(/media/cob/images/layout/header/default/bgStretch.gif) repeat-x scroll left 8px;
			height: 115px;
			overflow: hidden;
		}
		
			div#header div.top {
				height: 8px;
				width: 993px;
				background: transparent url(/media/cob/images/layout/header/default/bgTop.gif) no-repeat scroll left top;
			}
			
			div#header div.content {
				padding: 0 21px 0 21px;
				height: 86px; /* 115 - ( 8 + 21 ) */
			}
			
			div#header img#logo {
				margin: 27px 0 0; /* 86 - 59 */
			}

			div#header div#inputBox {
				line-height: 21px;
				margin-top: 65px; /* 86 - 21 */
			}
			
				div#header input#txtGoogleSearch {
					margin: 0 5px;
				}
								
		div#content {
			background-color: #fff;
		}
		
			div#content div#frame {
				padding: 19px 24px 31px;
			}
			
				div#content div#frame div.oneColumn {
					background-image: none;
					background-repeat: repeat-y;
				}
			
				div#content div#frame div.twoColumn {
					background-image: url(/media/cob/images/layout/content/bgTwoColumn.gif);
				}
				
				div#content div#frame div.twoColumnLeft {
					background-image: url(/media/cob/images/layout/content/bgTwoColumnLeft.gif);
				}
			
				div#content div#frame div.threeColumn {
					background-image: url(/media/cob/images/layout/content/bgThreeColumn.gif);
				}
			
					div#content div#frame div.column {						
						padding: 20px 0 35px 0;
					}
			
					div#content div#frame div#leftColumn {
						width: 120px; /* 140 - 20 */
						padding-right: 20px;
					}
				
					div#content div#frame div#mainColumn {
						margin: 0 1px;
						width: 540px; /* 606 - 66 */
						padding-left: 33px;
						padding-right: 33px;
					}
					
						div#content div#frame div.twoColumn div#mainColumn {
							padding-left: 9px;
							margin-left: 0px;
							width: 710px;
						}
						
						div#content div#frame div.twoColumnLeft div#mainColumn {
							margin-right: 0px;
							width: 762px;
							padding-right: 9px;
						}
				
					div#content div#frame div#rightColumn {
						width: 176px; /* 197 - 21 */
						padding-left: 21px;
					}
					
						div#content div#frame div.twoColumn div#rightColumn {
							width: 171px;
						}
		
			div#content div.bottom {
				height: 8px;
				background: transparent url(/media/cob/images/layout/footer/default/bgBottom.gif) no-repeat scroll left top;
			}
			
			div#content div.introBox {
				border-bottom: 1px dotted #9C9C9C;
			}
			
			div#content div.contentBox h1,
			div#content div.contentBox h2,
			div#content div.contentBox h3 {
				margin-top: 30px;
			}
				div#content div.gridLeft {
					width: 449px;
					margin-right: 43px;
				}
				
				div#content div.gridRight {
					width: 207px;
				}
			
	/* Weather */
		
		div.weatherBox img {
			height: 21px;
		}
		
	/* Titles w/ a share link */
		h2.shareNewsTitle {
			width: 440px;
		}
		
		h2.shareEventsTitle {
			width: 405px;
		}

		.shareBlogTitle {
			width: 445px;
		}

		div.bottomRuleHeaderBox {
			margin-bottom: 3px;
			padding-bottom: 12px;
			border-bottom-width: 2px;
		}

		/* Add This Icon */
		div.dottedBox a.addthis_button img 
		{ 
			width: auto;
		}
	
	/* Dotted Box */
	
		div.dottedBorderBox,
		div.dottedBox {
			border: 0px dotted #9C9C9C;
		}
		
		div.dottedBorderBox {
			border-top-width: 1px;
			border-bottom-width: 1px;
		}

		div.dottedBox {
			padding: 13px 0;
			border-bottom-width: 1px;
		}
		
			div#leftColumn div.dottedBox {
				padding: 10px 0 10px 7px;
				line-height: 16px;
			}

			div.dottedBox.first {
				padding-top: 0px;
			}
			
			div.dottedBox.last {
				border-bottom: none;
			}
			
			div.dottedBox table td {
				vertical-align: top;
			}
			
			div.dottedBox img {
				margin-right: 15px;
				border: 1px solid #8FBE3C;
				width: 71px;
			}
			
				div.gridRight div.dottedBox img {
					width: 39px;
				}
			
			div.dottedBox div.linkBox {
				margin-bottom: 7px;
				font-size: 13px !important;
			}
			
	/* Icon Table */
	
		div#pageTitle table td img,
		table.iconTable td img {
			margin-right: 9px;
		}
		
		div#pageTitle table td,
		table.iconTable td {
			padding: 0 0 0 0;
			vertical-align: middle;
		}
		
		/* Prevent user markup from distorting layout */
		div#pageTitle table p,
		table.iconTable p {
			margin: 0;
		}
		
	/* Page Banner */
	
		*.twoColumn div#pageBanner,
		*.threeColumn div#pageBanner {
			overflow: hidden;
		}
	
		*.twoColumn div#pageBanner {
			width: 704px;
		}
		
		*.threeColumn div#pageBanner {
			width: 539px;
		}

			div#pageBanner img {
				margin-top: 14px;
				border-top: 2px solid #299AA3;
			}

				/* Prevent FCKEditor Input From Distorting Layout */
				div#pageBanner p, 
				div#pageBanner br {
					display: inline !important;
					margin: 0 0 0 0 !important;
					padding: 0 0 0 0 !important;
				}
				
	/* Page Title */	
			
		div#pageTitle h1,
		div#pageTitle h1.rule {
			margin-bottom: 0px;
		}
			
	/* Sidebar Styles */
	
		div.calloutBox {
			margin-bottom: 17px;
		}
		
			div.calloutBox.hasBorder {
				padding-bottom: 4px;
			}
		
			div.calloutBox div.content {
				background-color: #fff;
				margin: 0 4px;
				padding: 1px 10px;
			}
			
			/* Prevents user-edits from distorting layout */
			div.calloutBox div.title p {
				margin: 0 0 0 0;
			}
			
			div.calloutBox div.title.iconInfo,
			div.calloutBox div.title.iconCalculator {
				padding-left: 33px;
				background: transparent url(/media/cob/images/icons/infoGreyBG.gif) no-repeat scroll 10px center;
			}
			
				div.calloutBox div.title.iconCalculator {
					background-image: url(/media/cob/images/icons/calculator.gif);
				}
				
			div.calloutBox div.title.iconMail a {
				padding-left: 20px;
				background: transparent url(/media/cob/images/icons/mailTealBG.gif) no-repeat scroll left center;
			}
			
		div.tipBox,
		div.ruleBox {
			margin: 11px 0;
		}
			
		div.tipBox {
			border-top-width: 1px;
			border-bottom-width: 1px;
			padding: 11px 0;
			background: transparent url(/media/cob/images/icons/quoteStart.gif) no-repeat scroll left 11px;
		}
		
			div.tipBox div.quoteEnd {
				background: transparent url(/media/cob/images/icons/quoteEnd.gif) no-repeat scroll right bottom;
				margin: 0 0 0 14px;
			}
			
				div.tipBox a#browseTips {
					display: block;
					margin-top: 11px;
				}
			
				div.tipBox div.quote {
					margin: 0 14px 0 0;
				}
				
		div.ruleBox {
			border-top-width: 1px;
		}
		
		/* Sidebar Calendar */
		
			table.calSidebar table#cal_body {
				border-collapse: collapse;
			}
	
				table.calSidebar table#cal_body td {
					color: #007181;
					border: 4px solid #fff;
					line-height: 18px;
					height: 18px;
					width: 18px;
					font-size: 11px;
					padding: 0 !important;
					overflow: hidden;
				}
			
				table.calSidebar table#cal_body a {
					color: #fff;
				}
				
				table.calSidebar table#cal_body span.calToday {
					display: block;
					border: 1px solid #007181;
				}
				
					table.calSidebar table#cal_body a span.calToday {
						display: inline;
						border: none;
					}
