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

A-Slam Music Products - Global Styles - layout.css
Browser(s): All

Date created: August 16, 08
Last modified on: May 1, 09
Author: Ally Noormohamed

-----------------------------------------------------------------------*/
@import "jquery.lightbox-0.5.css";

/* =NORMALIZATION ----*/  

/* Normalizes margin, padding */
body, a{ 
	margin: 0; 
	padding: 0; 
} 	

a, a:link, a:visited{
	outline: none !important;
}

/* Removes list-style from lists */
ol, ul{ 
	list-style: none; 
}		

/* Removes border from img */
img{
	border: 0; 
	padding: 0;
}		

/* =COMMON STYLES ----*/
   
body{
	background-color: #660000;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
	/*background-image: url(../images/bg_branding.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;*/
}
h1{
	margin-top: 0;
	*margin-top: -10px;
	padding-top: 0;
	width: 434px;
	height: 74px;	/* may cause IE 6 quirks mode */
	float: left;
	text-indent: -9999px;
	background-image: url(../images/a-slam_title.png);
	background-repeat: no-repeat;
	background-position: top left;
}
h2{
	font-size: 1.5em;
	color: #660000;
	text-transform: lowercase;
}
h3{
	font-size: 1.1em;
	color: #ffffff;
}
p{
	font-size: 0.8em;
	color: #ffffff;
}
ul, ol{
	font-size: 0.8em;
	color: #ffffff;
}
a,
a:visited,
a:link{
	color: #ffffff;
	text-decoration: underline;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}
div#wrapper{
	margin: 0 auto; 	/* center the layout */
	width: 850px; 		/* set width for layout */
	padding: 0 0 0 0; 	
}
div#upper_wrapper{
	margin: 0 0 -13px 0;
	padding: 0 30px 0 50px;
	width: 770px;
	background-image:url(../images/bg_upper.gif);
	background-repeat: repeat-y;
	background-position: top left;
}
div#nav_audio_wrapper{
	margin: 0 0 0 0;
	padding: 0 0 59px 0;
	*padding: 0 0 0 0;
	width: 100%;
}

/* =GLOBAL NAVIGATION ----*/

div#nav_wrapper{
	float: left;
	width: 427px;
	margin: 85px 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
}
#nav{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 0.95em;
}   
#nav li{
	display: inline;
	padding-right: 8px
}   
#nav li a,
#nav li a:link,
#nav li a:visited{
	text-decoration: none;
}
#nav li a:hover{
	color: #f8cc00;
}

/* =AUDIO PLAYER ----*/

div#listen_audio{
	float: left;
	width: 290px;
	height: 120px;
    margin: 20px 0 0 40px;
	padding: 0 0 0 0;
	background-image:url(../images/instruments.png);
	background-repeat: no-repeat;
	background-position: top left;
}
div#listen_audio p{
	margin: 55px 0 0 170px;
	padding: 0 0 0 0;
	text-align: left;
}
div#title_form_wrapper{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
}

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

