/*
Colors:
The Blue: #0a83bc
*/

/*BASIC RESET*/
* {margin:0; padding:0;}
fieldset,img {border:0;}
ol,ul {list-style:none;}
a:active, a:focus {outline: 0;}
h1,h3,h4,h5,h6,span {font-size:100%;font-weight:normal;}

html {font-size:16px;}

body {
	font-family:Helvetica, Arial, 'Lucida Grande', sans-serif;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	width:100%;
	background:#d9d9d9;
	}
	body.dark {background:#222;}
	
div#wrapper {
	background:#d9d9d9;
	width:1031px;
	margin:0 auto 250px;
	padding-top:10px;
	}
	body.dark div#wrapper {background:#222;}
/* iPhone */
@media screen and (max-device-width: 481px) {
div#wrapper {
	width:480px;
	margin:0 auto 200px;
	padding-top:10px;
	}

.Home {
	width:478px;
	margin:0 auto 12px;
	padding:0px;
	}
.Home .gridImageContainer {
	width:460px;
	}
}
/* End iPhone */


div#masthead h1 a, div#masthead h1 a:visited {
	text-indent: -9999px;
	display:block;
	background:url('/images/bdp-weddings-logo.png') no-repeat top right;
	width:717px;
	height:97px;
	margin-left:288px;
	}
	body.dark div#masthead h1 a, 
	body.dark div#masthead h1 a:visited {
		background:url('/images/bdp-weddings-logo.png') no-repeat top right;
		}
/* iPhone */
@media screen and (max-device-width: 481px) {
	div#masthead h1 a, div#masthead h1 a:visited {
		background:url('/images/weddings-logo-460.png') no-repeat top center;
		width:480px;
		margin-left:0px;
		}
}
/* End iPhone */

/*NAV*/
div#nav {
	margin:40px auto 16px;
	height:30px;
	width:955px;
	overflow: hidden;
	}

	#navLeft {
		float:left;
		width:690px;
		padding-left:6px;
		}
	#navRight {
		float:right;
		padding-right:6px;
		/*width:124px;*/
		}
	#nav li {display:inline;}
	#nav li a, #nav li a:visited {
		text-decoration: none;
		color:#333;
		font: 14px/14px 'Arial Rounded MT Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
		display:block;
		float:left;
		height:30px;
		padding:9px 22px 8px 0px;
		}
		#nav li a:hover,
		#nav li a.active {
			color:#0a83bc;
			}
	#nav li a.showLink {
		margin-left:116px;
		}
	#nav li a.hide {display:none;}
	
	body.dark #nav li a, 
	body.dark #nav li a:visited {
		color:#666;
		}
		body.dark #nav li a:hover,
		body.dark #nav li a.active {
			color:#0a83bc;
			}
	body.dark #nav li a.showLink {display:none;}

		#nav li a.last {
			padding-right:0px;
			}
/*END NAV*/

/* iPhone Nav */
@media screen and (max-device-width: 481px) {
div#nav {
	margin:40px auto 16px;
	height:auto;
	width:480px;
	overflow: hidden;
	}
#navLeft {
	float:left;
	width:auto;
	position:relative;
	left:6px;
	}
#navRight {
	float:right;
	margin-top:0px;
	padding:0;
	}
#nav li a, #nav li a:visited {
	font: 16px/16px Helvetica;
	padding:0px 13px 0px 0px;
	height:auto;
	letter-spacing: -0.5px;
	}
#nav li a.active {
	color:#0a83bc;
	font: 16px/16px Helvetica;
	height:auto;
	}
#nav li a.showLink {display:none;}
}
/* End iPhone Nav */


div#images {
	text-align: center;
	line-height:0px;
	}	

	div.largeImageContainer {
		position:relative;
		text-align: center;
		margin:0px auto 38px;
		}
		div.largeImageContainer img.TheImage {
			border: 6px solid #efefef;	
			-webkit-box-shadow: 3px 0px 35px rgba(0, 0, 0, 0.45); 
			}
		/* iPhone */
		@media screen and (max-device-width: 481px) {
			div.largeImageContainer img.TheImage {
				border: 4px solid #efefef;	
				-webkit-box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.45); 
				}
			
		}
		/* End iPhone */
		
	div#images img.dontSteal {
		position:absolute;
		top:0px;
		left:0px;
		border:none;
		/*background:red; opacity:0.5;*/
		}

