/* CSS style sheet and page design copyrighted &copy by Balmain DESIGN. www.balmainpdesign.com  */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }


/* Removes dotted broder on links in Firefox */
a{outline:none;}

html {
	min-height: 101%;
	}

	/* Main Styles begin */
	
body {
	background: #f0f0f0 url('../images/bg.png') repeat-x top left ;
	text-align:center;
	line-height: 1.5em;
	font-size: 1em;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:400;
	}
	
#wrapper{
	width: 960px;
	margin: 0 auto;
	text-align:left;
	}

#banner{
	width:960px;
	height:365px;
	background: #fff url('../images/skyline.jpg') no-repeat top left;
	margin:-22px 0 0 0;
	}	
	
	/* TopNav Styles begin */

ul#topnav {
	width:600px;
	height:100px;
	list-style:none;
	margin:15px 0 0 290px;
	padding:0;
	}
	
	/* Float LI Elements - horizontal display */
ul#topnav  li {
	float:left;
   	}
	
	/* Link - common attributes */
ul#topnav  li a {
	background: transparent url('../images/nav_sprite.png') no-repeat top left;
	display:block;
	height:100px;
	position:relative;
    }
	
	/* Specify width and background position attributes specifically for the class: "home" */
ul#topnav  li a.home {
		width:100px;
		}
	
	/* Specify width and background position attributes specifically for the class: "commercial" */
ul#topnav  li a.commercial {
		width:100px;
		background-position:-100px 0px;
		}
	
    /* Specify width and background position attributes specifically for the class: "editorial" */
ul#topnav  li a.editorial {
		width:100px;
		background-position:-200px 0px;
		}

    /* Specify width and background position attributes specifically for the class: "travel" */
ul#topnav  li a.travel {
		width:100px;
		background-position:-300px 0px;
	 	}

    /* Specify width and background position attributes specifically for the class: "events" */
ul#topnav  li a.events {
		width:100px;
		background-position:-400px 0px;
		}
		
	/* Specify width and background position attributes specifically for the class: "contact" */
		ul#topnav  li a.contact {
		width:100px;
		background-position:-500px 0px;
				}	
		

    /* Span (on hover) - common attributes */
ul#topnav  li a span {
		background: transparent url('../images/nav_sprite.png') no-repeat scroll bottom left;
		display:block;
		position:absolute;
		top:0;
		left:0;
		height:100px;
		width:100%;
		z-index:100;
		}
	
	/* Span (on hover) - display pointer */
ul#topnav  li a span:hover {
		cursor:pointer;
		}
	
	/* Shift background position on hover for the class: "home" */
ul#topnav  li a.home span {
		background-position:0px -100px;
		}
	
	/* Shift background position on hover for the class: "commercial" */
ul#topnav  li a.commercial span {
		background-position:-100px -100px;
		}

    /* Shift background position on hover for the class: "editorial" */
ul#topnav  li a.editorial span {
		background-position:-200px -100px;
		}

    /* Shift background position on hover for the class: "travel" */
ul#topnav  li a.travel span {
		background-position:-300px -100px;
		}

   /* Shift background position on hover for the class: "events" */
ul#topnav  li a.events span {
		background-position:-400px -100px;
		}
		
	/* Shift background position on hover for the class: "contact" */
		ul#topnav  li a.contact span {
		background-position:-500px -100px;
		}
		
		
h1{
		background: url('../images/telephone.png') no-repeat;
		width:150px;
		height:80px;
		text-indent:-99999px;
		position:relative;
		top:-80px;
		left:80px;
		}

h2{    
		margin: 0 0 10px 30px;
		width:370px;
		height:40px;
		background: url('../images/headline_h2.png') no-repeat;
		text-indent:-9999px;
		}

h3{
		padding: 0 0 15px 50px;
		color:#333;
		font-size:1.2em;
		}

h4{
		font-size: .9em;
		color:#333;
		padding: 0px 40px 10px 50px;}
		
h5{
		font-size: .8em;
		color:#333;
		padding: 0px 40px 0px 50px;}

p{
		font-size: .875em;
		color: #333;
		padding: 0px 40px 10px 50px;}		
		
		
  /* Content Styles begin */

#contentWrap {
		width:960px;
		background: url('../images/bg_content.png') repeat-y;
		}
		
#mainColumn{
		width: 680px;
		float:left;
		border-right:1px solid #f5f5f1;}
		
#mainColumn .article a{
		color: #2e5a95;
		font-weight:bold;
		text-decoration:none;}
		
#mainColumn .article a:hover{
		text-decoration:underline;}




	/* Breadcrumbs */
	
#breadCrumbsContainer{
	margin:0 0 15px 0;}

.B_crumbBox{
	padding:0 0 60px 70px;
	color: #666;}

.B_crumbBox a:link{
	color: #666;
	font-size:.7em;
	border:none;}

.B_firstCrumb a:link{
	color: #666;
	font-size:.7em;
	border:none;}

.B_firstCrumb a:visited{
	color: #666;
	font-size:.7em;
	border:none;}

#left_column .B_firstCrumb a{
	color:#666;}

.B_firstCrumb a:active{
	color: #666;
	font-size:.7em;
	border:none;}

.B_homeCrumb{
	color: #666;
	font-size:.7em;
	border:none;}

.B_crumb{
	color: #666;
	font-size:.7em;
	border:none;}

#left_column a.B_crumb {
	color: #666;
	font-size:.7em;
	border:none;}

.B_currentCrumb{
	color: #666;
	font-size:.8em;
	border:none;}

.B_lastCrumb{
	color: #666;
	font-size:.8em;
	border:none;}
	
	
	/* Ditto */
	
.ditto_item{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers*/
	padding:10px 15px 30px 15px;
	width:250px;
	height:200px;
	border: solid 1px #f0f0f0;
	margin:0 0 35px 35px;
	float:left;
	overflow:hidden;}
	
.ditto_item h3{
	padding: 0 0 0 0;}

.ditto_pageTitle a{
	color:#2e5a95;
	padding:0 0 0 0;
	text-decoration:underline;}

.ditto_pageTitle a:hover{
	color:#4ea0db;
	text-decoration:none;}

.ditto_documentInfo{
	font-size:.6em;
	color:#999;
}

.ditto_introText{
	font-size:.8em;
	color:#333;
	line-height:1.15em;
	font-style:italic;}
	
.ditto_thumbNail{
	float:left;
	padding:0 5px 0 0;}
	
.ditto_currentpage{
	display:none;
	margin:200px 0 0 0;}
	
.ditto_tag {
	color:#666;}
	
	/* Ditto Events - for wedding thumbnails  */
	
	
		
	.ditto_EventsItem a{
	float: left;
	width: 75px;
	border: 1px solid #999;
	margin: 5px 4px 10px 20px;}

	.ditto_EventsItem a:hover{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	margin: 5px 3px 9px 20px;}
	
	#weddingBoxTop{background: url('../images/weddingBoxTop.png') no-repeat;
	height:100px;
	width:600px;
	margin:0 0 0 30px;}
	
	#weddingBoxThumbs{background: url('../images/weddingBoxBg.png') repeat-y;
	margin:0 0 0 30px;
	padding: 0 0 0 25px;
	height:290px;
	width:600px;}
	
	#weddingBoxBotm{
	height:60px;
	width:600px;
	margin:0 0 0 30px;
	background: url('../images/weddingBoxBotm.png') no-repeat;
	clear:both;}


/* Editorial content */

#storyIntro{
	font-size:.9em;
	color:#666;
	line-height:1.2em;
	padding:0 80px 20px 60px;}

#intro_package{
		margin:10px 0 20px 120px}
		
.storycredit{
		font-family: Times, "Times New Roman", serif;
		font-size: .8em; 
		padding: 0 0 20px 110px;
		color:#666;
		line-height:1.2em;}

.wasted_caption{
		font-family: Times, "Times New Roman", serif;
		color: #800000;
		font-size: 1.2em;
		line-height:1.0em;
		padding:30px 30px 40px 60px;}

