/*
Theme Name: The Mercy House
Theme URI: http://www.AdelieDesign.com/
Description: A theme for The Mercy House
Author: Adelie Design
Author URI: http://www.AdelieDesign.com/
Version: 2.0

*/
/*
Some icons from the famfamfam silk icon set
 - http://www.famfamfam.com/lab/icons/silk/
*/

/* GENERAL STYLES **********************************/
@import 'reset.css';

html, body {
  height: 100%;
}

body {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 10px;
  background-color: #FFFFFF;
  background-image: url(images/HomePageBackground.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#page {
  margin: 0;
  min-height: 100%;
  position: relative;
  min-width: 700px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

/* HEADER *****************************************/
#header {
  height: 269px;
  position: relative;
}

#header h1 {
  line-height: 100px;
  font-size: 400%;
  position: absolute;
  top: 72px;
  right: 55px;
  color: #000000;
}
#header h1 a {
  outline: none;
}

#header .description {
  line-height: 26px;
  float: right;
  position: relative;
  z-index: 10;
  padding-right: 15px;
}
#header .description a {
  color: #000000;
}
#header .description a:hover {
  color: #ef4035;
  text-decoration: underline;
}
#header .description img {
  position: relative;
  top: 3px;
  margin: 0 2px;
}
#header .description .facebook img {
  top: 4px;
}

/* NAVIGATION *************************************/
#navigation {
  height: 26px;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 140%;
  padding-left: 1em;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
}

#navigation ul.navigation>li>a {
  outline: none;
}

#navigation li {
  display: block;
  float: left;
  margin: 0 12px 0 0;
  line-height: 23px;
  position: relative;
}

#navigation a {
  display: block;
  line-height: 26px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 7px;
}
#navigation a:hover, #navigation li:hover>a {
  color: #ef4035;
}

#navigation li ul {
  display: none;
  background-color: rgba(255, 255, 255, 0.75);
  font-size: 85.7%;
  position: absolute;
  top: 26px;
  left: 0;
  padding-right: 1.5em;
  white-space: nowrap;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.25);
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
}
#navigation li:hover ul, #navigation li.hover ul {
  display: block;
}

#navigation li ul li {
  height: 26px;
  float: none;
  margin: 0;
}
#navigation li ul li a {
  color: #000000;
  text-transform: none;
  line-height: 26px;
  padding: 0 10px;
}


/* MAIN *******************************************/
#main {
  padding-bottom: 50px;
  position: relative;
}

/* SIDEBAR *****************************************/
#sidebar {
  width: 86px;
  font-size: 100%;
  background-color: rgba(255,255,255,0.5);
  padding: 30px 34px;
  position: absolute;
  top: 0;
  right: 73%;
  line-height: 1.2;
}
.page #sidebar {
  display: none;
}

#sidebar a:link, #sidebar a:visited {
  color: #000000;
}
#sidebar a:hover {
  text-decoration: underline;
  color: #ef4035;
}
#sidebar h2 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.25em;
}

#sidebar li li {
  margin: 0.1em 0;
}

#searchform {
  white-space: nowrap;
  margin: 0 -20px 20px 0;
}
#searchform #s {
  width: 58px;
  height: 15px;
  line-height: 15px;
  font-size: 110%;
  border: 1px solid #000000;
  background-color: transparent;
  float: left;
  margin-right: 4px;
}
#searchform #searchsubmit {
  display: block;
  width: 25px;
  height: 25px;
  background-color: transparent;
  background-image: url(images/searchsubmit.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  padding: 25px 0 0 0;
  text-indent: -9000px;
  position: relative;
  top: -2px;
}

/* CONTENT ****************************************/
#content {
  margin-left: auto;
  margin-right: 0;
  width: 60%;
  font-size: 120%;
  line-height: 1.5;
  background-color: rgba(255,255,255,0.5);
  padding: 2.5em 7% 2.5em 3%;
}

#content :first-child {
  margin-top: 0;
}

