.clearfix:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.clearfix { display:inline-block; }
.clearfix { display:block; }
body {
	font-family:Arial, sans-serif;
	font-size:75%;
	line-height:17px;
}
a {
	color:#0099cc;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a.big_link {
	padding:4px 8px 4px 0;
	font-size:.9em;
}
a.big_link:hover {
	background:#0099cc;
	color:#fefefe;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
a.big_link:hover span {
	color:#0099cc;
}

/* NAV */
#topper {
	height:4px;
	width:100%;
	background:#444;
	margin:0 0 10px 0;
}
#n {
	height:48px;
	width:960px;
	margin:0 auto 20px auto;
}
#logo a {
	background:url(../images/logo.png) no-repeat;
	float:left;
	display:block;
	text-indent:-9999em;
	width:227px;
	height:30px;
	margin:11px 0 0 0;
}
#n ul {
	float:right;
	margin-top:12px;
}
#n ul li {
	display:inline;
}
#n ul li a {
	text-decoration:none;
	color:#444;
	font-weight:bold;
	font-size:.9em;
	text-transform:uppercase;
	float:left;
	padding:4px 7px;
	display:inline-block;
	margin-left:10px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#n ul li a:hover {
	background:#0099cc;
	color:#fefefe;
}
#n ul li.selected a {
	background:#333;
	color:#fefefe;
}

/* CONTENT */
#frame {
	background:#fff;
	padding:0 0 50px 0;
	width:960px;
	margin:0 auto;
}

/* FOOTER */
#footer {
	color:#444;
	font-size:.9em;
	text-transform:uppercase;
	padding:0 0 40px 0;
	font-weight:600;
	width:960px;
	margin:0 auto;
}
#footer #copyright {
	float:left;
}
#footer #copyright span {
	color:#ababab;
	padding:0 10px;
	font-size:1.2em;
}
ul.elsewhere {
	float:left;
	margin-top:1px;
}
ul.elsewhere li {
	margin-bottom:6px;
	display:inline;
}
ul.elsewhere li a {
	margin-right:10px;
	height:16px;
	width:16px;
	display:block;
	float:left;
	text-indent:-9999em;
}
ul.elsewhere li.twitter a {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 0;
}
ul.elsewhere li.twitter a:hover {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -64px;
}
ul.elsewhere li.facebook a {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -16px;
}
ul.elsewhere li.facebook a:hover {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -80px;
}
ul.elsewhere li.lastfm a {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -32px;
}
ul.elsewhere li.lastfm a:hover {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -96px;
}
ul.elsewhere li.flickr a {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -48px;
}
ul.elsewhere li.flickr a:hover {
	background:url(../images/elsewhere_sprites.png) no-repeat 0 -112px;
}

/* SLIDER */
.img-container {
	margin:0 0 30px 0;
	padding:20px 0 0 0;
	border-top:1px dotted #f04f26;
	width:960px;
}
.slide {
	float:left;
}
.work .slide {
	cursor:pointer;
}
.slide img {
	display:block;
	float:left;
}
.info,
.right_col {
	float:left;
	padding:0 0 0 30px;
	width:220px;
	color:#666;
	line-height:18px;
}
.info p {
	margin-bottom:16px;
}
.title {
	color:#333;
	font-family:"p22-underground-1","p22-underground-2",sans-serif;
	text-transform:uppercase;
	padding-bottom:5px;
	font-size:1.2em;
	font-weight:600;
	letter-spacing:1px;
}
.buttonContainer {
	margin:10px 0 20px 0;
}
.buttonContainer li {
	display:inline;
	margin-right:5px;
}
.buttonContainer li a {
	font-size:.8em;
	padding:5px 8px;
	background:#444;
	color:#fff;
	font-weight:bold;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}
.buttonContainer li a.activeSlide,
.buttonContainer li a:hover {
	background:#0099cc;
	text-decoration:none;
}

/* PAINTINGS + SHIRTS */
.shirt_price {
	font-weight:bold;
	padding-right:10px;
}

/* SKETCHBOOK */
ul.tumblr li {
	border-top:1px dotted #f04f26;
	padding:20px 0 30px 0;
}
.post_content {
	float:left;
	display:block;
	width:710px;
}
.right_col .post_date {
	margin-bottom:10px;
}

/* ABOUT */
.about #frame {
	line-height:18px;
	color:#666;
}
.about_photo {
	margin-bottom:40px;
}
.about .bio,
.about .contact {
	height:240px;
}
.about .bio {
	float:left;
	width:440px;
	padding-right:20px;
}
.about .bio p {
	margin-bottom:16px;
}
.about .contact{
	float:left;
	width:214px;
}
.about .contact {
	padding:0 10px;
}
.about .contact a {
	margin-bottom:20px;
	display:block;
}

/* LINKS */
.links #frame div {
	padding-top:20px;
	border-top:1px dotted #f04f26;
}
.links #frame div ul {
	margin-bottom:10px;
}
.links #frame div span {
	font-weight:bold;
}