/* Utah Marriage Template */

* {
	margin: 0px;
	padding: 0px;
}

img { padding: 5px 0px;}

h1, h2, h3, h4, h5, h6 { color: #fff; margin: 5px 0px; font-weight: lighter;}

h1 {font-size:2em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.2em;}
h5 {font-size:1.1em;}
h6 {font-size:1em;}

body {
	text-align: left;
	background: url(/templates/designs/utahmarriage/images/background.jpg) repeat-x #fbe2aa;
	font-family: Arial, Helvetica, sans-serif;
}

blockquote {
	padding: 10px 20px;
}
	
#rappaWrapper {
	margin: 19px auto 0px;
	background: url(/templates/designs/utahmarriage/images/rappaWrapper.jpg) repeat-y;
	width: 770px;
}

#topWrapper {
	background: url(/templates/designs/utahmarriage/images/topWrapper.jpg) no-repeat;
	height: 322px;
}

#container {
	padding: 11px;
}

#logo {
	height: 85px;
	background: url(/templates/designs/utahmarriage/images/logo.jpg) no-repeat top left;
}

#logoLink {
	height: 70px;
	width: 250px;
	float: left;
}

#contentWrapper {
	float: left;
	width: 748px;
	background: url(/templates/designs/utahmarriage/images/contentWrapper.jpg) top left repeat-y;
}

	#leftnav {
		float: left;
		width: 252px;
		min-height: 300px;
		color: #fff;
		font-family: "Palatino Linotype";
		font-size: 20px;
		padding-top: 20px;
	}
	
		#leftnav a {
			color: #fff;
			text-decoration: none;
		}
	
		#leftnav a:hover {
			text-decoration: none;
			color: #5e362d;
		}
			#leftnav.lightyellow a:hover {
				color: #fcda8c;
			}
			#leftnav.pink a:hover {
				color: #e58474;
			}
			#leftnav.offwhite a:hover {
				color: #fdefd0;
			}
			#leftnav.brightyellow a:hover {
				color: #f9e57d;
			}
			#leftnav.gray a:hover {
				color: #bdc1c0;
			}
		
		#leftnav a.selected {
			color: #5e362d;
		}
			#leftnav.lightyellow a.selected {
				color: #fcda8c;
			}
			#leftnav.pink a.selected {
				color: #e58474;
			}
			#leftnav.offwhite a.selected {
				color: #fdefd0;
			}
			#leftnav.brightyellow a.selected {
				color: #f9e57d;
			}
			#leftnav.gray a.selected {
				color: #bdc1c0;
			}
	
		#leftnav li {
			line-height: 28px;
			list-style: none;
			padding: 5px 10px 5px 25px;
		}
	
		#leftnav li a {
			display: block;
		}
	
		#leftbottomnav {
			background-color: #5e362d;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			width: 225px;
			margin-top: 20px;
			padding: 10px 0px 10px 25px;
		}
		
		#leftbottomnav a {
			color: #fff;
		}
		
		#leftbottomnav a:hover {
			color: #9e5a4c;
		}
			#leftbottomnav.lightyellow a:hover {
				color: #fcda8c;
			}
			#leftbottomnav.pink a:hover {
				color: #9e5a4d;
			}
			#leftbottomnav.offwhite a:hover {
				color: #fdefd0;
			}
			#leftbottomnav.brightyellow a:hover {
				color: #f9e57d;
			}
			#leftbottomnav.gray a:hover {
				color: #bdc1c0;
			}
		
		#leftbottomnav a.selected {
			color: #9e5a4c;
		}
			#leftbottomnav.lightyellow a.selected {
				color: #fcda8c;
			}
			#leftbottomnav.pink a.selected {
				color: #9e5a4d;
			}
			#leftbottomnav.offwhite a.selected {
				color: #fdefd0;
			}
			#leftbottomnav.brightyellow a.selected {
				color: #f9e57d;
			}
			#leftbottomnav.gray a.selected {
				color: #bdc1c0;
			}
		
		div#leftbottomnav li {
			line-height: 0;
			list-style: none;
			padding: 14px 0px;
		}
		
		#search_box{
			line-height: 16px;
			padding: 36px 20px 0px 25px;
			float: right;
			color: #fff;
			font-size: 12px;
		}
		
		#search_box form#searchForm input#q {
			border:none;
			background-color: #9e5a4c;
			font-size: 14px;
			color: #fff;
		}
		
		#search_box form#searchForm button#searchButton {
			padding: 0px 3px;
			color: #fff;
			background-color: #9e5a4c;
			border: none;
			font-size: 12px;
			margin-bottom: 1px;
		}
	
	#topnav {
		color: #fff;
		float: left;
		width: 476px;
		height: 26px;
		background-color: #5e362d;
		font-size: 14px;
		padding: 0px 10px;
	}
	
		#topnav a {
			color: #fff;
			text-decoration: none;
		}
	
		#topnav a:hover {
			text-decoration: none;
			color: #9e5a4c;
		}
			#topnav.lightyellow a:hover {
				color: #fcda8c;
			}
			#topnav.pink a:hover {
				color: #9e5a4d;
			}
			#topnav.offwhite a:hover {
				color: #fdefd0;
			}
			#topnav.brightyellow a:hover {
				color: #f9e57d;
			}
			#topnav.gray a:hover {
				color: #bdc1c0;
			}
	
		#topnav a.selected {
			color: #9e5a4c;
		}
			#topnav.lightyellow a.selected {
				color: #fcda8c;
			}
			#topnav.pink a.selected {
				color: #9e5a4d;
			}
			#topnav.offwhite a.selected {
				color: #fdefd0;
			}
			#topnav.brightyellow a.selected {
				color: #f9e57d;
			}
			#topnav.gray a.selected {
				color: #bdc1c0;
			}
	
		#topnav li {
			list-style: none;
			padding: 0px 30px;
			margin: 0px;
			display: inline;
		}
		
	#subbanner {
		height: 172px;
		width: 496px;
		float: left;
		/*background: url(/templates/designs/utahmarriage/images/subBanner.jpg) no-repeat;*/
	}
		
	#mainbanner {
		height: 268px;
		width: 496px;
		float: left;
		/*background: url(/templates/designs/utahmarriage/images/mainBanner.jpg) no-repeat;*/
	}
	
	#maincontent {
		float: left;
		width: 456px;
		padding: 10px 20px;
		color: #391811;
		font-size: 11pt;
		background: url(/templates/designs/utahmarriage/images/swirlyMain.jpg) top right no-repeat;
	}
		
		#maincontent a {
			color: #fff;
			text-decoration: none;
		}
		
			#maincontent a:hover {
				text-decoration: underline;
			}
		
		#maincontent li {
			padding-bottom: 10px;
		}
		
	* html #content {
		height: 100px;
	}
	
	#content {
		float: left;
		width: 450px;
		min-height: 100px;
		color: #391811;
		/*color: #4f2921;*/
		font-size: 11pt;
		padding:  5px 20px 20px;
		background: url(/templates/designs/utahmarriage/images/swirlySecondary.jpg) top right no-repeat;
	}
		#content p, #content ol, #content ul{
			padding-bottom: 10px;
		}
		
		#content a {
			color: #fff;
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}
		
		#content ol, ul {
			padding-left: 20px;
		}
		
		#header {
			float: right;
			margin: 0px 0px 15px;
			font-size: .75em;
			width: 456px;
		}
			
			#breadcrumb {
				float: right;
				font-size: 1.1em;
				text-align: right;
				padding: 0px;
				color: #4f2921;
			}
			
			#breadcrumb a {
				color: #4f2921;
				text-decoration: none;
			}
			
			#breadcrumb a:hover {
				text-decoration: underline;
			}
			
			