/* INFO PAGE  */
.Info div#NonGalleryBody {
	position:relative;
	width:880px;
	margin:0 auto 12px;
	padding:32px;
	border: 6px solid #efefef;
	}
.Info {color:#363636;}
.Info div#ColLeft, .Info div#ColRight {
	width:310px;
	float:left;
	padding-right:30px;
	}
.Info div#ColMiddle {
	width:188px;
	float:left;
	padding-right:12px;
	}
.Info div#ColRight .Inner {
	height:130px;
	background:#e5e5e5;
	border: 6px solid #eee;
	text-align: center;
	padding-top:80px;
	}
.Info .Inner {
	margin-top:10px;	
	}
.Info h3 {
	font-size: 24px;
	font-weight: bold;
	}
.Info img {float:right;}
.Info p {
	font-size: 13px;
	line-height:19px;
	margin:0px 0px 10px;
	}
.Info #Links li {
	font-size: 13px;
	line-height:19px;
	}
.Info #Links li.Group {
	font-weight: bold;
	margin-top:10px;
	}
	.Info #Links li a {
		color:#0a83bc;
		text-decoration: none;
		}
	.Info #Links li a:visited {
		color:#06597F;
		}
	.Info #Links li a:hover {
		color:#000;
		text-decoration: underline;
		}
/* End - INFO PAGE */

/* iPhone INFO Page  */
@media screen and (max-device-width: 481px) {
.Info div#NonGalleryBody {
	position:relative;
	width:460px;
	margin:0 auto 12px;
	padding:0px;
	border: none;
	}

.Info h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top:40px;
	}

.Info p {
	font-size: 20px;
	line-height:30px;
	margin:0px 0px 30px;
	}
.Info img {
	float:right;
	height:212px;
	width:212px;
	margin-left:12px;
	}
}
/* End - iPhone INFO Page */


/* Contact Page  */
.Contact div#NonGalleryBody {
	position:relative;
	width:880px;
	height:437px;
	margin:0 auto 12px;
	padding:32px;
	border: 6px solid #efefef;
	}
.Contact p {
	font-size: 18px;
	color:#363636;
	font-weight: bold;
	line-height:24px;
	}

.Contact #UpperLinks p {
	float:left;
	margin-right:60px;
	}
.Contact #UpperLinks p a, .Contact #UpperLinks p a:visited {
	color:#0a83bc;
	text-decoration: none;
	}
.Contact #UpperLinks p a:hover {
	color:#333;
	}

div#EmailForm h2, div#Subscribe h2 {
	font-size: 24px;
	font-weight: bold;
	color:#363636;
	margin-bottom:4px;
	}
div#EmailForm {
	width:560px;
	margin-top:40px;
	float:left;
	}
	div#EmailForm input.ContactInfo, div#EmailForm textarea {
		font-size:18px;
		font-family: 'Arial Rounded MT Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
		color:#bcbcbc;
		border:none;
		height:25px;
		width:540px;
		margin:4px 0px;
		padding:4px 10px 0px;
		}
		div#EmailForm input.ContactInfo:first-child {margin-top:0px;}
	div#EmailForm textarea {
		height:110px;
		overflow: auto;
		}
	div#EmailForm input.button {
		width:94px;
		height:32px;
		background-color:transparent;
		background-image:url(/images/send.png);
		display:block;
		margin:10px auto 0px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:right;
		}

div#Subscribe {
	font-size: 16px;
	margin-top:63px;
	float:right;
	position:relative;
	z-index: 5;
	}
	div#SubscribeForm {
		width:266px;
		height:255px;
		padding:4px 14px 4px;
		background:#fff;
		}
	div#SubscribeInstructions {
		position:relative;
		margin-top:6px;
		color:#363636;
		line-height:16px;
		}
		div#SubscribeInstructions p {
			font-size: 13px;
			line-height:17px;
			}
	div#SubscribeForm input.SubscribeInfo {
		font-family: 'Arial Rounded MT Bold', Helvetica, Arial, "Lucida Grande", sans-serif;
		color:#363636;
		background:#d9d9d9;
		border:none;
		height:20px;
		width:246px;
		margin:4px 0px;
		padding:4px 10px 2px;
		font-size: 14px;
		}
	div#SubscribeForm input.button {
		width:68px;
		height:23px;
		background-color:transparent;
		background-image:url(/images/subscribe-btn.png);
		display:block;
		margin:8px auto 9px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:right;
		}
			
