
/* Shawn Way website, designed by emasai.com */

body {
background: #46110B;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .85em;
color: #FFFF99;
}

a {
color:#DB0000;
text-decoration: none;
font-weight: bold;
}

a:hover {
color:#EFB100;
}

h1 {
color: #EFB100;
font-size: 1.1em;
text-align: center;
font-variant: small-caps;
font-weight: bold;
}

ul, li {
list-style: none;
}

p {
padding: 10px 20px;
}

img.right{
float: right;
margin: 15px 10px 15px 15px;
}

#container{
width:1051px;
margin:0 auto;
}

#header{
height: 120px;
background: url(../images/header.jpg) no-repeat;
}

#border{
height: 40px;
background: url(../images/border.jpg) no-repeat;
}

/*BEGIN NAVIGATION*/
#menu {
width:100%;
text-align: center;
}

#menu_center{
width: 450px;
text-align: center;
margin: 0 auto;
position: relative;
}

#menu ul, #menu li {
list-style-type: none;
position: relative;
margin: 0 ;
padding : 0;
}
	
#menu ul {
margin-left: 10px;
}

#menu li {
float: left;
/*font-size : 1 em;*/
font-weight: bold;
	
}

#menu li a {
display: block;
width: 90px;
color:#DB0000;
padding:0px 5px;
margin: 10px 0 0 0;	
}

#menu li a:hover {
	color: #EFB100;
}

/*END NAVIGATION*/

#content {
background: url(../images/body.jpg) repeat-y;
padding: 10px 60px 10px 60px;
}

/*GALLERY PAGE CSS*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.gallerycontainer {
width: 900px;
margin: 0;
padding: 20px 20px 0px 30px;
background: url(../images/05.jpg) no-repeat 310px 20px ; /* CHANGE Y position WHEN ADDING MORE THUMBNAILS*/
position: relative; 
}

.gallerycontainer .text { 
font-size: 1em;
margin-bottom: 10px; 
}

.gallerycontainer li, .gallerycontainer ul { 
list-style-type: none; 
margin: 0; 
padding: 0; 
}

.thumbnail img { 
margin: 0px 2px 5px 0; 
width: 125px; 
height: 92px;
border: 1px solid #DB0000;
}

.thumbnail:hover { 
background-color: transparent; 
}

.thumbnail:hover img { 
border: 1px solid #efb100;
}

.thumbnail span {/*CSS for enlarged image*/ 
position: absolute; 
left: -2000px; 
visibility: hidden;

}

.thumbnail:hover span img {/*CSS for enlarged image*/ 
margin: 0px 0 5px 0;  
height: 401px; 
width: 580px;
border: 1px solid #efb100;
}

.thumbnail:hover span {/*CSS for enlarged image on hover*/ 
visibility: visible; 
top: 20px;/*position where enlarged image should offset from top */ 
left: 310px;/*position where enlarged image should offset horizontally CHANGE Y WHEN ADDING THUMBNAILS*/ 
z-index: 50; 
font-size: 1em; 
color: #FFFF99;
}
/*END GALLERY*/


#footer {
clear: both;
height: 60px;
background: url(../images/footer.jpg) no-repeat;
padding-top: 20px;
text-align: center;
font-size: .8em;
}
