/*   
Theme Name: Live By Living Theme
Theme URI: http://www.livebyliving.org/
Description: Live by Living's Wordpress Theme
Author: Devin Ruppert, Superfluent
Author URI: http://www.superfluentdesign.com
Version: 1.0
*/

* {
	margin: 0;
	padding: 0;
}

header, footer, article, nav, section, aside, time, hgroup {
	display: block;
}

html, body, header, footer, article, nav, section, aside, time, h1, h2, h3, p, a, ul, li, dl, dd, dt, table, thead, tfoot, tbody, th, tr, td {
	border: 0 none;
	font: 14px/22px Palatino, serif;
	margin: 0;
	outline: 0 none;
	padding: 0;
	color: #696659;
}

a {
	text-decoration: none;
	color: #2298c2;
}

a:hover {
	color: #2dc8ff;
}

ol, ul, li {
	list-style: none outside none;
}

img {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


/*
CONSTANTS
```````````````````````````````````````````````````*/
.floatLeft {
	display: block;
	float: left;
}

.floatRight {
	display: block;
	float: right;
}

.underline {
	background: url("images/underline.png") bottom left repeat-x scroll;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

img.alignright {display: block; float:right; margin:0 0 1em 1em}
img.alignleft {display: block; float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {display: block; float:right; margin:0 0 1em 1em}
a img.alignleft {display: block; float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*
HTML | BODY
```````````````````````````````````````````````````*/
html {
	height: 100%;
	overflow-x: hidden;
}

body {
	background: url("images/watercolorPaper.jpg") top left repeat;
	background-attachment: scroll;
	background-color: #fff;
	height: 100%;
}

#wrap {
	margin: 0 auto;
	width: 960px;
}


/*
HEADER
```````````````````````````````````````````````````*/
header {
	display: block;
	height: 415px;
	width: 100%;
	background: url("images/wcMountains.jpg") top center repeat-x;
}

#headWrap {
	width: 960px;
	margin: 0 auto;
}

header nav {
	width: 960px;
	padding-top: 176px;
}

.logo a {
	position: relative;
	z-index: 4;
	background: url("images/LBLlogo.png") top left no-repeat;
	width:  294px;
	height: 241px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-left: -46px;
	float: left;
}

nav ul {
	position: relative;
	z-index: 3;
	height: 56px;
	background: rgb(201, 201, 201);
	background: rgba(225, 225, 225, 0.45);
	list-style: none;
	margin-left: -50px;
	margin-top: 94px;
	padding-right: 27px;
	padding-left: 5px;
	border-radius: 12px;
		-webkit-border-radius: 12px;
		-moz-border-radius: 12px;
	
}

nav ul li {
	display: block;
	float: left;
	margin-left: 19px;
}

nav ul li a {
	display: block;
	line-height: 15px;
	font-size: 15px;
	margin-top: 22px;
	padding-bottom: 10px;
	color: #3b3932;
}

nav ul li a:hover {
	color: #2298c2;
}


/*
ARTICLE
```````````````````````````````````````````````````*/
article {
	width: 640px;
	margin: -20px 0 0 30px;
	padding: 0 0 80px 0;
}

.entry {
	margin-top: 12px;
}

.entry img {
	margin-top: 12px;
	border: 16px solid #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}

#paypalBtn img {
	margin: auto;
	border: none;
	box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
}

.entry h1 {
	margin-top: 28px;
	font-size: 28px;
}

.entry h2 {
	margin-top: 20px;
	font-size: 20px;
}

.titles {
	width:  610px;
	height: 82px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
}

#homeTitle {
	background: url("images/title_home.png") top left no-repeat;
}

#aboutTitle {
	background: url("images/title_about.png") top left no-repeat;
}

#overnightTitle {
	background: url("images/title_overnightTrips.png") top left no-repeat;
}

#dayTripsTitle {
	background: url("images/title_dayTrips.png") top left no-repeat;
}

#usefulLinksTitle {
	background: url("images/title_usefulLinks.png") top left no-repeat;
}

#volunteerTitle {
	background: url("images/title_volunteer.png") top left no-repeat;
}

#blogTitle {
	background: url("images/title_blog.png") top left no-repeat;
}

#contactTitle {
	background: url("images/title_contact.png") top left no-repeat;
}

#commentTitle {
	background: url("images/title_comments.png") top left no-repeat;
}

#donateTitle {
	background: url("images/title_donate.png") top left no-repeat;
}

.blogPost {
	margin-top: 32px;
	padding-bottom: 32px;
}

.tripPost {
	margin-top: 8px;
	padding-bottom: 52px;
}

.blogPost h2 a, .blogPost h1, .tripPost h2 a {
	font-size: 25px;
	line-height: 40px;
	color: #696659;
}

.blogPost h2 a:hover, .tripPost h2 a:hover {
	color: #2298c2;
}

.postMetaData {
	width: 640px;
	height: 24px;
}

.catLabel {
	display: block;
	float: left;
}

.postMetaData ul {
	display: block;
	float: left;
}

.postMetaData li {
	display: inline;
	margin-left: 3px;
}

.categories, .categories a, .theDate {
	font-size: 13px;
	line-height: 22px;
}

.blogLinkDate {
	background: url("images/sidebar_date.png") no-repeat top left;
	width: 65px;
	height: 60px;
}

.blogLinkDate p {
	display: block;
	text-align: center;
	margin-top: 12px;
	font: 18px/18px "helvetica, arial";
}

.blogLinkTitle {
	width: 225px;
	height: 60px;
}

.blogLinkTitle h3 a {
	display: block;
	margin: 12px 0 0 12px;
	line-height: 18px;
}

