body {
	background-color: #FFF;
	}
#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}
#headimage {
	width: 940px;
}
#tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	text-align: center;
	padding-top: 20px;
	color: #000000;
	padding-bottom: 20px;
	letter-spacing: 0.05em;
}

/* NAVIGATION */

/* NAV BASE STYLES */

	#navigation2 {
	bottom: auto;
	margin-top: 13px;
	margin-bottom: 10px;
	height: 37px;
	}
	#navigation2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 37px;
	float: left;
	}
	#navigation2 li {
	float: left;
	margin-right: 62px;
	height: 37px;
	background: url(images/nav-sprite.png) no-repeat 0px 0px;
	width: 108px;
	display: block;
	}
	
	#navigation2 .blog {
	height: 37px;
	float: right;
	width: 96px;
	padding: 0px;
	margin: 0px;
	background: url(images/nav-sprite.png) no-repeat 0px -407px;
	display: block;
	}
	
/*=LIST ITEM - BACKGROUND POSITIONS*/

	#navigation2 li.home {
	background-position: 0px -222px;
	width: 116px;
	}
	#navigation2 li.portfolio {
	background-position: 0px -259px;
	width: 115px;
	}
	#navigation2 li.about {
	background-position: 0px -296px;
	width: 96px;
	}
	#navigation2 li.links {
	background-position: 0px -333px;
	width: 89px;
	}
	#navigation2 li.contact {
	background-position: 0px -370px;
	width: 118px;
	}

	/*=ANCHOR - DEFAULT BACKGROUND POSITIONS*/
	
	#navigation2 a {
	background-image: url(images/nav-sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 37px;
	width: 108px;
	text-indent: -9999pt;
	}
	
	#navigation2 li.home a {
	background-position: 0px 0px;
	width: 116px;
	}
	#navigation2 li.portfolio a {
	background-position: 0px -37px;
	width: 115px;
	}
	#navigation2 li.about a {
	background-position: 0px -74px;
	width: 96px;
	}
	#navigation2 li.links a {
	background-position: 0px -111px;
	width: 89px;
	}
	#navigation2 li.contact a {
	background-position: 0px -148px;
	width: 118px;
	}
	#navigation2 .blog a {
	background-position: 0px -185px;
	width: 96px;
	}
	/*=ANCHOR - HOVER BACKGROUND POSITIONS*/
	
	#navigation2 li.home.hover a:hover {
	background-position: 0px -222px;
	width: 108px;
	}
	#navigation2 li.portfolio.hover a:hover {
	background-position: 0px -259px;
	width: 115px;
	}
	#navigation2 li.about.hover a:hover {
	background-position: 0px -296px;
	width: 96px;
	}
	#navigation2 li.links.hover a:hover {
	background-position: 0px -333px;
	width: 89px;
	}
	#navigation2 li.contact.hover a:hover {
	background-position: 0px -370px;
	width: 118px;
	}
	#navigation2 .blog.hover a:hover {
	background-position: 0px -407px;
	width: 96px;
	}
	
	/* HOME */
	
/* FEATURED */

#featured-float {
	width: 640px;
	float: right;
}
#featured-float div {
	width: 300px;
	float:left;
	margin-left: 20px;
}
#featured-left {
	float: left;
	height: 161px;
	width: 300px;
}
#featured-left div {
	height: 161px;
	width: 300px; 
	background: url(images/featured-sprite.jpg) 0px 0px no-repeat;
	}
#featured-left div.projects {
	background-position: 0px 0px;
}
#featured-float div{
	height: 161px;
	width: 300px;
	background-color: #fff;
	background-image: url(images/featured-sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	
}
#featured-float div.artwork {
	background-position: -300px 0px;
}
#featured-float div.sketches {
	background-position: -600px 0px;
}
#featured a {
	height: 161px;
	width: 300px;
	background-image: url(images/featured-sprite.jpg);
	background-position: 0px -161px;
	text-indent: -9999px;
	display: block;
}

