/*
    ___                       ___      
 /'___\                     /\_ \     
/\ \__/   __     __   __  __\//\ \    
\ \ ,__\/'__`\ /'_ `\/\ \/\ \ \ \ \   
 \ \ \_/\  __//\ \L\ \ \ \_\ \ \_\ \_ 
  \ \_\\ \____\ \____ \ \____/ /\____\
   \/_/ \/____/\/___L\ \/___/  \/____/
                 /\____/              
                 \_/__/               
                                           __          
_____________   ____   ______ ____   _____/  |_  ______
\____ \_  __ \_/ __ \ /  ___// __ \ /    \   __\/  ___/
|  |_> >  | \/\  ___/ \___ \\  ___/|   |  \  |  \___ \ 
|   __/|__|    \___  >____  >\___  >___|  /__| /____  >
|__|               \/     \/     \/     \/          \/ 


  ______   ______        _______..___  ___.   ______   
 /      | /  __  \      /       ||   \/   |  /  __  \  
|  ,----'|  |  |  |    |   (----`|  \  /  | |  |  |  | 
|  |     |  |  |  |     \   \    |  |\/|  | |  |  |  | 
|  `----.|  `--'  | .----)   |   |  |  |  | |  `--'  | 
 \______| \______/  |_______/    |__|  |__|  \______/ */  
                                                     


@charset "utf-8";
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-----------------------------------------------------------------------*/

html, div, p, ul, li, img, a {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	border: none;
	outline: none;
}

body {
	background-color: #d7efc3;
	background-image: url(bg-grad4.png);
	background-repeat: repeat-x;
}
#wrapper {
	width: 810px;
	margin: 0 auto;
	margin-top: 40px;
}

#navbar {
	background-image: url(75op.png);
	background-repeat: repeat;
	margin-top: -42px;
	position: absolute;
	width: 800px;
	padding-left: 10px;
	top: 174px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
}

#navbar ul {
	list-style-type: none;
	display: block;
}

#navbar ul li a {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	display: block;
	padding: 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	text-transform: lowercase;
	float: left;
}

#navbar ul li a:hover {
	background-color:#333;
	color: #fdd04b;
	margin-top: -7px;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #fdd04b;
}

#header {
	text-align: center;
	background-image: url(logo-main2.png);
	background-repeat: no-repeat;
	height: 130px;
	background-position: 50% 0;
}
#content {
	padding: 15px;
	background-repeat: repeat;
	background-color: #000;
	border: 1px solid #000;
	color: #FFF;
	/*margin-top: -3px;*/
}

#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #ddd;
}
#content li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ddd;
}

#content h1 {
	color: #FDD149;
	padding-right: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 20px
}
#content h2 {
	clear: both;
	text-transform: uppercase;
	font-size: 20px;
	color: #CCC;
}

#content ol.track-list {
	margin-top: 10px;
}

#content ol {
	list-style-type: decimal;
	margin-left: 45px;
}

#content li {
	padding: 1px;
}

.teaser_desc {
	width: 325px;
}
.teaser_vid {
	padding-top: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.float-left {
	float: left;
}

img.float-left {
	margin: 10px;
}

.float-right {
	float: right;
}
#content .album-cover {
	margin-right: 110px;
	margin-top: 60px;
	border: 4px solid #B4CDE1;
}

#footer {
	background-repeat: repeat;
	padding: 5px;
	color: #FFF;
	text-transform: lowercase;
	font-size: 12px;
	border: 1px solid #333;
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background-color: #4978AB;
}
#footer a{
	color: #FFF;
	text-decoration: underline;
	padding: 3px;
}
#footer a:hover {
	background-color: #5E86FF;
}
.social-icon {
	margin-top: 4px;
	margin-right: 5px;
}

a.facebook:hover {
	background-color: #2F5177;	
}

#content .praise {
	padding: 10px;
	border: 1px solid #FC0;
	font-size: 16px;
	margin-top: 25px;
	margin-right: 250px;
}
#content .praise h1 {
	font-size: 16px;
	/*margin-left: 30px;*/
	/*position: absolute;*/
	/*margin-top: -20px;*/
	padding-right: 7px;
	padding-left: 7px;
	background-color: #000;
}
.img-w-a-butt {
	background-color: #000;
	/*padding-bottom: 10px;*/
}
.track-list li a {
	color: #3591FF;
	text-decoration: none;
}
