/*
Theme Name: Elevation Worship
Theme URI: http://www.elevation-worship.com/
Description: Worship blog.
Version: 2.0
Author: Caleb Lofer
Author URI: http://www.ceagon.com/
Tags: 
*/

/* Begin Typography & Colors */
body {
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  background:#000 url(images/bg.jpg) no-repeat fixed center top;
  color: #FFF;
  text-align: center;
}

#header-push {
  width:100%;
  height:6px;
}

#header {
  width:882px;
  height:151px;
  background:transparent url(images/header.png) no-repeat left top;
  margin:0 auto;
  clear:both;
  position:relative;
}

#header h1 {display:none;}

#header a {
  width:auto;
  height:40px;
  color:#ffea93;
  text-indent:-9999em;
  float:left;
  position:absolute;
  top:109px;
  overflow:hidden;
}
#header .home {
  width:121px;
  left:0;
}
#header .about {
  width:137px;
  left:126px;
}
#header .resources {
  width:200px;
  left:266px;
}
#header .blog {
  width:114px;
  left:470px;
}
#header .store {
  width:123px;
  left:588px;
}
#header .contact {
  width:168px;
  left:715px;
}

#page {
  text-align: left;
  margin: 20px auto;
  padding: 18px;
  width: 822px;
  
  background-color:transparent;
  background-color:rgba(0,0,0,0.67);  /* FF3+, Saf3+, Opera 10.10+, Chrome */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#B3000000',EndColorStr='#B3000000'); /* IE6,IE7 */
        -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#B3000000',EndColorStr='#B3000000')"; /* IE8 */
}

.nav-stripe {
  width:100%;
  height:auto;
  padding:6px 0;
  margin:3px 0 6px;
  background:transparent url('http://www.elevation-worship.com/images/nav.bg.png') repeat-y top center;
}
.nav {
  width:377px;
  margin:0 auto;
}
.nav a {
  margin-left:35px;
}
.nav a.alpha {
  margin-left:0;
}

#content {
  font-size: 1.2em;
}

.entry p {margin:0; padding-top: 12px;}

.widecolumn .entry p {
  font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.widecolumn {
  line-height: 1.6em;
}

.narrowcolumn .postmetadata {
  text-align: center;
}

.thread-alt {
  background:transparent url(images/contentBg.png) repeat top left;
}
.thread-even {
  background:transparent url(images/contentBg.png) repeat top left;
}

.even, .alt {
}

#footer {

  border: none;
}

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

h1, h2, h3 {
  font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  font-weight: bold;
}

h1 {
  font-size: 4em;
  text-align: center;
}

h2 {
  font-size: 1.6em;
}

h2.pagetitle {
  font-size: 1.6em;
}

#sidebar h2 {
  width:100%;
  margin:5px 0 1em;
  padding:0 0 0.2em;
  font-family:'Futura-Bold';
  font-size: 1.8em;
  text-transform:uppercase;
  border-bottom:solid 2px #FFF;
  color:#FFF;
}

h3 {
  font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited {
  text-decoration: none;
  color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  color: #FFF;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  text-decoration: none;
}

.entry a, .entry p a:visited {
  color: #1bc6b2;
}

.commentlist li, #commentform input, #commentform textarea {
  font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
  font-size: 1em;
}

.commentlist li {
  font-weight: bold;
}

.commentlist li  {background:#000;}
.commentlist li.bypostauthor {
  background:#1bc6b2;
  color:#000;
}
.commentlist li.bypostauthor a {color:#000;}

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

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

#commentform p {
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
  font-weight: normal;
}

#sidebar {
  font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

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

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

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

a, h2 a:hover, h3 a:hover {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #1bc6b2;

}

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

#wp-calendar a {
  text-decoration: none;
}

#wp-calendar caption {
  font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  text-align: center;
}

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



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

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

.widecolumn {
  padding: 0 22px 20px;
  margin: 5px 0 0 0;
  width: 711px;
}

.post {
  margin: 0 0 20px;
  text-align: left;
}

.post-title {
  padding:0.2em 0 0;
  margin:0;
  text-transform:uppercase;
  font-size:2em;
  font-family:'Futura-Bold';
  float:left;
}

.post-date {
  width:auto;
  margin-right:0.5em;
  padding-right:0.2em;
  text-align:justify;
  border-right:solid 2px #1bc6b2;
  float:left;
}
.post-date .month,.post-date .day {width:100%;}
.post-date .month {
  font-weight:bold;
  font-size:1.2em;
  margin-bottom:-0.2em;
  line-height:1em;
  text-transform:uppercase;
  float:left;
}
.post-date .day {
  font-weight:bold;
  font-size:1.5em;
  line-height:0.9em;
  color:#1bc6b2;
  float:left;
}

.widecolumn .post {
  margin: 0;
}

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

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

.widecolumn .smallattachment {
  text-align: center;
  float: left;
  width: 128px;
  margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
  text-align: center;
  margin: 5px 0px;
}

.postmetadata {
  clear: both;
}

.clear {
  clear: both;
}

#footer {
  padding: 0;
  margin: 0 auto;
  width: 760px;
  clear: both;
}

#footer p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
}
/* End Structure */



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

h2 {
  margin: 30px 0 0;
}

