/* Modified by Miriam Richardson 1 Oct 2007 */


/* UNDO  some of the default styling ------------------------------------- */

:link,:visited { text-decoration:none }
ul,ol 
	{ list-style:none }
h1,h2,h3,h4,h5,h6,pre,code 
	{ font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{ margin:0; padding:0 }
img, a img,:link img,:visited img, a:active
	{ border:none }
address 
	{ font-style:normal }/* de-italicize address */


/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
body {
	background: #fff;
	color: #000;
	font: 76% Verdana, Arial, Helvetica, sans-serif;

}

/* Clearing element for a float: this fix uses a break in the markup as a clearing element, but it ensures that the break does not disturb the layout by reducing its values to 0. Add this class to breaks as needed to clear a float. Please note that the container of the break needs a dimension on it. */
.clearer { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0;
	}
.clearBoth{
	clear:both;
	}
.floatL{
	float:left;
	margin-right:0.5em;
	margin-bottom:1em;
	}
.floatR{
	float:right;
	margin-left:0.5em;
	margin-bottom:1em;
	}



/* TEXT ------------------------------------------------------- */
h1,h2,h3,h4,h5{
	clear:both;
	font-weight:normal;
	}
h1 {
	font-size: 150%;
	line-height:160%;
	}
h2 {
	font-size: 130%;
	line-height:135%;
	margin-top:4em;
	border-left:solid #666 100px;
	padding-left:10px;}
h3 {
	margin-bottom: .5em;
	font-size: 130%;
	line-height:135%;
	margin-top:2em;
	}
h4 {
	font-size: 100%;
	}
h5, h6 {
	font-size: 100%;
	}
p{ 	color: black;
	font:1em/1.4em  Verdana, Arial, Helvetica, sans-serif; 
	margin:0.7em 0 0.3em 0;
	padding:0 0.3em 0 0;
	} 
q,blockquote{
	quotes:'"' '"' "'" "'";
	}
q{
	color:#776767;
	}
.nameProper{ color:#333;
	}
.nameWork{
	color:#655D7A;
	}
.reviewer{
	font-size:0.9em;
	padding-left:1em;
	}
.reviewer span{
	font-style:oblique;
	}
/* LINKS ------------------------------------------------------ */
a:link{color:#38457B; 
	}
a:visited{color:#616C9E; 
	}
a:hover{text-decoration:underline;
	}
a:active{
	}

/* LISTS ------------------------------------------------------ */
ul {
	list-style-position: outside;
	list-style-type: square;
	margin:0 0 1em 1.5em;
	padding-left: 1.5em;
	} 
li{
	margin-bottom: 0.5em;
	line-height:1.3em;

	 }
ul .indent{
	margin-left:3em; /* match ul margin-left + ul padding-left */
	list-style-image:none;
	}
/* When preceding para belongs with the list, reduce the margin-bottom */
p.preUL{
	margin-bottom:0.2em;
	padding-bottom:0;
	}


/* IMAGES ----------------------------------------------------- */
/* Sets a maximum width to an image so that it doesn't spill out of its container.  To coax IE to recognize the max-width property, and not expand a box, apply Andrew Clover's Javascript. */
img { 
     max-width: 100%; 
	}

/* Add this class to an element that follows a floated image, such as a paragraph. */ 
.clear {
	clear: both;
	}


/* TABLES ----------------------------------------------------- */
table {
	margin-bottom: 1.2em;
	font-size: 1em;
	}

/* FORMS ------------------------------------------------------ */

/* HOME PAGE -------------------------------------------------- */
#holder{
	background: #fff url('../img/shadow.gif') repeat-y;
	width:570px;
	padding: 0 5px ;	
	margin:auto;
	position:relative;
	}
#content{
	background: url('../img/MP15-Undressing.jpg') no-repeat;
	padding: 350px 5px 0 5px;
	width:560px;

}
#menu{
	background-color:black;
	font-size:1em;
	position:absolute;
	left:15px;
	top: 190px;
	width:150px;
	}
#menu a{	color:white;
}
#menu a{
	display:block;
	padding:0px 4px;
	border-left:6px solid white;
	margin-top:10px;
	}
#menu a:hover{
	background-color:white;
	color:black;
	border-left:6px solid grey;
	text-decoration:none;
	}
.music{
	font-size:0.8em;
	}

/* INNER PAGES ------------------------------------------------ */


.box1{
	width:30%;
	float:right;
	margin-left:1em;
	font-size:0.9em;
	background-color:#ddd;
	padding:0.5em;
	}
.box2{
	width:200px;
	float:left;
	margin-right:2em;
	margin-top:1em;
	}
.box3{
	width:200px;
	float:right;
	margin-left:2em;
	margin-top:1em;
	}
