/* CSS Document */

/* 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; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* 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 :''; }

/* Font Init
------------------------------------------------------------------------------------------*/

html{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 125%;
	color: #fff;
}

body{
	font-size: 50%;
	background: #000;
}


/* Tags
------------------------------------------------------------------------------------------*/
a, a:visited{
	color: #666;
	text-decoration:none;
	outline: none;
	font-weight: bold;
}

a:hover, label:hover{
	color: #c70005;
	cursor: pointer;
}

h1{
	font-size: 1.7em;
}


.fullScreen h1{
	margin: 1.5em 0px;
}

h1.heading, h2.heading{
	height: 30px;
	text-indent: -5000px;
	display: block;
	font-size: 0;
	overflow: hidden;
	margin-bottom: 15px;
}

h2.heading{
	height: 24px;
	margin-bottom: 0px;
}

#content.long h2{
	font-size: 2.6em;
}

h2{
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
}

h2 + ul, ul.class-info{
	margin-left: 1.5em;
	font-size: 1.2em;
	margin-bottom: 8px;
}

h3{
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
}

#content.long h3{
	padding: 10px 0 1px 0;
}

h3 + p, h3 + p + p, h3+div.element{
	margin-left: 1.5em;
}


h3+ul{
	font-size:1.2em;
}

#content #content-supp h3{
	background-repeat: no-repeat;
}

#content #content-supp h3 a{
	height: 18px;
	margin-bottom: 15px;
	text-indent: -5000px;
	display: block;
	font-size: 0;
	overflow: hidden;
	background-repeat: no-repeat;
}


h3.phark{
	height: 21px;
	text-indent: -5000px;
	display: block;
	font-size: 0;
	overflow: hidden;
	background-repeat: no-repeat;
}


h4{
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
}



p{
	font-size: 1.3em;
	margin: 0 3em 1.5em 0;
	line-height: 1.6em;
}

hr{
	border-style: none;
	background-image:url(../images/design/hRule.jpg);
	width: 195px;
	height: 1px;
	color: #4a4a4a;
}

ul li{
 line-height: 1.5em;
	}

/* Classes
------------------------------------------------------------------------------------------*/
.boxOut{
	height: 150px;
	width: 150px;
	padding: 10px;
	margin: 10px;
	background-color: #999;
}

.clearing{
	clear: both;
	height: 1px;
}

.first-word{
	text-indent: -5000px;
	height: 24px;
	width: 100px;
	display: block;
	font-size: 0;
	overflow: hidden;
	float: left;
	background-repeat:no-repeat;
	margin: -10px 7px -10px 0px;
}

.footerImg{
	position: absolute;
	margin: -20px 0 0 -245px;
}

.phark{
	text-indent: -5000px;
	display: block;
	font-size: 0;
	overflow: hidden;
}

.webkit .footerImg{
	left: 50%;
}

h3.toggler{
	cursor: pointer;
}

.horiz-img{
	margin: 10px 10px 100px;
}

.vert-img{
	margin: -100px 5pt 100px 10px;
}

.ie6 .vert-img{
	positiong: relative;
	z-index: 100;
	margin-top: 0px;
}

.left{
	float: left;
	margin: 0px 15px 5px 5px;
}

.right{
	float: right;
	margin-left: 10px;
}


.clear{
	clear: both;
}

ul.vcard{
	padding-top: 20px;
	font-size: 1.3em;
}

	li.org, li.fn{
		font-size: 1.15em;
		font-weight: bold;
	}
	
	li.fn{
	padding-top: 10px;
	}

/* Content Divs
------------------------------------------------------------------------------------------*/
#wrapper{
	margin: 0 auto;
	position:relative;
}

.ie6 #wrapper{
	margin-bottom: -25px;
}

#header {
	height: 165px;
	background: url(../images/design/tf_toptile.jpg) repeat-x;
	padding-top: 5px;
}

#branding{
	width: 384px;
	height: 111px;
	background-image: url(../images/select-wedding-photographers-logo.png);
	margin: 0px auto;
	background-repeat: no-repeat;
}

.ie6 #branding{
	margin-bottom: 0px;
}

	#branding h1 a{
	text-indent: -5000px;
	height: 111px;
	width: 100%;
	display: block;
	font-size: 0;
	overflow: hidden;
	}

	
#content{
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 460px;
	background-color: #000;
	padding-bottom: 25px;
}

.ie6 #content{
	padding-bottom: 0px;
	height: 460px;
	
}