.BigContactFormStatusText {
	height:0px;
	width:617px;
	background:#000;
	opacity: 0.75;
	text-align:center; 
	position:absolute;
	top:0px;
	left:0px;
	font-size: 32px !important;
	padding-top:225px;
	padding-bottom:275px;
	color:white;
	z-index: 40000;
	}
.SubscriberFormStatusText {
	height:0px;
	width:294px;
	background:#000;
	opacity: 0.75;
	text-align:center; 
	position:absolute;
	top:28px;
	left:0px;
	font-size: 20px !important;
	padding-top:38%;
	padding-bottom:52%;
	color:white;
	z-index: 40000;
	}

/* End - Contact Page */

/* iPhone Contact Page */
@media screen and (max-device-width: 481px) {
.Contact div#NonGalleryBody {
	position:relative;
	width:460px;
	height:700px;
	margin:0 auto;
	padding:0;
	border:none;
	}
	
.Contact p {
	font-size: 36px;
	color:#363636;
	font-weight: bold;
	line-height:24px;
	}
.Contact #UpperLinks {
	width:100%;
	}
.Contact #UpperLinks p {
	text-align: center;
	float:none;
	width:100%;
	margin:0 auto;
	padding:15px 0px;
	}
.Contact #UpperLinks p a, .Contact #UpperLinks p a:visited {
	color:#0a83bc;
	text-decoration: none;
	}
#EmailForm {
	display:none;	
	}

div#Subscribe {
	border-top: 1px solid #999;
	padding-top:18px;
	width:340px;
	margin:20px auto;
	position:relative;
	z-index: 5;
	float:none;
	}
	div#SubscribeForm {
		width:340px;
		margin:0 auto;
		height:350px;
		padding:0;
		background:#d9d9d9;
		}
	div#SubscribeInstructions {
		position:relative;
		margin-top:6px;
		color:#363636;
		line-height:16px;
		}
		div#SubscribeInstructions p {
			font-size: 16px;
			line-height:20px;
			}
	#SubscriberForm {
		width:340px;
		margin:12px auto;
		}
	div#SubscribeForm input.SubscribeInfo {
		font-family: Helvetica;
		color:#363636;
		background:#fff;
		border:none;
		height:40px;
		width:320px;
		font-size: 18px;
		margin-top:6px;
		}
	div#SubscribeForm input.button {
		width:68px;
		height:23px;
		background-color:transparent;
		background-image:url(/images/subscribe-btn.png);
		display:block;
		margin:8px auto 9px;
		text-indent: -9999px;
		border:none;
		cursor: pointer;
		float:none;
		}

}
/* End iPhone Contact Page */


div#footer {
	clear: both;
	color:#555;
	padding:0px 40px 34px;
	}

div#footer p.copyright {
	font-weight: normal;
	float:left;
	font-size: 12px;
	}
	body.dark div#footer p.copyright {margin-top:12px;font-size:11px;}
div#footer p.right {
	font-weight: normal;
	float:right;
	font-size: 12px;
	}
	body.dark div#footer p.right {display:none;}
	
div#footer p.right a, div#footer p.right a:visited {
	color:#0a83bc;
	text-decoration: none;
	}

div#footer p.right a:hover {
	text-decoration: underline;
	}
/* iPhone */
@media screen and (max-device-width: 481px) {
	div#footer {
		padding:14px 5px;
		}
}
/* End iPhone */
	
	
.italic 	{font-style: italic;}
.bold 		{font-weight: bold;}
.bluetext 	{color:#0a83bc;}
.clearleft 	{display:block;height:0px;clear: left;}
.clearright {display:block;height:0px;clear: right;}
.clearall 	{display:block;height:0px;clear: both;}