/*
CSS for Final Project: Jim Morrison Website
*/

*{
padding:0;
margin:0;
}

#homewrapper {
    box-shadow: 5px 5px #888;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    width: 960px;
    background-color: white;
    margin: 20px auto;
    background-image: url('images/homeimage2.png');
    background-repeat: no-repeat;
    background-position: 575px 0px;
}

#subwrapper {
    box-shadow: 5px 5px #888;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px #888;
    width: 960px;
    background-color: white;
    margin: 20px auto;
    background-image: url('images/subimage2.png');
    background-repeat: no-repeat;
    background-position: 775px 0px;
}

#header {
    width: 960px;
    padding-left: 25px;
}

#tagline {
    width: 960px;
    padding-left: 25px;
}

body {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    background-color: #000000;
    background-image:url('images/Snakeskin-Pattern03.jpg');
    line-height: 1.5em;
    font-size: .85em;
    padding: 3em;
    margin: 1em;
    color: black;
}

h1, h2, h3 {
    font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}

#header h1 {
    font-family: "Arial Black", Helvetica, Verdana, Arial, sans-serif;
    font-size: 600%;
    width: 600px;
    line-height: 1.2em;
    color: #000000;
}

#tagline h2 {
    background-color: black;
    font-family: "Arial Black", Helvetica, Verdana, Arial, sans-serif;
    letter-spacing: 2px;
    width: 440px;
    padding: 10px;
    color: #00d1d1;
    text-align: center;
    }

h1 {
    color: #008888;
    font-size: 175%;
    font-weight: normal;
    padding-bottom: 5px;
    width: 600px;
    }
    
h2 {
    color: #008888;
    font-size: 150%;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 600px;
}

h3 {
    color: #008888;
    font-size: 125%;
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 220px;
}

p {
    padding-bottom: 15px;
}

/* NAVIGATION SECTION */

#topnavigation {
    padding-top: 25px;
    padding-left: 25px;
    font-size: 1.1em;
    width: 600px;
    margin-bottom: 10px;
    height: 30px;
}

#topnavigation li {
    list-style-type: none;
    display: inline;
}

#topnavigation a {
    color: #808080;
    width: 120px;
    height: 16px;
    text-align:center;
}

#topnavigation a:link,a:visited {
    color:#808080;
    text-align:center;
    padding:5px;
    text-decoration:none;
}

#topnavigation a:hover,a:active {
    background-color:#f2f2f2;
    border-bottom: 5px solid #ff7400;
}

/* QUOTE BOX SECTION */
 
#homequote {
    width: 570px;
    padding-left: 25px;
    margin-left: 25px;
    font-size: 24px;
    line-height: 1.6em;
    background-color: #00d1d1;
    color: white;
    text-shadow: #000000 0.1em 0.1em 0.2em;
    -moz-text-shadow: 0 0 .2em #000;
    -webkit-text-shadow: 0 0 .2em #000;
    padding: 15px;
}

#subquote {
    width: 725px;
    padding-left: 25px;
    margin-left: 25px;
    font-size: 24px;
    line-height: 1.6em;
    background-color: #00d1d1;
    color: white;
    text-shadow: #000000 0.1em 0.1em 0.2em;
    -moz-text-shadow: 0 0 .2em #000;
    -webkit-text-shadow: 0 0 .2em #000;
    padding: 15px;
}

/* MAIN TEXT BLOCK SECTION */

#hometext {
    width: 600px;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 20px;   
}

#hometext p:first-child:first-letter {
    font-family: "Arial Black", Helvetica, Verdana, Arial, sans-serif;
    color: #ff7400;
	font-size: 55px;
	line-height: 40px;
	padding-right: 6px;
	float: left;
	}

#abouttext a:link,a:visited {
    color: #000000;
}

#abouttext a:hover,a:active {
    color: #008888;
    }
    
#abouttext {
    width: 580px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-right: 40px;
    float: left;
}

#biotext {
    width: 580px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-right: 40px;
    float: left;
}

#biotext li {
    padding-left: 25px;
    list-style-type: none;
}

#biotext ul {
    padding-bottom: 20px;
}

#singertext {
    width: 580px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-right: 40px;
    float: left;
}

#singertext ul {
    padding-left: 20px;
    padding-bottom: 15px;
    }
    
#credittext {
    width: 725px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 25px;
    margin-right: 40px;
    float: left;
    }

#credittext li {
    padding-left: 25px;
    list-style-type: none;
}

#credittext ul {
    padding-bottom: 20px;
}

.albums {
width: 185px;
float: left;
text-align: center;
font-size: .8em;
}

/* SIDEBAR SECTION */

#sidebar {
    background-color: #f2f2f2;
    border: 1px solid #ff7400;
    width: 240px;
    padding: 20px;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 60px;
}

#sidebar h2 {
    border-top: 8px dotted #ff7400;
    width: 225px;
    }
    
#sidebar ul {
    padding-bottom: 15px;
    }

#sidebarimages {
    font-size: .75em;
    text-align: center;
    width: 240px;
    padding: 20px;
    float: left;
    margin-top: 60px;
}

#sidebarimages img:hover{
    -moz-transform:scale(1.8); /*scale up image 1.8x in FF3.5+*/
    -webkit-transform:scale(1.8); /*Safari and Chrome version*/
    -o-transform:scale(1.8); /*Opera 9.5+ version*/
    z-index: 100;
}

#contactsidebar h2 {
    border-top: 8px dotted #ff7400;
    width: 225px;
    }

#contactsidebar li {
     list-style-type: none;
     }
     
#icons li {
    display: inline;
     }

#icons ul {
    padding-top: 20px;
     }
     
#sidebar li {
    margin-left: 20px;
}

#sidebar a {
    color: #808080;
    }
    
#sidebar a:link,a:visited {
    color: #000000;
}

#sidebar a:hover,a:active {
    color: #008888;
}

/* FORM SECTION */

fieldset { 
border: 0;
}


/* FOOTER SECTION */

#footer {
    clear: both;
    box-shadow: 5px 5px #333;
    -moz-box-shadow: 0 0 5px 5px #333;
    -webkit-box-shadow: 0 0 5px 5px #333;
    margin-bottom: -25px;
    bottom: -100px;
    width: 960px;
    Height: 60px;
    background-color: black;
    color: #888;
}

#footer ul {
    text-align: center;
}

#footer li {
    position: relative;
    top: 20px;
    padding-left: 10px;
    width: 600px;
    font-size: .9em;
    list-style-type: none;
    display: inline;
    text-align: center;
}

#footer a:link,a:visited {
    color: #888;
    text-align:center;
    padding:5px;
    text-decoration:none;
}

#footer a:hover,a:active {
    color: #008888;
}

#lizard {
    position: relative;
    bottom: 50px;
    left: 20px;
    padding-top: 20px;
    width: 100px;
    }

/*CSS for Discography Button*/

#discbutton a:link {
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    display: block;
    color: #FFFFFF;
    background-color: #ff7400;
    width: 85px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

#discbutton a:visited {
    color: #ffffff;
}

#discbutton a:hover {
    background-color: #00d1d1;
}
/*CSS for Home Link Button*/

#homelinkbutton {
    position:absolute;
    top: 0;
    left: 50px;
}

#homelinkbutton a.homebutton:link {
    font-family: helvetica, arial, sans-serif;
    font-weight: normal;
    font-size: 1.1em;
    display: block;
    color: #FFFFFF;
    background-color: #08c31f;
    width: 80px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    text-align: center;
    padding: 5px;
    text-decoration: none;
}

#homelinkbutton a.homebutton:visited {
    color: #ffffff;
}

#homelinkbutton a.homebutton:hover {
    background-color: #a8a8a8;
}
