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

body {
	font-size: 11px;
	font-family: century gothic, avant garde, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */
	
	
	/* colors for all links */
	a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #333; /*
 */
	}
	
	/* sets the properties for links when mouse rolls over */
	a:hover { 
	text-decoration: none; 
	color: #333;
	}

	/* any img that is a link */
	a img { 
	border: none; 
	}


#menu {
font-size: 11px;
height:auto;
left:30px;
overflow:auto;
padding:20px 10px;
position:fixed;
text-align:left;
top:5px;
width:195px;
padding-top: 0px; /* change to match the padding-top in #content if you want them to align */
padding-bottom: 15px;
/* padding-left & right can be changed in #menu ul - below */
text-align:center;
color: #999;
}

#menu a{
	color: #333;
}

#menu a:hover{
	color: #aad8b1;
}


#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	padding-top: 20px;
	padding-bottom: 40px;
}

#menu ul li.section-title { }

#menu h1 {
  width: 171px;
  height: 169px;
  padding-left: 5px;
  margin-left: 5px;
}

#menu h1 a {
  width: 167px;
  height: 170px;
  display: block;
  border: 0px;
  text-indent: -9999px;
  background: url(/lucyjohnston-logo.png) no-repeat;
}

#menu h1 a:hover { background-position: -168px 0; border: 0px;}

#content {
    height: 100%;
    margin: 10px 80px 30px 290px;
    top: 0;
}

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

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }

/* SLIDE SHOW - Navigation */

nav {
margin-left: 550px
}
	
	p.nav a {
		background-color: #000;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Tahoma, serif;
		-webkit-border-radius: 3px;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
		border-bottom: 0px ;
		color: #FFF;
	}
	
	p.nav a:hover {
		background-color: #999;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Tahoma, serif;
		padding-left: 20px;
		font-size: 10px;
	}

d-thumbs a img {
border: 0px
}

.pic {
display: block;
width: 685px;
align:center;
}
