@import url(base.css);

/* - - - - - - - - - - general - - - - - - - - - -  */

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /*background: url('../_images/vertical_line.gif') repeat-y top center;*/
    min-width: 1024px;
    text-align: center;
}

body {
    background: url('../_images/home/bg.jpg') no-repeat 50% top;
    background-color: #9DA395;
}

div#header {
    background-color: #9DA395;
}

div#line_holder {
    background: url('../_images/bg_line.gif') repeat-y 50% top;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

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

#honeypot {
	position: absolute;
	left: -4000px;
	height: 1px;
	width: 1px;
	visibility: hidden;
}




/* - - - - - - - - - - header - - - - - - - - - -  */

#header {
    height: 36px;
    border-bottom: 2px solid #fff;
    padding: 23px 0 0 0;
}

#head_holder {
    margin: 0 auto;
    width: 1024px;
    padding: 0;
	font-size: 11px;
}

#logo {
    margin: 0 0 0 71px;
}
#header .left {
    float: left;
    width: 512px;
}
#header .right {
    width: 453px;
    padding: 13px 59px 0 0;
    margin: 0;
    float: left;
    text-align: right;
}





/* - - - - - - - - - - primary content - - - - - - - - - -  */

#content_wrapper {
    position: relative;
    margin: 0 auto;
    width: 1024px;
}

#primary_content {
    float: left;
    width: 823px;
    min-height: 330px;
    padding: 22px 0;
}
div#general {
    margin: 0 20px;
}

#gallery {
    float: left;
    width: 480px;
}
#gallery_image {
    text-align: right;
    width: 480px;
    height: 350px;
}
#preview {
    float: right;
    width: 480px;
    height: 350px;
}
.TallPic, .WidePic {
    position: absolute;
    bottom: -372px;
    right: 59px;
    border: 1px solid #DADADA;
}

#gallery_nav {
    padding: 5px 0 0 0;
    text-align: right;
}

#primary_content #gallery_nav a,
#primary_content #gallery_nav a:hover,
#primary_content #project_thumbnails a,
#primary_content #project_thumbnails a:hover,
#primary_content .InTheWorksSection a,
#primary_content .InTheWorksSection a:hover,
#primary_content #project_nav a,
#primary_content #project_nav a:hover {
	border: none;
}

#btn01, #btn02, #btn03, #btn04, #btn05, #btn06, #btn07, #btn08, #btn09, #btn10, #btn11, #btn12, #btn13, #btn14, #btn15, #btn16, #btn17, #btn18, #btn19, #btn20 {
    padding: 3px 6px 2px 6px;
    background: #666;
    font-size: 11px;
    font-weight: bold;
    color: #DEDEDE;
}

#btn01:hover, #btn02:hover, #btn03:hover, #btn04:hover, #btn05:hover, #btn06:hover, #btn07:hover, #btn08:hover, #btn09:hover, #btn10:hover, #btn11:hover, #btn12:hover, #btn13:hover, #btn14:hover, #btn15:hover, #btn16:hover, #btn17:hover, #btn18:hover, #btn19:hover, #btn20:hover {
    background: #555;
}

#projects_text {
    float: left;
    width: 222px;
    padding: 0 10px 0 20px;
}

#project_thumbnails {
    text-align: right;
    padding: 30px 7px 0 0;
    width: 564px;
    float: left;
}
#project_thumbnails a {
    margin: 0 11px 22px 11px;
    display: block;
    float: left;
}

#project_thumbnails a {
	
}

#project_thumbnails img {
    width: 70px;
    height: 70px;
}

#project_thumbnails a:link img, #project_thumbnails a:visited img {
    border: 1px solid #D9D9D9;
}

#project_thumbnails a:hover img, #project_thumbnails a:active img {
    border: 1px solid #fff;
}