#title_form_wrapper form.email_signup_form{
	font-size: 0.8em;
}
#title_form_wrapper form.email_signup_form ul{
	margin-top: 4px;
	margin-left: 0;
	*margin-left: 35px;
	padding-left: 0;
}
#title_form_wrapper form.email_signup_form ul li{
	display: inline;
}
#title_form_wrapper form.email_signup_form #submit_btn{
	background-color: #bf4b0d;
	border: 1px solid #935000;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
	cursor: pointer;
}
#title_form_wrapper form.email_signup_form #submit_btn, x:-moz-any-link{
	font-size: 1.0em; /* FF2 only */
} 
html>/**/body #title_form_wrapper form.email_signup_form #submit_btn, x:-moz-any-link, x:-moz-any-link, x:default{
	font-size: 1.2em; /* Remove above for FF3 */
} 
html>body #title_form_wrapper form.email_signup_form #submit_btn{
  *font-size: 1.2em;
}
#title_form_wrapper form.email_signup_form #email{
	*margin-left: -35px;
	margin-right: 5px;
	*padding-left: 0;
	border: 1px solid #c67500;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
}
#title_form_wrapper form.email_signup_form label.error, label.error {		
	margin-left: 0px;
	*margin-left: -35px; 
	padding-left: 0px;
	margin-top: 4px;
	float: left;
	font-size: 1.0em;
	font-weight: bold;
	color: red;
}
html>body #title_form_wrapper form.email_signup_form label.error, label.error {
  *margin-left: -36px; /* IE 7 only */
}
div#form_wrapper{
	margin: 15px 0 0 45px;
	padding: 0 0 0 0;
	float: left;
	width: 290px;
	height: 75px;
}
div#form_wrapper p{
	margin:0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 1.0em;
}
#music_descp{
	/*float: left;*/
	clear: both;
	padding: 10px 0 10px 0;
	font-size: 0.85em;
	color: #660000
}
div#lower_wrapper{
	margin: 0 0 0 0;
	padding: 0 30px 0 50px;
	width: 770px;
	background-image:url(../images/bg_core.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

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

/* =LEFT COLUMN ----*/

#home div#main_content{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 452px;
}
#home div#main_content h2{
	margin-top: 0;
	padding-top: 0;
}
#home .special_promotion{
	margin: 0 0 15px 0;
	padding: 10px 10px 5px 10px;
	position: relative;
	background-color: #935a1d;
	border: 3px solid #ee6500;
}
#home .special_promotion img{
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 200px;
	height: 155px;
	border: 2px solid #ffffff;

}
#home .special_promotion h3{
	margin-top: 0;
	padding-top: 0;
}
#home .special_promotion p{
	margin: 0;
	padding: 0 0 8px 0;
	position: relative;
}

/* =BLOGGER STYLES ----*/

div#blog_content_wrapper{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #935a1d;
	line-height: 1.2em;
}
div#blog_content_wrapper .blog_image_wrapper{
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 205px; /* image width + border */
}
div#blog_content_wrapper img{
	/*width: 426px;*/ /* wide image size for blog content */
	margin: 5px 0 0 0;
	border: 2px solid #ffffff;
}
div#blog_content_wrapper ol {
	list-style: decimal;
	margin-left: 30px;
	padding-left: 0;
}
div#blog_content_wrapper ul {
	list-style: disc;
	margin-left: 25px;
	padding-left: 0;
}
div#blog_content_wrapper .commment_post{
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
}
div#blog_content_wrapper a,
div#blog_content_wrapper a:link,
div#blog_content_wrapper a:visited{
	text-decoration: underline;
	color: #e8f245;
}
div#blog_content_wrapper a:hover{
	text-decoration: none;
	color: #e8f245;
}

/* =RIGHT COLUMN ----*/

div#highlights{
	float: left;
	width: 293px;
	margin: -20px 0 0 20px;
	*margin: 0 0 0 20px;
	padding: 0 0 0 0;
}
div#highlights #vidclip_wrapper{
	margin: -28px 0 0 0;
	padding: 0 0 0 0;
	width: 282px; 
	height: 230px;
	overflow: hidden; 
}
div#highlights #more_videos{
	position: relative;
	top: -35px;
	left: 175px;
}
div#highlights .more_info{
	color: #ffffff;
}
div#highlights #new_videos{
	text-indent: -9999px;
	position: relative;
	padding-bottom: 35px;
	background-image:url(../images/new_videos.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#highlights #new_tracks{
	text-indent: -9999px;
	position: relative;
	padding-bottom: 35px;
	background-image:url(../images/new_tracks.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#highlights #ringtones{
	text-indent: -9999px;
	position: relative;
	padding-bottom: 40px;
	background-image:url(../images/ringtones.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#highlights #clothing{
	text-indent: -9999px;
	position: relative;
	padding-bottom: 38px;
	background-image:url(../images/clothing.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
div#highlights .clothing_list{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
div#highlights .clothing_list li{
	display: inline;
	background-image: none !important;
	padding-left: 0;
}
div#highlights .clothing_list img{
	width: 130px;
	border: 2px solid #ffffff;
	margin: 0 5px 0 0;
}
div#highlights ol{
	clear: both;
	list-style: none;
	margin-left: 10px;
	margin-top: -5px;
	padding-left: 0;
	font-size: 0.75em;
	font-weight: bold;
	color: #935000;
}
div#highlights ol li{
	line-height: 1.5em;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .70em;
	padding-left: 15px;
}
div#highlights ol li a,
div#highlights ol li a:link,
div#highlights ol li a:visited{
	color: #935000;
	text-decoration: none;
}
div#highlights ol li a:hover{
	color: #ffffff;
	text-decoration: none;
}
div#highlights p{
	font-size: 0.75em;
	font-weight: bold;
	color: #935000 !important;
}
div#highlights p a,
div#highlights p a:link,
div#highlights p a:visited,
div#highlights p a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* ----------------------------------------------------*/
/* =COMMON PAGE STYLES - BIO, SERVICES, DOWNLOADS, 
/*  PHOTOS, CONTACT, LINKS, ARCHIVE, THANKYOU
   ----------------------------------------------------*/

