/*
Theme Name: DLANC Planning & Land Use Committee theme
Description: A custom design for DLANC PLUC.
Version: 1.0
Author: Findable Blogs
Author URI: http://www.findableblogs.com/
*/



/*
	Table of Contents:
		General elements
		Structural elements
		Header elements
		Post elements
		Metadata elements
		Comment elements
		Sidebar elements
		Widget-specific elements
		Plugin-specific elements
		Image elements
*/


/* General elements */
* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	text-align: center;
}

body {
	background: #F2F2F2;
	color: #333333;
	font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
	font-size: small; /* set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 140%;
	margin: 0px;
}

p, ul, ol, table {font-size: 100%;}
h1 {font-size:200%;}
h2 {font-size:160%;}
h3 {font-size:140%;}
h4 {font-size:120%;}
h5 {font-size:100%;}
h6 {font-size:100%;}

.heading { /* for headings that don't have any real semantic value */
	font-size: 140%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #333333;
	text-transform: capitalize;
}

blockquote {
	margin: 0px 30px 0px 30px;
}

p,
blockquote,
#content ul,
#content ol,
table,
.more-link {
	margin-bottom: 1.5em;
}

input,
textarea {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	color: #006D18;
}

a:visited {
	color: #000000;
}

a:hover, a:active, a:focus {
	background: #FAAF40;
	color: #000000;
	text-decoration: none;
}

div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

label {
	cursor: pointer;
}

.no-hover {
	background: transparent !important;
}

.hide {
	display: none;
}

dl {
	margin: -1em 1.5em 1.5em 1.5em;
}

dt {
	font-style: italic;
	margin-top: 1em;
}

dd {
	background: #fafafa;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}


/* Structural elements */
/* Positioning information goes here.  Colors, fonts, etc. should go in the individual sections. */
#bg {
	position: fixed;
	margin: 0px;
	border: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 0;
}

#bg img {
	width: 100%;
}

#wrapper {
	background: url('images/background-header.png') left top repeat-x;
	position: relative;
	left: 0%;
	top: 0px;
	right: 0;
	z-index: 10;
	/*
	width: 98%;
	padding: 1%;
	*/
}

#page {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 941px;
}

#header {
	height: 133px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	margin-right: 24px;
	overflow: hidden;
	width: 680px;
}

.sidebar {
	overflow: hidden;
	width: 237px;
}


/* Header elements */
#header {
	background: url('images/dlanc-planning-and-use-committee-v2.jpg') no-repeat;
}

#header h1,
#header h2 {
	margin: 0;
	padding:0;
}

#header a,
#navigation a {
	outline: none;
}

/* This section contains an image replacement technique and will need to be modified to call the right image and fit properly. */
#header h1 a.title,
#header h2 a.title {
	background: url('images/blank.gif') left center no-repeat;
	display: block;
	line-height: 35px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
	width: 680px;
}

#header a.pluc {
	background: url('images/blank.gif') left center no-repeat;
	display: block;
	float: left;
	line-height: 83px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
	width: 106px;
}

#header a.dlanc {
	background: url('images/blank.gif') left center no-repeat;
	display: block;
	float: right;
	line-height: 98px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
	width: 237px;
}
	
#header h2.description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

h3.category-description {
	font-weight: normal;
}

#navigation {
	margin-top: 35px;
}

#navbar {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

#navbar li {
	list-style: none;
	float: left;
	padding: 0;
}

#navbar li a {
	display: block;
	font-size: 130%;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 20px 20px 20px 20px;
	color: #999999;
	text-decoration: none;
	text-transform: uppercase;
}

#navbar li a:hover {
	background: #333333;
	color: #F7B03E;
}

#navbar li ul {
	display: none;
	width: 10em; /* Width to help Opera out */
	background-color: #000000;
}

#navbar li:hover ul {
	background: #000000 url('images/background-navigation-dropdown.jpg') top left repeat-x;
	display: block;
	position: absolute;
	margin: 0;
	padding: 0 0 20px 0;
}

#navbar li:hover li {
	float: none;
}

#navbar li li a:hover {
	background-color: #333333;
	color: #FAAF40;
}

#navbar li li a {
	font-size: 100%;
	font-weight: normal;
	margin: 0 10px 0 10px;
	padding: 5px 10px 5px 10px;
	text-transform: none;
}


/* Post elements */
.post,
#content .page {
	background: url('images/background-post-non-meeting.png') no-repeat;
	clear: both;
	margin-bottom: 20px;
	padding: 0px 0px 1px 50px;
}

.post img {
	/* Adds a "loading" image that will show as larger images are loaded. Delete if it interferes with anything. */
	background:url('includes/ajax-loader.gif') no-repeat center;
}

.post-header {
	color: #ffffff;
	height: 66px;
	margin-bottom: 20px;
	padding-top: 32px;
	width: 610px;
}

.post-header h1,
.post-header h2,
.pagetitle {
	clear: none;
	font-size: 160%;
	line-height: 1em;
	margin-bottom: 5px;
}

.post-header h1,
.post-header h2,
.post-header a,
.post-header a:visited {
	color: #ffffff;
	text-decoration: none;
}

.post-body {
	clear: both;
	padding: 0 20px 0 20px;
}

.interpost-nav {
	font-size: 95%;
	margin: 30px;
	text-align: center;
}

#content ul,
#content ol {
	background: url('images/background-list.png') repeat-x;
	margin-left: -20px;
	padding: 10px 0 0 40px;
}

#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol {
	background: transparent;
	padding: 0 0 0 40px;
}

p+p .more-link {
	margin-top: -1.5em;
}

.more-link {
	display: block;
}

.post p.heading,
.page p.heading {
	margin-top: 1.5em;
}

ul.random-posts h1,
ul.random-posts h2 {
	font-size: 100%;
	font-weight: normal;
}

.page h3 {
	background: #19682B;
	display: block;
	font-size: 130%;
	height: 25px;
	letter-spacing: -.05em;
	margin: 2em 0 10px 0;
	overflow: hidden;
	padding: 7px 20px 0 7px;
}

.page h3 {
	color: #ffffff;
	text-decoration: none;
}


/* Metadata elements */
span.ec3-info {
	color: #ffffff;
	float: right;
	font-size: 90%;
	padding: 30px 10px 0 0;
	text-align: right;
	width: 80px;
}

span.ec3-info span {
	display: block;
}

span.ec3-info span.ec3_date {
	color: #333333;
	height: 20px;
	margin-bottom: 1px;
	text-transform: uppercase;
}

span.ec3-info span.ec3_start {
	font-weight: bold;
}

span.ec3-info span.ec3_to,
span.ec3-info span.ec3_end {
	display: none;
}

.post-metadata,
.standard-info {
	font-size: 90%;
	line-height: 140%;
}

.post-metadata span {
	background: #19682B;
	letter-spacing: -.05em;
	padding: 0 2px 0 2px;
	text-transform: uppercase;
}

.post-metadata span a {
	color: #FAAF40;
}

.post-metadata span a:hover {
	background: #19682B;
}

.post-metadata span.post-author,
.post-metadata span.post-date {
	text-transform: none;
}

.standard-info {
	margin: .5em 0 2em 0;
}



/* Comment elements */
#comments {
	background: #ffffff;
	border: 1px solid #E3E3E3;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	width: 610px;
}

#comments .heading {
	display: block;
	margin-top: 30px;
}

#comments ul,
#comments ol {
	margin-left: 0;
	overflow: hidden;
	padding-left: 30px;
}

#comments .comment-list {
	
}

#comments .comment {
	border-top: 1px solid #555;
	clear: both;
	padding: 1em 1em 0 1em;
}

#comments .comment-list .alt {
	background: ;
}

#comments .comment-list .authorcomment { /* To emphasize replies from the author */
	background: ;
}

#comments .comment-number {
	display: inline;
}

#comments .comment-number a {
	color: ;
	text-decoration: none;
}

#comments .comment-gravatar img {
	float:left;
	margin: 2px 10px 5px 0px;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
}

#comments .comment-list cite {
	
}

#comments .comment-content {
	
}