/*
#project_thumbnails a.Last:link img, #project_thumbnails a.Last:visited img {
    margin: 3px 0 5px 3px;
    border: 1px solid #fff;
    border-width: 1px 0 1px 1px;
}

#project_thumbnails a.Last:hover img, #project_thumbnails a.Last:active img {
    margin: 0 0 2px 0;
    border: 4px solid #fff;
    border-width: 4px 0 4px 4px;
}
*/

#project_thumbnails a:link span, 
#project_thumbnails a:visited span {
    display: none;
}

#project_thumbnails a:hover span, 
#project_thumbnails a:active span {
    display: inline;
    position: absolute;
    top: 22px;
    left: 424px;
}

#includes_gallery h1, #includes_gallery p {
    margin: 0;
}
#includes_gallery p {
    padding: 10px 0 0 0;
}
#includes_gallery p.list {
    padding: 0;
}

#includes_gallery h1 {
    padding: 18px 0 0 0;
}

#includes_gallery {
    margin: 0;
    padding: 0 20px;
    width: 284px;
    float: left;
/*    text-align: right; */
}

#green_text {
    float: left;
    width: 414px;
    padding: 0 20px;
    min-height: 100px;
}
#green_text p {
    margin-bottom: 20px;
}
#green_text h2 {
    color:#333333;
    font-size:12px;
    font-weight:bold;
    margin:0 0 18px;
}
#green_text a {
    color: #fff;
    border-bottom: solid 1px #D5C973;
}
#green_text a:hover {
    border-bottom: solid 1px #FFF;
}
#green_text ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
#green_text ul li {
    padding: 0 0 0 7px;
    margin: 0 0 18px 0;
    background: url('../_images/li.gif') left 8px no-repeat;
    list-style-type: none;
    list-style-position: inside;
}
#photo {
    width: 350px;
    float: left;
    padding: 0 19px 0 0;
    margin: 0;
}
#photo img {
    border: solid 1px #D9D9D9;
}

#project_nav, #green_nav {
    clear: left;
}
#project_nav a, #project_nav div#pagination, #green_nav a, #green_nav div#pagination {
    float: left;
    display: block;
    padding: 0;
}
#project_nav a.Back {
    width: 166px;
}
#project_nav div#pagination, #green_nav div#pagination {
    width: 118px;
    text-align: right;
}
#project_nav div#pagination a, #green_nav div#pagination a {
    float: none;
    display: inline;
    border-bottom: none;
}
div#pagination span, #green_nav span {
    padding: 0 8px;
}
#green_nav {
    width: 414px;
    padding: 0 0 18px 0;
}
#green_nav a.Back {
    width: 207px;
    border-bottom: none;
}
#green_nav div#pagination {
    width: 207px;
}

#slideshow_text {
    float: left;
    width: 284px;
    padding: 0 20px;
    min-height: 100px;
}
div#slideshow {
    float: left;
    margin: 0;
   /* border: 1px solid #CED0CB;*/
    /* border-width: 1px 1px 0 1px; */
    width: 478px;
    height: 346px;
}

div#slideshow p {
    margin: 15px;
}

ul.Sections,
ul.Sections li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.Sections li {
	padding: 0 0 15px 0;
}

ul.Sections {
	margin-top: 20px;
}




/* - - - - - - - - - - secondary content - - - - - - - - - -  */






/* - - - - - - - - - - footer - - - - - - - - - -  */

div#footer {
    height: 0;
    margin: -28px auto 0 auto;
    padding: 0 59px 8px 0;
    position: relative;
    text-align: right;
    width: 965px;
}
div#footer a {
    padding: 0 0 0 10px;
}


/* - - - - - - - - - - primary navigation - - - - - - - - - -  */

#nav {
    float: left;
    margin: 8px 0 0 0;
    width: 161px;
    opacity: 0.99999;  /* sweet firefox antialiasing bug, batman */
}

#nav ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
}

#nav ul li {
    margin: 0;
    padding: 1px 0;
    text-align: right;
}

