/*Jason's CSS super-cool!*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------- end reset --------------------------------------------------------------------------------------------------------*/


body {
	background-color:#1b1b1b;
	background-image:url(../images/header-img.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:'lucida sans',sans-serif;
	font-size:90%;
}

input {
	margin:15px;
	font-size:16px;
	font-family:'lucida sans',sans-serif;
}

p{
	margin-bottom:10px;
	line-height:18px;
}

h1{
	font-size: 36px;
	margin-bottom:10px;
}

#page-container{
    width:984px;
    margin-left:auto;
    margin-right:auto;
}

#header{
    height:100px;
    position:relative;
    top:0px;
    overflow:visible;
}

/*--= navigation =-----------------*/
#nav{
    height:35px;
    width:984px;
    position:absolute;
    top:65px;
    background:transparent;
    background-image:url(../images/tabs-sprite.png);
    background-repeat:no-repeat;
}

#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 0;
}
    
#nav li, #nav a {
    height:35px;
    display: block;
}

#home {
    left:0px;
    width:140px;
}

#home a:hover{
    background-image:url(../images/arrow.gif);
    background-position:45% 100%;
    background-repeat: no-repeat;
}

#home.selected {
    background:url(../images/tabs-sprite.png) 0 -35px no-repeat;
}

#about {
    left:110px;
    width:140px;
}

#about a:hover{
    background-image:url(../images/arrow.gif);
    background-position:45% 100%;
    background-repeat: no-repeat;
}

#about.selected{
    background:url(../images/tabs-sprite.png) -110px -70px no-repeat;
}

#work {
    left:220px;
    width:145px;
}

#work a:hover{
	background-image:url(../images/arrow.gif);
	background-position:45% 100%;
	background-repeat: no-repeat;
}

#contact {
    left:335px;
    width:120px;
}

#contact a:hover{
	background-image:url(../images/arrow.gif);
	background-position:45% 100%;
	background-repeat: no-repeat;
}


/*--= end navigation =-----------------*/
#main-content{
    width:2000px;
    height:620px;
    background-color:#1b1b1b;
    background-image:url(../images/banner-img.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    position:relative;
    top:0px;
    left:-1020px;
    padding:0px 510px;
}


#frame {
    width:984px;
    height:440px;
    background-image:url(../images/frame.png);
    background-repeat:no-repeat;
    position:relative;
    left:510px;
    top:180px;
    overflow:hidden;
}

.prev {
	background-image:url(../images/prev-img.png);
	background-repeat:no-repeat;
	width:112px;
	height:85px;
	position:absolute;
	top:165px;
	left:-25px;
}

.next {
	background-image:url(../images/next-img.png);
	background-repeat:no-repeat;
	width:112px;
	height:85px;
	position:absolute;
	top:165px;
	left:901px;
	z-index:500;
}

#slideshow-wrapper{
    height:311px;
    width:870px;
    /*margin:45px 57px;*/
    position:absolute;
    top:45px;
    left:57px;
    overflow:hidden;
}

.slideshow-text{
    color:#ffffff;
    font-size:36px;
}

#sub-content{
    height:330px;
    position:relative;
    top:0px;
}

#footer{
    height:80px;
    position:relative;
    top:0px;
}

#aboutMe, #myWork, #contactMe {
	display:none;
	cursor: default;
	padding:10px;
}

#aboutMe li, #myWork li, #contactMe li{
	list-style:circle;
	list-style-position:outside;
	padding:3px;
	margin-left:15px;
}
