/* ------------------------------------------------------------------------------------
--  RESET
------------------------------------------------------------------------------------ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, 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;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
iframe, img{
	float:left;
}
/* ------------------------------------------------------------------------------------
--  GENERAL + ANCHOR
------------------------------------------------------------------------------------ */
html{
	width:100%;
	height:100%;
}
body{ 
    width:100%;
    height:100%;
    font-size:100%;
	font-family:'Glegoo', sans-serif;
	color:#515151;
    background: #dad9d5 url(images/pat.jpg);
    background-repeat:repeat;
    -webkit-font-smoothing: antialiased;
}
#wrapper{
	float:left;
	width:960px;
	height:100%;
	min-height:100%;
	clear:both;
}
#left{
	float:left;
	width:391px;
	position:fixed;
	bottom:0;
	min-height:100%;
	background:#C75233 url(images/orange.jpg);
	background-repeat:no-repeat;
	border-right:1px solid #ddd;
}
#right{
	float:right;
	width:565px;
	border-left:4px solid #C78933;
	border-right:1px solid #b2b2b1;
	background:url(images/pat2.jpg);
	background-repeat:repeat;
	-webkit-box-shadow:0 20px 20px #000;
	-moz-box-shadow:0 20px 20px #000;
	-o-box-shadow:0 20px 20px #000;
	-khtml-box-shadow:0 20px 20px #000;
	-ms-box-shadow:0 20px 20px #000;
	box-shadow:0 20px 20px #000;
}
a{
    color: #c75333;
    text-decoration: none;
	outline:none;
}
a:hover{
    color:#F7803C;
}
::selection{
	background:#ddd;
}
::-moz-selection{
	background:#ddd;
}
figure, iframe, img{
	float:left;
}
/* ------------------------------------------------------------------------------------
--  TYPOGRAPHY
------------------------------------------------------------------------------------ */
h1{
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:3em;
	text-shadow:0 1px 1px #fff;
	margin-bottom:40px;
}
h2{
	font-family:'Oswald', sans-serif;
	text-transform:uppercase;
	font-size:2.4em;
	text-shadow:0 1px 1px #fff;
	margin-bottom:40px;
}
p{
	line-height:1.5em;
	margin-bottom:20px;
}
p.last{
	margin-bottom:0;
}
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* ------------------------------------------------------------------------------------
--  LEFT SIDE STYLES
------------------------------------------------------------------------------------ */
#top{
	float:left;
	width:312px;
	margin:40px;
}
#top figure{
	width:200px;
	margin: 0 0 0 56px;
}
#left ul{
	float:left;
	width:312px;
	list-style:none;
	margin:0 40px 40px 40px;
}
#left ul li{
	float:left;
    width:100%;
    margin-bottom:20px;
    clear:both;
    position:relative;
    font-family:'Oswald', sans-serif;
 	text-transform:uppercase;
}
#left a{
    color: #FFEDBF;
    text-decoration: none;
	outline:none;
}
#left a:hover{
    color:#F7803C;
}
.left-side{
	float:left;
	color:#f0f0f0;
    padding-bottom:20px;
}
.right-side{
	float:right;
    padding-bottom:20px;
}
.dark-line{
	float:left;
	width:100%;
	height:1px;
	background:#ba4a2c;
}
.light-line{
	float:left;
	width:100%;
	height:1px;
	background:#e26949;
}
.green{
	color:#D1F2A5;
}
/* ------------------------------------------------------------------------------------
--  RIGHT SIDE MAIN STYLES
------------------------------------------------------------------------------------ */
.grey-line{
	float:left;
	width:100%;
	height:1px;
	background:#ccc;
}
.main-box{
	float:left;
	width:480px;
	margin:40px 40px 0 40px;
    background: #e9e9e8;
}
.end{
	margin:40px;
}
#main-photo{
	background:url(images/main-promo.jpg);
	background-repeat:no-repeat;
	width:480px;
	height:330px;
	border-top:8px solid #C78933;
}
#main-photo h1{
	font-size:3.9em;
	text-align:center;
	margin-top:240px;
    color: #fff; 
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000; color: #9c8468; opacity: 0.5;
}
.info{
	float:left;
	width:478px;
    border-right:1px solid rgba(255,255,255,0.6);
    border-left:1px solid rgba(255,255,255,0.6);
    border-bottom:1px solid rgba(255,255,255,0.6);
}
article{
	float:left;
	margin:40px;
	width:398px;
}
/* ------------------------------------------------------------------------------------
--  TIMELINE
------------------------------------------------------------------------------------ */
#timeline{
	width: 398px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url(images/dot.png) left 45px repeat-x;
	margin-top:40px;
}
ul#dates{
	width: 398px;
	height: 60px;
	overflow: hidden;
	list-style:none;
}
ul#dates li{
	list-style: none;
	float: left;
	width: 160px;
	height: 50px;
	font-size: 1.2em;
	text-align: center;
	background: url(images/biggerdot.png) center bottom no-repeat;
}
ul#dates a{
	line-height: 1.2em;
	padding-bottom: 20px;
	text-decoration:none;
	font-family:'Oswald', sans-serif;
	color:#515151;
	text-shadow:0 1px 1px #fff;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
