body {
    margin: 0;
    padding: 0;
    background: #3f3f3f url(../img/diagonal_bg.gif);
    font-family: Verdana;
    font-size: 10px;
    line-height: 1.15em;
	color: #c2c2c2;
	text-align: center;
    }

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

li {
    margin: 0;
    padding: 0;
    }

.image-link-list li {
    margin-bottom: 5px;
    }

ul.bulleted {
    padding-left: 1em;
    margin-left: 1em;
    padding: 0;
    list-style: circle;
    font-size: 11px;
    }
ul.bulleted li {
    line-height: 1.25em;
    margin: 0 0 8px 0;
    }

img {
    padding: 0;
    margin: 0;
    border: 0;
    }

img#header-logo {
    margin-top: 47px;
    }

img#bio-img {
    padding: 10px 0;
    border-top: 10px solid #1f1f1f;
    border-bottom: 10px solid #1f1f1f;
    }

.recent-gallery img {
    padding: 0;
    margin: 0;
    border: 0;
    }

.recent-project img {
    margin-bottom: 4px;
    }

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

.recent-gallery a:link,
.recent-gallery a:visited,
.recent-gallery a:hover,
.recent-gallery a:active {
    padding: 0;
    margin: 0 1px 5px 0;
    border: 1px solid #1f1f1f;
    display: block;
    float: left;
    }

.recent-gallery a:hover,
.recent-gallery a:active {
    border: 1px solid #eb8b0f;
    }

.recent-project a:link,
.recent-project a:visited,
.recent-project a:hover,
.recent-project a:active {
    color: #fff;
	text-decoration: none;
    }

.recent-project a:hover,
.recent-project a:active {
    color: #eb8b0f;
	text-decoration: none;
    }


ul#nav-main li a#cmyk,
ul#nav-main li a#rgb {
    margin-bottom: 4px;
    }

ul#nav-main li a {
    width: 172px;
    height: 40px;
    margin: 0;
    padding: 0;
    display: block;
    }

ul#nav-main li a#cmyk {
    background: transparent url(../img/nav_cmyk_inactive.gif) no-repeat;
    background-position: 50% -40px;
    }
    
ul#nav-main li a#cmyk:hover {
    background: transparent url(../img/nav_cmyk_inactive.gif) no-repeat;
    background-position: 50% 0;
    }

body#cmyk-project ul#nav-main li a#cmyk,
body#cmyk-portfolio ul#nav-main li a#cmyk {
    background: transparent url(../img/nav_cmyk_active.gif) no-repeat;
    background-position: 50% -40px;
    }

body#cmyk-project ul#nav-main li a#cmyk:hover,    
body#cmyk-portfolio ul#nav-main li a#cmyk:hover {
    background: transparent url(../img/nav_cmyk_active.gif) no-repeat;
    background-position: 50% 0;
    }

body#cmyk-project ul#nav-main li a#cmyk:active,
body#cmyk-portfolio ul#nav-main li a#cmyk:active {
    background: transparent url(../img/nav_cmyk_active.gif) no-repeat;
    background-position: 50% -40px;
    }

ul#nav-main li a#rgb {
    background: transparent url(../img/nav_rgb_inactive.gif) no-repeat;
    background-position: 50% -40px;
    }
    
ul#nav-main li a#rgb:hover {
    background: transparent url(../img/nav_rgb_inactive.gif) no-repeat;
    background-position: 50% 0;
    }

body#rgb-project ul#nav-main li a#rgb,
body#rgb-portfolio ul#nav-main li a#rgb {
    background: transparent url(../img/nav_rgb_active.gif) no-repeat;
    background-position: 50% -40px;
    }

body#rgb-project ul#nav-main li a#rgb:hover,    
body#rgb-portfolio ul#nav-main li a#rgb:hover {
    background: transparent url(../img/nav_rgb_active.gif) no-repeat;
    background-position: 50% 0;
    }

body#rgb-project ul#nav-main li a#rgb:active,
body#rgb-portfolio ul#nav-main li a#rgb:active {
    background: transparent url(../img/nav_rgb_active.gif) no-repeat;
    background-position: 50% -40px;
    }

.image-link-list a:link,
.image-link-list a:visited,
.image-link-list a:hover,
.image-link-list a:active {
    padding-left: 20px;
    height: 16px;
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    }

