/* ---- tinsims.com - main style sheet ----- */

*
{
	margin: 0;
	padding: 0;
}


body
{
	background: #ad3a23 url(../_images/bg.jpg) top center repeat-x;
	color: #4c4c4d;
	font-family: "Myriad Pro", Myriad, Verdana, sans-serif;
	font-size: 11px;
}


a:link,
a:visited
{
	color: #912a16;
	text-decoration: none;
}


a:hover,
a:active
{
	color: #912a16;
	text-decoration: underline;
}


h1 {
	background: url(../_images/logo.gif) no-repeat;
	color: #912a16;
	height: 159px;
	line-height: .75em;
	font-family: Georgia, serif;
	font-size: 7.75em;
	font-weight: normal;
	left: 17px;
	position: absolute;
	top: -10px;
	text-transform: uppercase;
	width: 209px;
}

h1 a
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 159px 0 0;
}


h2 {
	font-size: 1.27em;
	font-weight: normal;
	padding: 0 0 1.75em;
}

input[type="text"],
textarea
{
	border: 2px inset #ccc;
}


img
{
	border: 0;
}


p
{
	padding: 0 0 1em;
}





.wrapper
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background: #842310;
	margin: 44px auto;
	padding: 6px;
	width: 924px;
}


.header
{
	background: #fff url(../_images/header-bg.gif) 424px 0 no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 169px;
	position: relative;
}


#nav
{
	font-size: 1.5em;
	line-height: 1em;
	padding: 78px 0 0 358px;
	text-transform: lowercase;
}

#nav li
{
	display: inline;
	float: left;
	font-family: "Avenir Light", "Myriad Pro", Myriad, Verdana, sans-serif;
	letter-spacing: .1em;
	padding: 0 .7em 0 0;
	list-style-type: none;
}

#nav a:link,
#nav a:visited
{
	color: #4c4c4d;
}

#nav a:hover,
#nav a:active
{
	color: #912a16;
	text-decoration: none;
}

#nav a:before
{
	color: #4c4c4d;
	content: '.';
	letter-spacing: .7em;
}

#nav li:first-child a:before
{
	content: '';
	letter-spacing: 0;
}

#nav strong a:link,
#nav strong a:visited
{
	color: #912a16;
	font-weight: normal;
}




#contents
{
	padding: 1px 0 0;
}




.portfolio
{
	overflow: auto;
	width: 925px; /* deliberately one pixel too wide so images don't wrap early */
}

.portfolio li
{
	display: block;
	line-height: 0;
	margin: 0 1px 1px 0;
	float: left;
}

.portfolio_full
{
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 28px 35px 40px;
	position: relative;
}

.portfolio_full img
{
	display: block;
	margin: 0 auto;
}

.portfolio_full_close
{
	background: url(../_images/close.gif) no-repeat;
	height: 35px;
	position: absolute;
	right: 12px;
	top: 15px;
	width: 35px;
}

.portfolio_full_close a
{
	display: block;
	height: 0;
	overflow: hidden;
	padding: 100% 0 0;
}




.me
{
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.4em;
	overflow: auto;
	padding: 25px 10px 40px 35px;
	position: relative;
}

.me h2
{
	padding-bottom: 1em;
	text-transform: lowercase;
}

.me h2:after
{
	content: '.';
}

.about
{
	float: left;
	width: 40%;
}

.contact
{
	float: left;
	padding: 0 0 0 5%;
	width: 50%;
}

.contact label
{
	float: left;
	display: block;
	padding: 0 0 1em;
	text-align: right;
	width: 50%;
}

.contact input[type="text"]
{
	margin: 0 0 0 1em;
	width: 14em;
}

.contact textarea
{
	height: 150px;
	margin: 0 0 1em;
	width: 99%;
}

label.submit
{
	padding: 0;
	width: 100%;
}
