/* Colour Scheme
 Burgundy #9E0508
 Dark background for menu #172322
 Beige #F5F5DC
*/

@charset "utf-8";
body  {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #F5F5DC;
	background-image:url(images/wallpaper2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top;
	margin: 10px 0px 10px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	color: #9E0508;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #9E0508;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #9E0508;
	font-size: 12px;
	font-weight: bold;
}
h4 {
	color: #9E0508;
	font-size: 12px;
	font-weight: bold;
}
a,  a:link {
	color: #9E0508;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #9E0508;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:focus {
	color: #333;
}
a:active {
	color: #333;
}

/* Drop Down Menu Starts */
ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	width:750px;
}

ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 width: 100%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

ul.dropdown li {
	 padding: 9px 15px 9px 15px;
	 color: #fff;
	 white-space: nowrap;
	 text-align: center;
	 list-style: none;
	 margin: 0;
	 float: left;
	 line-height: 1.3em;
	 vertical-align: middle;
	}

	ul.dropdown li.first {
	 padding-left: 15px;
	 background: transparent url(images/menu/box1-bottom2a.png) 0 50% no-repeat;
	}

	ul.dropdown li.last {
	 padding-right: 15px;
	 background: transparent url(images/menu/box1-bottom2a.png) 100% 50% no-repeat;
	}

	ul.dropdown li:hover {
	 position: relative;
	 cursor: default;
	 color: #b0d730;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; text-decoration: none; }
	ul.dropdown a:hover		{ color: #b0d730; }
	ul.dropdown a:active	{ color: #0395cc; }


	/* -- level mark -- */

	ul.dropdown ul {
	 left: -5px;
	 width: 150px;
	 padding: 10px;
	 background: url(images/menu/box1-top.png) 50% 0 no-repeat;
	}

	ul.dropdown li.last ul {
	 left: auto;
	 right: 16px;
	}

		ul.dropdown ul li {
		 height: auto;
		 padding: 5px 15px;
		 line-height: 1.3em;
		 white-space: normal;
		 float: none;
		}

		ul.dropdown ul li.first {
		 background: #172322;
		 text-align: left;
		 padding-left: 12px;
		}

		ul.dropdown ul li.middle {
		 background: #172322;
		 text-align: left;
		 padding-left: 12px;
		}

		ul.dropdown ul li.last {
		 padding-bottom: 10px;
		 padding-left: 12px;
		 text-align: left;
		 background: transparent url(images/menu/box1-bottom.png) 50% 100% no-repeat;
		}

		ul.dropdown ul li.first ul {
		 top: 0;
		 padding: 0 16px 0 0;
		 background-image: url(images/menu/box1-outwards-top-right.png);
		}

		ul.dropdown ul li.first li.first {
		 background-image: none;
		}

		ul.dropdown ul li.last {
		 padding-right: 0;
		}

		ul.dropdown ul li.last ul {
		 left: 100%;
		 right: auto;
		 top: -16px;
		}

		/* -- level mark -- */

		ul.dropdown ul ul {
		 top: -12px;
		 left: 100%;
		 padding: 16px 0 0;
		 background: transparent url(images/menu/box1-top-left.png) 0 0 no-repeat;
		}

			ul.dropdown ul ul li.first {
			 padding-top: 10px;
			 background: #172322 url(images/menu/box1-top-right.png) 100% 0 no-repeat;
			}

/* Drop Down Menu Ends */

.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	width: 1000px;
	height: 300px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.twoColFixRtHdr #menu { 
	height: 34px;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #172322;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
}
.twoColFixRtHdr #social-media { 
	padding: 2px 5px 0px 0px;
	text-align:right;
}
.twoColFixRtHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding: 50px 10px 0px 10px;
	text-align:center;
	min-height: 979px;
}
.twoColFixRtHdr #mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar space when the content in #sidebar ends. */
	padding: 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 1010px;
} 
.twoColFixRtHdr #mainContentWedding {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 250px 0 0;
	padding: 0 20px;
	min-height: 1010px;
	background-image:url(images/wedding-background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #mainContentHighSchool {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 250px 0 0;
	padding: 0 20px;
	min-height: 1010px;
	background-image:url(images/high-school-grad-background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #mainContentFamilies {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 250px 0 0;
	padding: 0 20px;
	min-height: 1010px;
	background-image:url(images/families-background.jpg);
	background-repeat:no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #mainContentAlbums {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin: 0 250px 0 0;
	padding: 0 20px;
	min-height: 1010px;
	background-image:url(images/flush-mount-albums.jpg);
	background-repeat:no-repeat;
	background-position: left top;
} 

.twoColFixRtHdr #mainContent .smaller-text {
	font-size: 10px;
} 
.twoColFixRtHdr #sidebar a:hover {
	text-decoration:none;
}
.wedding-title-shift { 
	margin-top: 15px;
	margin-left: -13px;
	margin-bottom: -10px;
}
.location-title-shift { 
	margin-left: -15px;
	margin-bottom: -12px;
}
.photojournalism-title-shift { 
	margin-left: -18px;
	margin-bottom: -18px;
}
.all-about-me-shift { 
    margin-top: 15px;
	margin-left: -18px;
}
.albumthumbs { 
	margin-left: 30px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixRtHdr #footer { 
	padding: 8px 10px 8px 10px;
	background:#fff;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
	color:#000;
} 
#footer a, #footer a:hover, #footer a:visited, #footer a:active {
	color: #9E0508;
}
