/* ---------------------------------------------------------

Thewmatt Photography
photography.thewmatt.com

Author(s): Matt Wetzler, thewmatt.com

Created: 07/2011

------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
	}
html, body, div, h1, h2, h3, p, form, input, textarea, select {
	font: 12px/18px georgia,"Times New Roman",Times,serif;
	color: #696A6D;
	}
h1, h2, h3 {
	color: #696A6D;
	}
body {
	background: #eee;
	height:100%;
	}
a {
	color: #696A6D;
	text-decoration: none;
	}
a:hover {
	color: #000;
	}
img {
	border: none;
	}
.center {
	text-align: center;
	}
.clear {
	clear: both;
	}

ul {
	list-style: none;
}

.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
	/* hide from Mac IE 5 \*/
	.imgswap { overflow: hidden; }
	/* End Mac IE 5 hack */


/* TYPOGRAPHY
------------------------------------------------------------------------------------------ */

h2 {
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	}
h3 {
	font-size: 16px;
	line-height: 18px;
	}

p {
	margin-bottom: 18px;
	}

.intro {
	font-size: 25px;
	line-height: 28px;
	margin-bottom: 18px;
	}


/* BASIC STRUCTURE
------------------------------------------------------------------------------------------ */

#wrapper {
	width: 940px;
	margin: 24px auto;
	display: block;
	}

#content-area {
	margin: 24px 0;
	}
	#content-primary {
		float: left;
		width: 700px;
		}
		#content-primary h2 {
		margin-bottom: 6px;
		}
		#content-primary p {
		font-size: 16px;
		line-height: 24px;
		}
		#content-primary a {
			font-weight: bold;
		}

#sidebar {
	float: right;
	width: 220px;
	}
	#sidebar ul {
		margin-bottom: 24px;
		}

.bucket {
	float: left;
	width: 160px;
	}
.bucket-small {
	float: left;
	width: 100px;
	}


/* BACKGROUND
------------------------------------------------------------------------------------------ */

#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(/images/progress.gif) no-repeat center center;}

#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
	#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
		#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
		#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
	
	#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
	#supersized a { width:100%; height:100%; display:block; }
		#supersized li.prevslide { z-index:-20; }
		#supersized li.activeslide { z-index:-10; }
		#supersized li.image-loading { background:#111 url(/images/progress.gif) no-repeat center center; width:100%; height:100%; }
			#supersized li.image-loading img{ visibility:hidden; }
		#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }


/* MASTHEAD
------------------------------------------------------------------------------------------ */

#masthead {
	width: 940px;
	margin-bottom: 24px;
	}
	#masthead .bucket,
	#masthead .bucket-small {
		margin-left: 20px;
		}

#logo {
	float: left;
	}

#masthead h2 {
	text-shadow: #eee 1px 1px 0;
	}
#masthead ul li {
	font-size: 13px;
	line-height: 18px;
	text-shadow: #eee 1px 1px 0;
	}


/* NAVIGATION
------------------------------------------------------------------------------------------ */

#mainnav {
	position: relative;
	float: right;
	width: 720px;
	margin-top: 31px;
	}
	body.about #nav-about,
	body.portfolio #nav-portfolio,
	body.music #nav-music,
	body.travel #nav-travel,
	body.people #nav-people,
	body.weddings #nav-weddings,
	body.contact #nav-contact {
		color: #000;
		}

/* FORM
------------------------------------------------------------------------------------------ */
label {
	color: #666;
	margin-bottom: 8px;
	}

input, textarea {
	background: #ccc;
	color: #505050;
	border: 1px solid #505050;
	padding: 4px 2px;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;
	}
	textarea {
		width: 100%;
		}

.small-form-el {
	float: left;
	width: 220px;
	margin: 12px 18px 12px 0;
	}

.large-form-el {
	float: right;
	width: 440px;
	margin: 12px 20px 12px 0;
	}

#reset_button,
#submit_button {
	float: right;
	padding: 6px;
	margin-left: 12px;
	margin-right: 14px;
	cursor: pointer;
	}


/* FOOTER
------------------------------------------------------------------------------------------ */

#footer {
	margin: 12px 0;
	}
	#footer p {
		flat: left;
		font-size: 11px;
		line-height: 17px;
		text-align: left;
		}
	#footer a {
		color: #696A6D;
		}
		#footer a:hover {
			color: #000;
			}

body.home #footer {
	position: absolute;
	bottom: 12px;
	width: 600px;
	}

.fb-like {
	float: left;
	}


/* 404 AND FORM THANK YOU
------------------------------------------------------------------------------------------ */
#interstitial {
	margin: 36px 40%;
	width: 160px;
	}
	#interstitial h1 {
		margin-top: 18px;
		}
	#interstitial p {
		margin-top: 6px;
		}


/* MEDIA QUERIES
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
	#masthead {
		width: auto;
		}
	#wrapper {
		padding: 0 24px;
		width: auto;
		}
	#logo,
	#mainnav, 
	#mainnav .bucket,
	#mainnav .bucket-small {
		float: none;
		width: auto;
		}
	#mainnav .bucket,
	#mainnav .bucket-small {
		margin-left: 0;
		margin-bottom: 18px;
		}
	#masthead h2 {
		font-size: 32px;
		line-height: 36px;
		}
	#masthead ul li  {
		font-size: 24px;
		line-height: 32px;
		}
	#content-primary {
		width: auto;
		}
	#content-primary .small-form-el {
		float: none;
		width: auto;
		}
	#content-primary .large-form-el {
		float: none;
		width: auto;
		}
	#reset_button,
	#submit_button {
		float: none;
		margin-bottom: 12px;
		}
	body.home #footer {
		position: relative;
		bottom: 12px;
		}
	}
