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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


* {
  margin:   0;
  padding:  0;
}

.ie * { overflow-x: hidden; }

body {
  color:        #fff;
  background:   #000;
  font-family:  helvetica, arial, verdana, sans-serif;
  font-size:    11px;
  line-height:  24px;
  overflow-x:   hidden;
}
  .win.gecko body,
  .win.webkit body,
  .ie body { font-weight: bold; }

a:link { text-decoration: none; color: #fff; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; color: #fff; }

h1 { font-size: 2.5em; margin-bottom: 1em; }
#header { text-align: center; }

#footer {
  position:   relative;
  color:      #555;
  text-align: center;
  width:      1000px;
  margin:     0 auto;
  margin-top: 65px;
  clear:      both;
  font-size:  0.8em;
}
  .ie #footer,
  .win.gecko #footer,
  .win.webkit #footer { color: #999; }

.copyright {
  float:        left;
  margin-left:  54px;
}
  .ie .copyright { margin-left: 49px; }
  .gecko .copyright { margin-left: 58px; }
  .webkit .copyright { margin-left: 61px; }
  .win.gecko .copyright,
  .win.webkit .copyright { margin-left: 43px; }
.author {
  float:        right;
  margin-right: 79px;
}
  .ie .author { margin-right: 49px; }
  .gecko .author { margin-right: 74px; }
  .webkit .author { margin-right: 76px; }
  .win.gecko .author { margin-right: 56px; }
  .win.webkit .author { margin-right: 55px; }
