body
{
	background-color: #FFF;
	color:	#4D4D4D;
	font-family: 'Georgia', serif;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 1px;
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

.highlighted
{
	color: #000;
	font-weight: bold;
}

a
{
	color: #595959;
	text-decoration: underline;
	-webkit-transition: color 0.35s;
 	-moz-transition: color 0.35s;
 	transition: color 0.35s;
}

a.green_link
{
	color: #B50000;
}

a:hover
{
	color: #B50000;
	text-decoration: none;
	-webkit-transition: color 0.35s;
 	-moz-transition: color 0.35s;
 	transition: color 0.35s;
}

p
{
	margin: 0px 0px 1em 0px;
}

h1, h2, h3 h4, h5, h6
{
	font-weight: normal;
	padding-bottom: 20px;
	font-size: 16px;
	color: #000;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 18px 0px;
}

h1 a
{
	text-decoration: none;
}

h2
{
	font-style: italic;
	font-size: 19px;
}

.section h2
{
	margin-bottom: 19px;
}

.row:after
{
	content: "";
  display: table;
  clear: both;
}

.service
{
	width: 45%;
	float: left;
	margin-bottom: 30px;
	margin-right: 5%;
	font-size: 12px;
	line-height: 21px;
}

.service h2
{
	color: #B50000;
	margin-bottom: 0px;
	padding: 0px;
	text-align: left;
	font-size: 17px;
	
}

h3
{
	font-weight: bold;
	font-size: 1em;
	
}

h3 a
{
	text-decoration: none;
}

h1#logo
{
	font-size: 19px;
	padding-bottom: 0px;
	
}

h1#logo img
{
	width: 230px;
}

img
{
	border: 0px;
}

#header_sleeve
{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 100;
	background-color: #FFF;
	padding-bottom: 10px;
}

#audio p
{
	margin-bottom: 2em;
}

#header
{
	padding-top: 46px;
	width: 960px;
	margin: 0px auto;
	padding-bottom: 0px;
	background-color: #FFF;
}

.container
{
	margin: 0px auto 30px auto;
	width: 960px;
	background-repeat: repeat;
	background-position: 0px 0px;
	word-wrap:break-word;
}

.section
{
	padding-bottom: 120px;
	padding-top: 76px;
	margin: 0px auto 0px auto;
	width: 100%;
}

.section.first
{
	border-top: 0px;
	background-image: none;
}

.section.last
{
	border-bottom: 0px;
}

.content
{
	position: relative;
	width: 960px;
	margin: 0px auto;
}

.content:after
{
	content: "";
	display: table;
	clear: both;
}

.content.book
{
	width: 100%;
}

h1#logo span
{
	text-transform: none;
	font-size: 70%;
	
}


h1#logo span:before
{
	content: '• ';
}

h1#logo span:after
{
	content: ' •';
}


.table
{
	text-align: center;
	margin: 0px auto;
}

#menu_toggle
{
	display: none;
}

ul#navigation
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
	display: inline-block;
	
}

ul#navigation a
{
	text-decoration: none;
}

ul#navigation li
{
	float: left;
	margin: 0px 2.9em 0px 0px;
}

ul#navigation li.last
{
	margin: 0px 0em 0px 0px;
}

ul#navigation li.current
{
	color: #000;
}

#home
{
	margin: 150px auto 0px auto;
	background-image: url('http://drummerdrapery.com/images/hero.jpg');
	background-repeat: no-repeat;
	background-size: cover; 
	color: #dee1ca;
	text-shadow: 1px 1px #444444;
	text-transform: uppercase;
	text-align: center;
	font-size: 28pt;
	line-height: 1.5em;
	letter-spacing: 6px;
	height: 450px;
	position: relative;
}

#home .content
{
  	position: absolute;
 	height: 120px;
 	top: 50%;
	width: 100%;
	margin-top: -60px;
}

#home p
{
	margin: 0px auto 0px auto;
}

.images
{
	width: 640px;
	margin: 0px auto;
}

.dropcap
{
	display: block;
	float: left;
	color: #08A599;
	font-size: 600%;
	line-height: .4em;
	margin-right: 12px;
	position: relative;
	left: 0px;
	top: 15px;
	height: .6em;
}

.image_holder
{
	margin: 0px 30px 0px 0px;
}

img.social
{
	margin-top: 1em;
	width: 33px; 
	height: auto;
}

.f_left
{
	float: left;
}

.floated_text
{
	float: left;
	width: 415px;
}

.clearing
{
	clear: both;
}

#books .image_holder ul
{
	margin-left: 40px;
}

.image_holder p
{
	text-align: center;
	font-size: 11px;
	margin-top: 1em;
}

.image_holder ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	font-size: 11px;
}

.image_holder ul li
{
	float: left;
	margin-right: 2em;
}

.image_holder ul li a
{
	border-bottom: 1px solid #000;
	text-decoration: none;
	font-family: 'Avenir', 'Helvetica', sans-serif;
	-webkit-transition: color 0.35s, border-bottom 0.35s;
 	-moz-transition: color 0.35s, border-bottom 0.35s;
 	transition: color 0.35s, border-bottom 0.35s;
}

