/*  Core Style Sheet */

body { 
	color: #666666;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	background-image: url(../images/weddingBackground5.jpg);
	margin: 0;
}

h1 {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	letter-spacing: 5px;	

}

h2 {
	font-size: 1.1em;
	text-decoration: underline;
}

p {
	font-size: 0.8em;
	text-align: justify;
	line-height: 1.7em;
}

p.date {
	font-size: .8em;
	text-align: center;
	line-height: .8em;
}

p.footer {
	font-size: .8em;
	text-align: center;
	font-weight: bold;
}

p.caption {
	font-size: .8em;
	text-align: center;
	line-height: 1.0em;
	font-weight: bold;
}

p.instructions {
	font-size: .8em;
	text-align: left;
	line-height: 1.0em;
}

a:link {
	color: #666666;
	background-color: #bbbbbb;
	text-decoration: none;
}

a:visited {
	color: #666666;
	background-color: #bbbbbb;
	text-decoration: none;
}

a:hover {
	color: #666666;
	background-color: #eee9ef;

}

a:active {
	color: #666666;
	background-color: #bbbbbb;

}


#header {
	color: #666666;
	background-color: #ffffff;
	border-bottom: 1px #000000 solid;
	
	padding-left: 125px;
	padding-right: 125px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header p {
	color: #666666;
	font-size: .6em;
}


#content {
	position: relative;
	width: 1020px;
	border-style: none;
}

#navbar {
	color: #666666;
        background-color: #eee9ef;
	position: absolute;
	top: 10px;
	left: 0px;
	width: 198px;	
}

#navbar ul {
	margin: 0;
	padding: 0;
	
}

#navbar ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

#navbar ul li a:link, #navbar ul li a:visited {
	
	display: block;
	font-size: .8em;
	color: #666666;
	background-color: #bbbbbb;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

#photos {
	margin-left: 198px;
	padding: 10px;
	border-style: none;
	/*
	// background-color: #ffffff;
	//background-image: url(/images/snowbg.jpg);
	//border-left: 1px #000000 solid;
	//border-right: 1px #000000 solid;
	//border-bottom: 1px #000000 solid;
	*/
}



#photos a:link, #photos a:visited {

	/*display: inline;
	background-color: aaaaaa;
	*/
	color: #666666;
	background-color: #bbbbbb;
	text-decoration: none;
	font-weight: bold;
	border-bottom: solid #000000 1px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
}


#navbar ul li a:hover, #photos a:hover {
	background-color: #eee9ef;
		
}

#photos table {
	border-collapse: collapse;
	border: 0;
}

#photos table td {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

img.thumbnail {
	/*  height:	160px; */
        border: 0;
}


