* {
  outline: none;
  margin: 0;
  padding: 0;
}


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; }

body {
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

html {
  overflow-y : scroll;
}

html,
body {
  background: #f7f7f7;
  font-family: 'arial', 'helvetica', sans-serif;
  margin: 0;
  padding: 0;
  color: #646464;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
  height: 100%;
} 

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display : block; }

abbr[title] { 
border-bottom : 1px dotted; 
cursor : help; }

/* HEADINGS */

h1,
h1, 
h2,
h2 a, 
h3, 
h4, 
h5, 
h6 {
  font-family : "Helvetica Neue", Helvetica, Arial;
  font-weight : bold;
  color: #484848;
}

h1 { 
margin: 0 10px;
font-size : 2em; /* 48 / 16 = 3 */
}

h1.page-title {
	border-bottom: 2px solid #000;
  color: #666;
  font-weight: normal;
  padding: 0 0 10px;
}

h2 { 
margin-bottom : .75em;
font-size : 2em; /* 36 / 16 = 2 */
line-height : 1.2em; }

h3,
.block-nodeblock h2 { 
  border-bottom: 1px solid #999;
  color: #333;
  clear: both;
  font-size: 12px;
  line-height: 1.4em;
  margin: 10px 0 9px;
  font-weight: bold;
  text-transform: uppercase;
}

h4 { 
margin-bottom : 1.25em;
font-size : 1.25em; /* 20 / 16 = 1.25 */
line-height : 1.25; }

h5 { 
margin-bottom : 1.5em;
font-size : 1em; /* 16 / 16 = 1 */ }

h6 { 
font-size : 1em; /* 16 / 16 = 1 */ }

/* TYPOGRAPHY */

p, 
ol,
ul, 
dl, 
address { 
margin: 0 0 1em 0; 
font-size : 1em; /* 16 / 16 = 1 */ }

ul, 
ol { 
margin : 0 0 1.5em 20px; }

ul { 
list-style-type : disc; }

ol { 
list-style-type : decimal; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

blockquote  { 
margin : 0 0 1.5em 24px; 
padding-left : 24px; 
border-left : 1px solid rgb(200,200,200);
font-style : italic; }

blockquote:before, 
blockquote:after, 
q:before, 
q:after {
content : '';
content : none; }

b, 
strong	{ 
font-weight : bold; }

i, 
em { 
font-style : italic; }

sup, 
sub { 
position : relative;
font-size : 75%; 
line-height : 0; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

address { 
font-style : normal; }

pre { 
margin-bottom : 1.5em; 
white-space : pre; 
white-space : pre-wrap; 
word-wrap : break-word; }

pre, 
code { 
font : .875em 'andale mono', 'lucida console', monospace; 
line-height : 1.5; }

small {
font-size : 1em; /* 16 / 16 = 1 */ }

/*---- LAYOUT------*/
#header {
  background: #f7f7f7;
  line-height: 50px;
  height: 37px;
  padding: 0;
  position: fixed;
  top: 0;
  z-index: 99;
} 

#header .resize {
	float: left;
}

#logo {
  margin-bottom: 30px;
  width: 190px;
}

#page{
  padding: 0;
  position: relative;
  margin: 0 auto;
  height: 100%;
  width: 1172px;
}

.sidebar {
  background: #f7f7f7;
  display: block;
  position: fixed;
  margin: 0 0 0 -190px;
  top: 0;
  overflow: hidden;
  width: 180px;
  hasLayout: true;
  min-height: 0;
}

.ie .sidebar {
	position: absolute;
}

.android .sidebar {
	position: absolute;
}
.container {
  float: right;
  margin: 0;
  min-height: 94%;
  width: 980px;
}

#page-top {
  border: 1px solid #ccc;
  border-top: none;
  background: #fff;
  height: 35px;
  position: relative;
  margin: 0 10px;
}

.resize {
  background: #f7f7f7;
	width: 960px;
}

#page-top .block {
  border-right: 1px solid #ccc;
  float: left;
  line-height: 2.7em;
  padding: 0 10px;
}

#page-top .block-m2_js {
  border-left: 1px solid #ccc;
  border-right: none;
  float: right;
  line-height: 2.6em;
  height: 36px;
  padding: 0;
  margin: 0;
}

