/*--------------------------------------------------------------------

A-Slam Music Products - Print Styles - print.css
Browser(s): FF 2 & 3, IE 6 & 7, Safari (Windows), Opera 8, Chrome
Type: CSS

Date created: August 16, 08
Last modified on: January 5, 08
Author: Ally Noormohamed

-----------------------------------------------------------------------*/

body { 
	float: none;
	font-family: verdana, helvetica, sans-serif;
	color: #000000;
} 	
	
img{
	border: 0; 
}		

/* =COMMON STYLES ----*/

h1{
	font-size: 18px;
}

h2{
	font-size: 16px;
	text-transform: capitalize;
}

h3{
	font-size: 14px;
	text-transform: capitalize;
}

p, ul, ol, table{
	font-size: 12px;
}

a{
	color: #000000;
}

div#wrapper{
	width: 100%; 		/* set width for layout */
}

div#nav_audio_wrapper{
	display: none;
}

/* =GLOBAL NAVIGATION ----*/

div#nav_wrapper{
	display: none;
}

/* =AUDIO PLAYER ----*/

div#listen_audio{
	display: none;
}

/* =EMAIL SIGNUP FORM STYLES ----*/

#title_form_wrapper form.email_signup_form{
	display: none;
}

div#lower_wrapper{
	width: 100%;
}

/* ----------------------------------------------------*/
/* =INDEX PAGE STYLES
   ----------------------------------------------------*/

.hide{
	display: none;
}

/* =BLOGGER STYLES ----*/

div#blog_content_wrapper{
	width: 100%
}

div#blog_content_wrapper img{
	display: none;
}

/* =RIGHT COLUMN ----*/

div#highlights{
	display: none;
}

/* ----------------------------------------------------*/
/* =BIO PAGE STYLES
   ----------------------------------------------------*/

#bio div#bio_images{
	display: none;
}  

/* ----------------------------------------------------*/
/* =SERVICES PAGE STYLES
   ----------------------------------------------------*/

#services_image_wrapper img{
	border: 1px solid #000000;
}

/* ----------------------------------------------------*/
/* =DOWNLOADS PAGE STYLES
   ----------------------------------------------------*/

#downloads table{
	width: 100%;
	height: auto;

}

/* ----------------------------------------------------*/
/* =PHOTOS PAGE STYLES
   ----------------------------------------------------*/

div#photos_wrapper{
	float: none;
	width: 100%;
}

#photo_list{
	float: none;
}
   
#more_photos{
	float: none;
	width: 100%;
}

/* ----------------------------------------------------*/
/* =CONTACT PAGE STYLES
   ----------------------------------------------------*/

/* =FORM STYLES ----*/

#contact form.asmpform fieldset, #contact .btn_group, #contact .required_note{
	display: none;
}

/* =END OF SYTLES----*/