.commentList {
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.commentsSection li {
	display: block;
	margin-top: 20px;
}

.commentmetadata {
	font-size: 12px;
}

.commentText {
	line-height: 18px;
	margin-left: 20px;
	width: 580px;
	display: block;
}

.commentsSection input {
	background: url('images/inputBox.png') no-repeat top left;
	width: 350px;
	border: none;
	height: 28px;
	padding-left: 5px;
	font: 14px/22px 'Cardo', Palatino, serif;
	display: block;
}

.entry input {
	background: url('images/inputBox.png') no-repeat top left;
	width: 345px;
	border: none;
	height: 28px;
	font: 14px/14px Palatino, serif;
	padding-left: 5px;
	float: right;
	display: block;
	color: #111111;
}

#paypalBtn input {
	background: none;
	width: auto;
	height: auto;
	padding-left: 0;
	float: none;
}

form p {
	margin-top: 20px;
}

.wpcf7-submit {
	background-image: none !important;
	background-opacity: .3;
	border: 1px solid #696659 !important;
	padding-bottom: 5px;
	color: #696659;
	width: 100px !important;
	margin-right: 6px;
}

.wpcf7-submit:hover {
	cursor: pointer;
	border: 1px solid #2298c2 !important;
}

.wpcf7-list-item {
	width: 350px !important;
	display: block;
	float: right;
}

.wpcf7-list-item-label {
	height: 28px;
	display: block;
	float: left;
}

.wpcf7-list-item input {
	height: 20px !important;
	width: 20px !important;
	display: block;
	float: left;
	margin: 4px 0 0 20px;
}

.wpcf7-not-valid-tip-no-ajax {
	color: #ff1e17
}

.wpcf7-response-output wpcf7-mail-sent-ok {
	color: #2298c2;
}

.textArea {
	height: 150px;
	display: block;
}

.entry textarea {
	width: 345px;
	border: none;
	height: 150px;
	display: block;
	float: right;
	background: url("images/textArea.png") top left no-repeat;
	font: 14px/22px Palatino, serif;
	padding-left: 5px;
}

.myform {
	height: 28px;
}

.commentsSection textarea {
	width: 350px;
	border: none;
	height: 150px;
	display: block;
	background: url("images/textArea.png") top left no-repeat;
	font: 14px/22px 'Cardo', Palatino, serif;
	padding-left: 5px;
}

.submitComment input {
	background-image: none !important;
	background-opacity: .3;
	border: 1px solid #696659 !important;
	padding-bottom: 5px;
	color: #696659;
	width: 100px !important;
	margin: 10px 6px 0 0;
}

.submitComment input:hover {
	cursor: pointer;
	border: 1px solid #2298c2 !important;
}

/*
ASIDE
```````````````````````````````````````````````````*/
aside {
	width: 290px;
	padding: 0 0 80px 0;
}

.sidebarTitles {
	width:  290px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
}

#upcomingTripsHeader {
	background: url("images/sidebar_upcomingTrips.png") top left no-repeat;
	height: 62px;
}

#fromTheBlogHeader {
	background: url("images/sidebar_fromTheBlog.png") top left no-repeat;
	height: 82px;
}

#searchHeader {
	background: url("images/sidebar_search.png") top left no-repeat;
	height: 62px;
}

#categoriesHeader {
	background: url("images/sidebar_categories.png") top left no-repeat;
	height: 82px;
}

#archivesHeader {
	background: url("images/sidebar_archives.png") top left no-repeat;
	height: 82px;
}

#upcomingTrips li {
	margin-top: 20px;
}

#upcomingTrips h3 a {
	font-size: 16px;
}

#upcomingTrips p, #upcomingTrips p a {
	font-size: 12px;
	line-height: 18px;
}

#fromTheBlog li {
	height: 60px;
	margin-top: 20px;
}

#blogSearch {
	background: url('images/sidebar_searchBox.png') no-repeat top left;
	width: 200px;
	height: 28px;
	border: none;
	padding-left: 5px;
	display: block;
	float: left;
}

#searchSubmit {
	font: 18px 'Cardo', Palatino, serif;
	background: none;
	border: none;
	color: #2298c2;
	display: block;
	float: left;
	width: 85px;
	height: 28px;
	padding: 0 0 10px 0;
}

#searchSubmit:hover {
	color: #2dc8ff;
	cursor: pointer;
}

/*
FOOTER
```````````````````````````````````````````````````*/
footer {
	width: 100%;
	height: 275px;
	background: url("images/rippedPaper.jpg") top center repeat-x;
}

#footerWrap {
	width: 960px;
	margin: 0 auto;
	padding-top: 94px;
}

#footerWrap section {
	width: 300px;
	margin-right: 20px;
	display: block;
	float: left;
}

footer h2 {
	height: 47px;
	width: 300px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

footer #sponsors {
	background: url("images/footer_sponsors.png") top left no-repeat;
}

footer #contact {
	background: url("images/footer_contact.png") top left no-repeat;
}

footer #connect {
	background: url("images/footer_connect.png") top left no-repeat;
}

footer p {
	color: #3F3837;
	line-height: 20px;
	float: left;
}

footer a {
	color: #4A4141;
	border-bottom: 1px dotted #4A4141;
}

footer a:hover {
	color: #574D4C;
	border-bottom: 1px dotted #574D4C;
}

#socialIcons {
	margin-top: 8px;
}

#socialIcons a {
	background: url("images/socialIcons.png") top left no-repeat;
	width:  92px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	border-bottom: none;
	padding: 0;
	clear: both;
}

#facebook a {
	background-position: 0 0;
}

#twitter a {
	background-position: 0 -20px;
}

#linkedin a {
	background-position: 0 -40px;
}

#facebook a:hover {
	background-position: -92px 0;
}

#twitter a:hover {
	background-position: -92px -20px;
}

#linkedin a:hover {
	background-position: -92px -40px;
}