.clear {
  height: 3px;
  clear: both;
}

#main {
  margin: 100px 0 0;
}

.ie7 #main {
  margin: 0;
	padding: 90px 0 0;
}

.show-subnav #main {
  margin: 130px 0 0;
}

#content-bottom {
	clear: both;
	margin: 10px;
}
.col1 {
	float: left;
	margin: 10px;
	width: 225px;
}

.col2 {
  float: left;
  margin: 10px;
	width: 468px;
}

.col3 {
	float: left;
	margin: 10px;
	width: 690px;
}

.col4 {
  display: block;
  margin: 0 10px;
}

#comments {
	display: none;
}

div#admin-toolbar {
	z-index: 1000;	
}
/* FIGURES & IMAGES */

figure {
margin-bottom : 1.5em; }

figure img,
figure object,
figure embed {
margin-bottom : .75em;
max-width : 100%; }

figcaption {
display : block;
font-weight : normal; }

/* TABLES */

table { 
border-collapse : collapse;
border-spacing : 0;
color: #333;
margin-bottom : 1.4em; 
width : 98%;
font-size: 12px;
margin: 0 10px; }

th { 
  border-bottom: 1px solid #333;
  font-weight : bold;
  font-size: 11px;
  line-height: 3em;
  text-transform: uppercase;
}

table.sticky-header {
	margin: 0;
}
.view-dylan-disco-songs table.sticky-header {
	margin-top: 33px;
}

table.sticky-header th {
	padding: 10px 0;
}
.label.side {
	display: none;
}

table a {
  color: #333;
}

table a:hover {
  color: #d30004;
}

table th a {
	background: transparent url(../images/btn-sprite.png) no-repeat 100% -328px;
	padding: 0 22px 0 0;
}

table th a.active img {
  display: none;
}

table th.active a  {
	background-position: 100% -358px;
	color: #d30004;
}

table th.active a.flip {
	background-position: 100% -389px;
}

th, td, caption { 
padding : .25em 10px .25em 5px; }

td {
  border-bottom: 1px solid #ccc;
  line-height: 2.2em;
}

tr:hover td {
  background: #e4e4e4;
}

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/*---songs table-----*/
.view-dylan-disco-songs th {
	line-height: 1em;
	border-bottom: 2px solid #333;
	padding: 0 0 9px;
}

.view-dylan-disco-songs td {
	border-bottom: none;
	line-height: 1em;
}

.view-dylan-disco-songs tr {
	position: relative;
}

.view-dylan-disco-songs tr.odd td {
	background: #e5e5e5;
}

.view-dylan-disco-songs tr:hover td {
  background: #333;
  color: #fff;
  cursor: pointer;
}
.view-dylan-disco-songs tr:hover td a {
	color: #fff;
}
.view-dylan-disco-songs tr:hover td a:hover {
	color: #d30004;
}

.view-dylan-disco-songs th.views-field-title,
.view-dylan-disco-songs tr td.views-field-title {
	font-weight: bold;
	width: 30%;
}

.view-dylan-disco-songs tr td.views-field-field-canonical-album-nid {
	width: 30%;
}

.view-dylan-disco-songs tr td.views-field-field-date-value,
.view-dylan-disco-songs tr td.views-field-field-date-value-1,
.view-dylan-disco-songs tr td.views-field-count-played {
	width: 90px;
}

.view-dylan-disco-songs tr td.views-field-field-played-count-value {
	width: 96px;
}

.view-dylan-dates th {
  line-height: 2.8em;
  padding: 0 5px;
  height: 40px;
}

.jump-to {
	margin: 0 0 0 5px;
}

.js .links-dropdown-list ul,
.js .links-dropdown-list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.view-dylan-dates .views-exposed-form .views-exposed-widget .form-submit {
	margin-top: 2px;
}

/*---Colorbox overrides-----*/
#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url(../images/controls-colorbox.png) scroll no-repeat top left transparent;
	width: 19px;
	height: 19px;
	text-indent: -9999px;
}

.promobox #cboxContent:hover > #cboxTitle {
	display: none !important;
}

.cboxIE #cboxContent #cboxTitle {
	display: none !important;
}

a.expand {
	background: url(../images/plus-sm.png) scroll no-repeat center center transparent;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
