@charset "UTF-8";
/* DrMaryMusic Style Sheet */

@import url('reset.css');
@import url('polaroids.css');

body {
   	background-color: #800080;
   	background: transparent url("Graphics/bkg.gif");
   	background-repeat: repeat-x;
   	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#800080), to(#ffa500));
   	background-image: -webkit-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:    -moz-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:     -ms-linear-gradient(top, #800080 40%, #ffa500);
   	background-image:      -o-linear-gradient(top, #800080 40%, #ffa500);
   	/* background: linear-gradient(top, purple 40%, orange 100%); */
	
	font: normal 62.5% Garamond, “Hoefler Text”, Palatino, “Palatino Linotype”, serif;
	}
	
a {
	color: yellow;
	text-decoration: none;
	}
	
p	{
	margin-bottom: 1em;
	}
	
h1 {
	font-size: 2em;
	line-height:1.5;
	}

#wrapper{
	 margin: 12px auto;
	 margin-bottom: 10px;
     width: 1260px;
     height: 999px;
     padding: 10px 0 0 50px;
     ~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     background: url('Graphics/DrMaryPromoPhotoS.jpg') center center no-repeat;
     background-size: cover;
     position:relative;
     /* overflow: auto; */
    }
    
#menu_container{
	position:absolute;
	top:5em;
	left:4em;
	}

#footer	{
	clear:both;
	font-size:1.5em;
	width:1284px;
	padding-left:10px;
	padding-right:10px;
	margin: 12px auto;
	background-color: transparent;
	-webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    overflow: auto;
	}
	
#footer a{
	color: purple;
	text-decoration: underline;
	}

#menu {
	font-size:4em;
	color:#222;
	padding: 0;
	z-index:2;
	line-height:1.1;
	text-decoration: none;
	}
	
#menu ul {
	list-style: none;
	margin:0;
	padding:0;
	}
	
#menu li a:link, #menu li a:visited {
	color:#333;
	text-decoration:none;
	}
	
#menu li a:hover {
	color:white;
	font-style: italic;
	}
	
#quote {
	font-size:2.8em;
	margin-top:140px;
	line-height:1.05;
	width:200px;
	color:#222;
	z-index:2;
	}
	
#title {
	position: absolute;
	bottom: 2%;
	right:3%;
	font-size: 7em;
	color:#DDD;
	z-index:2;
	}
	
#titlesub {
	font-size: .45em;
	margin-top:-9px;
	margin-left:20px;
	color:#DDD;
	z-index:2;
	}
	
#bio {
	font-size: 1.3em;
	padding: 1em;
	}
	
#xmp3Player {
	visibility: show;
	margin-top: 25px;
	z-index:5;
	}
	
/* Frame
--------------------------------------------------------------------------*/

#apDiv1 {
	position:absolute;
	right:3%;
	top: 5%;
	width: 80%;
	height: 800px;
	overflow:auto;
	z-index:2;
	background-color: transparent;
	font-size: 4em;
	}
	
#translucentbkg {
	position:absolute;
	right:3%;
	top: 5%;
	width: 80%;
	height: 800px;
	overflow:auto;
	z-index:1;
	background-color: white;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	
#darkbackground {
	position:absolute;
	right:3%;
	top: 5%;
	width: 80%;
	z-index:2;
	height:800px;
	background-color: black;	
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

/* Information boxes
--------------------------------------------------------------------------------*/
#cdonly {
	position:absolute;
	left: -5%;
	bottom: 2%;
	width:450px;
	height:450px;
	border-style:inset;
	z-index:12;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

#tracks {
	position:absolute;
	right:5%;
	bottom:10%;
	padding:10px 10px 10px 10px;
	width: auto;
	color: brown;
	font-size:1.7em;
	background-color: Wheat;
	line-height:1.4;
	border: 2px solid;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index:7;
	}
	
#tracks ol li {
	background-image: url(Graphics/Guitar-Small-Bullet.gif);
	background-repeat: no-repeat;
	background-position: 0em .1em;
	padding-left: 3.5em;
	}
	/* list-style-image: url('Graphics/Guitar-Small-Bullet.gif');
	list-style-type: decimal;
	} */

#cddesc {
	position:absolute;
	right:-5%;
	top: 5%;
	width:50%;
	height:auto;
	color:brown;
	font-size: 1.7em;
	text-align: left;
	padding: 10px;
	background-color: Wheat;
	line-height:1.2;
	border: 2px solid;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
#alert {
	position:absolute;
	right:-5%;
	top: 5%;
	width:40%;
	height:auto;
	color:brown;
	font-size: 1.5em;
	text-align: left;
	padding: 15px;
	background-color: Wheat;
	border: 2px solid;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}	
	
#flyer {
	position:absolute;
	right:-2%;
	top: 25%;
	width:33%;
	height:auto;
	color:brown;
	font-size: 1.5em;
	text-align: left;
	padding: 6px;
	background-color: white;
	border: 2px solid;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     display:none;
	}

/* Clickables
---------------------------------------------------------------------------------*/

#downloadlyrics {
	position: absolute;
	/*left: 550px;
	top:75px; */
	left: 30%;
	top: 8%;
	width:auto;
	height:auto;
	background-color: red;
	border: 2px solid white;
	padding: 10px;
	text-decoration: none;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
#downloadsongs {
	position: absolute;
	/* left: 650px;
	top:75px; */
	left: 40%;
	top: 8%;
	width:auto;
	height:auto;
	color:white;
	z-index:11;
	background-color: red;
	text-decoration:none;
	padding: 10px;
	border: 2px solid;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}

#extra {
	position: absolute;
	/* left: 550px;
	top:175px; */
	left: 30%;
	top: 20%;
	width:auto;
	height:auto;
	color:white;
	z-index:11;
	text-decoration:none;
	background-color: red;
	border: 2px solid white;
	padding: 10px;
	~webkit-border-radius: 9px;
     ~moz-border-radius: 9px;
     border-radius: 9px;
     ~webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     ~moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
/* Photo Gallery Settings
----------------------------------------------------------------------------*/

div.thumb {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: 300px;
	float: left;
	text-align: center;
	}

.thumb img{
	display: inline;
	margin: 5px;
	border: 1px solid #A0ACC0;
	text-align: center;
	}

.thumb a:hover img {
	border: 3px solid purple;
	}
	
.photocattitle {
	text-align: center; 
	font-weight: bold;
	}
	
.phototitle {
	text-align: center;
	font-weight: normal;
	width: 200px;
	margin: 0 3px 3px 3px;
	}

div.thumb2 {
	margin: 3px;
	border: 1px solid #A0ACC0;
	height: 270px;
	width: 270px;
	float: left;
	text-align: center;
	}

.thumb2 img{
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A0ACC0;
	text-align: center;
	}

.thumb2 a:hover img {
	border: 6px solid purple;
	}
	
display: table                /* <table>     */
display: table-cell           /* <td>        */
display: table-row            /* <tr>        */
display: table-column         /* <col>       */
display: table-column-group   /* <colgroup>  */
display: table-footer-group   /* <tfoot>     */
display: table-header-group   /* <thead>     */
	