a.ek { background-image: url(../img/ek.gif); } 
a.linkedin { background-image: url(../img/linkedin.gif); } 
a.facebook { background-image: url(../img/facebook.gif); }
a.lastfm { background-image: url(../img/lastfm.gif); }
a.colourlovers { background-image: url(../img/clrlvrs.gif); }      
    
ul#meta-nav, ul#meta-nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
    }
  
ul#meta-nav li {
    width: 150px;
    padding: 0 0 2px 0;
    color: #c2c2c2;
	float: left;
	}

ul#meta-nav li ul {
    width: 150px;
    padding-top: 5px;
	position: absolute;
	left: -999em;
	}
	
ul#meta-nav li ul li {
    margin: 3px 0 0 0;
    padding: 0 0 0 20px;
    }

ul#meta-nav li:hover,
ul#meta-nav li.sfhover {
    color: #fff;
    }

ul#meta-nav li:hover ul,
ul#meta-nav li.sfhover ul {
	left: auto;
}

ul#meta-nav li ul li a {
    width: 150px;
    padding: 3px 0 2px 0;
    display: block;
    }
li.sfhover ul li a {
	color: #fff;
	}
li.sfhover ul li a:hover {
	color: #eb860f;
	}
#container {
    width: 970px;
    margin: 20px auto 0 auto;
    padding: 0;
    text-align: left;
    }
    
#header-content {
    height: 125px;
    margin: 0 0 9px 0;
    clear: both;
    }

#header-left {
    width: 240px;
    height: 125px;
    margin: 0;
    padding: 0;
    float: left;
    }


#header-center {
    width: 255px;
    margin: 30px 0 0 0;
    padding: 0;
    float: left;
    }

#header-right {
    width: 110px;
    height: 110px;
    margin: 13px 0 0 0;
    padding: 0;
    float: left;
    }

#column-content {
    clear: both;
    }

#column-left {
    width: 172px;
    padding-top: 1px;
    float: left;
    }

#column-center {
    width: 420px;
    margin: 0 12px 0 12px;
    float: left;
    }

#column-right {
    width: 250px;
    margin-top: 1px;
    float: left;
    }

body#cmyk-portfolio #column-center,
body#rgb-portfolio #column-center {
    width: 424px;
    margin: 0 10px 0 10px;
    float: left;
    }

body#cmyk-project #column-center,
body#rgb-project #column-center {
    margin: 1px 12px 0 12px;
    }

#project-number {
    width: 250px;
    height: 12px;
    margin: 5px 0 4px 0;
    text-align: left;
    background: #1f1f1f;
    }

.recent-gallery {
    margin: 0 0 5px 0;
    padding: 0;
    }

.recent-gallery-spacer {
    height: 1px;
    clear: both;
    }

.recent-project {
    margin: 0 0 15px 0;
    }

#project-number ul {
    background-image: url(../img/diagonal_bg.gif);
    float: left;
    }
#project-number ul li {
    height: 12px;
    color: #1f1f1f;
    padding-right: 8px;
    font-size: 13px;
    font-weight: bold;   
    text-align: left;
    }
    

#bio #column-right {
    padding-top: 55px;
    }
#project-thumbs ul {
    width: 136px;
    margin: 0 1px 3px 1px;
	padding-bottom: 4px;
    float: left;
    background: #1f1f1f;
    border: 1px solid #3f3f3f;
    }
#project-thumbs ul li {
	margin: 0 0 3px 7px;
	}
#project-thumbs ul li.thumb-img {
	margin: 0 0 5px 0;
	}
#project-thumbs ul:hover,
#project-thumbs ul.sfhover {
    background: #111;
    border: 1px solid #eb860f;
    }
	
#project-thumbs ul.sfhover li a {
	color: #fff;
}
#project-thumbs ul.sfhover li a:hover {
	color: #eb860f;
}

body#rgb-project #column-center img,
body#cmyk-project #column-center img {
    margin: 0 0 12px 0;
    }

a#project-prev {
    width: 110px;
    height: 110px;
    margin: 0;
    padding: 0;
    display: block;
    background: transparent url(../img/nav_project_prev.gif) no-repeat;
    background-position: 50% -110px;
    }
    
a#project-prev:hover {
    background: transparent url(../img/nav_project_prev.gif) no-repeat;
    background-position: 50% 0;
    }