h2.pagetitle {
  margin-top: 30px;
  text-align: center;
}

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

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

.alignright {
  float: right;
}

.alignleft {
  float: left
}
/* 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: "- ";
}

.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:3em;
}

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

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

#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 {
  margin: 10px auto;
  padding: 5px 3px;
  text-align: center;
}

#sidebar #searchform #s {
  width: 108px;
  padding: 2px;
}

#sidebar #searchsubmit {
  padding: 1px;
}

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 0 5px auto;
  float: right;
}
/* End Form Elements */



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

.commentlist {
  padding: 0;
  text-align: justify;
}

.commentlist li {
  margin: 0 0 4px;
  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:10px;
  /* margin:0 0 0 563px; */
  width: 240px;
  background:#1f1f1e;
  float:right;
}

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

.center {
  text-align: center;
}

.hidden {
  display: none;
}

a img {
  border: none;
}

.navigation,.navigation-comments {
  height:1em;
  display: block;
  text-align: center;
  padding:2em 0 3em;
}

.navigation-comments {
  padding:0;
}
/* 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;
}

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

#audioplayer_1 {margin-top:4px;}
/* End captions */

.no-margin {margin:0;}
.no-padding {padding:0;}

#kingdom-come {
  text-align:center;
  margin-bottom:19px;
}
#kingdom-come img {  
     -moz-box-shadow: 0px 0px 12px rgba(0,0,0,0.5); /* FF3.5+ */
  -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,0.5); /* Saf3.0+, Chrome */
          box-shadow: 0px 0px 12px rgba(0,0,0,0.5); /* Opera 10.5, IE 9.0 */
}

#comments {
  color:#1bc6b2;
  text-transform:uppercase;
  font-family:'Futura-Bold';
}

hr.green-hr {
  border:0;
  border-bottom:solid 2px #4bc0b2;
  margin-bottom:3em;
}

.entry a:hover {color:#fde58e !important;}
.highlight-links a {color:#1BC6B2 !important;}
.highlight-links a:hover {color:#fde58e !important;}

#sidebar ul .socialmedia:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#sidebar ul .socialmedia li:before {content:'' !important;}
#sidebar ul .socialmedia li {display:block; list-style: none; float:left;}
#sidebar ul .socialmedia a {display:block; width:32px; height:32px; text-indent:-999em; margin-right:6px; outline: none;}
#sidebar ul .socialmedia .socialmedia-fb { background:url(images/icon_fb.png) no-repeat left top;}
#sidebar ul .socialmedia .socialmedia-fb:hover { background-image:url(images/icon_fb_over.png);}
#sidebar ul .socialmedia .socialmedia-t { background:url(images/icon_twitter.png) no-repeat left top;}
#sidebar ul .socialmedia .socialmedia-t:hover { background-image:url(images/icon_twitter_over.png);}
#sidebar ul .socialmedia .socialmedia-v { background:url(images/icon_vimeo.png) no-repeat left top;}
#sidebar ul .socialmedia .socialmedia-v:hover { background-image:url(images/icon_vimeo_over.png);}
#sidebar ul .socialmedia .socialmedia-yt { background:url(images/icon_youtube.png) no-repeat left top;}
#sidebar ul .socialmedia .socialmedia-yt:hover { background-image:url(images/icon_youtube_over.png);}

.twitter ul li:before {content:'' !important;}
.twitter ul li {
  margin-bottom:8px !important;
  padding-bottom:8px !important;
  border-bottom:solid 2px #313130;
}
.twitter a {color:#1BC6B2 !important;}
.twitter a:hover {color:#fde58e !important;}

.resource {
  width:153px;
  margin-right:24px;
  float:left;
}

.resource ul {margin:0 !important; padding:0 !important;}
.resource li {clear:both; margin-left:0 !important;}

.resource ul li:before {content:'';}
.resource ul li a {
  width:100%;
  height:auto;
  padding:0.33em 0;
  margin-bottom:2px;
  line-height:1em;
  background:#333;
  color:#BBB;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
  float:left;
}
.resource ul li a:hover {
  color:#FFF;
  background:#444;
}

.flickr_badge_image {
  border:solid 2px #FFF;
  margin:0 8px 8px 0;
  float:left;
}
.flickr_badge_image:hover {border-color:#4bc0b2;}
.flickr_badge_image img {width:65px; height:65px;}

.photos {width:100%; float:left;}

.sociable ul li {margin:4px 1px 0 0 !important;}

.entry #sharing-links a {
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	float: left;
	height:49px;
	outline: none;
	text-indent:-999em;
}
.entry #sharing-links #link-entireplaylist {
	background-image:url("images/link-youtube_playlist.jpg");
	width:333px;
}
.entry #sharing-links #link-twitter {
	background-image:url("images/link-twitter.jpg");
	width:101px;
}
.entry #sharing-links #link-facebook {
	background-image:url("images/link-facebook.jpg");
	width:106px;
}

/* The following rules control a post when the featured video category is applied to a post */
.category-featured-video .post-date{
 display: none;	
}
 
.category-featured-video .post-title{
 display: none;	
}

.category-featured-video .postmetadata{
 display: none;	
}

.category-featured-video .sociable{
 display: none;	
}