#bio div#main_content h2, #services div#main_content h2,
#downloads div#main_content h2, #contact div#main_content h2,
#photos div#main_content h2, #links div#main_content h2,
#archive div#main_content h2, #thankyou div#main_content h2,
#sitemap div#main_content h2{ 
	clear: both;
	margin-top: 0px;	/* removes top gap */
	padding-top: 10px;
}
#bio div#main_content h3,
#services div#main_content h3{
	font-size: 0.95em;
}
#bio div#main_content p, #services div#main_content p,
#downloads div#main_content p, #contact div#main_content p,
#photos div#main_content p, #bio div#main_content ul, 
#services div#main_content ul, #downloads div#main_content ul, 
#contact div#main_content ul, #photos div#main_content ul,
form.contact_form label, #links div#main_content p,
#archive div#main_content p, #sitemap div#main_content ul{
	font-size: 0.9em;
	color: #660000;
}
#bio div#main_content ul,
#services div#main_content ul,
#sitemap div#main_content ul{
	list-style-type: disc;
}
#bio div#main_content img,
#services div#main_content img{
	float: left;
	margin: 0 15px 10px 0; 
	border: 2px solid #ffffff;
}
.clear_fix{
	clear: both;
}

/* ----------------------------------------------------*/
/* =BIO PAGE STYLES
   ----------------------------------------------------*/
   
#bio div#main_content{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 530px;
}
#bio div#bio_images{
	float: left;
	margin: 15px 0 20px 0px;
	padding: 0 0 0 0;
	width: 200px;
}  
#bio div#bio_images .image_list{
	list-style-type: none;
	margin-left: none;
	padding-left: none;
}
#bio div#bio_images .image_list li{
	padding-bottom: 10px;
}
#bio div#bio_images .image_list img{
	border: 2px solid #ffffff;
}

/* ----------------------------------------------------*/
/* =SERVICES PAGE STYLES
   ----------------------------------------------------*/
   
#services div#main_content{
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
} 
#services .package_list{
	list-style: decimal;
	color: #660000;
	font-size: 0.9em;
}
#services .package_list li{
	padding-bottom: 8px;
}
#services #timing_process{
	margin: 0 60px 0 0;
	padding: 0;
	float: left;
	position: relative;
}
#services #timing_process ol{
	margin: 0;
	padding: 0;
	color: #660000;
	font-size: 0.9em;
}
#services #image_timing{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	width: 366px;
	height: 268px;
	overflow: hidden;
}	

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

#downloads div#main_content{
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}
#downloads .disclaimer{
	font-weight: bold;
	font-size: 0.70em !important;
}
#download_note{
	font-weight: bold;
	color: #660000;
}
#downloads div#main_content table{
	font-size: 0.8em;
	color: #660000;
}
#downloads div#main_content table img{
	border: 2px solid #ffffff;
}

