/*
Theme Name: Steve Roden
Theme URI: http://www.inbetweennoise.com
Description: A custom Wordpress theme for Steve Roden based on Twenty Ten by the Wordpress Team.
Author: Yann Novak Design
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	outline:none;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: none;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0;
	width: 100%;
}
#content {
	margin: 0;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 170px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}


/* =Fonts
-------------------------------------------------------------- */
@font-face {
	font-family: 'Baskerville';
	font-style: normal;
	font-weight: normal;
	src: local('Baskerville'), url('Baskerville.ttc') format('ttc');
}
#site-title {
	font-family: Baskerville, "Times New Roman", Times, serif;
}
body,
input,
textarea,
.page-title span,
.pingback a.url,
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
#site-copyright,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#access .menu-header,
div.menu,
#branding {
	width: 170px;
}
#colophon,
#main {
	width: 740px;
	margin: 0 0 0 220px;
}
#wrapper {
	width: 960px;
}
#wrapper {
	position:absolute;
	top: 0px;
	left: 0px;
	margin-top: 19px;
}
#site-copyright {
	float: right;
	text-align:right;
	width: 170px;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #ffffff;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: none;
	margin: 0 0 18px 0;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 18px 0;
}
dt {
	float:left;
	clear:left;
	width:50px;
}
dd {
	margin: 0 0 0 50px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a:link {
	color: #292727;
	text-decoration:none;
}
a:visited {
	color: #292727;
	text-decoration: none;
}
a:active,
a:hover {
	color: #666464;
	text-decoration:none;
}
.lowercase,
.entry-title span,
#content .entry-title {
	text-transform:lowercase;
}
.capitolize {
	text-transform:none;
}
.dark {
	color:#292727;
}
.normal {
	color:#666464;
}
.light {
	color:#b2b1b1;
}
iframe,
video {
	clear:right;
	margin: 0 0 15px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	z-index:1000;
	width:170px;
	position:absolute;
	top: 0px;
	left: 30px;
}
#site-title {
	font-size: 31px;
	line-height: 31px;
	margin: 0 0 9px 0;
	width: 170px;
	text-transform:lowercase;
}
#site-title a {
	color: #666464;
	font-weight: normal;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}


/* =Menu
-------------------------------------------------------------- */

ul.sub-menu {
  display: none;
}
li.current-menu-item > ul.sub-menu,
li.current-menu-ancestor > ul.sub-menu,
li.current_page_item > ul.sub-menu,
li.current_page_ancestor > ul.sub-menu {
  display: block;
}
#access {
	margin: 0;
	width: 170px;
	text-transform:lowercase;
}
#access .menu-header,
div.menu {
	font-size: 12px;
	width: 170px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	position: relative;
}
#access a {
	color: #666464;
	display: block;
	line-height: 18px;
	padding: 0;
	text-decoration: none;
	font-weight: bold;
}
#access ul ul {
	left: 0;
	width: 170px;
}
#access ul ul li {
	width: 170px;
}
#access ul ul li a {
	font-size:11px;
	color:#b2b1b1;
	white-space:nowrap;
	font-weight:normal;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	line-height: 18px;
	padding: 0 0 0 6px;
	width: 70px;
}
#access li:hover > a,
#access ul ul :hover > a {
	color: #292727;
}
/* #access ul li:hover > ul {
	display: block;
} */
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-page-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #292727;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-page-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #292727;
}


/* =Content
-------------------------------------------------------------- */

#main {
	overflow: hidden;
	padding: 11px 0 0;
	position:relative;
}
#content {
	margin-bottom: 20px;
}
#content,
#content input,
#content textarea {
	color: #666464;
	font-size: 11px;
	line-height: 16px;
}
#content p,
#content ul,
#content ol,
#content pre,
#content hr {
	margin-bottom: 18px;
}
#content ul.list,
#content ul.archive {
	min-height:200px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #666464;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #666464;
	line-height: 16px;
	margin: 0 0 18px 0;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 20px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 20px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding-top:2px;
	margin-bottom: 14px;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	color: #666464;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 14px;
	padding-top:2px;
	width:550px;
	float:left;
}
#content .post-title {
	color: #666464;
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 15px;
	font-weight:bold;
}
.entry-title a:link,
.entry-title a:visited {
	color: #666464;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	padding: 0;
	width:550px;
	text-transform:lowercase;
	position:relative;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 740px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}



/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #666464;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
#nav-above a:link,
#nav-above a:visited,
.navigation a:link,
.navigation a:visited {
	color: #292727;
	text-decoration: none;
}
#nav-above a:hover,
#nav-above a:active,
.navigation a:active,
.navigation a:hover {
	color: #666464;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above .nav-previous {
	float: left;
	width: 75%;
}
#nav-above .nav-next {
	float: right;
	text-align: right;
	width: 25%;
}
#nav-above {
	width: 190px;
	margin-bottom: 13px;
    padding-top: 3px;
	height:14px;
}
#nav-above {
	float:left;
	text-align:right;
	clear:right;
	z-index:100;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 -10px 0;
	clear:both;
	border-top:1px dotted #b2b1b1;
	font-size:11px;
	padding-top:10px;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	text-transform:lowercase;
}
.widget-area ul ul {
	list-style: none;
	margin-left: 0px;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #666464;
	font-weight: bold;
	font-size:11px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 0;
	padding: 0;
}

/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 30px;
}
#colophon {
	border-top: 1px dotted #666464;
	margin-top: -1px;
	overflow: hidden;
	padding: 10px 0;
}
#site-copyright {
	color: #666464;
	display: inline-block;
	font-size:11px;
	line-height: 11px;
	text-decoration: none;
}
.ten {
	font-size: 10px;
}


/* =Home Rotator

-------------------------------------------------------------- */

#content div.rotator ul {
	padding-top:0px;
}
div.rotator {
	width:740px; 
	height:490px; 
	position:relative; 
}
div.rotator ul {
	margin: 0;
	padding: 0;
}
div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
div.rotator ul li img {
	border:none;
	padding:0;
	background: #FFF;
}
div.rotator ul li.show {
	z-index:500;
}
div.rotator a:hover {
	border-bottom:none;
	background-color:#FFF;
}
#content div.rotator ul {
	margin-bottom:0;
}
#content .rotator ul li a,
#content .rotator ul li a:hover {
	background-color:#FFF;
	border-bottom:none;
}


/* =Discography
-------------------------------------------------------------- */

div#discography.entry-content {
	width:740px;
	clear:both;
}
div#discography.entry-content p {
	clear:left;
	width:550px;
}
div#discography.entry-content ul {
	padding-top:18px;
}
div#discography.entry-content ul li {
	margin: 0 0 18px;
}
div#discography.entry-content ul li:last-child {
	margin:0;
}
#cover_container {
	float:right;
	display:block;
	margin:0 0 0 20px;
}
#content #cover_container img.cover {
	display:block;
	margin:0 0 20px 0;
}
ul.discography,
ul.work {
	width:760px;
	margin:0 -10px;
	text-transform:lowercase;
	clear:both;
}
ul.discography li {
	margin: 0 10px 20px;
	float:left;
	width:170px;
	height:218px;
}
ul.work li {
	margin: 0 10px 20px;
	float:left;
	width:170px;
	height:160px;
}
#content ul.discography li img,
#content ul.work li img {
	display:block;
	clear:both;
	margin:0 0 5px;
}
h2.discography_header {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 18px;
}
h3.discography_header {
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 18px;
    padding-top: 12px;
}



/* =CV

-------------------------------------------------------------- */

div#cv.entry-content {
	width:740px;
	clear:both;
}

h2.cv_header {
	font-size:11px;
	text-decoration:underline;
	padding-top:12px;
	margin-bottom:18px;
	font-weight:bold;
}
.cv {
	line-height:18px;
}
#content dl.cv dd ul {
	margin-bottom:0;
}



/* =Gallerific

-------------------------------------------------------------- */

div#gallery.entry-content {
	clear:both;
	padding-top:18px;
}

.painting_drawing {
	position:relative;
	width:740px;
	clear:both;
}
.installation {
	position:relative;
	width:740px;
	clear:both;
	margin-bottom:16px;
}
div.gallery {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	position:relative;
	width: 740px; 
}
div.gallery .excerpt {
	width:170px;
	left:0px;
	position:absolute;
}
div.painting_drawing div.gallery .excerpt {
	top:108px;
}
div.installation div.gallery .excerpt {
	top:0px;
}
div.gallery .excerpt p {
	font-size:11px;
	line-height:16px;
}
div.gallery .excerpt p a {
	display:block;
	margin-top: 16px;
}
div.content a, div.navigation a {
	text-decoration: none;
}
.painting_drawing div.controls,
.painting_drawing div.photo-index {
	top: 164px;
}
.installation div.controls,
.installation div.photo-index {
	top: 136px;
}
div.controls {
	height: 18px;
	width:170px;
	position:absolute;
	z-index:100;
}
div.photo-index {
	height: 18px;
	width:170px;
	position:absolute;
	text-align:center;
	z-index:0;
	font-size:11px;
}
div.controls a {
	width:85px;
	display:block;
}
div.controls a.prev {
	text-align:left;
	float:left;
}
div.controls a.next {
	text-align:right;
	float:right;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
.painting_drawing div.slideshow-container {
	position: relative;
	clear: right;
	margin:0 0 0 190px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.installation div.slideshow-container {
	position: relative;
	clear: both;
	margin:0 0 0 190px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.painting_drawing div.loader {
	position: absolute;
	top: 0;
	left: 0;
	/* background-image: url('/wp-content/themes/steveroden/loader.gif'); File does not exist. */
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.installation div.loader {
	position: absolute;
	top: 0;
	left: 0;
	/* background-image: url('/wp-content/themes/steveroden/loader.gif'); File does not exist. */
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.painting_drawing div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 550px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
.installation div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 410px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 0px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: top;
	height:550px;
	width:550px;
}
div.download {
	float: right;
}
div.caption-container {
	left: 0;
    position: absolute;
    top: 0;
	width:170px;
	z-index:50;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 170px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 0px;
}
div.image-desc {
	line-height: 18px;
	margin-top:-2px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	list-style: none;
}
a.thumb {
	display: block;
}
ul.thumbs li.selected a.thumb {
	-moz-opacity:.50; 
	filter:alpha(opacity=50); 
	opacity:.50;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


/* =Film

-------------------------------------------------------------- */

#content div.film ul,
#content div.film p {
	margin:0 0 16px;
}
div.film p a {
	display:block;
	margin-top: 16px;
}
.vimeo_container {
	float:right;
	display:block;
	margin:0 0 0 20px;
	position:relative;
	z-index:1000;
	width:550px;
}


/* =Body of Work

-------------------------------------------------------------- */

.read-less,
.read-more {
	clear:both;
	display:block;
}
.read-more {
	padding:16px 0 0;
}
.read-less {
	margin: 0 0 18px;
}
ul#body_of_work li.hentry {
	padding: 0 0 4px;
	border-bottom: 1px dotted #b2b1b1;
}
ul#body_of_work li.hentry:last-child {
	margin:0;
	padding:0;
	border-bottom: none;
}
li.hentry .painting_drawing {
	margin: 0 0 18px;
}
div.permalink {
	position:absolute;
	display:block;
	width:170px;
	height:18px;
	left:0px;
	font-weight:bold;
}
div.vimeo_container div.permalink {
	bottom:-1px;
	left:-190px;
}
div.installation div.permalink {
	bottom:15px;
	left:-190px;
	text-align:left;
}
ul#body_of_work li.hentry:last-child div.installation div.permalink {
	bottom:0px;
}
div.painting_drawing div.permalink {
	top:537px;
}
#work_container {
	float:right;
	display:block;
	margin:0 0 0 20px;
	width:550px;
	text-align:center;
	position:relative;
}
#content #work_container img.cover,
#content .vimeo_container img.cover {
	margin:0 0 16px 0;
	clear:right;
}
#content li.hentry:last-child #work_container img.cover {
	margin-bottom:0;
}

/* =Extras

-------------------------------------------------------------- */

ul.archive li {
	padding: 0 0 18px 0;
}
ul.archive li:last-child {
	padding: 0;
}
ul.list li {
	padding: 0 0 9px 0;
}
ul.list li:last-child {
	padding: 0;
}
#content .cover_text {
	float:right;
	display:block;
	margin:0 0 20px 20px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 100%;
}
code {
	-webkit-text-size-adjust: 100%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 100%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-copyright {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-copyright a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}