@media screen {

	body {
		background: #ffffff;
		color: #000000;
		font-family: 'Arial', san-serif;
	}
	a {
		color: #821c7c;
		font-weight: bold;
		background: transparent;
		text-decoration: none;
	}
	a:hover{
		color: #eed8ed;
		font-weight: bold;
		background: transparent;
		text-decoration: none;
	}

	header {
		display:none;
		}
	header h1{

		display:none;
	}
	h1{
		background: #5a3663;
		font-family: "Georgia",Droid Serif,"Times New Roman",Times,serif;
		color: #ffffff;
		text-transform: uppercase;
		font-size: 14px;
		text-align: center;
		padding-top: 16px;
		min-height: 25px;
		width: 100%;
		max-width: none;
		letter-spacing: 1.5px;

	}
	header .social_links {
		top: auto;
		right: auto;
		margin-top: 1em;
		min-height: 0px;
	}
	#main {
		position: relative;
		padding-top: 0;
		margin: 0;
		z-index: 5000;
	}
	#main > .ym-wrapper.content {

		padding: 0em;
		background-color: #fff;
		color: #000;

	}
	#main > .ym-wrapper.content .ym-wbox {
		padding: 0em 0em;
	}

	p {
		line-height: 24px;
		margin: 1em 0 0 0;
		text-align:center;
		padding: 0 30px 0 30px;
		font-family: 'Arial', san-serif;
		font-size: 14px;
	}
	
	#wedding-iframe{
		display: none;
	}
	.page_wedding-calendar #wedding-iframe{
		display: block;
		height: 220px;
		padding-left: 30px;
		margin: 0 auto;
	}

}