#comments .trackback-list {
	margin-left: 20px;
}


/* Sidebar elements */
.sidebar {
	font-size: 95%;
}

.sidebar .widget {
	background: url('images/background-sidebar-widget.png') no-repeat;
	margin-bottom: 15px;
	padding: 10px 20px 5px 22px;
}

.sidebar .widget .heading {
	background: #19682B;
	display: block;
	float: left;
	font-size: 130%;
	height: 25px;
	letter-spacing: -.05em;
	margin-bottom: 14px;
	overflow: hidden;
	padding: 7px 20px 0 0;
}

.sidebar .widget .heading,
.sidebar .widget .heading a {
	color: #ffffff;
	text-decoration: none;
}

.sidebar .widget ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}

.sidebar .widget ul li {
	line-height: 100%;
	margin-bottom: 7px;
}

.sidebar .widget ul li ul li { /* For sub-lists */
	margin-left: 16px;
}

.sidebar .widget a:link, 
.sidebar .widget a:visited {
	color: ;
}

.sidebar .widget a:hover {
	color: ;
}

.sidebar .photo-links a {
	display: block;
	height: 78px;
	margin-bottom: 0px;
	overflow: hidden;
	padding-top: 10px;
	text-decoration: none;
	width: 235px;
}

.sidebar .photo-links a .heading {
	background: #19682B url('images/background-sidebar-widget-heading.gif');
	color: #ffffff;
	display: block;
	float: left;
	font-size: 130%;
	height: 25px;
	letter-spacing: -.05em;
	margin-bottom: 14px;
	overflow: hidden;
	padding: 7px 20px 0 22px;
}

/* Footer elements */
#footer {
	background: url('images/background-footer.png') left top repeat-x;
	clear: both;
	color: #ffffff;
	font-size: 90%;
	height: 49px;
	overflow: hidden;
	padding: 20px 0 1px 0;
	text-align: center;
}

#footer .wrapper {
	margin: 0 auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 941px;
}

#footer .wrapper a {
	color: #ffffff;
}

#footer .wrapper p {
	float: left;
	margin: 10px 60px 0 0;
}

#footer .wrapper .navigation {
	list-style: none;
	text-transform: uppercase;
}

#footer .wrapper ul.navigation li {
	display: block;
	float: left;
	margin-right: 8px;
}

#footer .wrapper ul.navigation li a {
	background: #000000;
	color: #999999;
	display: block;
	overflow: hidden;
	padding: 10px 10px 7px 10px;
	text-decoration: none;
	white-space: nowrap;
}

#footer .wrapper ul.navigation li a:hover {
	background: #333333;
	color: #FAAF40;
}


/* Links-page elements */

#content div.links-page ul {
	margin-left: 0px;
	padding: 10px 0 0 1.5em;
}

div.links-page ul li {
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	list-style: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

div.links-page ul li img {
	border: 1px solid #DFDFDF;
	float: right;
	margin: 0 .5em 0 .5em;
}

div.links-page ul li a {
	font-size: 120%;
	letter-spacing: -.05em;
	font-weight: bold;
	text-decoration: none;
}


/* Tag-archive elements */
body.tag #content ul {
	margin-top: -10px;
	margin-left: 0px;
	padding: 10px 0 0 0;
}

body.tag #content ul li {
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	list-style: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
	padding-left: 1.5em;
}

body.tag #content ul li a img {
	border: none;
	margin-right: 3px;
}


/* Project page elements */
body.page-slug-projects #content ul {
	margin-top: -10px;
	margin-left: 0px;
	padding: 10px 0 0 0;
}

body.page-slug-projects #content ul li {
	border-bottom: 1px solid #DFDFDF;
	clear: both;
	list-style: none;
	margin-bottom: .5em;
	padding-bottom: .5em;
	padding-left: 1.5em;
}

body.ancestor-slug-projects #content .page {
	background: url('images/background-post-project.png') no-repeat;
}


/* About page elements */
body.page-slug-about .wam_wrap {
	display: none;
}


/* Widget-specific elements */
.sidebar .widget .subscribeIcon {
	border: none;
	float: left;
	margin: 5px 10px 0 0;
}

