body {
    background-color: lightblue;
    padding: 0;
    position: relative;
    width: 816px;
    margin: 0 auto;
    margin-top:15px;  
} 

img.head {
  width:815px;
}

img.side {
  width:115px;
}

img.right	{
	width: 635px;
}

ul#list-nav {
  list-style:none;
  margin:0px;
  padding:0;
  width:816px;
  left:19px;
}

ul#list-nav li {
  display:inline;
}

ul#list-nav li a {
  text-decoration:none;
  padding:5px 0;
  width:135px;
  background:#000080;
  color:#eee;
  float:left;
  text-align:center;
  border-left:1px solid #fff;
  font-family: "Arial", sans-serif;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

ul#list-nav li a:hover {
  background:#a2b3ff;
  color:#000;
}

ul#list-nav li a:active {
  background:#a2b3ff;
  color:#eee;
}

body#home a#homenav,
body#about a#aboutnav,
body#gallery a#gallerynav,
body#music a#musicnav,
body#contact a#contactnav,
body#links a#linksnav,
body#diary a#diarynav,
body#bandmusic a#bandmusicnav,
body#banddocs a#banddocsnav {
color: #fff;
background: #4040ff;
}

b {
    font-family: "Arial", sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-right:10px;
}

p {
    font-family: "Arial", sans-serif;
    margin:0px;
}

H1 {
    font-family: "Arial", sans-serif;
    color:blue;
    margin:0px;
}

H2 {
    font-family: "Arial", sans-serif;
    color:blue;
    margin:0px;
}

H3 {
    font-family: "Arial", sans-serif;
    font-size: 8pt;
    color:white;
    margin:0px;
}


#wrapper {
  background-color: white;
  width: 815px;
  }

#right {
	background-color:white;
	padding:5px;
	margin-left:140px;
    width: 665px;
}

#left {
	background-color:White;
	padding:5px;
	float: left;
  	width: 125px;
}

#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
    width:811px;
    padding:2px; 
}

 
#imagegal	{
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
    border: 3px solid gray;
    box-shadow: 5px 5px 5px #888888;
    background: #ffffff;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 0px;
    padding-left: 3px;	
} 

#imagegal:hover {
    box-shadow: 5px 5px 5px black;
} 

ul#gal {
	margin-left: -39px;
}    

.error {
    color: #FF0000;
    font-family: "Arial", sans-serif;
    font-size: 12pt;
}

.boxed {
  border: 1px solid gray ;
  width: 500px;
  margin: 10px;
  padding:20px;
  box-shadow: 3px 3px 3px #888888;
}

.formbox {
  border: 1px solid gray ;
  margin: 3px;
  padding:6px;
  box-shadow: 3px 3px 3px #888888;
}



.submitbutton
{
	border-top:			2px solid #a3ceda;
	border-left:		2px solid #a3ceda;
	border-right:		2px solid #4f6267;
	border-bottom:		2px solid #4f6267;
	padding:			5px 10px !important;
	font-size:		1	4px !important;
	background-color:	#000080;
	font-weight:		bold;
	color:				white;
	cursor: 		    pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    float: left;
}

.submitbutton1:hover {
    background-color: #a2b3ff;
    color: black;
}

.login {
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    position: absolute;
    top: 25px;
    left: 729px;
}

.login1 {
    background-color: #000080; 
    color: white; 
    border: 0px solid white;
}

.login1:hover {
    background-color: #a2b3ff;
    color: black;
}
   
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
   
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 640px;
	position: relative;
	margin: 10% auto;
	padding: 12px 12px 10px 12px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
} 
 
.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; } 
      



