/*
Theme Name: GreenUps
Description: Theme for the GreenUps web site.
*/



/* Begin Typography & Colors */
body {
	font-size: 12px; /* Base font size */
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #f0f0f0;
	color: #0a0b09;
	}

input[type=text] {
	padding: 5px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 18px;
	color: #004c6a;
  }

input[type=submit] {
	padding: 8px 6px;
	background-color: #43d022;
	border: 1px solid #fff;
	font-size: 15px;
	line-height: 15px;
	color: #fff;
	margin: 0;
  }
input[type=submit]:hover {
  color: #333;
  }

#page {
	}

#header {
  position: relative;
	}

#headerimg 	{
	background: transparent url(images/logo.png) no-repeat left top;
	position: relative;
	}

#headerimg a {
  display: block;
  width: 284px;
  height: 55px;
  position: absolute;
  }

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1 {
	display: none;
	}

#headerimg .description {
	display: none;
	}

h2, .section-title {
	font-size: 24px;
	}

h3 {
	font-size: 16px;
	margin: 0;
	}

h2, h2 a:link, h2 a:visited, .section-title {
	color: #43d022;
	font-weight: bold;
  }

h3, h3 a:link, h3 a:visited {
	color: #333;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
  font-weight: bold;
  }

a:link, a:visited, a:hover, a:active {
	color: #148ecb;
	}

a:link, a:visited, a:active {
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 96px;
	width: 100%;
	}

#headerimg {
	margin: 0;
	height: 55px;
	width: 284px;
	}

.narrowcolumn {
	float: left;
	padding: 0;
	margin: 0;
	width: 600px;
	}

.widecolumn {
	padding: 0;
	margin: 0;
	width: 600px;
	}

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 10px auto 0;
	width: 100%;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	}

#footer a:link, #footer a:visited, #footer a:active {
  color: #005884;
  }
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 20px 0 0;
	}

#sidebar h3 {
  
  }

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	position: absolute;
	top: 4px;
	right: 0;
	}

#searchform #s {
	width: 217px;
	height: 25px;
	}

#searchform #searchsubmit {
	margin: 0 0 0 10px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 -5px 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 0;
	margin: 0 0 0 650px;
	width: 310px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

ul#navigation {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 64px;
	right: 0;
	width: 310px;
	}

ul#navigation li {
  display: block;
  float: left;
  padding-right: 20px;
  }

ul#navigation li a {
  font-size: 16px;
  line-height: 16px;
  }

ul#navigation li a:link, ul#navigation li a:visited, ul#navigation li a:active {
  color: #148ecb;
  }

.gm-map, .feature-image {
  border: 6px solid #fff;
  clear: both;
  position: relative;
  }

.feature-image {
	width: 588px;
	}

.gm-map {
  margin-top: 20px;
  }

.feature-box {
  position: absolute;
  width: 169px;
  height: 151px;
  background-color: #00b3fb;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  padding: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  }

.feature-box a:link, .feature-box a:visited, .feature-box a:active {
  color: #005884;
  }

.feature-box h2, .feature-box-location {
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  }

.feature-box h2 a:link, .feature-box h2 a:visited, .feature-box h2 a:hover, .feature-box h2 a:active, .feature-box-date a:link, .feature-box-date a:visited, .feature-box-date a:hover, .feature-box-date a:active {
  color: #fff;
  }

.feature-box-date a:link, .feature-box-date a:visited, .feature-box-date a:hover, .feature-box-date a:active {
  font-weight: normal;
  }

.feature-box-date {
  font-size: 36px;
  line-height: 38px;
  }

.feature-box-details {
  font-size: 14px;
  line-height: 24px;
  }

.listing-box {
  background-color: #fff;
  border: 6px solid #fff;
  height: 194px;
  margin: 12px 0;
  }

.listing-box-image {
  width: 374px;
  height: 194px;
  float: left;
  margin-right: 12px;
  }

.listing-box-date {
  font-size: 30px;
  line-height: 36px;
  }

.listing-box h2 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  }

.listing-box h2 a:link, .listing-box h2 a:visited, .listing-box h2 a:active {
  color: #148ecb;
  }

.listing-box p {
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 13px;
  color: #333;
  }

#sidebar ul li#text-3, #sidebar ul li#text-8 {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px;
  }

#sidebar ul li#text-3 {
  background-color: #26b200;
  margin: 0;
  }

#text-3 a:hover {
  text-decoration: none;
  cursor: default;
}

#text-3 h2, #text-8 h2 {
  color: #fff;
  margin: 0 0 15px;
  }

#sidebar ul #text-3 p {
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 10px;
  }

#sidebar ul #text-3 p:last-child {
  margin: 20px 0 6px;
  }

a.info-button, a#see-all {
  border: 1px solid #fff;
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  }

a.info-button:link, a.info-button:visited, a.info-button:active, a#see-all:link, a#see-all:visited, a#see-all:active {
  color: #fff;
  }

a.info-button:hover, a#see-all:hover {
  color: #333;
  text-decoration: none;
  cursor: default;
  }

#text-3 .info-button, a#see-all {
  background-color: #43d022;
  }

#sidebar ul li#text-8 {
  border-top-width: 0;
  background-color: #00b3fb;
  }

#text-8 label {
  display: none;
  }

#text-8 input[type=text] {
  border: 1px solid #ccc;
  width: 270px;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 14px;
  }

#sidebar ul li#text-4, #sidebar ul li#text-5 {
  border: 2px solid #d5d5d5;
  padding: 12px;
  background-color: #fff;
  }

#text-4 h2, #text-5 h2 {
  margin: 0 0 15px;
  }

#sidebar ul li#text-4 {
  margin: 70px 0 0;
  border-bottom-width: 0;
  height: 100px;
  }

#text-4 a, #text-7 a {
  width: 130px;
  display: block;
  margin: 10px 0;
  float: left;
  font-weight: normal;
  }

#text-7 a {
  width: 150px;
}

#text-7 a:link, #text-7 a:visited, #text-7 a:active {
  color: #333;
  }

#sidebar ul li#text-7 {
  margin: 40px 0 0;
  }

#text-7 h2 {
  font-size: 12px;
  line-height: 12px;
  color: #000;
  font-weight: normal;
  margin-bottom: 20px;
  }

a#supporter-dancass, a#supporter-jessmiller {
  margin: 0;
  }

a#supporter-dancass {
  margin-top: 5px;
  }

#see-all {
  display: block;
  margin-top: 30px;
  }

/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