form#searchform-side label {
	display: none;
}


/* Plugin-specific elements */
ul.postspermonth {
	list-style: none;
	margin-bottom: 30px;
}

strong.search-excerpt {
	background: #D1DAD3;
}

div.landing_pages,
div.series_toc,
.wwsgd {
	background: #ffffff;
	border: 1px solid #E3E3E3;
	float: right;
	margin-bottom: 20px;
	padding: 20px;
	width: 630px;
}

.attachmentItem {
	clear: both;
	margin-bottom: 1.5em;
}


/* Share this */
a.stbutton {
	clear: both;
	display: block;
}

a.stbutton:hover {
	color: #333333;
}

body.archive a.stbutton {
	display: none;
}


/* Image elements */
.float-left,
.alignleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.float-right,
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: right;
}

.alignnone {
	margin-right: 10px;
}

img {
	position: relative;
	z-index: 1000;
}

a img,
a img:hover {
	display: block;
	float: left;
	background: transparent;
	vertical-align:bottom;
}

.post img.wp-smiley {
	background: transparent;
	border: 0;
	display: inline;
	padding: 0;
}

.wp-caption {
	background-color: #fafafa;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}

.wp-caption img {
	border: none;
	margin: 0;
	padding: 0;	
}

.wp-caption p.wp-caption-text {
	font-size: 90%;
	line-height: 110%;
	padding: 5px 4px 5px;
	margin: 5px 0 0 0;
}

.photobox {
	float: right;
	margin-left: 10px;
}

.photobox small img {
	background: transparent;
	border: none;
	clear: both;
	float: left;
}

.photobox small {
	display: block;
	font-size: 90%;
	margin-top: .5em;
}

.category-meetings {
	background: url('images/background-post.png') no-repeat !important;
}

.category-meetings .post-header  {
	width: 535px;
}

.category-hearings {
	background: url('images/background-post-hearing.png') no-repeat !important;
}

.filterForm {
	margin-bottom: 30px;
}


/* Event calendar styles */
.ec3_calendar_wrapper {
	background: #EFEFEF;
	border: 1px solid #CBCBCB;
}

.ec3_nav {
	background: #1D6D2F;
	color: #ffffff;
	padding: 5px;
}

.ec3_nav a {
	color: #ffffff;
	text-decoration: none;
}

.ec3_nav .ec3_subscribe_icon {
	display: none;
}

.ec3_nav #prev {
	float: left;
}

.ec3_nav #next {
	float: right;
}

.ec3_nav .ec3_monthname {
	font-weight: bold;
	text-align: center;
}

.ec3_calendar_wrapper table {

}

.ec3_calendar_wrapper table td a,
.ec3_calendar_wrapper table tbody tr td.ec3_eventday a {
	color: #000000;
	text-decoration: none;
}

.ec3_calendar_wrapper table caption {
	background: #1D6D2F;
	color: #ffffff;
	font-weight: bold;
	margin-top: -25px;
	padding-bottom: 4px;
}

.ec3_calendar_wrapper table caption a {
	color: #ffffff;
	text-decoration: none;
}

.ec3_calendar_wrapper table thead {
	clear: both;
	margin-top: 30px;
}

.ec3_calendar_wrapper table thead tr th {
	background: #228037;
	color: #ffffff;
}

.ec3_calendar_wrapper table tbody tr td.ec3_eventday {
	background: #FAAF40;
	color: #000000;
}

ul.ec3_events li a {
	color: #333333;
	line-height: 140%;
	text-decoration: none;
}

ul.ec3_events li a:hover {
	background: #EFEFEF;
}

ul.ec3_events li span.ec3_list_day {
	background: #FAAF40;
	color: #000000;
	margin-right: 3px;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

ul.ec3_events li span.ec3_list_day span.ec3_list_time {
	text-transform: lowercase;
}

ul.ec3_events {
	border-top: 20px solid #ffffff;
	clear: both;
	padding-top: 300px;
}

ul.ec3_events li.ec3_list_day ul {
	background: #ffffff;
}
