/* @override http://susieasado.com/test/ndxz-studio/site/susieasado/style.css */

/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url(bg_home.jpg) no-repeat;
	font: 12px/15px avenir, helvetica, sans-serif;
}

body.section-1 { }
body.section-2 {
	background: url(bg_photos.jpg) no-repeat;
}
body.section-3 {
	background: url(bg_home.jpg) no-repeat; 
}

body.section-4 {
	background: url(bg_notes.jpg) no-repeat; 
}

body.section-5 {
	background: url(bg_shows.jpg) no-repeat; 
}
 
body.section-6 {
	background: url(bg_antenna.jpg) no-repeat; 
} 

body.section-7 {
	background: url(bg_videos.jpg) no-repeat; 
}  

body.section-8 {
	background: url(bg_contact.jpg) no-repeat; 
} 

body.section-10 {
	background: url(bg_friends.jpg) no-repeat; 
} 

a {
	text-decoration: none;
	color: #000;
	padding: 3px 6px 0;
}

a img { border: none; }

#menu {
    width: 410px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-align: right;
	padding-top: 54px;
}

#menu a:hover {
	background-color: #fc8371;
}

#menu ul {
	list-style: none;
	margin: 0;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 24px;
}

#menu ul li.section-title { 
	display: none;
}

#content {
    height: 100%;
    margin: 81px 0 0 415px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
    width: 380px;
}

/*#content p { width: 350px; margin-bottom: 9px; }*/

p {
    margin: 0 0 9px 0;
}

p.nav a {
	background-color: #fc8371;
}

p.nav span#num {
	display: none;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }