/*
Theme Name: Experience This
Description: A clean, mostly-monochrome theme with a few bright highlights.
Version: 1.0
Author: Sarah @ Something Epic
Author URI: http://somethingepic.com/
*/



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



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

html,
body {
	text-align: center;
}

body {
	background: #fff;
	color: #0A2B3A;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* Set base size here, use percentages of this size throughout the rest of the stylesheet */
	line-height: 160%;
}

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 */
	display: block;
	font-size: 140%;
	font-weight: bold;
	margin-top: 1.5em;
}

h1, h2, h3, h4, h5, h6, .heading {
	clear: both;
	color: #145A78;
	font-weight: normal;
	text-transform: uppercase;
}

.cufon-ready .post-header h1,
.cufon-ready .post-header h2,
.cufon-ready .pagetitle,
.cufon-ready div.series_toc h2,
.cufon-ready div.series_toc .heading,
.cufon-ready div.landing_pages h2 {
	font-size: 180%;
}

.cufon-ready h1 {font-size:250%;}
.cufon-ready h2 {font-size:200%;}
.cufon-ready h3 {font-size:180%;}
.cufon-ready h4 {font-size:150%;}
.cufon-ready h5 {font-size:120%;}


.cufon-loading h1,
.cufon-loading h2,
.cufon-loading h3,
.cufon-loading h4,
.cufon-loading h5,
.cufon-loading .heading,
.cufon-loading .pagetitle,
.cufon-loading #navigation li a {
	visibility: hidden !important;
}

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

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

input,
textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

a, a:link {
	color: #187D9D;
}

a:visited {
	color: #0D3A4E;
}

a:hover, a:active, a:focus {
	color: #5D9023;
}

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;
}

.button {
	background: #0092C0;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: .5em 0 1.5em 0;
	padding: 0 5px 0 5px;
	text-transform: uppercase;
}

p+p .button,
ul+p .button,
.post-body .button {
	margin-top: 0;
}

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


/****************************************
 *	Structural elements					*
 *										*
 *	Positioning information goes here.	*
 *	Colors, fonts, etc. should go in	*
 *	the individual sections.			*
 ****************************************/
#page {
	margin: 34px auto; /* for centered layouts */
	overflow: hidden;
	text-align: left;
	width: 880px;
}

#header {
	float: left;
	margin-bottom: 19px;
	overflow: hidden;
	width: 237px;
}

#navigation {
	overflow: hidden;
}

#content {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	width: 520px;
}

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

#footer {
	clear: both;
	font-size: 90%;
	padding: 30px 0 1px 0;
	text-align: center;
}



/****************************************
 *	Header elements						*
 ****************************************/
#header h1,
#header h2 {
	clear: left;
	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 .blogtitle a {
	background: transparent url('images/the-experience-meridian-idaho-church.gif') left center no-repeat;
	display: block;
	line-height: 68px; /*change this to the height of the header image */
	overflow: hidden;
	text-indent: -1000em;
}
	
#header .description {
	height: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -1000em;
	width: 0;
}

.category-description {
	font-weight: normal;
	line-height: 140%;
}

#navigation {
	clear: none;
	float: right;
	height: 24px;
	overflow: hidden;
	padding-top: 22px;
	width: 605px;
}

#navigation li {
	display: inline;
	list-style: none;
}

#navigation li a {
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #EF732C;
	color: #36505B;
	display: block;
	float: left;
	font-size: 120%;
	height: 20px;
	letter-spacing: -.03em;
	margin-left: 20px;
	overflow: hidden;
	padding-left: 1px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
}

.cufon-ready #navigation li a {font-size: 16px;}

#navigation li a:hover,
#navigation li.current_page_item a:hover,
#navigation li.current_page_ancestor a:hover {
	background: #ffffff !important;
	border-bottom: none !important;
	border-top: 2px solid #EF732C;
	color: #EF732C;
}

#navigation li.current_page_item a,
#navigation li.current_page_ancestor a {
	background: #EF732C;
	border-bottom: none !important;
	color: #ffffff;
}


/****************************************
 *	Post elements						*
 ****************************************/
.post,
#content .page {
	background: #FAFAFA;
	border-bottom: 2px solid #eeeeee;
	clear: both;
	margin-bottom: 20px;
	padding: 0 15px 15px 15px;
}

.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 h1,
.post-header h2,
.pagetitle {
	background: #EF732C;
	float: left;
	font-size: 140%;
	line-height: 1em;
	margin: 0 0px 15px -15px;
	padding: 0px 7px 2px 12px;
	text-align: right;
}

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

.post-body {
	clear: both;
}

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

#content ul,
#content ol {
	margin-left: 30px;
}

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;
}



/****************************************
 *	Metadata elements					*
 ****************************************/
.post-metadata {
	font-size: 95%;
	line-height: 110%;
}

.post-metadata span {
	
}

.post-metadata span.post-categories {
	
}

.post-metadata span.post-date {
	
}

.post-metadata span.post-comments {
	
}



/****************************************
 *	Comment elements					*
 ****************************************/
#comments .heading {
	margin-top: 30px;
}

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

ol.comment-list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ol.comment-list li.comment {
	background: #FAFAFA;
	border-bottom: 2px solid #eeeeee;
	clear: both;
	height: 1%;
	margin: 0 0 10px;
	padding: .3em 1em .3em 1em;
	position: relative;
}

ol.comment-list li.even {
	background: #FAFAFA;
}

ol.comment-list li.alt {
	background: #F4F4F4;
}

ol.comment-list li.bypostauthor { /* To emphasize replies from the author */
	border-top: 5px solid #9A110C;
}

ol.comment-list li.byuser {}
ol.comment-list li.comment-author-admin {}
ol.comment-list li.comment { }

ol.comment-list li div.vcard { 
	font-weight: bold;
	font-size: 120%;
}

ol.comment-list li div.vcard cite.fn {
	background: #ffffff;
	font-size: 80%;
	font-style:normal;
	text-transform: uppercase;
}

ol.comment-list li div.vcard cite.fn a.url { text-decoration:none; }
ol.comment-list li div.vcard cite.fn a.url:hover { color:#000; }
ol.comment-list li div.vcard img.avatar {
	background: #fff;
	border: 1px solid #ccc;
	float: left;
	margin: 2px 10px 5px 0px;
	padding: 3px;	
}

ol.comment-list li div.comment-meta {
	font-weight: bold;
	font-size: 85%;
	position: absolute;
	right: 10px;
	text-align: right;
	top: 5px;
}

ol.comment-list li div.comment-meta a {
	color: #333;
	text-decoration: none;
}

ol.comment-list li div.comment-meta a:hover {
	color: #000;
}

ol.comment-list li ul,
ol.comment-list li ol {
	padding-left: 20px;
}

ol.comment-list li ul {
	list-style: square;
}

.comment-body {
	min-height: 64px;
}

ol.comment-list li div.reply a {
	background: #0092C0;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-khtml-border-top-left-radius: 5px;
		-khtml-border-bottom-right-radius: 5px;
	color: #ffffff;
	display: block;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: -.03em;
	margin: 0 0 5px 67px;
	padding: 0 5px 0 5px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 32px;
}



ol.comment-list li div.reply a:hover {
	background: #c30;
}

ol.comment-list li ul.children {
	list-style: none;
	margin: 1em 0 0;
	padding-left: 0;
	text-indent: 0;
}

ol.comment-list li ul.children li {}
ol.comment-list li ul.children li.alt {}
ol.comment-list li ul.children li.bypostauthor {}
ol.comment-list li ul.children li.byuser {}
ol.comment-list li ul.children li.comment {}
ol.comment-list li ul.children li.comment-author-admin {}

ol.comment-list li ul.children li.depth-2,
ol.comment-list li ul.children li.depth-3,
ol.comment-list li ul.children li.depth-4,
ol.comment-list li ul.children li.depth-5 {
	margin: 0 0 .25em 67px;
}

ol.comment-list li ul.children li.odd {}

ol.comment-list li.parent { }
ol.comment-list li.pingback { }
ol.comment-list li.pingback.parent { }
ol.comment-list li.pingback div.vcard { padding: 0 170px 0 0; }
ol.comment-list li.thread-alt { }
ol.comment-list li.thread-even {}
ol.comment-list li.thread-odd {}

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

#comments .navigation {
	color:#838383;
}

#comments .navigation a {
	background:#fff;
	border:1px solid #e5e5e5;
	color:#838383;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
	text-decoration:none;
}

#comments .navigation a:hover {
	border:1px solid #000000;
	color: #000000;
	text-decoration:none;
}

#comments .navigation span.current {
	background: #e5e5e5;
	border:1px solid #000000;
	color: #000000;
	font-size:85%;
	margin:0 5px 0 0;
	padding:4px 8px 4px 8px;
}

#comments textarea#comment {
	background: #FAFAFA;
	border: none;
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
	padding: 2px 5px;
	width: 510px;
}



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

.sidebar .widget {
	background: #FAFAFA;
	border-bottom: 2px solid #eeeeee;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 25px 15px 15px 15px;
}

.sidebar .widget .heading {
	background: #3AB9E1;
	display: block;
	float: right;
	font-size: 140%;
	line-height: 1em;
	margin: -25px -15px 15px 10px;
	padding: 0px 7px 2px 12px;
	text-align: right;
}

.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 {
	clear: left;
	line-height: 100%;
	padding-bottom: 20px;
}

.sidebar .widget ul li ul {
	margin-top: 5px;
}

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

.sidebar .widget ul li {
	
}

.sidebar .widget ul li a {
	background: #ffffff url('images/bullet_go.png') right -2px no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	padding: 1px 18px 1px 0;
	text-decoration: none;
}

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

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



/****************************************
 *	Footer elements						*
 ****************************************/
#footer {
	background: #ffffff;
}



/****************************************
 *	Page-specific elements				*
 ****************************************/
#searchform404 label {
	display: none;
}

body.top-ancestor-media #content div.yearly-archives-nav p,
body.top-ancestor-media #content div.yearly-archives-nav ul {
	margin-bottom: 0;
}

body.top-ancestor-media #content div.yearly-archives-nav {
	background: #FAFAFA;
	border-top: 2px solid #0092BF;
	border-bottom: 2px solid #eeeeee;
	clear: both;
	font-size: 95%;
	margin-bottom: 20px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

body.top-ancestor-media div.yearly-archives-nav p,
body.top-ancestor-media div.yearly-archives-nav ul {
	float: left;
	margin: 0;
	padding: 0;
}

body.top-ancestor-media #content div.yearly-archives-nav ul {
	display: inline;
	list-style: none;
	margin-left: 1em;
}

body.top-ancestor-media div.yearly-archives-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

body.top-ancestor-media div.yearly-archives-nav ul li a {
	display: block;
	float: left;
	margin-right: 1em;
}

li.audio-link {
	line-height: 100%;
	list-style: none;
	margin-bottom: 1em;
}

li.audio-link a {
	background: #ffffff url('images/bullet_feed.png') right center no-repeat !important;
	border-top: 2px solid #FEFAE8;
	color: #3A2E6B;
	display: block;
	float: left;
	font-weight: bold;
	padding: 1px 16px 1px 0;
	text-decoration: none;
}

li.audio-link span {
	clear: left;
	display: block;
	font-size: 95%;
}



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

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

#map-experience-meridian-idaho {
	margin-top: 1.5em;
}

#map-experience-meridian-idaho a {
	background: url('images/map-experience-meridian-idaho.png') right bottom no-repeat;
	border: 1px solid #bbbbbb;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
		-moz-border-radius-topleft: 10px;
		-moz-border-radius-bottomright: 10px;
		-webkit-border-top-left-radius: 10px;
		-webkit-border-bottom-right-radius: 10px;
		-khtml-border-top-left-radius: 10px;
		-khtml-border-bottom-right-radius: 10px;
	display: block;
	line-height: 100px;
	overflow: hidden;
	text-indent: -1000em;
	width: 310px;
}

#map-experience-meridian-idaho a address {
	display: inline;
}


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

strong.search-excerpt {
	
}

div.landing_pages,
div.series_toc,
.wwsgd {
	background: #FAFAFA;
	border-bottom: 2px solid #eeeeee;
	clear: both;
	margin-bottom: 20px;
	padding: 0 15px 15px 15px;
}


.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;
}

div.series_toc h2,
div.series_toc .heading,
div.landing_pages h2 {
	background: #EFC72C;
	color: #ffffff;
	float: right;
	font-size: 140%;
	line-height: 1em;
	margin: 0 -15px 15px 0;
	padding: 0px 7px 2px 12px;
	text-align: right;
}

div.series_toc h2 a,
div.series_toc .heading a,
div.landing_pages h2 a {
	color: #ffffff;
}

div.landing_pages p {
	clear: right;
}


/* 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;
}

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

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

.wp-caption {
	background-color: #fafafa;
	border: 1px solid #ddd;
	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;
}
