/* 
    Document   : screen
    Created on : Feb 3, 2010, 10:01:06 AM
    Author     : Jonathan Kirkham
    Description:
        Purpose of the stylesheet follows.
*/

/* 

*/

body{
    margin: 0;
    margin-top: 0;
    padding: 0;
}
#header{
    margin-bottom: 0;
    background-color: silver;
/*    background-image: url(/images/header.jpg);
    background-position: 0 50%;
    background-repeat: no-repeat;*/
}
#header p{
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    text-align: center;
}
#wrapper{
    max-width: 960px;
    min-width: 475px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
#wrapper hr{
    margin: 0;
    color: black;
}
#centerbox{
    position: relative;
    overflow: auto;
    height: auto;
    background: lime;
    min-width: 460px;
    max-width: 960px;
/*    font-family: fantasy; */
}
#centerbox p{
    margin-top: 0;
    margin-bottom: 0;
}
#navigation{
    position:relative;z-index:99;
}
#music{
    text-align: center;
    padding: 9px;
    background:#9C1F1B;
}
/*#aside{
    background-color: red;
    width: 15%;
    position: relative;
    height: auto;
    float: left;
    margin: 0;
}*/
#content{    
    position: relative;
    height: auto;
/*    width: 85%;*/
    padding-left: 1em;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
}
#content ul{
    list-style: none;
}
#content ol{
    list-style: none;
}
#content img{
    margin: 0;
    box-shadow: 3px 3px 3px #666;
    -moz-box-shadow: 3px 3px 3px #666;
    -webkit-box-shadow: 3px 3px 3px #666;
    -o-box-shadow: 3px 3px 3px #666;
}
/*#content p{
    text-align: center;
}
*/
#footer{
    
    margin-top: 0;
    background-color: aqua;
}
#footer ul{
    margin-top: 0;
    margin-bottom: 0;
}
div.img
  {
  margin:2px;
  height:auto;
  width:auto;
  border:1px solid #0000ff;
  display: inline;
  float: left;
  }
div.img img
  {
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:165px;
  margin:2px;
  }

/*Images on About Me Page  */
ul.gallery {
	list-style: none;
}
ul.gallery li a {
	position: relative;
	float: left;
	padding: 10px 10px 25px 10px;
	background: #eee;
	border: 1px solid #fff;
	-moz-box-shadow: 0px 2px 15px #333;
}

	ul.gallery li a.pic-1 {
		z-index: 1;
		-webkit-transform: rotate(-10deg);
 		-moz-transform: rotate(-10deg);
	}
	ul.gallery li a.pic-2 {
		z-index: 5;
		-webkit-transform: rotate(-3deg);
 		-moz-transform: rotate(-3deg);
	}
	ul.gallery li a.pic-3 {
		z-index: 3;
		-webkit-transform: rotate(4deg);
 		-moz-transform: rotate(4deg);
	}
	ul.gallery li a.pic-4 {
		z-index: 4;
		-webkit-transform: rotate(14deg);
 		-moz-transform: rotate(14deg);
	}
/*        ul.gallery li a.pic-5 {
		z-index: 2;
		-webkit-transform: rotate(-12deg);
 		-moz-transform: rotate(-12deg);
	}
	ul.gallery li a.pic-6 {
		z-index: 6;
		-webkit-transform: rotate(5deg);
 		-moz-transform: rotate(5deg);
	} */
	ul.gallery li a:hover {
		z-index: 10;
		-moz-box-shadow: 3px 5px 15px #333;
	}
