/* HTML & Body
------------------------------------------------ */
* { margin: 0; padding: 0 }

html {
	height: 95%;
	margin-bottom: 1px;
	font-size: 100%;
	}

body {
	font: 76%/1.5em Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #888;
	background-color: #edf3f1;
	cursor: default;
	margin-top: 0;
	}

#wrap {
	background: #fff url(images/hannahmcvicar2.jpg);
	margin: auto;
	width: 1024px;
	height: 790px;
	}


/* Headers and Paragraphs:
------------------------------------------------ */
h1, h2, h3, h4, h5, h6 {
	font-weight: light;
	line-height: 1.3em;
	color: #777;
}

h1 { font-size: 120%;}
h2 { font-size: 100%;}
h3 { font-size: 90%;}
h4 { font-size: 90%:}
h5 { font-size: 90%;}
h6 { font-size: 90%;}
p { font-size: 90%;}


/* Layout
------------------------------------------------ */

#nav {
	float: right;
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-right: 20px;
	height: 30px;
	background-color: #edf3f1;
	color: #ffffff;
        text-align: right; 
}

#nav li, #nav li a:link, #nav li a:visited, #nav li a:hover {
        display: inline;
        list-style-type: none;
        text-decoration: none;
	color: #333333;
	margin-left: 20px;
        font-size: 85%;
        text-decoration: none;
	letter-spacing: 0.1em;
}

#nav li a:hover {
	color: #e47a93;
}

#nav li.active a {
	color: #e47a93;
}


#content, #portfolio {
	float: left;
	clear: both;
	width: 700px;
	height: 540px;
	margin: 115px 50px 0 30px;
	padding: 10px 40px 40px 40px;
	background-color: #ffffff;
        overflow: auto;
}

#shop {
	float: left;
	clear: both;
	width: 800px;
	height: 565px;
	margin: 115px 50px 0 30px;
	padding: 10px 40px 0px 40px;
	background-color: #ffffff;
        overflow: auto;
}


/* Content styling
------------------------------------------------ */
#content a:link, #content a:visited {
	color: #777;
	border-bottom: none;
	text-decoration: none;
	}

#content a:hover {
	color: #fff;
	background: #999;
	text-decoration: none;
	}


/* Lists 
------------------------------------------------ */
ol {
	padding-right: 20px;
}


/* Images 
------------------------------------------------ */
#portfolio img {	
	border: 0;
	padding: 5px;
	margin: 0 10px 10px 0;
	}


#portfolio a:hover img {
	border: 0;
	color: #fff;
	margin: 0 10px 10px 0;
	background: #e47a93;
	text-decoration: none;
	}
