/* LAST UPDATED 09.04.09 */

/*

	Table of Contents

	I.   DEFAULTS
	II.  NAVIGATION
	III. STRUCTURE & TYPOGRAPHY
	IV.  TABLES
	V.   HEADINGS
	VI.  CLEARFIX

*/

/* -----------------------------------------------------------
		I. DEFAULTS
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #47c5bd;
	font-family: Georgia, Times, Serif;
	font-size: 13px;
	color: #2a2322;
	padding: 10px;
}

p, h1, h2, h3, h4, h5, h6 { padding: 0 0 14px 0; }

a {
	color: #fca341;
	text-decoration: none;
		/* get rid of link outlines in firefox */
		outline-color: invert;
		outline-style: none;
		outline-width: medium;
}

a:hover { text-decoration: none; }

/* Image Defaults */

a img { border: 0; }

img.border, img.alignRight, img.alignLeft {
	padding: 4px;
	border: 1px #e1e1e1 solid;
	background: #fff;
}

img.alignRight {
	float: right;
	margin: 2px 0 2px 14px;
}

img.alignLeft {
	float: left;
	margin: 2px 14px 2px 0;
}

/* Special Classes */

.orange { color: #fca341; }
.green { color: #83cc54; }
.blue { color: #47c5bd; }

.small { font-size: 12px; }

/* Lists */

ul { list-style: square; }
ol { list-style: lower-roman; }

#content ul, ol {
	margin-left: 25px;
	padding-bottom: 7px;
}

#content li { padding-bottom: 7px; }

/* -----------------------------------------------------------
		II. NAVIGATION
----------------------------------------------------------- */

#header ul {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 0;
	margin: 0;
	list-style: none;
}

	#header li {
		float: left;
		padding: 0 16px 0 8px;
		background: url('../Images/li-dot.gif') 100% 65% no-repeat;
	}

	#header li#nav-list {
		padding-right: 0;
		background: none;
	}

	#header li a {
		text-transform: lowercase;
		font-size: 16px;
	}

	#header li#nav-contact a, #header li#nav-blog a { color: #83cc54; }
	#header li#nav-about a, #header li#nav-list a { color: #47c5bd; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	position: relative;
	width: 800px;
	padding: 0 12px 12px;
	margin: 0 auto;
	border-top: 12px #fff solid;
	background: #fff url('../Images/bg-content.gif') bottom left no-repeat;
}

	#content {
		border-top: 2px #fca341 solid;
		border-right: 2px #fca341 solid;
		border-bottom: 2px #fca341 solid;
		padding: 12px;
	}

		#header {
			position: relative;
			height: 128px;
			margin-left: 2px;
			background: url('../Images/bg-header.gif') top repeat-x;
		}

		#sidebar {
			float: left;
			margin-left: 26px;
			width: 155px;
			padding-bottom: 220px;
		}

			#search {
				padding: 0 0 24px;
				background: url('../Images/bg-search.gif') top left no-repeat;
			}

			#sidebar ul {
				margin: 0;
				padding: 0 0 18px;
				list-style: none;
			}

			#sidebar li { padding: 0; }

			#sidebar li a { color: #2a2322; }
                        #sidebar li a:hover { color: #fca341; }

		#mainContent {
			float: right;
			width: 542px;
			margin-right: 34px;
		}

			#subHeader {
				padding-bottom: 14px;
				margin-bottom: 11px;
				background: url('../Images/dots-green.gif') bottom left repeat-x;
			}

#copyright {
	width: 800px;
font-size: 11px;
	padding: 14px 12px 0px 0px;
	margin: 0 auto;
	color: #2a2322;
}

	#copyright a { color: #fff; }

/* -----------------------------------------------------------
		IV. TABLES
----------------------------------------------------------- */

table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 14px;
}

	table table { margin-bottom: 0; }

td {
	vertical-align: top;
	padding: 0;
}

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	line-height: 1;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

	#header h1 {
 		display: inline;
 		padding: 0; /* IE 8 needs this because display: inline doesn't getting rid of the padding */
 		text-indent: -4440px;
	}

		#header h1 a {
			position: absolute;
			top: 18px;
			right: 33px;
			display: block;
			width: 257px;
			height: 82px;
			background: url('../Images/logo-peachtree.gif') no-repeat;
		}

h2 { font-size: 20px; }

	h2#invitations, h2#stationery, h2#gifts {
		text-indent: -4440px;
		height: 24px;
		padding: 0;
	}

	h2#invitations {
		width: 115px;
		background: url('../Images/h2-invitations.gif') no-repeat;
	}

	h2#stationery {
		width: 115px;
		background: url('../Images/h2-stationery.gif') no-repeat;
	}

	h2#gifts {
		width: 115px;
		background: url('../Images/h2-gifts.gif') no-repeat;
	}

	#mainContent h2 {
		font-weight: normal;
		margin-bottom: 10px;
		padding-bottom: 10px;
		background: url('../Images/dots-orange.gif') bottom left repeat-x;
	}

	#mainContent #featured h2 {
		text-indent: -4440px;
		margin: 5px 0 0;
		padding: 0 0 12px;
		width: 172px;
		height: 19px;
		background: url('../Images/h2-featured.gif') no-repeat;
	}

h3 { font-size: 19px; }

h4 { font-size: 16px; }

/* -----------------------------------------------------------
		VI. CLEARFIX
----------------------------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */