/* reset */
a img { border: 0; } html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit;  background: transparent; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } blockquote, q { quotes: "" ""; }
/* */

/* * * * * * * * * * * * * * * */







/* * * * * * * * * * * * * * * */

/* body */
body {
	background: #19232D url('/assets/images/bg-06.jpg') top center fixed no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}

div#wrap {
	width: 980px;
	padding:  0 10px;
	margin: 0 auto;
}




/* content */
div#content {
	min-height: 200px;
	background: transparent url(/assets/images/temp/tran-fff-80.png) repeat;
	overflow: hidden;
	padding:  0 20px 20px;
}


/* footer */
div#footer {
	clear: both; min-height: 30px;
	padding: 20px;
	color: #fff;
	background: transparent url('/assets/images/tran-nav-bg.png') repeat;
	margin: 0 0 40px 0;
	
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius: 0 0 15px 15px;
	
}

div#footer p {
	margin:  0;
}
div#footer p a {
	color:  #fff;
	text-decoration: none;
	}

a.credit { text-decoration: none; }
div#footer a.credit:hover { text-decoration: underline; }

div.clear { clear: both; height: 0;}

td { border-top: 1px solid #999; padding: 10px 10px 20px 10px;}



/* images */
img.center {
margin: 10px auto;
display: block;
}

img.left { float: left; margin: 0 10px 20px 0;}
img.right { float: right; margin: 10px 0 20px 10px;}



/* portfolio */
div.client {
	padding: .78em 0;
	border-top: 1px solid #ddd;
	width: 45%;
	float: left;
	min-height: 180px; overflow: auto;
	margin: 0 3% 0 0;
}


body.portfolio div#main {
	width: 900px;	
}

div#header p.logo {
		font-family: "Futura";
		color:#fff;
		font-size: 160%;
		padding: 1em 0 0em 0;
		margin: 0 0 15px 0;
}



/* processlist */
div#processlist {
	width:  100%;
	height:  150px;
	background:  #fff;
}

div#processlist div{
	width:  210px;
	padding:  5px 5px;
	height:  150px;
	float:  left;
	border:  1px solid #fff;
	background:  #eee;


	}
div#processlist div h3 {
	margin: 0 ;
	padding: 0;
	font-size: 120%;
}


/* */
/* contact */

div#contactdiv {
	width: 700px;
	float:  left;
}

form#contact_form,
div#contactdiv p {
	clear: both;
	min-height: .8em;
	background: #eee;
	background: 0;
	border: 0px solid #aaa;
	padding: 20px;
	width: 500px;
	margin: 10px auto;
	}
fieldset {
	}


input[type="text"], textarea {
	margin: .2em 0 1em .5em;
	width: 28em; width: 98%;
	background: #fff; border: 1px solid #aaa;
	padding: .2em;
	}

input[type="submit"] {
	display: block;
	width: 6em;
	}

label {
	display: block; cursor: pointer;
	}




/* processdiagram */

div#processdiagram {

	margin: 20px auto 0 auto;

	background: rgba(255, 255, 255, .50);
	width: 940px;
	height: 50px;

	-moz-box-shadow:0 0 20px 0px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.5);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius: 5px 5px 0 0;
}

div#processdiagram div.current {
	background: #fff;
	color: #999;
	}

div#processdiagram div {
	border: 0px solid #ddf;
	width: 240px;
	height: 30px;
	overflow: hidden;
	float:  left;
	font-size: 90%;
	padding: 0;

}
div#processdiagram div.step1 {
	width:  190px;
	padding: 10px 20px 10px 10px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}
div#processdiagram div.step4 {
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	}
div#processdiagram div.step2, div#processdiagram div.step3, div#processdiagram div.step4 {
	width:  190px;
	padding: 10px 20px 10px 30px;
	background: #fbfbfb;
}

div#processdiagram h3, div#videoprocess h3 {
	font-size: 140%;
	padding: 0; margin: 0;
}
div#processdiagram h4 {
	padding:  20px 0 0px 0;
	font-weight: bold;
}

div#processdiagram div:hover {
	background: rgba(255, 255, 255, .85);
	background: #ddd;
	cursor:	pointer;
}


/* process content area */

div#videoprocess {
	width:  920px;
	margin: 0px auto;
}

div#videoprocess {
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	height: 400px;
	overflow: auto;
	background: rgba(255,255,255,0.99);
	background: #fff;

	-moz-box-shadow:0 0 15px 0px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);

	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
	-moz-border-radius: 0 0 7px 7px;
	
	-moz-column-width: 400px;
	-webkit-column-width: 400px;
	
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;

/*
-moz-column-count: 3; -moz-column-gap: 1em; -moz-column-rule: 1px solid black;
-webkit-column-count: 3; -webkit-column-gap: 1em; -webkit-column-rule: 1px solid black;
*/	
}

.fitted:hover { cursor: pointer; }


/* wedding_sections */
dl.wedding_sections {
	margin: 10px 0px 20px 40px;
	width: 500px;
	font-size: 100%;
}

dl.wedding_sections dt {
	margin: 0;
	color: #222;
	font-weight: normal;
	font-size: 110%;
}

dl.wedding_sections dd {
	margin: 0 0 10px 0;
}


a.wedding_reel_button {
background:transparent url('/assets/images/weddings/watch-wedding-video-button-01.png') no-repeat;
width: 264px;
height: 59px;
text-indent: -9999px;
display: block;
}