/*=ANCHOR - DEFAULT BACKGROUND POSITIONS*/

#featured-left div.projects a {
	background-position: 0px 161px;
	
}
#featured-float div.artwork a {
	background-position: -300px 161px;
}
#featured-float div.sketches a {
	background-position: -600px 161px;
}

/*ANCHOR - HOVER BACKGROUND POSITIONS*/

#featured-left div.projects.hover a:hover {
	background-position: 0px 0px;
	
}
#featured-float div.artwork.hover a:hover {
	background-position: -300px 0px;
}
#featured-float div.sketches.hover a:hover{
	background-position: -600px 0px;
}

/* FLOAT TEXT */

#featured-text-float {
	width: 640px;
	float: right;
}
#featured-text-float div {
	padding-left: 20px;
	width: 300px;
	float:left
}
#featured-text-left {
	float: left;
	width: 300px;
}

/* CONTENT STYLES */

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 60px;
	letter-spacing: 0.2em;
}
#pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 400;
	text-align: left;
	padding-top: 20px;
	color: #000000;
	padding-bottom: 20px;
	letter-spacing: 0.05em;
}
p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.5em;
}
img a {
	border: 0px;
}
a
{
  outline: none;
}

/* ABOUT */

#about-avatar {
	float: left;
	height: 87px;
	width: 87px;
	margin-right: 10px;
	background-image: url(images/avatar.jpg);
	margin-top: 23px;
	background-repeat: no-repeat;
}
/* SOCIAL MEDIA */

#socialmedia {
	height: 300px;
	width: 300px;
	float: right;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
}
#socialmedia ul {
	float: left;
	line-height: 2em;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.20em;
	list-style-type: none;
    color: #FFF;
}
#socialmedia ul a:link {
    color: #FFF;
	text-decoration: none;
}
#socialmedia ul a:visited {
	color: #FFF;
	text-decoration: none;
}
#socialmedia ul a:hover {
	color: #f5ac0a;
	text-decoration: none;
}
#socialmedia ul a:active {
	color: #f5ac0a;
	text-decoration: none;
}
#socialicons li {
        height: 30px;
		width: 30px;
        margin-top: 6px;
}
#socialicons {
	float: left;
	width: 80px;	
}
#about {
	float: left;
	width: 620px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #323232;
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
.foliosections {
	height: 334px;
	width: 940px;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	margin-bottom: 20px;
}
.sectionimg {
	background-color: #FFFFFF;
	height: 298px;
	padding: 8px;
	width: 660px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sectiontitle {
	background-color: #FFFFFF;
	float: left;
	height: 33px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	width: 239px;
	white-space: nowrap;
	padding-top: 5px;
}
.describesection {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 225px;
	margin-right: 14px;
	float: left;
	margin-left: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
}
.sectionthumbs {
	height: 60px;
	width: 60px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}
.sectionthumbs-left {
	height: 60px;
	width: 60px;
	float: left;
	margin-bottom: 5px;
	margin-left: 25px;
}
.pagetitle a:link {
	color: #000000;
	text-decoration: none;
}
.pagetitle a:visited {
	color: #000000;
	text-decoration: none;
}
.pagetitle a:hover {
	color: #E0DFE3;
	text-decoration: none;
}
.pagetitle a:active {
	color: #E0DFE3;
	text-decoration: none;
}
img {
	border: 0px;
}
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
	float: right;
	line-height: 2em;
}
#copyright a:link {
	color: #ee7f00;
	text-decoration: none;
}
#copyright a:visited {
	color: #ee7f00;
	text-decoration: none;
}
#copyright a:hover {
	color: #ee7f00;
	text-decoration: underline;
}
#copyright a:active {
	color: #ee7f00;
	text-decoration: underline;
}
#featured-text {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	font-weight: normal;
	height: 100px;
	margin-bottom: 0px;
	padding-top: 25px;
}
#featured-text a {
	color: #ee7f00;
}
.absolute {
	position: relative;
}
#featured-text1 {
	left: 0%;
	position: absolute;
	width: 300px;
}
#featured-text2 {
	position: absolute;
	width: 300px;
	left: 34%;
}
#featured-text3 {
	position: absolute;
	width: 300px;
	right: 0%;
}
.more {
	float: left;
	width: 210px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ee7f00;
	margin-left: 14px;
	text-align: right;
	margin-top: 4px;
}
.more a:link {
	color: #ee7f00;
	text-decoration: none;
}
.more a:visited {
	color: #ee7f00;
	text-decoration: none;
}
.more a:hover {
	color: #ee7f00;
	text-decoration: underline;
}
.more a:active {
	color: #ee7f00;
	text-decoration: underline
}
#flickr-news {
	clear: both;
	position: relative;
	width: 940px;
