@charset "utf-8";
/* CSS Document */

/*trying something new: scrollbar fix*/
html{
	overflow: scroll;
	}
	
body{
	background-color: white;
	margin: 0;
	padding: 0;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	}
#wrapper{
	width: 900px;
	height: auto;
	background-color:#FFFFFF;
	margin: 10px auto;
	padding: 0;
	border: none;
	}	
#header{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_header.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 65px;
	height:105px;
	width:900px;
	}
#navbar{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_nav.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 25px;
	width: 900px;
	}
#stretch{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_stretch.png);
	background-repeat: repeat-y;
	height: auto;
	background-position: center;
	width:900px;
	}
#footer{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_foot.png);
	background-repeat: no-repeat;
	background-position: center;
	height:21px;
	width:900px;
	}
#headfleur{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_header_fleur.png);
	background-repeat: no-repeat;
	position: relative;
	bottom: 10px;
	left: 325px;
	height: 125px;
	width: 130px;
	margin: 0;
	padding: 0;
	z-index: 2;
	}
#topfloral{
	background-image: url(http://www.thecheesegirl.com/images/thecheesegirl_top_fleur.png);
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
	bottom: 220px;
	right: 10px;
	margin: 0;
	padding: 0;
	height: 300px;
	width: 250px;
	z-index: 2;
	}		
#bottomfloral{
	background-image: url(http://www.thecheesegirl.com/images/basefleur.png);
	background-repeat: no-repeat;;
	height: 280px;
	width: 350px;
	float: right;
	margin-top: -100px;
	padding: 0;
	}


/*Main Navigation*/
#bread {
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	text-align: center;
	position: relative;
	z-index: 7;
	}
#bread ul {
	margin: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 
#bread ul li{
	margin: 0;
	padding-left: 40px;
	padding-right: 40px;
	border: none;
	list-style: none;
	display: inline;
	color: #3B3B3B;
	}
#bread ul li a:link, li a:visited{
	color: #3B3B3B;
	text-decoration: none;
	}
#bread ul li a:hover, li a:active{
	color: #B1B1B1;
	}

/*Links*/
a:link, a:visited{
	color: #3B3B3B;
	text-decoration: none;
	font-weight: bold;
	}
a:hover, a:active{
	color: #B1B1B1;
	}

/*Content*/
#about{
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	text-align: justify;
	left: 150px;
	top: 10px;
	z-index: 4;
	}
#portfolio{
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	left: 150px;
	top: 10px;
	z-index: 4;
	}
#resume{
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	text-align: justify;
	left: 150px;
	top: 10px;
	z-index: 4;
	}
#contact{
	width: 600px;
	height: auto;
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	text-align: left;
	left: 150px;
	top: 10px;
	z-index: 4;
	}
	
/*Headers and Paragraphs*/
p{
	margin: 0;
	padding: 0;
	font-family: cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #3B3B3B;
	}
h1{	
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-style: italic;
	color: #3B3B3B;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
	top: 67px;
	right: 245px;
	/*trial and error*/
	overflow: hidden;
	z-index: 6;
	}
h2{
	margin: 0;
	padding: 0;
	font-family: cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
	/*trial and error*/
	overflow: auto;
	color: #3B3B3B;
	}
h3{
	margin: 0;
	padding: 0;
	font-family: cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
	}
h4{
	margin: 0;
	padding: 0;
	font-family: cambria, Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	color: #3B3B3B;
	/*trial and error*/
	overflow: auto;
	}

/*-----------------------Thumbnails-----------------------------*/

.thumbs {
	width: 50px;
	height: 75px;
	text-align: left;
	position: relative;
}
.thumbs a:link img, a:visited img{
	border: solid;
	border-width: 2px;
	border-color: #3B3B3B;
	}
.thumbs a:hover img, a:active img{
	border: solid;
	border-width: 2px;
	border-color: #B1B1B1;
	}
