/*
	Jimi Tux Portfolio V2
*/

/*
	GLOBAL RESET
	Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui
*/

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

/*
	Global reset-RESET
	The below restores some sensible defaults
*/
strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

* a {								/* Gets links displaying over a PNG background */
	position:relative;
}
a img {							/* Gets rid of IE's blue borders */
	border:none;
}

/*
	UTILITY
*/
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.hide {
    display: none;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

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

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #DDD;
	background: #000 url(../images/bg.jpg) top center no-repeat;
}

h1 {
	width: 202px;
	height: 55px;
	text-indent: -9999px;
	background: transparent url(../images/logo.png) left top no-repeat;
	margin: 27px 0 -82px 30px;
}

h1 a {
	display: block;
	width: 202px;
	height: 55px;
}

h1 a:hover {
	background: transparent url(../images/logo.png) left bottom no-repeat;
}

h2 {
	font-family: Georgia, serif;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	margin: 0.75em 0 0.75em 0;
	color: #00FFFF;	
}

h3 {
	font-family: Georgia, serif;
	font-size: 2em;
	line-height: 1em;
	font-weight: normal;
	margin: 1em 0 0.75em 0;
	color: #00FFFF;	
}

h4 {
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: normal;
	margin: 1em 0 0.75em 0;
	color: #00FFFF;	
}

a:link, a:visited {
	color: #00FFFF;
}

a:hover {
	text-decoration: underline;
}

acronym {
	text-transform: lowercase;
	font-variant: small-caps;
	border-bottom: 1px dotted #DDD;
	cursor: help;
}

.amp {
	font-family: "Adobe Caslon Pro", Baskerville, "Palatino Linotype", Georgia, serif;
	font-style: italic;
	font-size: 16px;
}

/* Structure
----------------------------------------------------------------------------------------------------*/

#wrapper {
    width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#slider {
    width: 800px;
	margin: 0 auto;
    position: relative;
}

.scroll {
    height: 440px;
    width: 800px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
	top: 50px;
    clear: left;
}

.scrollContainer div.panel {
    height: 440px;
    width: 740px;
	padding: 0 30px;
}

#footer {
	text-align: center;
	margin: 220px 0 0 0;
}

.indent {
	padding-left: 30px;
}

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

ul.navigation {
    margin: 70px 0 0 0;
}

ul.navigation li {
    display: inline;
	text-indent: -9999px;
}

ul.navigation a {
    display: block;
	float: left;
	width: 200px;
	height: 80px;
}

ul.navigation a.works {
    background: transparent url(../images/nav.png) top left no-repeat;
}

ul.navigation a.about {
    background: transparent url(../images/nav.png) top center no-repeat;
}

ul.navigation a.templates {
    background: transparent url(../images/nav.png) top right no-repeat;
}

ul.navigation a.works:hover {
    background: transparent url(../images/nav.png) 0px -81px no-repeat;
}

ul.navigation a.about:hover {
    background: transparent url(../images/nav.png) center -81px no-repeat;
}

ul.navigation a.templates:hover {
    background: transparent url(../images/nav.png) right -81px no-repeat;
}

ul.navigation a.works.selected {
    background: transparent url(../images/nav.png) 0px -81px no-repeat;
}

ul.navigation a.about.selected {
    background: transparent url(../images/nav.png) center -81px no-repeat;
}

ul.navigation a.templates.selected {
    background: transparent url(../images/nav.png) right -81px no-repeat;
}

ul.navigation a:focus {
    outline: none;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/

.scrollButtons {
    position: absolute;
    top: 362px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -60px;
}

.scrollButtons.right {
    right: -60px;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

ul.gallery {
	margin: 0 auto;
}

ul.gallery li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.gallery li img {
	border: 1px solid #555;
	margin: 0 0 23px 24px;
}

/* About me
----------------------------------------------------------------------------------------------------*/

.polaroid {
	float: left;
	border: 1px solid #555;
	margin: 0 2em 0.5em 0;
}

ul.social {
	margin: 0 0 0 20px;
}

ul.social li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.social li img {
	margin-left: 10px;
}

/* Templates
----------------------------------------------------------------------------------------------------*/

ul.splinder {
	margin: 0 auto;
}

ul.splinder li {
	float: left;
	margin: 0 0 27px 24px;
	padding: 0;
}

ul.splinder li img {
	border: 1px solid #555;
}

.template-footer {
	text-align: center;
	font-size: 10px;
	margin-top: -4px;
}

/* Zoom icon
----------------------------------------------------------------------------------------------------*/

ul.gallery a.preview span {
	display: none;
	background: transparent url(../images/zoom.png) top left no-repeat;
	width: 29px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 35px;
}

ul.splinder a.preview span {
	display: none;
	background: transparent url(../images/zoom.png) top left no-repeat;
	width: 29px;
	height: 30px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}