height: 300px;
}
#flickr {
	float: left;
	width: 30%;
	position: absolute;	
margin-left: 20px;
}
#news {
	position: absolute;
	width: 70%;
	right: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
#pageheader a:link {
	font-size: 24px;
	text-decoration: none;
	color: #000000;
}
#pageheader a:visited {
	font-size: 24px;
	text-decoration: none;
	color: #000000;
}
#pageheader a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #8a8a8a;
}
#pageheader a:active {
	font-size: 24px;
	text-decoration: none;
	color: #8a8a8a;
}
.description-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}
#internal-main {
	width: 700px;
	float: left;
}
.internal-image {
	padding: 8px;
	width: 684px;
	background-image: url(images/tile.jpg);
	margin-bottom: 20px;
	text-align: center;
}
#internal-thumbnail {
}

/* FOOTER */

#footer {
	clear: both;
	padding-top: 40px;
	padding-bottom: 200px;
}
#footerline {
	position: relative;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 123px;
	clear: both;
	width: 940px;
}
#footerline img {
	float: right;
	margin-right: 50px;
	position: absolute;
	bottom: 0px;
	height: 69px;
	width: 190px;
}
#footlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8a8a8a;
	line-height: 2em;
	letter-spacing: .2em;
	font-weight: 500;
	float: left;
}
#footlinks a:link {
	color: #8a8a8a;
	text-decoration: none;
}
#footlinks a:visited {
	color: #8a8a8a;
	text-decoration: none;
}
#footlinks a:hover {
	color: #8a8a8a;
	text-decoration: underline;
}
#footlinks a:active {
	color: #8a8a8a;
	text-decoration: underline;
}

/* TWITTER */

#twitter {
	width: 330px;
	height: 123px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	margin-right: 120px;
	background-image: url(images/twitterstatus.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position: relative;
}
#followme {
	height: 33px;
	width: 142px;
	background-image: url(images/followme.png);
	position: absolute;
	right: -105px;
	top: 44px;
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#followme a{
	height: 33px;
	width: 142px;
	background-image: url(images/followme.png);
	text-indent: -9999px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px -33px;
}
#followme a:hover{
	background-position: 0px 0px;
}
#twitter ul {
	margin: 0px;
	padding: 7px 0px 0px 25px;
	float: left;
	list-style-type: none;
	height: 69px;
	width: 230px;
}
#twitter ul a:link {
	color: #ee7f00;
	text-decoration: underline;
}
#twitter ul a:visited {
	color: #ee7f00;
	text-decoration: underline;
}
#twitter ul a:hover {
	color: #ee7f00;
	text-decoration: none;
}
#twitter ul a:active {
	color: #ee7f00;
	text-decoration: none;
}

/* LINKS PAGE */

#links ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#links ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#links ul a:link {
	color: #888;
}

#links ul a:hover {
	color: #000000;
}
#links ul a:active {
	color: #336633;
}
#link-thumbs {
	margin-top: 10px;
	width: 940px;
}

/* SPRITE TIME */

#link-thumbs div {
	display: block;
	background: url(images/links-sprite.jpg) -60px 0px no-repeat;
}

/* BACKGROUND POSITIONS */