#ep_plugin h3 {
	/*font-size: 12px;*/
}


#newsFeed {
	padding: 10px, 7px, 0px, 10px;	
	padding-top: 10px;
	padding-right: 7px;
	padding-left: 10px;
	font-family: Arial,Helvetica,sans-serif;
	color: #391811;
}
	#newsFeed h2 {
		padding-left: 80px;
		margin-bottom: 0;
		color:#391811;
		font-weight:bolder;
		font-size: 14pt;
	}
	#newsFeed span
	{
		font-size: 11px;
		color: #391811;
		font-weight: bolder;
	}
	#newsFeed a:hover {
		color: #fff;
		text-decoration: underline;
	}
	#newsFeed dt {
		font-size: 13px;
		padding-top: 10px;		
	}
	#newsFeed dd {
		padding-top: 5px;
		font-size: 11px; 
	}
	#allNews
	{
		padding-left: 40px;
	}
	#allNews a
	{
		color:#391811;
	}
	#allNews a:hover
	{
		color:#391811;
	}
	
#footer {
	clear: both;
	height: 62px;
	color: #91665d;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	background: #FBE2AA url(/templates/designs/utahmarriage/images/footer2.jpg) no-repeat top left;
}

#footer a {
	color: #91665d;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/*Text Style Options*/
.lightYellowNormal {
	color: #fcda8c;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.lightYellowBold {
	color: #fcda8c;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.lightYellowItalic {
	color: #fcda8c;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}
.pinkNormal {
	color: #e58474;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.pinkBold {
	color: #e58474;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.pinkItalic {
	color: #e58474;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}
.darkPinkBold {
	color: #9e5a4d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.offWhiteNormal {
	color: #fdefd0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.offWhiteBold {
	color: #fdefd0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.offWhiteItalic {
	color: #fdefd0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}
.brightYellowNormal {
	color: #f9e57d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.brightYellowBold {
	color: #f9e57d;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.brightYellowItalic {
	color: #f9e57d;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}
.grayNormal {
	color: #bdc1c0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.grayBold {
	color: #bdc1c0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
}
.grayItalic {
	color: #bdc1c0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: italic;
	font-weight: normal;
}