.image_holder ul li a:hover
{
	border-bottom: 1px solid #08A599;
	text-decoration: none;
	-webkit-transition: color 0.35s, border-bottom 0.35s;
 	-moz-transition: color 0.35s, border-bottom 0.35s;
 	transition: color 0.35s, border-bottom 0.35s;
}

.green
{
	color: #08A599;
}

#about-us
{
	text-align: center;
}

#about-us .container
{
	width: 800px;
}

.book_title
{
	font-style: italic;
}

.column
{
	width: 300px;
	float: left;
}

.column.leftside
{
	margin-left: 110px;
	margin-right: 40px;
}

.column.rightside
{
	float: left;
}

h2.excerpt
{
	background-image: none;
	background-color: #00AFA0;
	color: #FFF;
	text-transform: none;
	font-style: italic;
	position: relative;
	left: -93px;
	text-align: left;
	font-size: 130%;
	padding: 8px 8px 8px 8px;
	width: 120px;
	margin: 70px 0px;
	font-weight: normal;
	letter-spacing: 1px;
	text-align: right;
}

h2.excerpt:before, h2.excerpt:after
{
	content: '';
}

.verse
{
	font-style: italic;
}

.text
{
	float: left;
	width: 314px;
	margin-left: 25px;
}

.text.extra-margin
{
	margin-left: 35px;
}

.text h2 img
{
	display: none;
}

.icon
{
	float: left;
	width: 50px;
	min-height: 50px;
}

.icon.extra-margin
{
	margin-left: 10px;
}

.icon.bigger
{
	width: 60px;
}

.img_holder img
{
	width: 100%;
}

.images
{
	width: 640px;
}

.images .img
{
	height: 480px;
}

#contact
{
	text-align: center;
}

.map
{
	width: 640px;
	margin: 50px auto 0px auto;
}


.mobile_only
{
	display: none;
}

/* Mobile Styles Begin Here */
@media all and (max-width: 600px) {
	
	#header_sleeve
	{
		height: auto;
	}

	
	#header
	{
		position: relative;
		width: 100%;
	}
	
	#menu_toggle
	{
		display: block;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 14px;
	}
	
	#menu_toggle:hover
	{
		color: #000;
	}
	
	ul#navigation
	{
		display: none;
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-transform: uppercase;
		font-size: 13px;
		letter-spacing: 2px;
	}
	ul#navigation li
	{
		float: none;
		margin: 0px 0em 0px 0px;
	}
	
	.table
	{
		display: block;
	}

	
	.container, #about-us .container
	{
		width: 90%;
		padding: 0px 5%;
	}
	
	.section
	{
		width: 100%;
	}
	
	.content
	{
		width: 100%;
	}
	
	.image_holder
	{
		margin: 0px 0px 30px 0px;
	}
	
	#home
	{
		height: 120px;
		font-size: 18pt;
		background-image: url('http://futureperfekt.com/drummer/images/hero.jpg');
	}
	
	#home .content
	{
		position: absolute;
		height: auto;
		top: 0%;
		width: 100%;
		margin-top: 60px;
	}


	
	.f_left
	{
		float: none;
	}
	.floated_text
	{
		float: none;
		width: 100%;
	}
	
	.column
	{
		width: 100%;
		float: none;
	}
	.column.leftside {
		margin-left: 0px;
		margin-right: 0px;
	}
	.column.rightside {
		float: none;
	}
	
	h2.excerpt
	{
		left: -25px;
	}
	
	.img_holder
	{
		width: 100%;	
	}
	
	.img_holder img
	{
		max-width: 100%;
	}
	
	.service
	{
		width: 90%;
		float: none;
		margin: 0px auto 30px auto;
		font-size: 12px;
		line-height: 21px;
	}
	.icon
	{
		float: none;
		width: 50px;
		min-height: 50px;
		margin: 0px auto;
	}
	
	.icon.extra-margin
	{
		margin-left: auto;
	}

	
	.map
	{
		display: none;
		width: 100%;
		margin: 50px auto 0px auto;
		overflow: hidden;
	}
	
	.text
	{
		float: none;
		width: 100%;
		margin-left: 0px;
	}
	
	.text h2
	{
		text-align: center;
		height: 17px;
		margin-bottom: 1em;
	}
	
	.text h2 img
	{
		display: inline;
		height: 100%;
		width: auto;
		position: relative;
		top: 2px;
	}

	
	.images
	{
		width: 100%;
	}

	.images .img
	{
		height: auto;
	}
	
	.mobile_only
	{
		display: block;
	}
	
	a.directions
	{
		color: red;
		font-style: italic;
	}

}

.credit
{
	text-align: center;
	color: #707070;
	text-transform: uppercase;
}

.credit a
{
	color: #707070;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 10px;
	font-family: 'Avenir', 'Helvetica', sans-serif;
	-webkit-transition: color 0.35s;
 	-moz-transition: color 0.35s;
 	transition: color 0.35s;
}

.credit a:hover
{
	color: #08A599;
	text-decoration: none;
	-webkit-transition: color 0.35s;
 	-moz-transition: color 0.35s;
 	transition: color 0.35s;
}