@charset "UTF-8";
/* CSS Document */

/* MAIN STYLES */
html,body {
	height:100%;
}

/* FIX FOR IPX SHIFT IN FF/SAFARI */

html {
	margin-left: -1px;
	overflow-Y: scroll;
}

@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
	head~body *{ margin-left: -1px;}
}

body {
	BACKGROUND-COLOR: #d8d8d8;
	color: #656565;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	min-width:800px;
	text-align:center;
}

#main {
	text-align:left;
	width:800px;
	overflow:auto;
	background-color:#ffffff;
	padding-bottom:30px;
	margin-left: auto;
    margin-right: auto;
	background-image:url(images/back.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

#content {
	padding-left:50px;
	padding-right:50px;
}

#text {
	padding-top:15px;
	padding-bottom:15px;
	width:680px;
	margin-left:10px;
	overflow:auto;
}

#footer {
	font-size:0.8em;
	width:800px;
	height:0.9em;
	text-align:center;
	bottom:0px;
}

/* LINKS */

a { color: #e23269;}

a:link, a:visited, a:active { text-decoration: none; }

a:hover { text-decoration:underline; color:#656565; }

/* FLASH */

#image-rotator {
	margin-top:10px;
	width:680px;
	height:410px;
}

#rotator{
	list-style-type:none;
	padding:0;
	margin:0;
}

#rotator .slide {
}


/* INDEX LINKS */

#links {
	text-align:center;
	font-size:2em;
	font-weight:bold;
	margin-left:10px;
	padding-bottom:15px;
	width:680px;
	overflow:auto;

}

#links a { color:#656565;}
#links a:link, a:visited, a:active { text-decoration: none; }
#links a:hover { text-decoration: none; color:#e23269; }

.index-text {
	font-size:1.35em;
/*	color:#e23269;
	font-weight:bold;*/
}

/* ABOUT ME PAGE */

.jonathan-potts {
	float:left;
	width:113px;
	height:114px;
	background:url(images/jonathan-potts.jpg) center no-repeat;
}

/* CONTACT PAGE */

.left {
	float:left;
	margin-left:40px;
	width:340px;
	text-align:left;
}

.right {
	float:right;
	margin-right:40px;
	width:200px;
	text-align:left;
}

.clearFloat {
	clear:both;
}

/* PRICES PAGE */

body.prices a { color:#e23269; }
body.prices a:link, a:visited, a:active { text-decoration: none; }
body.prices a:hover { text-decoration:underline; color:#656565; }

.price { 
	color:#e23269;
	font-weight:bold;
	margin-top:1em;
	margin-bottom:1em;
	padding-bottom:5px;
	border-bottom:thin solid #d8d8d8;
}

.priceHead {
	text-decoration:underline;
	font-size:1.5em;
	font-weight:bold;
	margin-bottom:1.5em;
}

.priceSubHead {
	font-weight:bold;
	margin-bottom:1.5em;
}

.priceIntro {
	margin-bottom:1.5em;
	background-color:#d8d8d8;
	padding:10px;
	border:thin dashed;
}

.dvdImpact {
	color:#e23269;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

.dvdImpactSub {
	color:#e23269;
}

.priceLeft {
	float:left;
	width:330px;
	text-align:left;
}

.priceRight {
	float:right;
	width:330px;
	text-align:left;
}

/* THANK YOU PAGE */

.thanks {
	text-align:center;
	font-size:2em;
	padding-top:100px;
	padding-bottom:100px;
}

/* TESTIMONIALS PAGE */

.test-comments {
	width:500px;
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
	margin:0 auto;
}

.comment {
	text-align:left;
	font-size:1.5em;
	min-height:120px;
	margin-top:5px;
}

.quotes{
	color:#e23269;
	font-size:2.5em;
	line-height: 0.2;
	vertical-align: bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.couple {
	text-align:right;
	font-size:1.2em;
	color:#e23269;
	margin-bottom:25px;

}

.leftCommentImg {
	float:left;
	margin:0 10px;
	border:5px solid #b8b8b8;
	
}

.rightCommentImg {
	float:right;
	margin:0 10px;
	border:5px solid #b8b8b8;
}

/* GALLERIES */

.gallery {
	text-align:center;
	width:700px;
	height:400px;
	margin-top:15px;
	margin-bottom:15px;
}

#galleryViewer {
	width:700px;
	height:600px;
}

.galleryMenu {
	text-align:center;
	width:600px;
	height:200px;
	margin:auto;
	padding-top:50px;
}

.galleryMenu a { color:#656565;}
.galleryMenu a:link, a:visited, a:active { text-decoration: none; }
.galleryMenu a:hover { text-decoration: none; color:#e23269; }

.galMenTex {
	padding-top:75px;
	font-size:2em;
	font-weight:bold;
}

.l {
	float:left;
	width:200px;
	height:95px;
	background-image:url(images/weddingsGallery.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.c {
	float:right;
	width:200px;
	height:95px;
	background-image:url(images/eventsGallery.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.r {
	float:right;
	width:200px;
	height:95px;
	background-image:url(images/portraitsGallery.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/* BANNERS */

.banners {
	background-repeat:no-repeat;
	width:680px;
	height:120px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:15px;	
}

.bannerText {
	font-size:2.2em;
	font-weight:bold;
	color:#ffffff;
	padding-top:70px;
	padding-left:40px;
	text-shadow: #000000 2px 2px 5px;

}

#galBan {
	background-image:url(images/galleries.jpg);
}

#tesBan {
	background-image:url(images/testimonials.jpg);
}

#wedBan {
	background-image:url(images/weddings.jpg);
}

#eveBan {
	background-image:url(images/events.jpg);
}

#porBan {
	background-image:url(images/portraits.jpg);
}


#priBan {
	background-image:url(images/prices.jpg);
}

#infBan {
	background-image:url(images/info.jpg);
}

#conBan {
	background-image:url(images/contact.jpg);
}