@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#header {
	height: 125px;
	margin: 0px;
	padding: 0px;
	background-color: #4B677A;
	border-bottom: solid 4px #96B26D;
	background-image: url(graphics/header_bkgd.png);
}

#headContainer {
	margin: 0px auto;
	height: 125px;
	width: 960px;
	background-image: url(graphics/debbie.png);
	background-repeat: no-repeat;
	background-position: left 40px;
}

ul#topnav {
	margin: 0 0 20px;
	padding: 0;
	float: right;
	width: auto;
	list-style: none;
	position: relative; /*--Set relative positioning on the unordered list itself - not on the list item--*/
	font-size: 1.2em;
	background-color: #819EB1;
}
ul#topnav li {
	float: left;
	margin: 0 0 0px;
	padding: 0;
	border-right: 1px solid #555; /*--Divider for each parent level links--*/
}
ul#topnav li a {
	padding: 8px 15px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}

ul#topnav li a.selected {
	background-color: #96B26D;
}

ul#topnav li:hover {
	background-color: #4B677A;
}
/*--Notice the hover color is on the list item itself, not on the link. This is so it can stay highlighted even when hovering over the subnav--*/

ul#topnav li span {
	float: left;
	padding: 8px 0 8px;
	position: absolute;
	left: 0;
	top:35px;
	display: none; /*--Hide by default--*/
	width: 960px;
	background: #6589A1;
	color: #fff;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#topnav li:hover span { display: block; } /*--Show subnav on hover--*/
ul#topnav li span a { display: inline; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#topnav li span a:hover {background-color: #4B677A;}

#container {
	margin: 0px auto;
	width: 960px;
	padding: 0px;
	font-family: Arial, sans-serif;
	color: #333333;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
}

#pgTitle {
	width: 200px;
	float: left;
	margin-top: 55px;
}

#pgTitle a {
	color: #336699;
	text-decoration: none;
}

#pgTitle h1 {
	margin-bottom: 50px;
}

#mainContent {
	margin: 0px;
	padding: 0px;
	width: 680px;
	float: right;
}

#portfolioNav ul {
	list-style-type: none;
}

#portfolioNav a {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	color: #96B26D;
}

#portfolioNav li.selected a {
	background-image: url(graphics/navSelected.png);
	background-repeat: no-repeat;
}

#portfolioNav a:hover {
	background-image: url(graphics/navSelected.png);
	background-repeat: no-repeat;
}

#quilt {
	margin-left: 10px;
	border: 4px solid #CCCCCC;
}

#thumbContainer {
	width: 675px;
}

#thumbContainer2 {
	width: 675px;
}

#tags {
	padding: 10px;
	width: 180px;
	border: 1px solid #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}

#journal {
	margin-bottom: 15px;
	padding: 0px 5px 15px 15px;
	width: 650px;
	border: 1px solid #336699;
}

#journal .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	font-weight: bold;
	font-size: 18px;
}

#twitter {
	 padding-top: 25px;
	 margin-bottom: 20px;
}

#webGraphic {
	float: right;
	border: solid 1px #000;
}

#footer{
	margin: 0px;
	padding: 0px;
	height: 190px;
	background-color: #819EB1;
}

#footerContainer {
	margin: 0px auto;
	padding-top: 55px;
	width: 960px;
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	text-align: left;
	font-weight: bold;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 15px;
	float: left;
}

#footer li {
	display: inline;
}

#footerNav a {
	color: #000066;
	text-decoration: none;
	padding: 5px 15px 15px 0px;
	font-size: 16px;
}

#findMe {
	width: 275px;
	float: right;
	font-size: 14px;
	color: #000066;
	padding-top: 15px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	color: #333333;
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

h2 a {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
	color: #333333;
}

a {
	color: #96B26D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	color: #96B26D;
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
}

h3 {
	font-family: Georgia, "Palatino Linotype", "Times New Roman";
}

.offering {
	color: #96B26D;
	font-size: 26px;
}

.face {
	float: right;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}

.webGraphic {
	float: right;
	border: 4px solid #CCCCCC;
	margin-left: 15px;
}

.gallery {
	margin: 0px;
	padding: 10px;
	display: inline;
}

.gallery img {
	border: 4px solid #CCCCCC;
}

.itemContainer {
	width: 640px;
	overflow: hidden;
	padding: 0px;
	clear: left;
}

.itemLeft img {
	border: 4px solid #CCCCCC;
}

.itemRight img {
	border: 4px solid #CCCCCC;
}

.itemLeft {
	width: 300px;
	float: left;
	border: solid 2px #CCCCCC;
	margin-right: 10px;
	padding: 5px;
}

.itemRight {
	width: 300px;
	float: right;
	border: solid 2px #CCCCCC;
	padding: 5px;
}