h2 {
  font-size: 133.33%;
  font-weight: bold;
  clear: left;
  margin-bottom: 0.5em;
}
h3 {
  font-size: 116.67%;
  font-weight: bold;
  clear: left;
}
h4 {
  font-size: 108.33%;
  font-weight: bold;
}
h5 {
  font-size: 100%;
  font-weight: bold;
}
h6 {
  font-size: 100%;
  font-weight: normal;
  font-style: italic;
}

#content p {
  margin: 0.5em 0 0.75em 0;
}
#content a:link {
  color: #ef4035;
}
#content a:visited {
  color: #666666;
}
#content a:hover {
  text-decoration: underline;
}

#content ul, #content ol, #content dl {
  margin: 1em 0 1em 2.5em;
}
#content ul {
  list-style-type: disc;
}
#content ul ul {
  list-style-type: circle;
}
#content ul ul ul {
  list-style-type: square;
}
#content ul.plain li {
  list-style-type: none;
}
#content ol {
  list-style-type: decimal;
}
#content ol ol {
  list-style-type: upper-alpha;
}
#content ol ol ol {
  list-style-type: decimal;
}
#content dt {
  font-weight: bold;
  margin-top: 0.5em;
}
#content dd {
  margin-left: 2.5em;
}
#content li {
  margin: 1em 0;
}

#content address {
  font-style: normal;
  margin-left: 2.5em;
}

.entry:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  overflow: hidden;
  text-indent: -9000px;
}

.post-meta {
  margin-top: 2em;
  clear: both;
}

#content .post-meta {
  margin: 0.75em 0 0;
  float: right;
  color: #666666;
  font-size: 83.33%;
  text-align: right;
  white-space: nowrap;
}
#content .post {
  margin-bottom: 2em;
}

#content p.subscribe {
  font-size: 83.33%;
  border-top: 1px solid #808080;
  padding-top: 0.5em;
  margin-bottom: 2em;
}

#content .subscribe .podcast {
  padding-left: 20px;
  display: inline-block;
  height: 18px;
  background-image: url(images/feed.png);
  background-position:  0 0;
  background-repeat: no-repeat;
}

#content .post-comments-meta {
  border-top: 1px solid #808080;
  font-size: 83.33%;
  color: #666666;
  margin: 0 0 2em;
  padding-top: 0.5em;
}
#content .post-comments-meta a {
  color: #666666;
}
#content .post-comments-meta a:hover {
  color: #ef4035;
}

#content .post-category-meta {
  border-top: 1px solid #808080;
  font-size: 83.33%;
  color: #666666;
  margin: 0 0 2em;
  padding-top: 0.5em;
}
#content .post-category-meta a {
  color: #666666;
}
#content .post-category-meta a:hover {
  color: #ef4035;
}
#content .post-category-meta p {
  margin: 0;
}

#content h2 a:link, #content h2 a:visited {
  color: #000000;
}

#content h2 a:hover {
  color: #ef4035;
}

a.email {
  display: inline-block;
  width: 14px;
  height: 18px;
  background-image: url(images/email.png);
  background-repeat: no-repeat;
  background-position: 0 100%;
  text-indent: -9000px;
}

/* COMMENTS *************************************************/
#comments {
  font-size: 83.33%;
}
#comments .go-to-respond {
  float: right;
  font-size: 110%;
  font-weight: bold;
}
#comments .go-to-respond a:link, 
#comments .go-to-respond a:visited {
  color: #000000;
}
#comments .go-to-respond a:hover {
  color: #ef4035;
}

#comments h3 {
  font-size: 110%;
  font-weight: bold;
  border-bottom: 1px solid #666666;
  padding-bottom: 0.25em;
}

#comments .commentlist .depth-1 {
  border-bottom: 1px solid #666666;
  padding-bottom: 4px;
}

#comments .commentlist {
  margin: 0;
}
#comments .children {
  margin: 0 0 0 80px;
}
#comments .children li {
  border-top: 1px solid #666666;
  margin-top: 1em;
  padding-top: 1em;
}

#comments ul, #comments ul ul, #comments ul ul ul {
  list-style-type: none;
}
#comments .comment {
  margin-bottom: 0;
}

.comment-body {
  position: relative;
  margin: 1.4em 0 0 80px
}