.wastedintrotext{
		font-family: Verdana, Helvetica, Arial, sans-serif;
		font-size: 1.0em;
		color: #666666;
		padding: 20px 0 10px 50px; }
		
hr{
	   width:300px;
	   margin-top:20px;}
	
.editList{
		font-size: .875em;
		color: #333;
		padding: 0px 40px 10px 50px;}

.editList li{
		color: #666;
		font-size:.9em;
		line-height:1.1em;
		list-style-type:square;
		margin: 0 0 0 30px;}
	
	

#sideBar{
		width:260px;
		float:right;}
		
#sideBar h3{
		background: url('../images/g5.jpg') no-repeat;
		left:0;
		height:160px;
		width:220px;
		padding:0 0 0 0;
		margin-left:15px;
		text-indent:-9000px;}
		
.sidebarLowerHeadline{
		width:180px;
		line-height:1.0em;
		padding:150px 20px 0px 20px;
		color:#666;
		border-bottom: solid 1px #999;}
		
.sidebarLowerParagraph{
		padding: 5px 40px 0 0px;
		text-align:right;
		line-height:1.1em;
		color:#999;}
		
  /* sideBar navigation styles */		
		
ul.menu, ul.menu ul {
  		list-style-type:none;
  		margin: 0 ;
  		padding: 0px 40px 0px 20px;
  		width: 200px;
     	float:right;
		font-size:.9em;
		font-weight:600;
		}


ul.menu a {
  		display: block;
  		text-decoration: none;
	
}

ul.menu li {
  		margin-top: 0px;
}

ul.menu li a {
  		color: #2e5a95;	
  		padding: 0.35em;
		}


ul.menu li a:hover {
  		color:#4ea0db;
		text-decoration:underline;
}

ul.menu li ul li a {
  		color: #2e5a95;
  		padding-left: 80px;
		}

ul.menu li ul li a:hover {
  		padding-left: 80px;
}



ul.menu ul li a:first-child{
		
 }


.clearfloats{
		clear:both;
}

#footer {
		background: url('../images/footer.png') no-repeat;
		height: 110px;
		width: 960px;
		
}

#footer p {
		width:880px;
		text-align: center;
		font-size:.65em;
		line-height:1.2em;
		padding: 25px 0 0 0;
		color:#CCC;}
		
		
#footer p a:link{
		color:#999;
		text-decoration:underline;}		


#footer p a:visited{
		color:#999;
		text-decoration:underline;}
		


#footer p a:hover{
		color:#999;
		text-decoration:none;}
		

#footer p a:active{
		color:#999;
		text-decoration:underline;}


/* Photo position styles */

.imageCenter{
		padding: 0 0 20px 80px;;
}

.imageLeft{
		float:left;
		padding-right:15px;
}

.imageRight{
		float:right;
		padding-left:15px;
}


.galleryInstruct{
		font-size: .7em;
		margin-left: 50px;
}






/* Fancybox for image gallery styles */


div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../images/fancybox/fancy_progress.png') no-repeat;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 20px 20px 40px 20px;
    margin: 0;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../images/fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 90%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../images/fancybox/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../images/fancybox/fancy_right.png') no-repeat;
}

a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../images/fancybox/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #fff;
	font: normal 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_left.png') repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url('../images/fancybox/fancy_title_main.png') repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../images/fancybox/fancy_title_right.png') repeat-x;
}


/* eForm Styles */

form{
	width:460px;
	padding-left:60px;
}

form p{
	padding-left:0;
	}

legend{
	font-weight:bold;
	color: #4c4c4c;
	padding: 0 5px 0 5px;}

fieldset{
	padding:15px;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 2px solid #b3b3b3;
	border-bottom: 2px solid #b3b3b3;
	background: url(../images/form_bg.gif) repeat-x bottom left #fff;}

label{
	display:block;
	line-height: 1.75em;
	padding-left:10px;
	font-size:.8em;}

input{
	width:200px;
	margin-left:10px
}

textarea{
	width:300px;
	height:100px;
	margin-left:10px}

input#cfContact.button{
	width:12em}


