/*
Theme Name: SRS Custom
Description: Custom theme for SRS (Soul Recovery Systems)
Version: 0.1
Author: Jon Raasch
Author URI: http://jonraasch.com/

Copyright (c)2009 Jon Raasch - All Rights Reserved
*/



/********* Typography & Colors *********/
body {
	font-size: 62.5%;
	font-family: Helvetica, Arial, Sans-serif, sans;
	background: #fff;
	color: #111;
	text-align: center;
}

body.mceContentBody {
    font-family: Helvetica, Verdana, Arial, Sans-serif, sans;
    text-align: left;
}

/**** common ****/

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 4em;
}

h2 {
	font-size: 2.4em;
}

h2.yellow-headline {
    font-size: 4em;
    color: #F0B13B;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #111;
	font-weight: normal;
}

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

a:hover {
	color: #147;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

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

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

.input-text, textarea {
    font-family: Helvetica, Arial, Sans-serif, sans;
    font-size: 1.4em;
    background: #FFF none;
    border: 1px solid #999;
}

/**** wrappers ****/

#content {
	background-color: #fff;
	text-align: left;
}

/**** header ****/

#header {
	background-color: #B6CAE2;
}

#header-inner {
    text-align: left;
}

#header-logo {
    background: url('img/srs-logo.png') no-repeat 0 0;
    outline: none;
}

#menu {
    background-color: #9C388F;
}

#menu-inner {
    list-style: none;
}

#menu li.active {
    background: url('img/menu-sprite.png') 50% -271px no-repeat;
}

#menu.loaded li.active, #menu.loaded li {
    background: none;
}

#menu li.tick {
    background: url('img/menu-sprite.png') 50% -220px no-repeat;
}

#menu a {
    background-image: url('img/menu-sprite.png');
    background-repeat: no-repeat;
    outline: none;
}

#menu-disposal {
    background-position: 29px 0;
}
#menu-disposal:hover {
    background-position: 29px -150px;
}
.active #menu-disposal {
    background-position: 29px -75px;
}

#menu-landfill {
    background-position: -99px 0;
}
#menu-landfill:hover {
    background-position: -99px -150px;
}
.active #menu-landfill {
    background-position: -99px -75px;
}

#menu-about {
    background-position: -227px 0;
}
#menu-about:hover {
    background-position: -227px -150px;
}
.active #menu-about {
    background-position: -227px -75px;
}

#menu-FAQ {
    background-position: -355px 0;
}
#menu-FAQ:hover {
    background-position: -355px -150px;
}
.active #menu-FAQ {
    background-position: -355px -75px;
}

#menu-news {
    background-position: -483px 0;
}
#menu-news:hover {
    background-position: -483px -150px;
}
.active #menu-news {
    background-position: -483px -75px;
}

#menu-links {
    background-position: -611px 0;
}
#menu-links:hover {
    background-position: -611px -150px;
}
.active #menu-links {
    background-position: -611px -75px;
}

#menu-contact {
    background-position: -739px 0;
}
#menu-contact:hover {
    background-position: -739px -150px;
}
.active #menu-contact {
    background-position: -739px -75px;
}

/**** feed icons ****/

#feed-icons a {
    outline: none;
}

#rss-icon {
    background: url('img/srs-icons.png') no-repeat 10px 8px;
}

#twitter-icon {
    background: url('img/srs-icons.png') no-repeat -82px 8px;
}

#donate-icon {
    background: url('img/srs-icons.png') no-repeat -175px 8px;
}

#rss-icon:hover {
    background-position: -390px 8px;
}

#twitter-icon:hover {
    background-position: -482px 7px;
}

#donate-icon:hover {
    background-position: -575px 8px;
}

/**** content area ****/

#content {
}

.pagetitle {
	font-size: 5em;
	color: #9C388F;
	font-weight: normal;
}

.entry {
	line-height: 1.4em;
}

.entry p {
    font-size: 1.3em;
    line-height: 1.3em;
}

.post-date {
    font-size: 0.9em;
}

.big-photo {
    text-align: center;
}

.footer-home-link {
    background: url('img/srs-icons.png') no-repeat 0 -400px;
    outline: none;
}

/** comments **/

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: #FFF;
}

.comment-author {
    font-size: 1.2em;
    font-weight: bold;
	font-style: normal;
}

.comment-author .avatar {
	border: 1px solid #eee;
	background: #fff;
}

.comment-author cite, .comment-author cite a {
	font-weight: bold;
	font-style: normal;
}

.commentmetadata {
	font-weight: normal;
}

.comment-body p {
	font-size: 1.2em;
	line-height: 1.5em;
}

/** comment form **/

#commentform textarea {
    line-height: 1.6em;
    font-size: 1.3em;
}

/**** footer ****/

#footer-icons a {
    background-image: url('img/srs-icons.png');
    background-repeat: no-repeat;
    outline: none;
}


#footer-disposal {
    background-position: 10px -100px;
}
#footer-disposal:hover, #footer-disposal.active {
    background-position: 10px -250px;
}



#footer-landfill {
    background-position: -112px -100px;
}
#footer-landfill:hover, #footer-landfill.active {
    background-position: -112px -250px;
}

#footer-about {
    background-position: -246px -100px;
}
#footer-about:hover, #footer-about.active {
    background-position: -246px -250px;
}

#footer-faq {
    background-position: -351px -100px;
}
#footer-faq:hover, #footer-faq.active {
    background-position: -351px -250px;
}

#footer-news {
    background-position: -453px -100px;
}
#footer-news:hover, #footer-news.active {
    background-position: -453px -250px;
}

#footer-links {
    background-position: -557px -100px;
}
#footer-links:hover, #footer-links.active {
    background-position: -557px -250px;
}

#footer-contact {
    background-position: -670px -100px;
}
#footer-contact:hover, #footer-contact.active {
    background-position: -670px -250px;
}


#footer a {
    color: #333;
    text-decoration: underline;
}

/**** tooltip ****/

.qtip-content {
    font-size: 12px;
    line-height: 1.4em;
    text-align: center;
    text-indent: 23px;
}

/**** overlay ****/

#simplemodal-landfill {
    background-color: #FFF;
}

#simplemodal-contact {
    background-color: #F0B13B;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-data {
    text-align: left;
}

.modalCloseImg {
    background: url('img/ol-close.png') no-repeat 2px 2px;
    cursor: pointer;
    outline: none;
}

/**** contact form ****/

#content #contact-form {
    background-color: #F0B13B;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

#contact-form label {
    font-size: 1.2em;
}

#contact-form .input-submit,
#commentform .input-submit {
    background: transparent url('img/srs-icons.png') no-repeat -200px -400px;
    outline: none;
    border: none;
    cursor: pointer;
}

#commentform .input-submit  {
    background-position: -300px -400px;
}

/**** landfill page ****/

#landfill-wrapper {
    background: url('img/landfill-top.jpg') no-repeat 0 0;
}

#landfill {
    background: url('img/landfill-tile.jpg') repeat-y 0 0;
}

.landfill-panel {
    background-color: #FFF;
    opacity: 0.85;
    filter:alpha(opacity=85);
    text-align: center;
    cursor: -moz-zoom-in;
}

.landfill-panel:hover {
    /*outline: 3px solid #F0B13B;*/
    opacity: 1.0;
    filter:alpha(opacity=100);
}

#more-landfill {
    background: url('img/srs-icons.png') no-repeat -400px -400px;
    outline: none;
}

#more-landfill.loading {
    background-position: -500px -400px;
}

#landfill h2 {
    color: #FFF;
    text-align: center;
}

/*landfill single */

#post-image {
    text-align: center;
}

.has-video #the-image, .has-video #released-text {
    cursor: pointer;
}

#released-text {
    opacity: .3;
    filter:alpha(opacity=30);
    text-align: center;
    background: url('img/srs-icons.png') no-repeat -650px -400px;
}

#video-wrapper {
    background-color: #000;
}

#video-close {
    background: url('img/video-close.png') no-repeat 5px 4px;
    cursor: pointer;
}

#next-link, #prev-link {
    outline: none;
    background: url('img/srs-icons.png') no-repeat -500px -500px
}

#next-link:hover {
    background-position: -500px -550px;
}

#prev-link {
    background-position: -600px -500px;
}

#prev-link:hover {
    background-position: -600px -550px;
}

.item-info {
    text-align: left;
    font-size: 1.1em;
}

#content .item-info {
    font-size: 1.2em;
    line-height: 1.4em;
}

.item-info p {
    font-size: 1em;
}

#overlay-footer-links {
    text-align: right;
    background-color: #FFF;
}

#watch-video {
    background: url('img/srs-icons.png') no-repeat -200px -500px;
    outline: none;
}

/**** links page ****/

.post-links .entry p {
    text-align: center;
}

.link-panel h2 {
    font-size: 3em;
}

.right-panel h2 {
    text-align: right;
}

.link-panel li {
    list-style: none;
    font-size: 1.8em;
}


/**** hidden text ****/

#header-logo,
#menu a,
#feed-icons a,
.footer-home-link,
#footer-icons a,
#watch-video,
#released-text,
#more-landfill,
#contact-form .input-submit,
#commentform .input-submit,
#next-link, #prev-link {
    overflow: hidden;
    text-indent: -2000px;
    text-align: left;
    font-size: 1px;
}

/* End Typography & Colors */



/********* Structure *******/

/**** common ****/
* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

/* misc elements */

h1 {
	margin: 0;
}

h2 {
	margin: 30px 0 25px;
}

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

p {
    margin-bottom: 18px;
}

ol li {
	list-style: decimal outside;
}

hr {
	display: none;
}

a img {
	border: none;
}

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

/* common classes */

.center {
	text-align: center;
}

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

.clear {
	clear: both;
}

br.clear {
    margin: 0;
    padding: 0;
}

/**** main wrappers ****/

html, body  {
    width: 100%;
    height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

/**** header ****/

#header {
	height: 164px;
	width: 100%;
}

#header-inner {
    width: 900px;
    margin: 0 auto;
    padding: 6px 0 0;
}

#header-logo {
    display: block;
    width: 257px;
    height: 149px;
    margin: 0 0 0 42px;
}

/**** menu ****/

#menu {
    height: 57px;
    width: 100%;
}

#menu-inner {
    width: 900px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#menu li {
    width: 128px;
    margin: 0;
    float: left;
}

#menu li a {
    display: block;
    width: 128px;
    height: 57px;
    position: relative;
    overflow: hidden;
}

#menu li.tick {
    float: none;
    margin-right: none;
    position: absolute;
    bottom: 0;
    left: -14px;
    height: 6px;
    width: 13px
}


/**** feed icons ****/

#feed-icons {
    position: absolute;
    top: 250px;
    right: 0;
    width: 100%;
}

#feed-icons-inner {
    width: 840px;
    margin: 0 auto;
}

#feed-icons a {
    display: block;
    float: right;
    margin-left: 5px;
}

#rss-icon {
    width: 76px;
    height: 78px;
}

#twitter-icon {
    width: 76px;
    height: 78px;
}

#donate-icon {
    width: 84px;
    height: 78px;
}

/**** content area ****/

#content {
    width: 793px;
    padding: 10px 25px 0;
    margin: 0 auto;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
}

.pagetitle {
    margin: 26px 251px 23px 0;
}

.post-date {
    margin-bottom: 10px;
}

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

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

.postmetadata {
	clear: both;
}

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

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}


.footer-home-link {
    display: block;
    width: 126px;
    height: 149px;
    margin: 30px auto 10px;
}

/* images + captions */

.aligncenter {
    text-align: center;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

/* comments */

#comments {
    clear: both;
}

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

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

.comment-author .avatar { 
	float: left;
	padding: 3px;
	margin-right: 20px;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.comment-body p {
	margin: 10px 5px 10px 0;
}

.children {
    padding: 0;
}

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


/* comment form */

#comment-leftcol {
    width: 230px;
    float: left;
}

#commentform p {
	margin: 5px 0;
}

#commentform label {
    display: block;
}

#commentform .input-text {
	width: 200px;
	padding: 4px 3px 3px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
    width: 540px;
    height: 250px;
	padding: 8px 10px;
	margin: 10px 0 1px;
}

#commentform .input-submit {
	margin: 5px 0 5px auto;
    height: 72px;
    width: 76px;
	float: right;
}

/* search form */

.searchform {
	margin: 10px auto;
	padding: 5px 3px;
}

.searchform .input-text {
	width: 200px;
	padding: 2px;
}

.searchform .input-submit {
	padding: 1px;
}

/**** footer ****/

#footer-icons {
    width: 770px;
    margin: 25px auto 10px;
}

#footer-icons a {
    display: block;
    float: left;
    height: 111px;
}

#footer-disposal {
    width: 94px;
    margin-right: 28px;
}

#footer-landfill {
    width: 118px;
    margin-right: 16px;
}

#footer-about {
    width: 79px;
    margin-right: 26px;
}

#footer-faq {
    width: 77px;
    margin-right: 25px;
}

#footer-news {
    width: 75px;
    margin-right: 29px;
}

#footer-links {
    width: 74px;
    margin-right: 39px;
}

#footer-contact {
    width: 83px;
}

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

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

/**** overlay *****/

#loading-gif {
    display: block;
    margin: 200px auto 0;
}

.modalCloseImg {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 15px;
    height: 15px;
}

/**** contact form ****/

#simplemodal-contact {
    width: 600px;
    min-height: 470px;
    padding: 10px 20px;
    position: relative;
}

#simplemodal-contact #loading-gif {
    margin-top: 150px;
}

#content #contact-form {
    padding: 35px;
}

#contact-form {
    line-height: 20px;
}

#contact-form .formItem {
    padding-bottom: 10px;
    clear: both;
}

#contact-form label {
    display: block;
    float: left;
    width: 100px;
    margin-bottom: 5px;
}

#contact-form .input-text {
    width: 350px;
    padding: 4px 3px 3px;
}

#contact-form .input-submit {
    width: 76px;
    height: 72px;
}

#contact-form textarea {
    width: 578px;
    height: 200px;
    padding: 8px 10px;
    line-height: 1.6em;
}

#content #contact-form .input-text {
    padding: 2px 5px;
}

#content #contact-form textarea {
    padding: 6px 5px;
}

#contact-form .input-submit {
    margin-right: 7px;
}

/**** landfill page ****/

.post-landfill .entry {
    margin: 0 73px;
}

#landfill-wrapper {
    width: 775px;
    margin: 20px auto 0;
    padding-top: 226px;
}

#landfill {
    padding-bottom: 5px;
}

.landfill-panel {
    display: block;
    float: left;
    margin: 5px 6px 5px 7px;
    width: 64px;
    height: 58px;
    overflow: hidden;
}

.landfill-panel img {
    margin: 0 auto;
}

.row-1 {
    width: 200px;
    height: 146px;
    margin: 10px 29px;
}

.row-2 {
    width: 158px;
    height: 104px;
    margin: 10px 17px 10px 18px;
}

.row-3 {
    width: 125px;
    height: 92px;
    margin: 10px 15px;
}

.row-4 {
    width: 106px;
    height: 85px;
    margin: 9px 11px 9px 12px;
}

.row-5 { 
    width: 90px;
    height: 78px;
    margin: 8px 10px;
}

.row-6 {
    width: 77px;
    height: 66px;
    margin: 7px 9px 7px 10px;
}

.row-7 {
    width: 70px;
    height: 62px;
    margin: 6px 8px;
}

#more-landfill {
    display: block;
    width: 100px;
    height: 84px;
    margin: 0 auto;
}

/** landfill single **/

#simplemodal-landfill {
    width: 600px;
    min-height: 484px;
    padding: 20px;
    position: relative;
}

/* single image + video wrapper + next/prev links */

#post-image {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}

#content #post-image {
    float: left;
    margin: 0 20px 0 0;
    height: auto;
    min-height: 300px;
}

#video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    display: none;
}

#landfill-overlay #video-wrapper {
    width: 640px;
    height: 524px;
}

#video-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    z-index: 15;
}

#released-text {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 10;
    width: 50px;
    height: 58px;
}

#next-link, #prev-link {
    position: absolute;
    top: 140px;
    z-index: 11;
    display: block;
    width: 50px;
    height: 42px;
}

#next-link {
    right: 0;
}

#prev-link {
    left: 0;
}

/* single text and links */

.item-info {
    margin-top: 10px;
}

#landfill-overlay .item-info {
    position: relative;
    padding-bottom: 30px;
    height: 154px;
    overflow: hidden;
}

#content .item-info {
    padding-top: 15px;
    margin-left: 420px;
}

.item-info p {
    margin: 0;
}

#content .item-info p {
    margin-bottom: 3px;
}

p.inline {
    display: inline;
}

#landfill-overlay .more-link {
    display: inline;
}

#watch-video {
    display: block;
    width: 260px;
    height: 25px;
    margin-top: 20px;
}

#overlay-footer-links {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 600px;
    padding: 10px 0 0;
}

#overlay-footer-links #watch-video {
    position: absolute;
    left: 0;
    bottom: 0;
}

/**** links page ****/

.link-panel {
    width: 396px;
}

.left-panel {
    float: left;
    clear: both;
}

.right-panel {
    float: right;
}

.right-panel ul {
    width: 223px;
    float: right;
}



/*****************************************************************************
scalable Inman Flash Replacement (sIFR) version 3.

Copyright 2006 Ð 2008 Mark Wubben, <http://novemberborn.net/>

Older versions:
* IFR by Shaun Inman
* sIFR 1.0 by Mike Davidson, Shaun Inman and Tomas Jogin
* sIFR 2.0 by Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

See also <http://novemberborn.net/sifr3> and <http://wiki.novemberborn.net/sifr3>.

This software is licensed and provided under the CC-GNU LGPL.
See <http://creativecommons.org/licenses/LGPL/2.1/>
*****************************************************************************/

@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}

/*
Place CSS rules for to-be-replaced elements here. Prefix by .sIFR-active
so they only apply if sIFR is active. Make sure to limit the CSS to the screen
media type, in order not to have the printed text come out weird.
*/
@media screen {
  .sIFR-active .pagetitle {
    visibility: hidden;
  }
}