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

Thewmatt Design
design.thewmatt.com

Author(s): Matt Wetzler, thewmatt.com

Created: 12/2009

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

* {
	margin: 0;
	padding: 0;
	}
html, body, div, h1, p, form, input, textarea, select {
	font: 16px/16px "Times New Roman",Times,serif;
	color: #505050;
	}
body {
	background: #303030;
	}
a {
	color: #777;
	text-decoration: none;
	}
a:hover {
	color: #999;
	}
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;
		}


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

h1 {
	font-size: 36px;
	font-weight: normal;
	color: #555;
	margin: 18px 0;
	}
h2 {
	font-size: 21px;
	font-weight: normal;
	color: #555;
	margin: 18px 0 -6px 0;
	}

p {
	margin-bottom: 12px;
	}

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


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

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


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

.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.fortevc #fortevc,
body.phi #phi,
body.medair #medair,
body.ltc #ltc {
	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: 18px;
		color: #666;
		margin-bottom: 18px;
		}
#project-images {
	float: right;
	width: 524px;
	}
	#project-images img {
		border: 12px solid #888;
		margin-bottom: 24px;
		}

#project-images-web {
	float: right;
	width: 524px;
	}
	#project-images-web img {
		border: none;
		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: #999;
				}
	#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: #666;
	margin-bottom: 8px;
	}

input, textarea {
	background: #555;
	color: #999;
	border: 1px solid #666;
	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 {
	float: right;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	margin: 21px 0;
	}
	#footer p {
		font-size: 12px;
		margin: 0;
		padding-bottom: 18px;
		}