#content.long{
	height: 100%;
}

	#content .bgImage{
	height: 600px;
	position: absolute;
	right: 0px;
	top: -15px;
	width: 270px;
	background-repeat: no-repeat;
	}
	
	.ie6 #content .bgImage{
		bottom: -24px;

	}

	#content-main{
	width: 50%;
	padding: 25px 10px 10px 300px;
	height: 520px;
	}
	
	.ie6 #content-main{
		height: 520px;

	}
	
	#content-main.fullScreen{
	width: 900px;
	height: auto;
	margin: 0 auto;
	padding: 1px;
	padding-bottom: 50px;
	padding-top: 15px;
	text-align: center;
	}
	
	#content-main.fullScreen img{
	text-align: 0
.;
	margin: 0 auto;
	width: auto;
	text-align: center;
	}
	
	#content-main.widecolumn, #content-wide{ /*FUCKED up specificty bug. Had to manually change some page's div name*/
		padding: 5px 0px 0 30px;
		width: 75%;
		height: auto;
	}
	
	#content-main.longcolumn, #content-longcolumn{
		width: 50%;
		padding: 25px 10px 10px 270px;
		height: auto;
		min-height: 560px;
		position: relative;
	}
	
	#content #content-supp h3{
		background-repeat: no-repeat;
	}
	
	.ie6 #content-wide {
		padding-bottom: 15px;
	}
		
	#content #content-supp{
	width: 280px;
	left: 0%;
	padding: 25px 0 10px 20px;
	background: url(../images/design/vRule.jpg) no-repeat scroll 260px 0;
	min-height: 405px;
	}
	
	.ie6 #content #content-supp{
		height: 405px;
	}
	
	#content #content-supp hr{
		margin: 15px 0 30px -20px;
	}

	.ie #content #content-supp hr{
		margin-left: -67px;
	}
	
#footer{
	clear: both;
	text-align: center;
	height: 220px;
	background: url(../images/design/bg-footer.jpg) repeat-x;
	width: 100%;
}

.ie6 #footer{
	margin-top: 24px;
	margin-bottom: -13px;
}



#disclaimer{
	background:transparent url(../images/design/footer-flair.jpg) top center no-repeat;
	width: 100%;
	height: 1px;
	padding-top: 165px;
}

#disclaimer p{
	text-align:center;
	font-size: 0.9em;
	margin: 0 140px;
	color: #949292;
	line-height: normal;
}

#disclaimer p a{
	color: #b7b4b4;
}

#disclaimer p a:hover{
	color: #c70005;
}

/* NAVIGATION 
------------------------------------------------------------------------------------------*/
#navigation{
	width:100%;
	height: 65px;
	background: transparent url(../images/nav/nav_bg.jpg) repeat-x top;
}	

ul#nav-main {
	list-style: none;
	width: 690px;
	margin: 0 auto;
	position:relative; 
	z-index: 10;
}


	ul#nav-main a {
		display: block;
		height: 14px;
	}
	
	ul#nav-main li {
		float: left;
		background-repeat: no-repeat;
		display: block;
		overflow: hidden;
		height:63px;
		text-indent: -9999px;
	}
	
	ul#nav-main li a{
		height:65px;
	}
	
	.ie ul#nav-main li {
		text-indent: -100px;
	}
	
ul#nav-supp li a,  ul#nav-supp li{
		height: 18px;
		text-indent: -5000px;
		display: block;
		font-size: 0;
		/*overflow: hidden;*/
		background-repeat: no-repeat;
	}
	
	.ie6 ul#nav-supp li a,  .ie6 ul#nav-supp li{
		text-indent: -30px;
	}
	
	.ie7 ul#nav-supp li a,  .ie7 ul#nav-supp li{
		text-indent: -1000px;
	}
	
	ul#nav-supp li{
		margin-bottom: 10px;
	}
	
	 ul#nav-supp li ul#subnav-supp{
		overflow: visible;
		text-indent: 0px;
		width: 105%;
	}
	
		ul#nav-supp li ul#subnav-supp li{
			background: transparent url(../images/design/arrow_bullet.jpg) no-repeat 0 39%;
			text-indent: 0px;
			font-size: 15px;
			overflow: visible;
			font-family: "Times New Roman", Times, serif;		
			margin-left: 10px;
			color: #c70005;
			margin-bottom:23px;
			line-height:16px;
			padding-left: 15px;
		}
		
		 ul#nav-supp li ul#subnav-supp li a{
				text-indent: 0px;
				font-size: 15px;
				overflow: visible;
				line-height: 16px;
		 }
		
		.ie6 ul#nav-supp li ul#subnav-supp li{
			margin-left: 45px;
		}
		
		.ie7 ul#nav-supp li ul#subnav-supp li{
			margin-left: 1015px;
			width: 95%;
			margin-right: -1000px;
		}
		
		 ul#nav-supp li ul#subnav-supp li a:hover{
			color:#c70005;
		}

