/* Minification failed. Returning unminified contents.
(6,1): run-time error CSS1019: Unexpected token, found '@charset'
(6,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(6,17): run-time error CSS1019: Unexpected token, found ';'
(56,1): run-time error CSS1019: Unexpected token, found '@charset'
(56,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(56,17): run-time error CSS1019: Unexpected token, found ';'
 */
/* Minification failed. Returning unminified contents.
(51,1): run-time error CSS1019: Unexpected token, found '@charset'
(51,10): run-time error CSS1019: Unexpected token, found '"utf-8"'
(51,17): run-time error CSS1019: Unexpected token, found ';'
 */
@charset "utf-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "utf-8";

html {
    overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	
	background: #000 url(images/header-bg.gif) no-repeat;
	background-size: 100% 516px;
	min-width:1000px;
}
#wrapper {
	width: 100%;
	background: transparent url(images/header.jpg) no-repeat center top;
	padding:0 0 40px 0;
}
#page
{
	position:relative;
	overflow:hidden;
	width:960px;
	margin:0 auto;
	padding:516px 20px 330px;
	background: transparent url(images/footer.jpg) no-repeat center bottom;
}
#legs
{
	width:280px;
	height:240px;
	float:left;
	background: transparent url(images/legs.jpg) no-repeat;
	padding:0 30px 10px 0;
	margin-left:-20px;
}
header span {
    display: block;
    text-indent: -9999px;
    font-size: 0.5em;
}
footer
{
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
}
footer p
{
	text-align:center;
}

nav {
	position: absolute;
	text-align: right;
	top: 215px;
	right: 50px;
}
nav li
{
	padding:2px 0 3px;
}
nav a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
}
nav a:hover {
	color: #666666;
	padding-right: 5px;
}

h1 {
	color: #FFFFFF;
	position: absolute;
	text-align: right;

	top: 475px;
	right: 50px;
	font-size:1.5em;
	font-weight:bold;
}
h2 {
    font-weight: bold;
    font-size: 1.5em;
}
h3 {
	margin: 0 25px;
	padding: 0 25px;
	text-decoration: underline;
}
p {
	margin: 10px 25px 0 25px;
	padding: 5px 0 10px 5px;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.2em;
}
p a {
	text-decoration: none;
	color: #999999;
	font-weight: bold;
}
p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#soundcloud {
	float: right;
}

#news {
    
    overflow: hidden;
    width: 620px;
    float: right;
    padding: 0 50px 0 0;
}

#news article {
    display: table;
    clear: both;
    overflow: hidden;
    width: 700px;
    padding: 0 0 20px 0;
}

#news article div {
    display: table-cell;
    vertical-align: middle;
}

#news article div.image {
    float: right;
    width: 250px;
}

#news article p {
    
    float: left;
    width: 420px;
    padding: 10px 0;
    margin: 0;
}

#contact-card {

    float: right;
    margin: 10px 30px 0 0;
    position: relative;

	width: 550px;
	height: 366px;
    background: transparent url(images/Little-Big-Band_Business-Cards.jpg) no-repeat;
}

#contact-card div {
    position: absolute;
    top: 195px;
    left: 240px;
    width: 220px;
}

#contact-card span {
    display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 250px;

	text-align: right;
    padding: 0 0 25px 0;
}

#contact-card span a {
    text-decoration: none;
    color: #fff;
}

#contact-card span a:hover
{
    text-decoration: underline;
}

#hear-us iframe {
    margin: 30px 5px;
}

#book-us h2 {
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.2em;
    padding: 30px 0 10px 30px;
}

#like-links {
    overflow: hidden;
    float: right;
    height: 80px;
    padding: 0 0 0 0;
}
#like-links div {
    float: left;
    padding: 0 30px 0 0;
}
#like-links div span {
    display: block;
    float: left;
    padding: 10px 10px 0 0;
}


#testimonials {
    padding: 30px 0 0;
}

    #testimonials h2
    {
        padding: 10px 0 10px;
    }

#testimonials article h3 {
    padding: 30px 5px 5px;
    font-weight: bold;
    font-size: 1em;
}