#downloads div#main_content table .titles{
	background-color: #935a1d;
}
#downloads div#main_content table .titles h3{
	padding: 2px 0 2px 0;
	margin: 0;
}
#downloads div#main_content table td, #downloads div#main_content table th{
	padding: 10px;
	border-bottom: 1px dotted #935a1d;
	vertical-align: top;
	text-align: left;
}
#downloads div#main_content table .titles{
	padding-bottom: 5px;
}
#downloads div#main_content table ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-size: 1.0em;
	color: #660000;
}
#downloads div#main_content table ul li{
	display: inline;
	padding-right: 5px;
}
/* ----------------------------------------------------*/
/* =PHOTOS PAGE STYLES
   ----------------------------------------------------*/

div#photos_wrapper{
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 310px;
	overflow: hidden;	
}
div#photos_wrapper .photo_descp{
	margin-top: 0;
	padding-top: 0;
}
#photo_list{
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}
#photo_list li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}   

#photo_list li img{
	margin: 0 5px 6px 0;
	border: 2px solid #ffffff;
}
#more_photos{
	float: right;
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 360px;
	left: -50px;
}
#more_photos h3{
	margin-top: 0;
	padding-top: 0;
}
#more_photos img{
	border: 2px solid #ffffff;
}

#more_photos #photo_caption{
	margin: 5px 0 0 0;
	padding: 5px 5px 5px 5px;
	width: 326px;
	border: 4px solid #c67500;
	background-color: #935a1d;
}
#more_photos #photo_caption p{
	margin: 0;
	padding: 0;
	color: #ffffff !important;
}
/* ----------------------------------------------------*/
/* =CONTACT PAGE STYLES
   ----------------------------------------------------*/

/* =FORM STYLES ----*/

#contact form.asmpform {
	float: left;
	position: relative; 
	width: 405px;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
	color: #660000;
	}
	
#contact form.asmpform .required_note{
	margin-top: 0;
	padding-top: 0;
	font-size: 0.75em !important;
}	
#contact form.asmpform legend{ 
	padding-left: 0; 
	display: none;	
}	
#contact form.asmpform label{ 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 100px; 
	font-size: 1em;
	font-weight: bold;
	color: #660000; 
}
#contact form.asmpform fieldset{
	margin-left: 0;
	padding-left: 0;
	border: none;
}
#contact form.asmpform fieldset fieldset{
	background: none; 
}
#contact form.asmpform fieldset li{
	padding: 5px 10px 7px;
}
#contact form.asmpform fieldset{ 
	margin-bottom: 10px; 
}	
#contact form.asmpform legend{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}
#contact form.asmpform label{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}
#contact form.asmpform label.error, label.error{
	margin-top: -2px;
	*margin-top: -18px;
	margin-bottom: 0;
	*margin-bottom: -8px;
	margin-left: 120px;
	*margin-left: 115px;
	*padding-top: 0;
	*padding-left: 8px;
	width: 220px;
	font-size: 0.8em;
	font-weight: bold;
	color: red;
}
#contact form.asmpform fieldset ol{
	margin: 0;
	padding: 0;
}	
#contact form.asmpform fieldset li{
	list-style: none;
	padding: 5px 5px 20px 0;
	margin: 0;
}	
#contact form.asmpform fieldset fieldset{
	border: none;
	margin: 3px 0 0;
}
#contact form.asmpform fieldset fieldset legend{
	padding: 0 0 5px;
	font-weight: normal;
}	
#contact form.asmpform fieldset fieldset label{
	display: block;
	width: auto;
}

#contact form.asmpform em{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
#contact form.asmpform label{ 
	width: 120px; /* Width of labels */
} 
#contact form.asmpform fieldset fieldset label{
	margin-left: 123px; /* Width plus 3 (html space) */
} 

/*\*//*/ #contact form.asmpform legend { display: inline-block; } /* IE Mac legend fix */