a#project-next {
    width: 110px;
    height: 110px;
    margin: 0;
    padding: 0;
    display: block;
    background: transparent url(../img/nav_project_next.gif) no-repeat;
    background-position: 50% -110px;
    }
    
a#project-next:hover {
    background: transparent url(../img/nav_project_next.gif) no-repeat;
    background-position: 50% 0;
    }

a#project-launch {
    margin: 0 0 4px 0;
    padding: 0;
    width: 250px;
    height: 28px;
    background: transparent url(../img/project_launch.gif) no-repeat;
    background-position: 50% 0;
    text-indent: -9999px;
    font-size: 11px;
    display: block;
    color: #111;
    }

a#project-launch:hover,
a#project-launch:active  {
    background-position: 50% -28px;
    }

a.homepage-launch {
    margin: 0 0 4px 0;
    padding: 0;
    width: 420px;
    height: 28px;
    background: transparent url(../img/homepage_launch.gif) no-repeat;
    background-position: 50% 0;
    display: block;
    }

a.homepage-launch:hover,
a.homepage-launch:active  {
    background-position: 50% -28px;
    }

a.portfolio-launch {
    font-family: Arial;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
    color: #888;
    padding-right: 10px;
    background: transparent url(../img/view_arrow_off.gif) right center no-repeat;
    }

a.portfolio-launch:hover,
a.portfolio-launch:active {
    color: #eb8b0f;
    background: transparent url(../img/view_arrow_on.gif) right center no-repeat;
    }

a.general-launch {
    color: #fff;
    padding-right: 10px;
    background: transparent url(../img/view_arrow_off.gif) right center no-repeat;
    }

a.general-launch:hover,
a.general-launch:active {
    color: #eb8b0f;
    background: transparent url(../img/view_arrow_on.gif) right center no-repeat;
    }


ul#project-info {
    padding: 10px 10px 5px 11px;
    background: #1f1f1f;
    }

ul#project-info li {
    font-size: 10px;
    margin-bottom: 7px;
    line-height: 1.5em;
    color: #ccc;
}

/*
li#project-details {
    padding-bottom: 14px;
    background: url(../img/110x10_gray_border.gif) bottom left no-repeat;
    font-size: 11px;
    font-weight: normal;
    color: #111;
    }
     
    
li#project-details ul {
    float: none;
    color: #c2c2c2;
	font-size: 10px;
	}
	
li#project-details ul li {
    padding-bottom: 7px;
    line-height: 1.25em;
    float: none;
    }


ul#project-info li#project-details:hover,
ul#project-info li.sfhover {
    padding-bottom: 0;
    background: none;
    color: #eb8b0f;
    }

ul#project-info li#project-details:hover ul,
ul#project-info li.sfhover ul {
    position: relative;
    left: auto;
    }
*/
    
h1 {
    margin: -7px 0 5px -5px;
    padding: 0;
    font-size: 56px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1em;
    }

h2 {
    margin: 8px 0 5px -3px;
    font-size: 30px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1em;
    }
    
h3 {
    margin: 5px 0 5px -2px;
    font-size: 20px;
    font-weight: bold;
    color: #1f1f1f;
    line-height: 1em;
    }

h4 {
    margin: 5px 0 4px 0;
    padding: 10px 10px 13px 10px;
    background: #1f1f1f;
    font-size: 16px;
    font-weight: bold;
    color: #eb8b0f;
    line-height: 1em;
    }
    
.recent-project h4 {
    margin-bottom: 4px;
    }

h5, h6 {
    margin: 0 0 4px 0;
    padding: 10px 10px 13px 10px;
    background: #1f1f1f;
    font-size: 13px;
    font-weight: normal;
    color: #999;
    line-height: 1em;
    }

h6 {
    font-size: 12px;
    line-height: 1.4em;
    color: #ccc;
    }

.text-block {
    margin: 0 0 4px 0;
    padding: 10px 10px 7px 10px;
    background: #1f1f1f;
    
    }
    
a:hover h3.mailto {
    color: #eb8b0f;
    }

p {
    color: #ccc;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 11px;
    line-height: 1.35em;
    }
    
.recent-project p {
    margin: 0 0 4px 0;
    padding: 10px;
    background: #1f1f1f;
    color: #ccc;
    font-size: 11px;
    line-height: 1.4em;
    color: #888;
    }

.block {
	display: block;
	}
#cmyk-project img.right-col-border-top {
    margin-top: 5px;
    }