/* FORMS
------------------------------------------------------------------------------------------*/
legend{
	display: none;
	font-family:"Times New Roman", Times, serif;
}

input, textarea{
	margin: 3px 0 10px 0px;
	padding: 2px;
}

input[type="text"]{
	width: 60%;
	background-color: #bcbcbc;
	height: 14px;
}
	
#content-supp label{
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin: 5px 2px 0px 0px;
}	

textarea{
	width: 75%;
	float: left;
	background-color: #bcbcbc;
}

/* PHARK
------------------------------------------------------------------------------------------*/

ul#nav-main li#photographers a{ width: 248px; background-image:url(../images/nav/nav-photographers-off.png); }
ul#nav-main li#photographers a:hover, ul#nav-main li#photographers{ background-image:url(../images/nav/nav-photographers-on.png); }
ul#nav-main li#view-proofs a{ width: 182px; background-image:url(../images/nav/nav-view-proofs-off.png); }
ul#nav-main li#view-proofs a:hover, ul#nav-main li#view-proofs{ background-image:url(../images/nav/nav-view-proofs-on.png); }
ul#nav-main li#contact a{ width: 161px; background-image:url(../images/nav/nav-contact-off.png); }
ul#nav-main li#contact a:hover, ul#nav-main li#contact { background-image:url(../images/nav/nav-contact-on.png); }


 h3.view-proofs a{ background-image:url(../images/words/subnav-view-proofs.jpg);	width: 102px;}
 h3.view-proofs,  h3.view-proofs a:hover { background-image:url(../images/words/subnav-view-proofs-on.jpg); }
 h3.editorial-commercial a{background-image: url(../images/words/subnav-editorial.jpg); width: 172px;}
 h3.editorial-commercial,  h3.editorial-commercial a:hover{background-image: url(../images/words/subnav-editorial-on.jpg);}
 h3.about-tim a{background-image: url(../images/words/subnav-about-tim.jpg); width: 123px;}
 h3.about-tim,  h3.about-tim a:hover{background-image: url(../images/words/subnav-about-tim-on.jpg);}
 h3.workshops a{background-image: url(../images/words/subnav-workshops.jpg); width: 98px;}
 h3.workshops,  h3.workshops a:hover{background-image: url(../images/words/subnav-workshops-on.jpg);}

h1#about-timothy{background-image:url(../images/words/about-timothy.jpg); width:177px;}
h1#contact-tim{background-image:url(../images/words/contact.jpg); width:89px; margin: 25px 0 5px 0}
h1#photographers{background-image:url(../images/words/photographers.jpg); width:124px; height: 23px}
h2#different{background-image:url(../images/words/how-are-we-different.jpg); width:201px;}
h3.for-only{background-image:url(../images/words/for-only.jpg); width: 216px; margin-top: 18px;}

.bgImage#home{width: 240px; background-image: url(../images/design/bg-home.jpg);}	
.bgImage#blogImg{width: 222px; background-image: url(../images/design/bg-blog.jpg);}
.bgImage#vendor-img{width: 222px; background-image: url(../images/design/bg-kissing-couple.jpg);}
.bgImage#portraits-img{width: 251px; background-image: url(../images/design/bg-portraits.jpg);}
.bgImage#wedding-img{background-image: url(../images/design/bg-wedding.jpg);}
.bgImage#timothy-faust{background-image: url(../images/design/bg-contact.jpg); top: 0px;}

#welcome{background-image: url(../images/words/welcome.jpg);}
#tim-faust{background-image: url(../images/words/timothy-faust.jpg); margin: 1px 5px -20px 0px;}
#nate-zander{background-image:url(../images/words/nate-zander.jpg); margin: 2px -3px -20px 0px;}
#eric-drummond{background-image:url(../images/words/eric-drummond.jpg);  width: 114px; margin: 2px 10px -20px 0px;}

/* INMAN CLEARING
------------------------------------------------------------------------------------------*/
.col { position: absolute; top: 0; left: 0;} 
.clear_children,.cc_tallest { position: relative; } 
.cc_tallest:after { content: ''; } /* PREVENTS A REDRAW BUG IN SAFARI */