#nav ul li a, #nav ul li span {
    display: block;
    padding: 0 24px 0 0;
    margin: 0;
}
#nav ul li.break {
    background: url('../_images/break.gif') 109px 28px no-repeat;
    padding-bottom: 16px;
}

#nav ul li.Current a {
    border-right: solid 3px #fff;
    padding-right: 21px;
}

#nav ul#nav_projects {
    position: relative;
    margin: 20px 0 18px 0;
    padding: 6px 0 4px 0;
    /*background: url(../_images/projects_underline.gif) no-repeat bottom left;*/
}

#nav ul#nav_projects li.Title {
    position: absolute;
    top: -14px;
    left: 0;
    width: 95px;
    padding: 2px 6px 2px 0;
    text-align: left;
    background: url(../_images/projects_underline.gif) no-repeat 0 16px;
}

#nav ul#nav_projects li.Bar {
    margin: 0 15px -5px 0;
    padding-right: 0;
    background: url(../_images/projects_underline.gif) no-repeat 0 3px;
    line-height: 4px;
}

/*#nav ul#nav_projects li.Last a:hover {
    margin-right: 0;
    padding-right: 15px;
}*/





/* - - - - - - - - - - secondary navigation - - - - - - - - - -  */






/* - - - - - - - - - - general typography - - - - - - - - - -  */

body {
    font-size: 13px;
    color: #333;
    font-family: helvetica, arial, sans-serif;
    line-height: 19px;
}

a:link, a:visited, #nav li span {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}
#nav a:link, #nav a:visited, #nav li span {
    color: #444;
    font-size: 11px;
}
#nav li span {
    font-style: italic;
    font-weight: normal;
}

a:hover { color: #fff; }

a:active { color: #fff }

body * {
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin: 10px 0 20px 0;
}

h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 10px; }
h6 { font-size: 8px; }





/* - - - - - - - - - - header typography - - - - - - - - - -  */






/* - - - - - - - - - - primary content typography - - - - - - - - - -  */

h1 {
    margin: 0 0 12px 0;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

h2 {
    margin: 0 0 12px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}
#green_text h1 {
    margin: 0 0 18px 0;
}

#primary_content p {
    color: #333333;
}

#primary_content a {
    color: #fff;
    border-bottom: solid 1px #D5C973;
}
#primary_content a:hover {
    border-bottom: solid 1px #FFF;
}

#project_thumbnails a:link span, #project_thumbnails a:visited span {
    color: #fff;
    font-weight: bold;
}

#project_nav, #green_nav, #project_nav a:link, #project_nav a:visited  {
    color: #fff;
}
#project_nav a:hover, #project_nav a:active {
    color: #000;
}




/* - - - - - - - - - - secondary content typography - - - - - - - - - -  */






/* - - - - - - - - - - footer typography - - - - - - - - - -  */

span#site_credit {
    color: #333;
}
div#footer, #site_credit a:link, #site_credit a:visited {
    font-size: 11px;
    color: #333;
}
#site_credit a:link, #site_credit a:visited {
    text-decoration: none;
    font-weight: normal;
}

#site_credit a:hover,
#site_credit a:active { color: #222; }


/* - - - - - - - - - - navigation typography - - - - - - - - - -  */

#nav li {
    color: #333333;
}

#nav li a {
    color: #333333;
}

#nav li:hover a, #nav li.current a {
    color: #fff;
}

#nav li ul li a, #nav li:hover ul li a, #nav li.current ul li a {
    color: #999;
}

#nav li ul li:hover a, #nav li.current ul li.current a {
    color: #fff;
}

#nav ul li.Current a {
    color: #fff;
}








.hrClear {
    clear:both;
    display:block;
    height:0;
    margin:0;
    padding:0;
    width:100%;
}
.hrClear hr {
    display:none;
    height:0;
    margin:0;
    padding:0;
    visibility:hidden;
    width:100%;
}