/*************************************************************************
/*************************************************************************
****																															********
****		FILENAME:       css/style.css															********
****		DESCRIPTION:    CSS for Gad Elbaz													********
****		AUTHOR:					Norman (Chip) Sheppard										********
****		AUTHOR URI:			http://sheppco.com/												********
****		CREATION DATE:  11/16/2008																********
****		LAST MODIFIED:  11/16/2008																********
****																															********
/*************************************************************************
/*************************************************************************


/*  GLOBAL  --------------------------------------------------- */

body {margin:0px; background:url(../images/bg.jpg) no-repeat #000000 fixed; font:12px/18px Arial, Helvetica, sans-serif; color:#eee;}
img {	border: none;}

a:link, a:visited {	color:#006699; text-decoration:underline;}
a:hover {	color:#ff0000; text-decoration:none;}

/*  LAYOUT  --------------------------------------------------- */

#wrapper { }

#logo { position:absolute; top:10px; left:0px; z-index:5; }
#menu { position:absolute; top:80px; left:308px; z-index:3; }

#gad_home { position:fixed; bottom:-30px; left:0px; }
#gad_concerts { position:fixed; bottom:0px; left:0px; }
#gad_about { position:fixed; bottom:0px; left:0px; }
#gad_gallery { position:fixed; bottom:0px; left:0px; }
#gad_news { position:fixed; bottom:0px; left:0px; }
#gad_store { position:fixed; bottom:0px; left:0px; }
#gad_contact { position:fixed; bottom:0px; left:-80px; }
#gad_discography { position:fixed; bottom:0px; left:0px; }

#content_home { position:absolute; top:160px; left:508px; z-index:5; width: 627px; }
#content_home #panel_left { float:left; padding:10px; width:180px; text-align:center; background-image: url(../images/bg_content.png); }
#content_home #panel_right { float:left; margin-left:3px; width:400px; }
#content_home #panel_right #panel1 { background-image: url(../images/bg_content.png); padding:15px; margin-bottom:3px; }
#content_home #panel_right #panel2 { background-image: url(../images/bg_content.png); text-align:center; padding:15px; margin-bottom:3px; }
#content_home #panel_right #panel3 { background-image: url(../images/bg_content.png); text-align:center; padding:15px; }

#content { position:absolute; top:160px; left:508px; z-index:5; padding:15px 30px; width:500px; background-image: url(../images/bg_content.png); }
#smoke { position:fixed; bottom:0px; z-index:1; padding:0; margin:0; height:150px; font:10px Arial, Helvetica, sans-serif; }

/*  TEXT   --------------------------------------------------- */

h1{	font: normal 22px Arial; color: #959595; margin: 10px 0px 10px 0px; padding:0;}
h2{	font:18px Arial; color: #959595; margin:10px 0px; padding:0}
h3{	font:24px Arial; color: #959595; margin:0 0 15px 0; padding:0}
