/* CSS Document */
/*-----------------------------------------------
Glenn County General Plan Update Web Site 
-------------------------------------------------
Author:		Matson & Isom Technology Consulting
            www.mitcs.com
Version:	2006.12.08.1431
----------------------------------------------- */

/*-----------------------------------------------
-- Base Styles
----------------------------------------------- */

*
{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5
{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

h2
{
	font-size: 150%;
}

ul, li
{
	list-style: none;
}

p
{
	margin: 0 20px 15px 20px;
	line-height: 135%;
}

a
{
	text-decoration: none;
}

a:hover
{
	background: #EEE;
}

body
{
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
	background: url(/_images/background.jpg) repeat;
	background-color: #213a64;
}

#main_container
{
	width: 800px;
	background-color: #FFF;
	margin: 20px auto;
	text-align: left;
	border: 3px solid #EEE;
}

#container
{
	border: 1px solid #213a64;
}	

/*-----------------------------------------------
-- Header Styles 
----------------------------------------------- */

#header #logo
{
	height: 58px;
	background: url(/_images/logo.gif) no-repeat;
	margin: 15px 0 10px 15px;
}
	
#header h1
{
	font-size: .01em;
	margin: 0 0 0 -5000px;
	color: #FFF;
}

#nav
{
	background: url(/_images/nav_bottom.jpg) repeat-x bottom;
	background-color: #345284;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

#nav ul
{
	background: url(/_images/nav_top.jpg) no-repeat top;
	padding: 12px 0 7px 0;
	height: 1%;
}

#nav li
{
	display: inline;
	margin: 0 -2px;
}

#nav li a
{
	color: #FFF;
	padding: 5px 15px;
	border-left: 1px solid #7288ad;
	border-right: 1px solid #21385d;
}

#nav li a:hover, 
#overview .l-overview a,
#blog .l-news a,
#general_plan .l-general_plan a,
#document_library .l-document_library a,
#get_involved .l-get_involved a,
#contact .l-contact a
{
	background: url(/_images/link_hover.jpg) repeat-x;
	background-color: #6C9141;
}

/*-----------------------------------------------
-- Body Styles 
----------------------------------------------- */

#home #body_container
{
	position: relative;
	background: url(/_images/header_photo.jpg) no-repeat top;
	background-color: #FFF;
}	

#content_tiles
{

	width: 560px;
	padding-top: 110px;
}
#body_content
{
	background: #CCC url(/_images/content_bg.gif) repeat-y top;
}
.tile
{
	width: 280px;
	float: left;
	border-top: 1px solid #CCC;
	padding-bottom: 15px;
}

.whats_new
{
	width: 560px;
}

.whats_new p
{
	margin: 5px 10px 0 15px;
}

.tile h2, #library .library_section h3
{
	background: url(/_images/tile_background.jpg) repeat-x top;
	background-color: #335284;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 10px;
	border-bottom: 2px solid #95b949;
}

.tile ul, .library_section ul
{
	padding: 5px 10px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

.tile li, .library_section li
{
	padding-bottom: 5px;
}

.tile a
{
	color: #000;
}

.tile a:hover
{
	background: #EEE;
}

dl dt
{
	float: left;
	clear: left;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #5E762C;
	margin-right: 6px;
	margin-left: 5px;
}


dl dd
{
	background: url(/_images/pdf_icon.png) no-repeat left top;
	padding-left: 17px;
	margin-left: 65px;
}

.date
{
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #5E762C;
	margin-right: 6px;
}

.word
{
	background: url(/_images/word_icon.png) no-repeat left;
	padding-left: 15px;
}

.excel
{
	background: url(/_images/excel_icon.png) no-repeat left;
	padding-left: 15px;
}


.map
{
	background: url(/_images/map_icon.png) no-repeat left;
	padding-left: 15px;
}

#survey_section
{
	background: #F0F0F0;
	position: absolute;
	top: 110px;
	right: 0;
	border-left: 1px solid #CCC;
	border-right: 1px solid #213a64;
	height: 400px;
	width: 239px;
}

html>body #survey_section
{
	height: 400px;
	border-right: none;
}

#survey_section h2
{
	background: url(/_images/tile_background_green.jpg) repeat-x top;
	background-color: #5e762c;
	padding: 10px;
	color: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 2px solid #335284;
}

#survey_section p
{
	margin: 10px 10px 0 10px;
}

#footer
{
	clear: both;
	color: #FFF;
	background-color: #355385;
	text-align: center;
	font-size: 80%;
}

#contact_info
{
	padding: 5px 0;
}

#footer p
{
	margin: 0;
}

#form
{
	margin-left: 15px;
}
/*-----------------------------------------------
-- Sub page Styles 
----------------------------------------------- */

#overview #body_container, #general_plan #body_container, #document_library #body_container, #get_involved #body_container, #contact #body_container
{
	position: relative;
	background: url(/_images/header_photo_sub.jpg) no-repeat top;
	background-color: #FFF;
}

#overview h2,
#general_plan h2,
#document_library h2,
#get_involved h2,
#contact h2
{
	color: #2F4E80;
	font-size: 170%;
	margin: 0 20px 10px 20px;
	padding: 70px 0 2px 0;
	border-bottom: 1px solid #EEE;
}

#body_container
{
	margin-bottom: 5px;
}

#body_container h3
{
	color: #2F4E80;
	margin: 15px 10px 5px 20px;
}

#body_container h3 a
{
	color: #2F4E80;
	text-decoration: underline;
}

#body_container p a
{
	color: #2F4E80;
	text-decoration: underline;
}

#body_container h3 a
{
	display: block;
}

#body_container h3 a:hover
{
	display: block;
	background-color: #EEE;
}

#body_container .list
{
	margin: 0 10px 10px 35px;
	list-style-type: circle;
}

#body_container .list li
{
	padding: 5px 0;
	list-style: outside;
	list-style-type: circle;
}

#body_container .list ul
{
	margin: 0 0 0 20px;
}

#body_container .list ul li
{
	padding: 5px 0;
	list-style: outside;
	list-style-type: disc;
}

img
{
	float: right;
	margin: 0 20px 5px 10px;
	padding: 5px;
	border: 1px solid #DDD;
}

/*-----------------------------------------------
-- Document Library Styles 
----------------------------------------------- */

#library
{
	width: 760px;
	float: left;
	margin: 10px 10px 20px 10px;
}

html>body #library
{
	margin: 10px 20px 20px 20px;
}

.library_section
{
	float: left;
	margin-bottom: 15px;
	padding-bottom: 10px;
	width: 760px;
	background: url(/_images/library_section_bg.jpg) repeat-x bottom;
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-top: 1px solid #DDD;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}

.library_section h3
{
	background: url(/_images/tile_background.jpg) repeat-x top;
	background-color: #335284;
	color: #FFF;
	font-size: 135%;
	padding: 6px 5px 6px 10px;
	border-bottom: 2px solid #95b949;
}

.library_section h4
{
	font-size: 125%;
	color: #335284;
	margin: 10px 10px 0 10px;
}

.library_section ul
{
	padding: 5px 10px;
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

.library_section li
{
	padding: 0 0 5px 18px;
}

.library_section a
{
	color: #000;
}

.library_section a
{
	display: block;
}

.library_section a:hover
{
	background: #EEE;
}

.library_column_1
{
	float: left;
}

.library_column_2
{
	margin-left: 360px;
}

html>body .library_column_2
{
	margin: 20px 10px 0 360px;
}

.library_sub_section
{
	width: 360px;
	margin: 0 10px;
}

/*-----------------------------------------------
-- Poll Styles
----------------------------------------------- */

.poll
{
	margin: 10px;
}

.poll img
{
	padding: 0;
	border: 0;
}

/*-----------------------------------------------
-- Blog Styles
----------------------------------------------- */

#blog h2
{
	color: #2F4E80;
	font-size: 150%;
	margin: 0 20px 10px 20px;
	padding: 10 0 2px 0;
}

#blog h2 a
{
	height: 1%;
	width: 100%;
	color: #2F4E80;
	text-decoration: underline;
}

#blog #body_container
{
	width: 800px;
	position: relative;
	float: left;
	background: url(/_images/header_photo_sub.jpg) no-repeat top;
	background-color: #EEE;
	margin-bottom: 0;
}

#blog #mainContainer
{
	float: left;
	width: 65%;
	height: 1%;
	margin-top: 53px;
	padding: 15px 0 0 0;
	background: #FFF;
	border-right: 1px solid #bbb;
}

#blog input#comment-preview
{
	margin-left: 20px;
}

#blog #comment-preview, #blog #comment-post
{
	margin: 0 0 15px 0;
}

.entry
{
	height: 1%;
	margin-bottom: 25px;
}

#blogTime
{
	font-size: 85%;
	color: #5E762C;
	padding: 2px 0 3px 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #EFEFEF;
}

#blog .date-header
{
	font-size: 80%;
	text-transform: uppercase;
	margin-bottom: 3px;
	color: #5E762C;
}

#blogTime .permalink
{
	color: #5e762c;
}

.comments-content
{
	margin-bottom: 25px;
}

.comment
{
	background: url(/_images/blog_comment_bg.png) repeat-x bottom;
	border: 1px solid #b2c2dd;
	padding: 10px 0 0 0;
	margin: 10px 20px;
}

.dan_obermeyer
{
	background: url(/_images/blog_comment_bg_author.png) repeat-x bottom;
	border: 1px solid #6E9343;
}

.dan_obermeyer .comment-footer, #body_container .dan_obermeyer .comment-footer a
{
	color: #4e6e29;
}

.comment p
{
	margin-left: 10px;
}

.comment-footer
{
	font-size: 85%;
	font-weight: bold;
	color: #486591;
}

.comments-open label
{
	display: block;
}

#blog #subNav
{
	margin: 53px 0 0 65%;
	padding: 5px 0 25px 0;
	background: #EEE;
}

#blog #subNav ul
{
	margin-left: 20px;
}

#blog #subNav li
{
	padding: 0 0 5px 0;
}

#blog #subNav a
{
	color: #2f4e80;
	text-decoration: underline;
}

#blog img
{
	border: none;
	padding: 0;
}

#comment-text
{
	clear: left;
}

#clear
{
	clear: both;
}