.comment-author,
#comments .comment-author a:link,
#comments .comment-author a:visited,
.comment-meta,
#comments .comment-meta a:link,
#comments .comment-meta a:visited {
  color: #666666;
}
#comments .comment-meta a:hover,
#comments .comment-author a:hover {
  color: #ef4035;
}
.comment-author cite {
  font-style: normal;
}

.comment-author img {
  position: absolute;
  left: -65px;
  top: 0;
  margin: 0;
  padding: 0;
}

.comment-content {
  font-size: 120%;
}

#comments .comment .reply {
  text-align: right;
  margin: 0;
}


/* Leave a comment */

#respond {
  font-size: 91.67%;
}

#content #respond h3 {
  font-size: 109%;
  margin: 2em 0 1em;
}
#content #respond h4 {
  font-size: 100%;
  margin: 0;
  font-weight: bold;
}
#commentform p {
  margin: 0;
}

#commentform label {
  display: block;
  font-weight: bold;
}
#commentform label .required {
  color: #ef4035;
}
#commentform input {
  display: block;
}

#commentform .form-text {
  width: 48%;
  margin-right: 5%;
  float: left;
  margin-bottom: 1em;
}
#commentform .form-text input {
  width: 100%;
}
#commentform .form-item-3 {
  clear: left;
}
#commentform .form-item-2 {
  width: 46%;
  margin-right: 0;
}
#commentform .form-item-4 {
  clear: left;
  margin-top: 1em;
}
#commentform textarea {
  width: 100%;
}

#commentform .description {
  font-size: 81.81%;
  color: #666666;
  white-space: nowrap;
}
#commentform .subscription-info {
  line-height: 18px;
}
#commentform .subscription-info p {
  margin-top: 2px;
}
#commentform .subscription-info a {
  display: inline-block;
  padding-left: 20px;
  background-image: url(images/feed.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#commentform .form-submit {
  margin-top: 0.5em;
}
#commentform .form-submit input {
  display: block;
  width: 104px;
  height: 25px;
  background-color: transparent;
  background-image: url(images/post-comment.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  padding: 25px 0 0 0;
  text-indent: -9000px;
}

/* Tables *****************/
table {
  border-collapse: collapse;
}
caption, thead {
}
caption a, thead a {
}
th, td {
}
tbody {
}
tbody th {
}

/* Less formatted tables*/
table.plain {
}
table.plain th {
}
table.plain td {
}

/* Image alignment ********/
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.aligncenter {
  float: none;
  margin: 0 1em;
}
.alignnone {
  display: block;
  clear: both;
}

div.alignleft {
  margin-left: 1em;
  margin-right: 3em;
}
div.alignleft h2, div.alignleft h3, div.alignleft h4 {
  margin-top: 0;
}

/* Post Navigation */
.post-nav {
  clear: both;
  padding: 2em 1em;
}
.post-nav p {
  margin: 0;
}
.post-nav .next-posts-link {
  float: left;
}
.post-nav .previous-posts-link {
  text-align: right;
}

/* FOOTER *****************************************/
#footer {
  font-size: 100%;
  color: #000000;
  height: 23px;
  line-height: 23px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
}

#footer, #footer a, #footer a:visited {
  color: #000000;
}
#footer a:hover {
  text-decoration: underline;
  color: #ef4035;
}
#footer p {
  margin: 0 1.5em;
}

#footer .admin {
  font-size: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  line-height: 1.5;
  margin: 5px;
  color: #808080;
}
#footer .admin a {
  color: #808080;
}
#footer .admin a:hover {
  color: #ef4035;
}

.clear-block {
  display: block;
  clear: both;
}


/* Subscription Form *************/
.subscribe form {
  overflow: hidden;
}
.subscribe form input {
  float: left;
}
.subscribe form p {
  clear: left;
}
.subscribe #subscribe, .subscribe #unsubscribe {
  display: block;
  width: 74px;
  height: 25px;
  margin-left: 1em;
  background-color: transparent;
  background-image: url(images/subscribe.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  cursor: pointer;
  padding: 25px 0 0 0;
  text-indent: -9000px;
  position: relative;
  top: -1px;
}
.subscribe #unsubscribe {
  background-image: url(images/unsubscribe.png);
  width: 87px;
}