/*
 * dannydonnelly.com main site style sheet.
 *
 * @copyright  Copyright 2007 Spenlen Media (http://spenlen.com)
 * @version    $Id: site.css 121 2007-07-07 19:30:42Z walberty $
 */


/**** Global Rules ****/

/* Page Structure */

HTML, BODY, H1, H2, H3, H4, H5, H6, HR, DIV, P, PRE, UL, OL, LI, BLOCKQUOTE, FORM, FIELDSET, LEGEND, TABLE, TR, TH, TD, DL, DT, DD {
  margin: 0;
  padding: 0;
}

HTML, BODY {
  height: 100%;
  }

BODY {
  background: #fff;
  font: normal normal normal 0.9em/1.3em Helvetica, Arial, sans-serif;
  color: #666;
}


/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  font-weight: bold;
}


/* Tables */

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
}

TH, TD {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}


/* Paragraphs and Other Block-Level Elements */

P {
  margin-bottom: 1.5em;
  line-height: 2em;
}

OL, UL {
  margin: 2em 1em 1em 2em;
  list-style: none;
}

LI {
  margin-bottom: 1em;
}

ADDRESS {
  margin-bottom: 1em;
  font-style: normal;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border: 1px solid #cccccc;
}

HR.sectionBreak {
  margin: 2em 0 2em 0;
}

HR.separator {
  border-right: none;
  border-bottom: none;
  border-left: none;
}


/* Anchors (Hyperlinks) */

A {
  text-decoration: none;
}

A:visited {
  text-decoration: none;
}

A:hover {    /* Must appear after :visited for IE brosers */
  text-decoration: none;
}


/* Form Elements */

INPUT, TEXTAREA, SELECT {
  font: normal normal normal 1em Helvetica, Arial, sans-serif;
}

INPUT.fullWidth, TEXTAREA.fullWidth {
  width: 100%;
}

INPUT.cancelButton {
  margin-left: 2em;
}


/* Images and Other Inline Elements */

IMG {
  border: none;
}

ACRONYM, ABBR {
  text-decoration: none;
}



/**** Page Layout ****/


/* Page */

#page {
  margin: 0 auto;
  width: 90%;
  max-width: 60em;
  height: 100%;
  position: relative;
}


/* Page Header */

#pageHeader {
  padding-right: 155px;
}

H1 {
  margin: 0;
  background: url('/images/dannyDonnelly.png') bottom right no-repeat;
  height: 75px;
  text-indent: -1000em;
}


/* Page Navigation */

#pageNavigationWrapper {
  width: 100%;
  height: 100px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
}

#pageNavigation {
  padding-top: 12px;
  background: transparent url('/images/navigationBackground.png') top repeat-x;
  margin: 0 auto;
  width: 95%;
  height: 90px;
  max-width: 62em;
}

#main-nav {
  margin: 0 155px 0 auto;
  padding: 0;
}

#main-nav LI {
  margin: 0 0 0 20px;
  padding: 0;
  text-indent: -1000em;
  display: block;
  float: right;
}

#main-nav A {
  background-position: 50% 15px;
  background-repeat: no-repeat;
  width: 55px;
  height: 90px;
  display: block;
}

A#main-nav-home {
  background-position: center center;
  background-image: url('/images/logoSmall.png');
  width: 122px;
}
A#main-nav-media {
  background-image: url('/images/icons/musicicon.png');
}
A#main-nav-photos {
  background-image: url('/images/icons/storiesicon.png');
}
A#main-nav-calendar {
  background-image: url('/images/icons/calendaricon.png');
}
A#main-nav-songwriting {
  background-image: url('/images/icons/resourcesicon.png');
}
A#main-nav-study {
  background-image: url('/images/icons/metroicon.png');
}
A#main-nav-contact {
  background-image: url('/images/icons/contacticon.png');
}

#pageSubNavigation UL {
  margin: 0;
  padding: 1em 0 45px 0;
  background: url('/images/subNavigationBackground.png');
  width: 12em;
  text-align: right;
  position: fixed;
  left: 0;
  bottom: -1000px;  /* The actual final bottom value is specified in site.js */
  z-index: 40;
  visibility: hidden;
}

#pageSubNavigation LI {
  margin: 0;
}

#pageSubNavigation A {
  padding: 5px 1em;
  text-transform: lowercase;
  color: #333;
  display: block;
}

#pageSubNavigation A:hover {
  background: url('/images/subNavigationHighlight.png');
}


/* Page Content */

#pageContent {
  margin: 5px 0 0 0;
}

#sidebar {
  background-position: top center;
  background-repeat: no-repeat;
  width: 140px;
  height: 420px;
  float: right;
}

.navimage {
  border:none;
  float:right;
  margin:0px;
  padding:0px;
  width:140px;
  height:105px;
}

.sidebarA {
  background-image: url('/images/sidebar/guitar.jpg');
}

.fullwidth {
	width:100%;
}

#content {
  padding: 0 155px 95px 0;
}


#content.story {
  padding-left: 14em;
}

.storySlideshow {
  width: 12em;
  float: left;
  position: relative;
}

.storySlideshow .photoContainer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;  
}
.storySlideshow IMG {
  width: 100%;
}


#content.storyGrid {
}

.storySquare {
  margin: 0 0 1em 1em;
  width: 8em;
  height: 8em;
  overflow: hidden;
  float: right;
}

.storySquare IMG {
  width: 100%;
}

#content.video {
}

#video{
  margin: 3em 4em 1.5em 0;
  float: left;
  clear: left;
}

#videoList {
  margin: 0 0 3em 3em;
  padding-top: 1.5em;
  font-size: 0.85em;
  list-style: decimal;
}
#videoList LI {
  margin: 0 0 0.4em 2em;
}
#videoList LI OBJECT {
  margin-top: -0.3em;
  padding-right: 0.3em;
  position: relative;
  top: 0.3em;
}

#content.album {
}

#coverArt1 {
  margin: 0 4em 1.5em 0;
  float: left;
  clear: left;
}
#coverArt1 IMG {
  width: 11em;
}

#coverArt {
  margin: 0 4em 1.5em 0;
  width: 50%;
  float: left;
  clear: left;
}
#coverArt IMG {
  width: 60%;
}

#albumContent {
  margin: 0 4em 1.5em 0;
  width: 50%;
  float: left;
  clear: left;
  position: relative;
}
#albumContent .lyric {
  padding-bottom: 80px;
  position: absolute;
  top: 2em;
  left: 0;
  display: none;
}

#albumContent .lyric P {
  font-size: 0.9em;
  line-height: 1.5em;
}

#trackList {
  margin: 0 0 3em 0;
  padding-top: 1.5em;
  font-size: 0.85em;
  list-style: decimal;
}
#trackList LI {
  margin: 0 0 0.4em 2em;
}
#trackList LI OBJECT {
  margin-top: -0.3em;
  padding-right: 0.3em;
  position: relative;
  top: 0.3em;
}

#albumLinks {
  margin: 0 0 2em 0;
}
#albumLinks LI {
  display: block;
  float: left;
}
#albumLinks A {
  margin: 0.2em 0 0 0.2em;
  display: block;
  width: 5em;
}
#albumLinks A IMG {
  width: 100%;
}

#albumDescriptionLink {
  font-size: 0.8em;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
}
.lyricLink, .lyricLink:visited, #albumDescriptionLink, #albumDescriptionLink:visited {
  color: #666;
  text-decoration: underline;
}
.lyricLink:hover, #albumDescriptionLink:hover {
  color: #333;
  text-decoration: underline;
}



/* Page Footer */

#pageFooter {
  display: none;
}