#contact .btn_group{
	margin-left: 0;
	margin-top: -10px;
	paddin-top: 0px;
	position: relative;
	*left: 135px;
	left: 120px;
}
#contact .form_btn{	
	background-color: #bf4b0d;
	border: 1px solid #935000;
	color: #ffffff;
	font-family: "Lucida Sans Unicode", tahoma, sans-serif;
	cursor: pointer;
}
.guestbook_extras h3, .guestbook_extras p{
	margin-top: 0 !important;
	padding-top: 0 !important;
	color: #ffffff !important;
}
.guestbook_extras{
	float: left;
	position: relative;
	margin: 20px 0 0 20px;
	padding: 5px 5px 5px 5px;
	width: 300px;
	border: 4px solid #c67500;
	background-color: #935a1d;
}
.guestbook_extras p{
	margin: 0;
	padding: 0;
	color: #ffffff !important;
}

/* 

/* ----------------------------------------------------*/
/* =ARCHIVE PAGE STYLES
   ----------------------------------------------------*/

#archive div#blog_content_wrapper{
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 10px;
	background-color: #935a1d;
	line-height: 1.2em;
}
#archive div#blog_content_wrapper p{
	font-size: 0.8em;
	color: #fff;
}
#archive div#blog_content_wrapper .blog_image_wrapper{
	margin: 0 10px 5px 0;
	padding: 0;
	float: left;
	position: relative;
	width: 205px; /* image width + border */
}
#archive div#blog_content_wrapper img{
	/*width: 426px;*/ /* wide image size for blog content */
	margin: 5px 0 0 0;
	border: 2px solid #ffffff;
}
#archive div#blog_content_wrapper ol {
	list-style: decimal;
	margin-left: 30px;
	padding-left: 0;
}
#archive div#blog_content_wrapper ul {
	list-style: disc;
	margin-left: 25px;
	padding-left: 0;
}
#archive div#blog_content_wrapper .commment_post{
	clear: both;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
}

#archive div#blog_content_wrapper a,
#archive div#blog_content_wrapper a:link,
#archive div#blog_content_wrapper a:visited{
	text-decoration: underline;
	color: #e8f245;
}
#archive div#blog_content_wrapper a:hover{
	text-decoration: none;
	color: #e8f245;
}

/* ----------------------------------------------------*/
/* =LINKS PAGE STYLES
   ----------------------------------------------------*/
   
#links div#main_content{
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}
#links div#main_content table{
	font-size: 0.8em;
	color: #660000;
}
#links div#main_content table img{
	border: 2px solid #ffffff;
}
#links div#main_content table .titles{
	background-color: #935a1d;
}
#links div#main_content table .titles h3{
	padding: 2px 0 2px 0;
	margin: 0;
}
#links div#main_content table th{
	cursor: pointer;
}
#links div#main_content table td, #links div#main_content table th{
	padding: 10px;
	border-bottom: 1px dotted #935a1d;
	vertical-align: top;
	text-align: left;
}
#links div#main_content table .titles{
	padding-bottom: 5px;
}

/* ----------------------------------------------------*/
/* =SITEMAP PAGE STYLES
   ----------------------------------------------------*/

#sitemap div#main_content{
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
}
#sitemap div#main_content ul{
	clear: both;
	list-style: none;
	margin-left: 10px;
	margin-top: -5px;
	padding-left: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #935000;	
}
#sitemap div#main_content ul ul{
	font-size: 0.9em;
}
#sitemap div#main_content ul li{
	line-height: 1.8em;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .70em;
	padding-left: 15px;
}
#sitemap div#main_content ul li a,
#sitemap div#main_content ul li a:link,
#sitemap div#main_content ul li a:visited{
	color: #935000;
	text-decoration: none;
}
#sitemap div#main_content ul li a:hover{
	color: #ffffff;
	text-decoration: none;
}

/* =FOOTER STYLES ----*/

div#footer_wrapper{
    margin: -13px 0 0 0;
	padding: 40px 0 0 50px;
	background-image:url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

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