#link-thumbs div.advertees {background-position: -60px 0px;}
#link-thumbs div.bennewman {background-position: -60px -60px;}
#link-thumbs div.blackwaterstudios {background-position: -60px -120px;}
#link-thumbs div.conceptart {background-position: -60px -180px;}
#link-thumbs div.danmumford {background-position: -60px -240px;}
#link-thumbs div.falmouth {background-position: -60px -300px;}
#link-thumbs div.gorillaartfare {background-position: -60px -360px;}
#link-thumbs div.tshirtprinting {background-position: -60px -420px;}
#link-thumbs div.savantwear {background-position: -60px -480px;}
#link-thumbs div.smashingmag {background-position: -60px -540px;}
#link-thumbs div.wesleyeggebrecht {background-position: -60px -600px;}

/* LINK POSITIONS */

#link-thumbs a {
	display: block;
	text-indent: -9000px;
	background: url(images/links-sprite.jpg) 0px 0px no-repeat;
	width: 60px;
	height: 60px;
}

#link-thumbs div.advertees a {background-position: 0px 0px;}
#link-thumbs div.bennewman a {background-position: 0px -60px;}
#link-thumbs div.blackwaterstudios a {background-position: 0px -120px;}
#link-thumbs div.conceptart a {background-position: 0px -180px;}
#link-thumbs div.danmumford a {background-position: 0px -240px;}
#link-thumbs div.falmouth a {background-position: 0px -300px;}
#link-thumbs div.gorillaartfare a {background-position: 0px -360px;}
#link-thumbs div.tshirtprinting a {background-position: 0px -420px;}
#link-thumbs div.savantwear a {background-position: 0px -480px;}
#link-thumbs div.smashingmag a {background-position: 0px -540px;}
#link-thumbs div.wesleyeggebrecht a {background-position: 0px -600px;}

/* HOVER POSITIONS */

#link-thumbs div.advertees.hover a:hover {background-position: -60px 0px;}
#link-thumbs div.bennewman.hover a:hover  {background-position: -60px -60px;}
#link-thumbs div.blackwaterstudios.hover a:hover  {background-position: -60px -120px;}
#link-thumbs div.conceptart.hover a:hover  {background-position: -60px -180px;}
#link-thumbs div.danmumford.hover a:hover  {background-position: -60px -240px;}
#link-thumbs div.falmouth.hover a:hover  {background-position: -60px -300px;}
#link-thumbs div.gorillaartfare.hover a:hover  {background-position: -60px -360px;}
#link-thumbs div.tshirtprinting.hover a:hover  {background-position: -60px -420px;}
#link-thumbs div.savantwear.hover a:hover  {background-position: -60px -480px;}
#link-thumbs div.smashingmag.hover a:hover  {background-position: -60px -540px;}
#link-thumbs div.wesleyeggebrecht.hover a:hover  {background-position: -60px -600px;}

/* END OF LINKS PAGE */

.return-to-top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}
.internalthumbs {
	height: 60px;
	width: 60px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #333333;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	padding: 5px;
}
.internalblankthumbs {
	height: 60px;
	width: 60px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
	background-color: #333333;
	background-image: url(images/inverted-tile.gif);
	background-repeat: repeat;
	padding: 5px;
}
.internal-thumb-tile {
	width: 225px;
	height: 120px;
	float: left;
	margin-left: 5px;
	background-image: url(images/inverted-tile.gif);
}
#flickr_badge { width: 300px;
}
#flickr_badge img {
	height: 75px;
	width: 75px;
	float: left;
	margin: 5px 5px 0px 0px;
	background-color: #fff;
	background-image: url(images/inverted-tile.gif);
	background-repeat: repeat;
	padding: 2px;
    border: 0px;
}
h1 a:link {
	text-decoration: none;
	color: #000;
	}
h1 a:visited {
	text-decoration: none;
	color: #000;
	}
h1 a:hover {
	text-decoration: none;
	color: #333;
	}
h1 a:active {
	text-decoration: none;
	color: #333;
	}