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

Thewmatt Design
design.thewmatt.com

Author(s): Matt Wetzler, thewmatt.com

Created: 10/20012

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

* {
	margin: 0;
	padding: 0;
	}
html, body, div, h1, p, form, input, textarea, select {
	font: 14px/18px "adelle-1","adelle-2","Times New Roman",Times,serif;
	color: #777;
	}
body {
	background: #303030;
	}
a {
	color: #959595;
	text-decoration: none;
	}
a:hover {
	color: #fff;
	text-decoration: underline;
	}
img {
	border: none;
	}
.center {
	text-align: center;
	}
.clear {
	clear: both;
	}
.imgswap {
	display: block;
	text-decoration: none;
	text-indent: -29999px;
	outline: none;
	}
	/* hide from Mac IE 5 \*/
	.imgswap { overflow: hidden; }
	/* End Mac IE 5 hack */


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

#wrapper {
	width: 812px;
	margin: 42px auto;
	}

#content-area {
	margin: 6px 5px;
	}
	body#portfolio-index #content-area {
		border: 1px solid #666;
		}

#tweets {
	float: right;
	width: 270px;
	height: 350px;
	margin-left: 20px;
	margin-bottom: 10px;
	}

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

h1 {
	font-size: 36px;
	line-height: 36px;
	margin: 18px 0;
	}
h2 {
	font-size: 21px;
	font-weight: normal;
	margin: 18px 0 -10px 0;
	}

p {
	margin-bottom: 12px;
	}

.intro {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 24px;
	}

.wf-loading h1, .wf-loading p {
	font-family: "adelle-1","adelle-2";
	visibility: hidden;
	}
.wf-active h1, .wf-active p {
	font-family: "adelle-1","adelle-2";
	visibility: visible;
	}


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

#masthead {
	width: 812px;
	margin-bottom: 12px;
	}
#logo {
	float: left;
	}


/* PORTFOLIO
------------------------------------------------------------------------------------------ */

#portfolio-grid {
	margin-top: 21px;
	}

.port-thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 0 21px 21px 0;
	border: 8px solid #555;
	}
	.port-thumb:hover {
		border: 8px solid #888;
		}
	.port-thumb.end {
		margin-right: 0;
		}

body.ut125 #ut125,
body.utmba #utmba,
body.utexeced #utexeced,
body.sxsw2009 #sxsw2009,
body.sxsw2010 #sxsw2010,
body.over-soul #over-soul,
body.spymuseum #spymuseum,
body.shampooch #shampooch,
body.tsds #tsds,
body.raisingtexas #raisingtexas,
body.marbridge #marbridge,
body.tinar2005 #tinar2005,
body.sdfar2012 #sdfar2012,
body.fortevc #fortevc,
body.phi #phi,
body.medair #medair,
body.ltc #ltc,
body.bca #bca,
body.amd #amd,
body.gsc #gsc,
body.bullock #bullock,
body.labelle #labelle {
	border: 8px solid #ccc;
	}

#project {
	margin-bottom: 14px;
	border-bottom: 1px solid #666;
	}
	#project h1 {
		margin-bottom: 24px;
		padding-bottom: 12px;
		border-bottom: 1px solid #666;
		}

#project-copy {
	float: left;
	width: 240px;
	margin-right: 24px;
	}
	#project-copy p {
		font-size: 14px;
		line-height: 22px;
		color: #777;
		margin-bottom: 18px;
		}
#project-images {
	float: right;
	width: 524px;
	}
	#project-images img {
		border: 12px solid #888;
		margin-bottom: 24px;
		}
	#project-images iframe {
		border: 12px solid #888;
		margin-bottom: 24px;
		}

#project-images-web {
	float: right;
	width: 524px;
	}
	#project-images-web img {
		border: none;
		margin-bottom: 24px;
		}
	#project-images-web iframe {
		border: 12px solid #888;
		margin-bottom: 24px;
		}

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

#mainnav {
	position: relative;
	float: right;
	margin: 18px 0 0 0;
	display: inline;
	width: 294px;
	height: 34px;
	list-style: none;
	z-index: 1000;
	}
	#mainnav ul {
		list-style: none;
		}
	#mainnav li {
		float: left;
		display: inline;
		margin-left: 18px;
		_width: 25px;
		}
		#mainnav li:hover,
		#mainnav li.sfhover {
			color: #999;
			background-color: #444;
			}
			body.about #nav-about,
			body.portfolio #nav-portfolio,
			body.contact #nav-contact {
				color: #fff;
				}
	#mainnav ul li a {
		height: 18px;
		}
	#mainnav li a {
		display: block;
		text-decoration: none;
		font-size: 17px;
		padding: 6px;
		}
		#mainnav li:hover ul,
		#mainnav li.sfhover ul {
			left: auto;
			}
		#mainnav li ul {
			position: absolute;
			width: 86px;
			left: -9999px;
			background-color: #444;
			margin: 0;
			}
			#mainnav li ul li {
				margin: 0;
				}
			#mainnav li ul a {
				font-size: 14px;
				line-height: 14px;
				padding: 6px;
				width: 74px;
				}
				#mainnav li ul a:hover {
					background-color: #555;
					}

/* FORM
------------------------------------------------------------------------------------------ */
label {
	color: #777;
	margin-bottom: 10px;
	}

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

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

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

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

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

#footer {
	font-size: 10px;
	line-height: 12px;
	margin: 20px 0 20px 5px;
	}
	#footer p {
		font-size: 12px;
		margin: 0;
		padding-bottom: 18px;
		}


/* SLIDES.JS STYLES
------------------------------------------------------------------------------------------ */

/* Slideshow */

#slides {
	position:relative;
	width: 782px;
	height: 380px;
	padding: 10px;
	background-color: #bbb;
	z-index:100;
	margin-bottom: 30px;
	}


/*	Slides container
	Important: Set the width of your slides container. Set to display none, prevents content flash. */

.slides_container {
	overflow: hidden;
	position: relative;
	display: none;
	}

/*	Each slide
	Important: Set the width of your slides. If height not specified height will be set by the slide content. Set to display block. */

.slides_container a {
	width: 792px;
	height: 380px;
	display:block;
	}

.slides_container a img {
	display:block;
	}

/* Next/prev buttons */

#slides .next, #slides .prev {
	position: absolute;
	top: 172px;
	display: block;
	z-index: 110;
	}

	#slides .prev {
		width: 40px;
		height: 40px;
		background: url(/images/arrow-prev.png) no-repeat 0 0;
		left: 10px;
		}
	#slides .next {
		width: 40px;
		height: 40px;
		background: url(/images/arrow-next.png) no-repeat 0 0;
		left: 752px;
		}

		#slides .next:hover, #slides .prev:hover {
			background-position: 0 -40px;
			}

/* Pagination */

.pagination {
	display: none;
	}