ul#dates a:hover{
	color:#040404;
}
ul#dates .selected {
    font-size: 1.2em;
	line-height:1em;
}
ul#issues{
	width: 398px;
	overflow: hidden;
	margin-top:10px;
	float:left;
	list-style:none;
}	
ul#issues li{
	width: 398px;
	float: left;
}
ul#issues p{
	margin-bottom:0;
	font-size:0.9em;
}
/* ------------------------------------------------------------------------------------
--  SECTION DISCOGRAPHY
------------------------------------------------------------------------------------ */
.disco{
	float:left;
	width:100%;
}
.disco ul{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:20px;
}
.disco ul.last{
	float:left;
	width:100%;
	list-style:none;
	margin-bottom:40px;
}
.disco ul li{
	width:119px;
	margin-right:20px;
	float:left;
}
.disco ul li.last{
	margin-right:0;
}
.disco ul figure{
	background:#fff;
	padding:10px;
	width:99px;
}
.disco ul figure figcaption{
	float:left;
	margin:10px 0 0 0;
	font-size:0.8em;
	text-transform:capitalize;
}
/* ------------------------------------------------------------------------------------
--  SECTION LIST
------------------------------------------------------------------------------------ */
.list{
	float:left;
	width:100%;
}
.list ul{
	float:left;
	width:100%;
	list-style:none;
}
.list ul li{
	float:left;
	width:100%;
	margin-bottom:20px;
	padding:10px 0;
	border-top:1px solid rgba(255,255,255,0.8);;
	border-bottom:1px solid #d4d4d4;
	position:relative;
}
.list ul li.last{
	margin-bottom:0;
}
.list p{
	font-size:0.9em;
	text-transform:capitalize;
	margin-bottom:0;
	padding:0 20px;
	line-height:20px;
}
.left-side2{
	float:left;
}
.right-side2{
	float:right;
}
.right-side2 a{
	background:url(images/link.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	padding:0 20px 0 0;
	background-position:0 0;
}
.right-side2 a:hover{
	background:url(images/link.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	padding:0 20px 0 0;
	background-position:0 -20px;
	
}
/* ------------------------------------------------------------------------------------
--  MUSIC (PLAYER STYLES ARE IN MUSIC-PLAYER FOLDER)
------------------------------------------------------------------------------------ */
#player{
	float:left;
	width:398px;
}
/* ------------------------------------------------------------------------------------
--  ALTERNATIVE MUSIC PLAYER (YAHOO FLASH PLAYER)
------------------------------------------------------------------------------------ */
#playlist{
	float:left;
	width:398px;
	clear:both;
}
#playlist figure{
	width:125px;
	margin-right:40px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    -o-box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    -khtml-box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
    -ms--box-shadow: 0px 1px 4px rgba(0, 0, 0, .5);
}
#playlist ul{
	float:left;
	width:193px;
	list-style:none;
    padding: 20px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -o-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -khtml-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .15), 0 1px 0 rgba(255, 255, 255, .04);
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -khtml-border-radius: 6px;
    -ms-border-radius: 6px;
    background: #303235 url(images/tracklist-bg.png) repeat 0 0 scroll;
    color: #fff;
    font-family:'Oswald', sans-serif;
    font-size: 0.9em;
}
#playlist ul li{
    background: transparent url(images/tracklist-item-bg.png) repeat-x bottom left scroll;
    padding: 10px 0;
}

/* ------------------------------------------------------------------------------------
--  VIDEO
------------------------------------------------------------------------------------ */
figure#main-video{
	width:480px;
	border-top:8px solid #C78933;	
}
/* ------------------------------------------------------------------------------------
-- PRESS
------------------------------------------------------------------------------------ */
.block{
	float:left;
	margin:40px 0 0 0;
}
blockquote{
	float:left;
}
blockquote p{
	font-size:0.9em;
}
cite{
	float:right;
}
cite a{
	color:#000;
	font-size:0.8em;
	text-transform:capitalize;
}
/* ------------------------------------------------------------------------------------
-- GIGS
------------------------------------------------------------------------------------ */
.blueberry{
	float:left;
	width:100%;
	background:#e6e6e6;
	border-bottom:1px solid #ddd;

}
.slides{
	float:left;
	width:100%;
	list-style:none;
}
.white-line{
	float:left;
	width:100%;
	height:1px;
	background:rgba(255,255,255,0.8);
}
/* TABLE */
table{
	float:left;
	width:100%;
}
tr:nth-of-type(odd){
	background:#e6e6e6;
}
th{
    background: #C75233;
    font-family:"Oswald", sans-serif;
    text-transform:uppercase;
    color: #f0f0f0;
    text-align: left;
    padding: 0.5em 1em;
	width:33.3333%;
}
td{
    padding: 1em;
	border:1px solid #ddd;
    text-align: left;
}
tr{
	font-size:0.9em;
	color:#000;
}
/* ------------------------------------------------------------------------------------
--  POSTERS SHOWCASE BLOCK STYLES
------------------------------------------------------------------------------------ */
.portfolio{ 
	float:left;
	width:100%;
	border-top:8px solid #C78933;
}
.portfolio ul{ 
	list-style-type: none; 
	margin:0; 
	padding:0; 
}
.portfolio ul li{ 
	float:left; 
	position:relative; 
	overflow:hidden; 
}
.portfolio ul li a img { 
	width:160px;
	position:relative; 
	border:none;
}
.caption{
	position:absolute; 
	bottom:0px; 
	left:0px; 
	width:100%;
	display:none; 
	background:#C75233;
	color:#fff;
	font-family:'Oswald', sans-serif;
	opacity:0.8;
}
.caption .caption-inside{
	padding:10px;
	margin:0px;
	text-transform:capitalize;
}
.clear { 
    clear:both;
} /* to clear the float after the last item */