/*
Hot Meteor v7 / hotmeteor.com
Adam Campbell / adam@hotmeteor.com
July 2008

All Styles
*/

* {
	outline:none;
}

body {
	font-family: "lucida grande", arial, helvetica, sans-serif;
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6,
address, blockquote, ol, p, ul {
	margin: 0 0 1em;
	padding: 0;
}

button, input, select, textarea {
	font-family: "lucida grande", arial, helvetica, sans-serif;
}

/*
-----------------------------------
General Layout
-----------------------------------
*/

body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	padding: 0 20px;
	width: 900px;
}

#header {
	background: url(../img/bg-header.png) repeat-x 0 0;
	height: 150px;
	left: 0;
	padding: 15px 0 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 50;
}

#header-inner {
	background: url(../img/img-header-spade.png) no-repeat center bottom;
	height: 60px;
	margin: 0 auto;
	position: relative;
	width: 900px;
}

.content {
	height: 500px;
	padding: 160px 0 15px;
	position: relative;
	width: 100%;
}

.inner {
	margin: 0 auto;
	overflow: hidden;
	width: 700px;
	height: 450px;
}

/*
-----------------------------------
General Typography
-----------------------------------
*/

.content a {
	font-weight: bold;
	text-decoration: none;
}

.content a:link,
.content a:visited {
	border-bottom: 1px dotted #cb2020;
	color: #cb2020;
}

.content a:hover {
	border-bottom: 1px dotted #222;
	color: #222;
}

h1 {
	margin: 0;
	width: 150px;
}

	h1 a img {
		border: 0;
	}

	h1 img {
		display: block;
	}

h2 {
	color: #cb2020;
	font-size: 3.2em;
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: center;
}

h3 {
	font-size: 4em;
	line-height: 1em;
	margin: 0 0 3px;
	text-align: center;
}

h4 {
	background: url(../img/img-dotted-h.png) repeat-x 0 bottom;
	color: #aaa;
	font-size: 2.2em;
	line-height: 1em;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	text-align: center;
}

h5 {
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 10px;
	text-align: center;
}

p {
	color: #555;
	font-size: 1.2em;
	line-height: 2em;
	text-align: center;
}

p strong {
	color: #222;
	font-size: 0.95em;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}

	p.footer strong {
		font-size: 1em;
		font-weight: bold;
		letter-spacing: 0;
		text-transform: none;
	}

/*
-----------------------------------
Introduction
-----------------------------------
*/

#introduction {
	background: url(../img/bg-intro.png) no-repeat center 120px;
	height: 370px;
	padding-top: 250px;
}

#introduction .inner {
	width: 600px;
}

/*
-----------------------------------
Portfolio
-----------------------------------
*/

#print img {
	margin-top: 15px;
}

#branding img {
	margin-top: 30px;
}

.inner ul {
	margin: 0;
	padding: 0;
	width: 1000%;
}

.inner li {
	float: left;
	height: 450px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 700px;
}
	
.sidenav {
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0 !important;
	display: block;
	height: 21px;
	overflow: hidden;
	position: absolute;
	text-indent: -999em;
	top: 300px;
	width: 40px;
}

	.sidenav:link,
	.sidenav:visited {
		background-position: 0 0;
	}
	
	.sidenav:hover {
		background-position: 0 -21px;
	}
	
.prev {
	background-image: url(../img/img-prev.png);
	left: 10px;
}

.next {
	background-image: url(../img/img-next.png);
	right: 10px;
}

.port-item {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.port-item a {
	font-size: 1em;
}

.port-item img {
	display: block;
	margin: 0 auto;
}

.port-item p {
	color: #777;
	font-size: 1.1em;
	line-height: 1em;
	text-align: center;
}

/*
-----------------------------------
Navigation / Header
-----------------------------------
*/

#main-nav {
	left: 373px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
}

.navigation li {
	float: left;
	font-size: 1em;
	font-weight: bold;
	height: 16px;
	letter-spacing: 1px;
	list-style-type: none;
	margin: 0 16px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

	#nav-intro { width: 122px; }
	#nav-port { width: 85px; }
	#nav-web { width: 44px; }
	#nav-print { width: 52px; }
	#nav-branding { width: 80px; }

.navigation li a {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-decoration: none;
	text-indent: -999em;
}
	
	#nav-intro a { background-image: url(../img/nav-intro.png); }
	#nav-port a { background-image: url(../img/nav-port.png); }
	#nav-web a { background-image: url(../img/nav-web.png); }
	#nav-print a { background-image: url(../img/nav-print.png); }
	#nav-branding a { background-image: url(../img/nav-branding.png); }
	
	#nav-intro a.deactive { background-image: url(../img/nav-intro-off.png); }
	#nav-port a.deactive { background-image: url(../img/nav-port-off.png); }
	#nav-web a.deactive { background-image: url(../img/nav-web-off.png); }
	#nav-print a.deactive { background-image: url(../img/nav-print-off.png); }
	#nav-branding a.deactive { background-image: url(../img/nav-branding-off.png); }

	.navigation li a:link,
	.navigation li a:visited {
		background-position: center 0;
	}
	
	.navigation li a:hover {
		background-position: center -16px;
	}

/* Porfolio Nav */

#portfolio-nav {
	display: none;
	left: 0;
	padding: 0;
	position: fixed;
	text-align: center;
	top: 84px;
	width: 100%;
	z-index: 100;
}

#portfolio-nav-inner {
	height: 16px;
	margin: 0 auto;
	position: relative;
	width: 940px;
}

#portfolio-nav ul {
	height: 16px;
	left: 430px;
	padding: 0;
	position: absolute;
	top: 0;
	width: 276px;
}

#since {
	background: url(../img/img-header-since.png) no-repeat 0 0;
	display: block;
	height: 34px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -999em;
	top: 0;
	width: 113px;
}

/*
-----------------------------------
Footer
-----------------------------------
*/

.inner p.footer {
	color: #aaa;
	font-size: 1em;
	margin: 25px 0 0;
}

.inner p.footer a {
	border: 0;
	color: #777;
	font-weight: normal;
	text-decoration: none;
}
