/*
Theme Name: Seacoast Unions
Theme URI: http://www.seacoastunions.com
Description: Theme for a JP Wedding provider
Version: .8
Author: Erik Teichmann Design
Author URI: http://www.eriktdesign.com
*/

* {
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	background: url('images/bg-tile.png');
}

#container {
	width: 750px;
	margin: 0 auto;
/*	min-height: 100%; */
	height: auto !important;
	height: 100%;
	margin: 0 auto;
}

ul#nav {
	display: inline;
}

	li.page_item { 
		display: inline; 
		list-style-type: none;
	}
	
	li.page_item a {
		color: #ffffff;
		padding: 50px 4px 4px;
		margin: 1px;
		text-decoration: none;
		background: #333333;
		font-style: italic;
	}
	
	li.page_item.current_page_item a {
		background: #999999;
	}

	li.page_item a:hover {
		background: #ffeecc;
		color: #333333;
	}
	
#content {
	background: repeat-y url('images/content-bg.jpg');
	width: 650px;
	margin: 0 auto;
	margin-top: 20px;
	padding: 30px;
}

	#content p {
		padding-bottom: .75em;
		padding-top: .75em;
		font-size: 1.25em;
		line-height: 1.25em;
	}

	#content blockquote {
		padding: 0em 1em;
		font-style: italic;
	}

	#content ul {
		padding: .5em 1em;
	}

		#content li {
			font-size: 1.25em;
			line-height: 1.25em;
			background: no-repeat url('images/bullet.png');
			list-style: none;
			padding-left: 25px;
			padding-bottom: .75em;
		}
	
	#content a {
		color: #996633;
		text-decoration: none;
	}

	#content img, #content a img {
		padding: 5px;
		border: 1px dotted #996633;
	}

	.alignright {
		float:right; 
		margin:0 0 1em 1em;
	}

	.alignleft {
		float:left; 
		margin:0 1em 1em 0;
	}

	.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}

	a img.alignright {
		float:right; 
		margin:0 0 1em 1em;
	}
	
	a img.alignleft {
		float:left; 
		margin:0 1em 1em 0;
	}
	
	a img.aligncenter {
		display: block; 
		margin-left: auto; 
		margin-right: auto;
	}

#contact {
	border-top: 1px dotted #996633;
	padding-top: 1em;
	margin-top: 3em;
}

#contact p {
	font-size: 1em;
	margin: 0;
	padding: 0;
}

	#address {
		display: inline;
	}

	#site-info {
		float: right;
		text-align: right;
	}

#content-footer {
	background: no-repeat url('images/content-shadow.png');
	height: 50px;
	margin: 0;
	padding: 0;
}

#footer, push {
	height: 50px;
}

#footer {
	background-image: url('images/footer-bg.jpg');
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 20px;
}

	#footer-content {
		width: 650px;
		margin: 0 auto;
		font-family: "Times New Roman", Georgia;
		font-size: 1em;
	}
	
	#footer a {
		text-decoration: none;
		color: #000000;
	}
	
	#footer .alignleft {
		text-align: left;
	}

	#footer .alignright {
		text-align: right;
	}	

p {
	margin: 0;
}

h1, h1 a, h1 a:visited { 
	display: inline;
	text-decoration: none;
	border: 0;
}

/*h1, h2, h3, h1 a, h2 a, h3 a {*/
h1, h2, h3 {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	font-family: "Times New Roman", Georgia;
	color: #ffffff;
	font-size: 42pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

h2, h2 a {
	font-size: 28pt;
	color: #000000;
	border-bottom: 1px dotted #996633;
}

h3, h3 a {
	font-size: 18pt;
	color: #000000;
	border-bottom: 1px dotted #996633;
}


/* #image {
	width: 741px; 
	height: 458px;
	background-attachment: fixed; 
	background-image: url('images/photo.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#image img {
	padding: 0px;
	margin: 0px;

#frame {
	width: 741px; 
	height: 458px; 
	background-image: url('images/frame.png'); 
	position: relative; 
	top: -400px;
	float: left;
} */