/* Bahamadia post styles ========================================= */

/* Change your body background color or image */
body {
	background:#cb5b10;
	color:#000;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* Decide if we need the logo on black or white */
#header h1 a {
	background:url(images/bahamadia/rugged-logo.png);
}
#header p,
#footer p {
	color:#e38b51;
}
#header p a,
#footer p a {
	color:#423a34;
}
#header ul li a,
#footer ul li a {
	background:#423a34;
	color:#e38b51;
}
/* Audio player */
#footer p {
	clear:both;
	color:#e38b51;
	font-size:12px;
	margin:0;
}
/* Post styles */
.hentry {
	color:#e38b51;
	font-size:15px;
	margin:0 auto;
	overflow:hidden;
	width:960px;
}
.hentry cite {
	display:block;
	font-style:normal;
	font-weight:bold;
	font-family:Arial Narrow, Helvetica, Arial, Sans Serif;
	font-size:18px;
	position:relative;
	letter-spacing:-1px;
	margin-left:245px;
	text-align:left;
	text-transform:uppercase;
	width:230px;
}
.hentry cite a {
	border:0;
	color:#423a34;
}
.hentry blockquote {
	text-align:justify;
	position:relative;
}
.hentry p .drop-cap {
	float:left;
	margin:5px 20px 0 0;
	position:relative;
	text-indent:-9999px;
}
.hentry p.verse-one,
.hentry p.verse-two,
.hentry p.verse-three {
	float:left;
	width:225px;
	margin-right:20px;
	position:relative;
}
.hentry p.verse-one {
	background:url(images/bahamadia/rugged-quote-left.png) no-repeat top left;
	margin-top:-567px;
	padding-top:125px;
}
.hentry p.verse-two {
	margin-top:-275px;
}
.hentry p.verse-three {
	background:url(images/bahamadia/rugged-quote-right.png) no-repeat bottom right;
	margin:-10px 0 0 0;
	padding-right:245px;
}
.hentry p.verse-one .drop-cap {
	background:url(images/bahamadia/rugged-i.png) no-repeat;
	height:156px;
	width:32px;
}
.hentry p.verse-two .drop-cap {
	background:url(images/bahamadia/rugged-c.png) no-repeat;
	height:160px;
	width:78px;
}
.hentry p.verse-three .drop-cap {
	background:url(images/bahamadia/rugged-s.png) no-repeat;
	height:159px;
	width:76px;
}
.hentry p.intro .rugged {
	background:url(images/bahamadia/rugged-rugged.png) no-repeat;
	display:block;
	height:151px;
	margin:0 0 18px 245px;
	position:relative;
	text-indent:-9999px;
	width:470px;
}
.hentry p.intro .ruff {
	background:url(images/bahamadia/rugged-ruff.png) no-repeat;
	display:block;
	height:250px;
	margin:0 0 0 490px;
	position:relative;
	text-indent:-9999px;
	width:470px;
}

/* Sifr ======================================================= */
/*****************************************************************************
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 object {
	display: block;
}
.sIFR-active .hentry cite {
	font-size:34px;
	margin-bottom:-12px;
}
}