.author a:link {
  text-decoration:  underline;
  color:            #555;
}
  .ie .author a:link { text-decoration: underline; color: #999; }
  .win.gecko .author a:link { text-decoration: underline; color: #999; }
  .win.webkit .author a:link { text-decoration: underline; color: #999; }
.author a:active { text-decoration: underline; }
  .ie .author a:active { text-decoration: underline; color: #999; }
  .win.gecko .author a:active { text-decoration: underline; color: #999; }
  .win.webkit .author a:active { text-decoration: underline; color: #999; }
.author a:visited { text-decoration: underline; color: #555; }
  .ie .author a:visited { text-decoration: underline; color: #999; }
  .win.gecko .author a:visited { text-decoration: underline; color: #999; }
  .win.webkit .author a:visited { text-decoration: underline; color: #999; }
.author a:hover { text-decoration: none; color: #fff; }
  .ie .author a:hover { text-decoration: none; color: #fff; }
  .win.gecko .author a:hover { text-decoration: none; color: #fff; }
  .win.webkit .author a:hover { text-decoration: none; color: #fff; }

#category {
  text-align: left;
  margin:     0 auto;
}

#category a { font-size: 1.3em; }

#menu {
  background-color: #000; 
  width:            1000px;
  margin:           0 auto;
}
  #menu ul {
    padding-top:    10px;
    padding-bottom: 10px;
  }
  #menu ul li {
    display:    inline;
    font-size:  1.3em;
    margin:     0px;
    border:     0px;
    padding:    0px;
  }
  #menu ul li.logo { padding: 0 25px 0 10px; }
    .ie #menu ul li.logo { padding: 0 25px 0 26px; }
    #menu ul li a {
      margin:   0px;
      padding:  10px 25px 9px 25px;
      color:    #555;
    }
    .ie #menu ul li a { color: #999; }
    .win.gecko #menu ul li a { color: #999; }
    .win.webkit #menu ul li a { color: #999; }
      #menu ul li a.selected {
        color:            #fff !important;
        text-decoration:  none;
      }
      #menu ul li a:hover {
        color:            #fff;
        text-decoration:  underline;
      }
    #menu ul li.logo a:link {
      text-decoration:  none;
      color:            #fff;
      padding:          0;
    }
    #menu ul li.logo a:visited {
      text-decoration:  none;
      color:            #fff;
      padding:          0;
    }
    #menu ul li.logo a:hover {
      text-decoration:  none;
      color:            #fff;
      padding:          0;
    }

#menu_home { border-right: solid 1px #222; }
.main_menu { border-left: solid 1px #222; }
.ie .main_menu { border-left: solid 1px #666; }
.win.gecko .main_menu { border-left: solid 1px #666; }
.win.webkit .main_menu { border-left: solid 1px #666; }

#content_container {
  width:      100%;
  height:     100%;
  overflow-y: hidden;
  overflow-x: scroll;
  opacity:    0;
}

#content {
  margin:       0 auto;
  font-size:    1em;
  color:        #fff;
  padding-top:  50px;
  width:        900px;
}
  #content.slideshow {
    width:        100000px;
    padding-top:  50px;
/*    padding-top:  25px;*/
  }
  
  #content.projects { text-align: center; }
  
  #content.biography {
    font-size:    1.5em;
    width:        700px;
    padding-top:  55px;
  }
    #content.biography p { margin-bottom: 1em; }
    #content.biography a { text-decoration:  underline; }
  #content.contact {
    font-size:  1.5em;
    width:      700px;
    text-align: center;
    padding-top:  55px;
  }
    #content.contact li { margin-bottom: 1em; }
  #content.links {
    font-size:  1.5em;
    width:      700px;
    padding-top:  55px;
  }
    #content.links li { margin-bottom: 1em; }
    #content.links p { margin-bottom: 2.5em; }
    #content.links h1 { line-height: 1; font-size: 1.5em; margin-bottom: 0.5em; }
    #content.links a { text-decoration: underline; }

.photo {
  float:            left;
  text-align:       center;
  margin-right:     50px;
  cursor:           pointer;
  background-color: #000;
}

.project {
  margin:           10px;
  font-size:        1.5em;
  background-color: #000;
  float:            left;
  width:            200px;
}

.ie #synopsis { display: none; }
  #synopsis p { margin-bottom:  1.5em; }

.category { float: left; }
  .category p { font-size: .8em; }
  .category .title {
    background-color: #000;
    font-size:        2em;
    border-bottom:    solid 1px #222;
    margin:           10px;
    padding-bottom:   10px;
  }
  .ie .category .title { border-bottom: solid 1px #666; }
  .win.gecko .category .title { border-bottom: solid 1px #666; }
  .win.webkit .category .title { border-bottom: solid 1px #666; }

.category_row { /*float: left;*/ }
  .category_row p { font-size: .8em; }
  .category_row .title {
    background-color: #000;
    font-size:        1.5em;
    border-bottom:    solid 1px #222;
    margin:  0 10px 10px 10px;
    padding-bottom:   10px;
  }
  .ie .category_row .title { border-bottom: solid 1px #666; }
  .win.gecko .category_row .title { border-bottom: solid 1px #666; }
  .win.webkit .category_row .title { border-bottom: solid 1px #666; }

#category_title .title {
  background-color: #000;
  font-size:        2.25em;
  border-bottom:    solid 1px #222;
  margin:           10px 50px 0 30px;
  padding-bottom:   10px;
}
.ie #category_title .title { border-bottom: solid 1px #666; }
.win.gecko #category_title .title { border-bottom: solid 1px #666; }
.win.webkit #category_title .title { border-bottom: solid 1px #666; }

#project_title .title {
  background-color: #000;
  font-size:        2.25em;
  border-bottom:    solid 1px #222;
  margin:           10px 55px 10px 20px;
  padding-bottom:   10px;
  width:            525px;
}
#project_title .title { border-bottom: solid 1px #666; }

.divider {
  border-top: solid 1px #FFF;
  width:      900px;
  height:     10px;
}
  
  p.caption {
    text-align:   left;
    font-size:    1.2em;
    line-height:  1.3em;
    margin:       0;
    padding:      0;
  }
    .ie p.caption { display: none; }

p.text {
  font-size:      1.3em;
  margin-bottom:  2em;
}

#loading {
  position: absolute;
  z-index:  50;
}

/*------------------IE 6-----------------*/

.ie6 div#menu
{
  position: absolute;
  top:      0px;
  left:     0px;
}
.ie6 div#next-prev
{
  position: absolute;
  top:      0px;
  right:    0px;
}

.ie6 div#menu ul { position: absolute; }


.jScrollPaneContainer {
  position: relative;
  overflow: hidden;
  z-index:  1;
}

.jScrollPaneTrack {
  position:   absolute;
  cursor:     pointer;
  right:      0;
  top:        0;
  height:     100%;
  background: #222;
}
.jScrollPaneDrag {
  position:   absolute;
  left:     0;
  background: #fff;
  cursor:     pointer;
  overflow:   hidden;
}
.jScrollPaneDragTop {
  position: absolute;
  top:      0;
  left:     0;
  overflow: hidden;
}
.jScrollPaneDragBottom {
  position: absolute;
  bottom:   0;
  left:     0;
  overflow: hidden;
}
a.jScrollArrowUp {
  display:      block;
  position:     absolute;
  z-index:      1;
  top:          0;
  right:        0;
  text-indent:  -2000px;
  overflow:     hidden;
  height:       9px;
}

a.jScrollArrowDown {
  display:      block;
  position:     absolute;
  z-index:      1;
  bottom:       0;
  right:        0;
  text-indent:  -2000px;
  overflow:     hidden;
  height:       9px;
}

.holder {
  float:  left;
  margin: 10px;
}

.scroll-pane {
  float:          left;
  text-align:     left;
/*  margin-right:   50px;*/
  cursor:         pointer;
  width:          575px;
  height:         410px;
  overflow:       auto;
  font-size:      1.5em;
  padding-right:  25px;
}

.wide { width: 400px; }

.super-wide { width: 700px; }

.tall { height: 400px; }