body {
    margin: 0;
    font: 12px verdana, helvetica, arial, verdana, sans-serif;
}

a {
    color: #007ACC;
}

a:hover {
    color: #000;
}

img {
    border: none;
    vertical-align: top;
}

h1 {
    position: absolute;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    bottom: 5px;
    left: 40px;
    color: #FFF;
}

h2 {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 15px 0;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

ul {
    list-style: square;
}

small {
    font-size: 12px;
    color: #999;
}

.relative {
    position: relative;
}

.clear {
    clear: both;
}

.graph-box {
    position: absolute;
    line-height: 1.5em;
}

.intro {
    background: #000;
    color: #FFF;
    width: 240px;
    height: 20px;
    padding: 20px;
    margin-bottom: 18px;
    cursor: pointer;
}

.intro p {
    display: none;
    margin: 0;
}

.intro:hover {
    color: #000;
    background: #39F;
}

.section .relative {
    
}

p.last {
    margin-bottom: 0;
}

#graph {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#field {
    position: absolute;
}

#graph .grid-lines {
    position: absolute;
    width: 100000px;
    height: 100000px;
    left: -50078px;
    top: -50078px;
    background: url(http://www.createaustin.com/images/bg.gif);
}

#graph.dragging .grid-lines {
    background: url(http://www.createaustin.com/images/bg-dragging.gif);
}

#nav {
    position: absolute;
    width: 100%;
    background: #000;
    z-index: 2;
    border-bottom: 3px solid #39F;
}

#nav-container {
    height: 60px;
    width: 100%;
    margin-top: -60px;
}

#nav ul {
    position: absolute;
    left: 160px;
    bottom: 0;
    margin: 0;
}

#nav li {
    display: block;
    float: left;
    list-style: none;
    margin: 0;
}

#nav ul a {
    display: block;
    color: #FFF;
    border-bottom: 3px solid transparent;
    padding: 2px 0;
    margin: 0 20px 0 0;
    text-decoration: none;
}

#nav ul a:hover {
    color: #39F;
    border-color: #39F;
}

#box-home {
    width: 279px;
    padding: 20px;
    background: #FFF;
    border: 1px solid #39F;
}

#box-help {
    width: 279px;
    height: 139px;
    padding: 20px;
    background: #FFF;
    border: 1px solid #39F;
}

#box-help h3 {
    margin-top: 0;
}

.project {
    padding-top: 4px;
    width: 320px;
}

.project img {
    border: 1px solid #39F;
}

.project a:hover img {
    border: 1px solid #C22C00;
}

.project h2 {
    float: left;
    margin: 0 0 16px 0;
    line-height: 20px;
}

.project h2.two-line {
    overflow: visible;
    width: 240px;
    margin-top: -20px;
}

.project h2 a {
    color: #000;
    text-decoration: none;
}

.project h2 a:hover {
    text-decoration: underline;
}

.project .links {
    float: right;
    line-height: 20px;
    margin-top: 1px;
}

.project p {
    background: #FFF;
    margin-left: 1px;
}

/*#box-sketches {
    top: 223px;
    left: 580px;
    
}

#box-portfolio {
    top: 363px;
    left: 580px;
}

#box-other {
    top: 363px;
    left: 580px;
}*/


.row-1 { top: 42px; }
.row-2 { top: 442px; }
.row-3 { top: 842px; }
.row-4 { top: 1242px; }
.row-5 { top: 1642px; }

.col-1 { left: 82px; }
.col-2 { left: 482px; }
.col-3 { left: 882px; }
.col-4 { left: 1282px; }
.col-5 { left: 1682px; }
.col-6 { left: 2082px; }
.col-7 { left: 2482px; }
.col-8 { left: 2882px; }

.exp-1 { top: -358px; }
.exp-2 { top: -758px; }
.exp-3 { top: -1158px; }
.exp-4 { top: -1558px; }
.exp-5 { top: -1958px; }
.exp-6 { top: -2358px; }
.exp-7 { top: -2758px; }
.exp-8 { top: -3158px; }
.exp-9 { top: -3558px; }
.exp-10 { top: -3958px; }


#me {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
    border: 3px solid #CCC;
}

#me:hover {
    border-color: #C22C00;
}

#help {
    border: 1px solid #39F;
    cursor: pointer;
}

.category {
    position: absolute;
    left: 462px;
    width: 400px;
    font-size: 11px;
    color: #C22C00;
    background: url(http://www.createaustin.com/images/arrow-down.gif) no-repeat 7px 3px;
    padding-left: 20px;
}

.category a {
    color: #C22C00;
}

.category a:hover {
    color: #000;
}

#cat-personal {
    top: 12px;
}

#cat-freelance {
    top: 412px;
}

#cat-hello {
    top: 812px;
}

#cat-other {
    top: 1212px;
}

#cat-old {
    top: 1612px;
}

#cat-experiments { background: url(http://www.createaustin.com/images/arrow-up.gif)url('(EmptyReference!)') no-repeat 7px 3px; top: 12px; left: 62px; }

form {
    z-index: 3;
    position: absolute;
    top: 2px;
    right: 2px;
}

#search {
    font: 12px verdana, sans-serif;
    border: 1px solid #9CF;
    padding: 2px;
    width: 194px;
    height: 16px;
}

#search.default {
    color: #39F;
}

#search.focused {
    border-color: #39F;
}

.autocompleter-choices {
    position: absolute;
    top: 0;
    left: 0;
    background: #FFF;
    margin: 0;
    padding: 0;
}

.autocompleter-choices li { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; list-style: none; padding: 3px 5px; margin: 0; cursor: pointer; }

.autocompleter-choices li.autocompleter-selected {
    background: #CCE5FF;
}

#graph-map {
    position: absolute;
    bottom: 2px;
    left: 2px;
    border: 1px solid #39F;
    z-index: 4;
    background: #FFF;
    width: 160px;
    height: 120px;
}

.graph-map-box {
    background: #CCC;
}

.graph-map-view {
    background: #39F;
}

.graph-map-close {
    text-decoration: none;
}

.graph-map-open:hover {
    color: #FFF;
    background: #39F;
}
