/*
Theme Name: orrmarshall.com Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme. (modified for orrmarshall.com)
Version: 1.6
Author: Michael Heilemann (modified by Nick Marshall)
Author URI: http://noisychaos.com
Tags: two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/
*/
/* Meyer Reset CSS v1.0 | 20080212 */
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;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

/* remember to highlight inserts somehow! 
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}*/

/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* General Styles */
body {
background-color: #DAD4F0;
color: #000650;
font-size: 0.625em; /* makes 1em = 10px */
}

#wrapper {
margin: 0 auto;
text-align: left;
width: 95em; /* 950px */
min-width: 750px;
}

#header {
clear: both;
}

#main_nav {
background: #E8E1FF;
-moz-border-radius: 0.3em; /* 2px ish? */
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
clear: both;
font-size: 1.3em;
height: 100%;
margin: 0.5em 0; /* 6px 0 */
overflow: hidden;
padding: 5px 3px;
}

#content {
clear: both;
}

#footer {
border-top: 1px solid #AAAACC;
clear: both;
margin: 0.6em 0 0 0; /* 6px 0 0 0 */
padding: 0.5em 0 0.6em 0; /* 5px 0 6px 0 */
}

#footer .left {
float: left;
}

#footer .right {
text-align: right;
}

#footer .defaulttheme {
background-color: #DAD4F0;
color: #000650;
}

#footer .darktheme {
background-color: #222;
color: #eee;
}

#footer .lighttheme {
background-color: #f4f4f4;
color: #000;
}

/* WP Structure */
#content.narrowcolumn {
float: left;
margin: 1em 1em 0 0; /* 12px 12px 0 0 */
width: 52em; /* 676px */
}

#content .post {
  clear: both;
	margin: 0 0 2em; /* 0 0 26px */
	}

#content .post_head {
margin: 0 0 1em; /* 0 0 12px */
overflow: hidden;
}

#content .post_date {
background: #E8E1FF;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
font-size: 0.9em; /* 11.66px */
font-weight: bold;
line-height: 1.3em;
padding: 0.6em 0.3em; /* 7px 3px */
text-align: center;
width: 4.5em; /* 54px */
}

#content .post_info {
float: right;
width: 46.5em; /* 603px */
}

#content .entry {
border: solid 1px #aac;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
clear: both;
display: table; /* works in FF2 doesn't work in IE6 */
height: 100%; /* IE hasLayout bug fix */
margin: 0 0 0.5em; /* 0 0 6px */
/* overflow: auto; messes up FF2 */
padding: 1em; /* 12px */
}
/* IE6 hack */
* html #content .entry {
display: block;
overflow: auto;
}

#content .entry a {
font-weight: bold;
}

#content .caption {
font-weight: bold;
}

#content .postmetadata {
text-align: right;
}
/* End Structure */

/* WP Sidebar */
#sidebar {
line-height: 1.5;
margin: 2.5em 0 1.2em 70em; /* 25px 0 12px 700px */
width: 24.6em; /* 246px */
}

#sidebar .widget {
font-size: 1.3em;
margin-bottom: 1em; /* 12px */
}

#sidebar ul ul, #sidebar ul ol {
margin: 0 0 0 1em; /* 0 0 0 12px */
}

#sidebar ul ol li {
list-style: decimal outside;
}
/* End Sidebar */

/* WP Form Elements */
#searchform {
}

#s {
	padding: 0.1em; /* 1px */
	width: 9em; /* 121px */
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
/* margin: 0.4em 0; */
padding: 2px;
}

#commentform textarea {
	padding: 2px;
	width: 100%;
	}

#commentform #submit {
	}
/* End Form Elements */

/* general anchor styles */
a:link, a:visited {
color: #000650;
text-decoration: none;
}
a:hover {
color: #660650;
}
a:focus {
outline: 1px dotted;
}

#main_nav a:link, #main_nav a:visited, #main_nav a:active, #main_nav .main_nav_chosen {
border: 1px solid #E8E1FF;
float: left;
font-weight: bold;
margin: 0 0.3em; /* 0 3px */
padding: 0.3em 0.8em 0.4em; /* 3px 10px 5px */
white-space: nowrap;
}

#main_nav .main_nav_chosen, #main_nav .main_nav_chosen:link, #main_nav .main_nav_chosen:visited {
border: 1px solid #660650;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
color: #660650;
}

/* Text styles */

body, input {
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header h1 {
font-size: 1.8em; /* 18px */
margin: 0.5em 0;
}

#header .big_name {
font-size: 1.5em;
letter-spacing: 0.05em;
}

#content {
font-size: 1.3em;
}

#content h2 {
color: #660650;
font-size: 1.31em; /* 17px */
margin: 0 0 0.5em; /* 7px */
}

#content.biography h2, #content.exhibits h2, #content.links h2 {
border-bottom: 1px solid #aac;
}

/*#content.gallery h2 {
border-bottom: none;
color: #000650;
font-size: 1.5em;  19px 
}*/

#content h2.pagetitle {
color: #000650;
}

#content h2.entry-title {
margin: 0;
}

#content h3 {
font-size: 1.077em; /* 14px */
}

.gallery h3 {
margin: 0 0 0.5em; /* 7px */
}

#content .entry-title a {
color: #660650;
}

.gallery h4  {
margin: 0 0 0.5em; /* 6px */
}

small, strike,
#sidebar ul ul li, #sidebar ul ol li,
.nocomments, .postmetadata {
color: #878;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
	}

.center {
	text-align: center;
	}

.biggertext {
font-size: 1.3em;
}

hr {
display: none;
}

#content .rightnote {
float: right;
font-size: 0.85em; /* 11px */
}

#artblock .art_navigation {
float: left;
white-space: nowrap;
}

.art_navigation #prev, .art_navigation #next {
float: left;
font-family: Lucida Sans Unicode, sans-serif;
font-size: 2.3em; /* 29.5px */
line-height: 1;
margin: 0 0.11em 0 0;
}
/* IE6 hack */
* html .art_navigation #prev, * html .art_navigation #next {
line-height: 1.4;
margin: 0 0 0 -0.05em;
}
/* IE7 hack */
*:first-child+html .art_navigation #prev, *:first-child+html .art_navigation #next {
margin: 0 0.3em 0 0;
}

.art_navigation #uplevel {
float: left;
font-family: Courier New;
/* font-size: 1em; */
letter-spacing: 0.3em;
line-height: 0.9;
margin: 0.55em 0;
}
/* IE6 hack */
* html .art_navigation #uplevel {
letter-spacing: 0;
line-height: 1;
}

.art_navigation #fromdetail {
float: left;
font-size: 2.8em; /* 36px */
line-height: 1;
margin: -0.17em 0.05em 0 -0.05em;
}
/* IE6 hack */
* html .art_navigation #fromdetail {
font-size: 2.3em; /* 29.8px */
margin-top: 0.4em;
margin-right: 0;
}

#artblock .artframeside {
float: left;
margin: 0 1em 1em 0; /* 0 12px 12px 0 */
}

#artblock .artsidetext p {
font-family: Georgia, Times, serif;
font-size: 1.15em; /* 15px */
}

#artblock .artsidetext .boom {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2em;
font-weight: bold;
white-space: nowrap;
}

#artblock .art_info {
background: #E8E1FF;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
margin: 0.5em auto 0 auto; /* 6px */
white-space: nowrap;
}

#artblock .titlecard {
margin: 5px 7px;
}

#artblock .titlecard .title {
font-weight: bold;
}

#artblock .titlecard .detailnote, #artblock .titlecard .note, #artblock .titlecard .studiesnote {
font-size: 0.8em;
}

#content {
line-height: 1.5;
}

#content p, #content ul, #content ol {
margin: 0 0 1em;
}

#content ul, #content ol {
list-style: disc inside;
}

.statement blockquote {
font-style: italic;
margin: 0 3em;
}

.biography .contentblockwrapper {
float: left;
}
.biography .contentblock {
margin: 0 520px 0 0;
}

.biography .photoblockwrapper {
float: left;
margin: 0 0 0 -500px;
}

#content .photoblock .photo_caption {
font-size: 0.8em; /* 10px */
font-style: italic;
}

#content table.datelist {
margin: 0 0 1em; /* 12px */
}

.datelist td {
padding: 0 0 0.5em 0; /* 6px */
}

.datelist .date {
white-space: nowrap;
width: 5.5em; /* 71px */
}

.exhibits a:link, .exhibits a:visited,
.links a:link, .links a:visited,
.entry a:link, .entry a:visited,
.titlecard a:link, .titlecard a:visited,
.galleries_studiesblock a:link, .galleries_studiesblock a:visited {
font-weight: bold;
}

#content .googlesearch {
margin: 1em 0; /* 12px 0 */
}

#content a.external {
background: transparent url(images/external.png) no-repeat scroll right center; /* 12px external link image */
-moz-background-size: 0.926em; /* 12px */
-o-background-size: 0.926em;
-webkit-background-size: 0.926em;
background-size: 0.926em;
padding-right: 1.2em; /* 15px */
}

.entry blockquote {
border: solid 1px #aac;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
height: 100%;
margin: 1em 0; /* 12px 0 */
overflow: hidden;
padding: 1em 1em 0; /* 12px 12px 0 */
}

#content #nav-above {
display: none;
}

#content .navigation {
font-weight: bold;
height: 100%;
margin: 2em 0; /* 26px 0 */
line-height: 1.3;
overflow: hidden;
}
.navigation .nav-previous {
float: left;
width: 49%;
}
.navigation .nav-next {
float: right;
text-align: right;
width: 49%;
}

.page-link {
font-weight: bold;
margin: 0 0 1em; /* 13px */
}

.page-link .page-link_current, .page-link a {
border: solid 1px;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
padding: 0.3em 0.5em;
}

.page-link .page-link_current {
border-color: #aac;
}

.page-link .page-link_arrow {
font-family: Lucida Sans Unicode, sans-serif;
}

#footer {
font-size: 1.3em;
}

#footer .themebuttonblock {
}

#footer .themebutton  {
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
margin: 0.1em; /* 1px */
padding: 0 0.4em; /* 0 5px */
}

/* WP Comments*/
#comments-list, #respond {
margin: 2em 0; /* 25px */
}

#comments-list .commentlist, #comments-list .children, #commentPreview .commentlist {
list-style: none;
}

#comments-list .comment, #comment-preview {
border: solid 1px #aac;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
height: 100%;
margin: 1em 0; /* 12px 0 */
overflow: hidden;
padding: 1em; /* 12px */
}

.comment-author {
font-weight: bold;
}

.commentlist .avatar,
#comment-preview .avatar { 
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 0 1em 0 0; /* 0 12px 0 0 */
padding: 2px;
}
.commentlist .bypostauthor>div>div>.avatar {
float: right;
margin: 0 0 0 1em; /* 0 0 0 12px */
}

.commentlist cite, .commentlist cite a {
font-style: normal;
}

.comment-meta {
float: right;
position: relative;
text-align: right;
top: -1.5em; /* -19px */
}

.nocomments {
text-align: center;
}
/* End Comments */

/* Image styles */
#splash {
position: relative;
margin: 0 auto;
max-width: 1400px;
}

#splash img {
-ms-interpolation-mode: bicubic;/*  for IE7 scaling */
vertical-align: top;
width: 100%;
}
/* for IE6 scaling */
* html #splash img {
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/GraffitiGirlSplash1000x594.jpg', sizingMethod='scale');
}

#splash img.overlap {
left: 0;
position: absolute;
top: 0;
z-index: 1;
}

#galleries_navimgblock {
margin: 0.5em auto; /* 6px */
}

a.navimglink {
display: block;
height: 250px;
outline: 0;
position:relative;
}

.navimglabel, a.navimglink .navimglink_b {
cursor: pointer; /* for IE6 */
display: none;
text-align: center;
}

/* background gradient*/
a.navimglink:hover .navimglink_b, a.navimglink:focus .navimglink_b{
background: url(images/navimglink_gradient_opacity60.png);
display: block;
height: 100px;
position: absolute;
top: 0;
width: 210px;
}
/* IE6 hack */
* html a.navimglink:hover .navimglink_b, * html a.navimglink:focus .navimglink_b{
background: #000;
filter: alpha(opacity=60);
}

a.navimglink:hover .navimglabel, a.navimglink:focus .navimglabel {
color: #FFF;
display: block;
font-size: 1.3em; /* 17px */
font-weight: bold;
padding: 20px 5px 0 5px;
position: absolute;
top: 0;
width: 200px;
}

#content .galleries_thumbblock,
#content .galleries_thumbframe {
line-height: 1;
}

#content .galleries_studiesblock {
margin: 0 0 1em; /* 13px */
}

#content .galleries_nowrap {
display: inline-block; /* Fixes Safari bug where it doesn't scroll down */
white-space: nowrap;
}

.galleries_thumbblock a {
display: -moz-inline-box; /* for FF2 */
display: inline-block;
margin: 10px 15px 10px 0;
}

.galleries_thumbblock img,
.galleries_showstudies,
.galleries_showstudies img,
.galleries_study img {
display: block;
}
.galleries_showstudies.inline {
display: inline;
}

#content .galleries_thumbframe {
display: -moz-inline-box; /* for FF2 */
display: inline-block;
margin: 0 15px 15px 0;
position: relative;
white-space: normal;
}

#content .galleries_worklink {
background-color: #E8E1FF;
border: 1px solid;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
display: none;
font-family: Lucida Sans Unicode, sans-serif;
font-size: 1.4em;
left: 0;
margin: 0.1em;
padding: 0 0.15em 0.15em;
position: absolute;
top: 0;
}
#content .galleries_thumbframe:hover .galleries_worklink,
#content .galleries_thumbframe.hovered .galleries_worklink { /* Used with IE6 hover JavaScript fix */
display: block;
}

.arrowoutline {
border-left: 10px dashed transparent;
border-right: 10px dashed transparent;
border-bottom: 10px solid #aac;
height: 0;
overflow: hidden;
width: 0;
}
#content .galleries_studiesframe .arrowoutline {
position: absolute;
top: -11px;
}

.tooltiparrow {
border-left: 10px dashed transparent;
border-right: 10px dashed transparent;
border-bottom: 10px solid #E8E1FF;
height: 0;
overflow: hidden;
width: 0;
}
#content .galleries_studiesframe .tooltiparrow {
position: absolute;
top: -9.5px;
}

#content .galleries_studiesframe,
#artblock .artframe .innerbubble {
background-color: #E8E1FF;
border: solid 1px #aac;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
-moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
-webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
box-shadow: 2px 2px 4px rgba(0,0,0,0.8);
}
#content .galleries_studiesframe {
left: -21px;
margin: 10px 6px 6px 0;
/* padding: 20px 5px 0 20px; */
padding: 15px 5px 0 20px;
position: absolute;
}

#content .galleries_studiesframe .studiestitle {
display: block;
font-weight: bold;
margin: 0 0 0.5em 0; /* 6px */
}

#content .galleries_studiesframe .studiestext {
display: block;
line-height: 1.5;
margin-right: 15px;
margin-bottom: 1em;
}

#content .galleries_studiesframe .studieswrapper {
white-space: nowrap;
}

#content .galleries_study {
display: -moz-inline-box; /* for FF2 */
display: inline-block;
margin: 0 15px 20px 0;
}

#artblock {
margin: 1em 0; /* 12px */
}

#artblock .art {
margin: 0 auto;
}

#artblock .artframe {
display: inline-block;
position: relative;
}

#artblock .artframe .overlap {
left: 0;
position: absolute;
top: 0;
z-index: 1;
}

#artblock .artframe .tooltip {
cursor: default;
line-height: 0;
overflow: visible;
position: absolute;
z-index: 2;
}
#artblock .artframe a.tooltip:hover,
#artblock .artframe a.tooltip:focus {
padding-bottom: 13px;
outline: 0;
}
#artblock .artframe a.tooltip:target {
padding-bottom: 13px;
}
#artblock .artframe .tooltip img.tooltiphotspot,
#artblock .artframe .detail img.detailhotspot {
display: block;
height: 100%;
position: relative;
width: 100%;
z-index: 2;
}
#artblock .artframe:hover .tooltip img.tooltiphotspot,
#artblock .artframe a.tooltip:focus img.tooltiphotspot {
border: 1px solid #fff;
outline: 1px solid #000;
}
#artblock .artframe a.tooltip:target img.tooltiphotspot { /* CSS3 breaks IE8 if combined with previous selectors */
border: 1px solid #fff;
outline: 1px solid #000;
}
/* IE6 hack */
* html #artblock .artframe a.tooltip:hover img.tooltiphotspot {
background: #fff;
border: 1px solid #000;
filter: alpha(opacity=30);
}
#artblock .artframe .tooltip .arrowoutline {
display: none;
position: relative;
top: 1px;
}
#artblock .artframe a.tooltip:hover .arrowoutline,
#artblock .artframe a.tooltip:focus .arrowoutline {
display: block;
}
#artblock .artframe a.tooltip:target .arrowoutline { /* CSS3 breaks IE8 if combined with previous selectors */
display: block;
}
#artblock .artframe .tooltip .tooltiparrow {
display: none;
position: relative;
top: -7.5px;
z-index: 3;
}
#artblock .artframe a.tooltip:hover .tooltiparrow,
#artblock .artframe a.tooltip:focus .tooltiparrow {
display: block;
}
#artblock .artframe a.tooltip:target .tooltiparrow { /* CSS3 breaks IE8 if combined with previous selectors */
display: block;
}
#artblock .artframe .tooltip .tooltipbubble {
display: none;
left: -1em; /* -12px */
line-height: 1.5;
position: relative;
top: -9px;
z-index: 2;
}
#artblock .artframe a.tooltip:hover .tooltipbubble,
#artblock .artframe a.tooltip:focus .tooltipbubble {
display: table;
}
#artblock .artframe a.tooltip:target .tooltipbubble { /* CSS3 breaks IE8 if combined with previous selectors */
display: table;
}
/* IE6 hack */
* html #artblock .artframe a.tooltip:hover .tooltipbubble {
display: inline-block;
}
/* IE7 hack */
*:first-child+html #artblock .artframe a.tooltip:hover .tooltipbubble {
display: inline-block;
}
#artblock .artframe .innerbubble {
color: #000650;
display: block;
padding: 5px 7px;
}
#artblock .artframe .tooltip .wide15 {
left: -3em;
width: 15em;
}
#artblock .artframe .tooltip .wide20 {
left: -5em;
width: 20em;
}
#artblock .artframe .tooltip .wide25 {
left: -7em;
width: 25em;
}
#artblock .artframe .tooltip .wide35 {
left: -7em;
width: 35em;
}
#artblock .artframe .tooltip .tooltiplink {
cursor: pointer;
}
#artblock .artframe .tooltip .tooltiplink:hover {
text-decoration: underline;
}
#artblock .artframe  .tooltipbubble .centerimg {
display: block;
margin: 1em auto;
}

#artblock .artframe .detail {
cursor: url(/wp/wp-content/themes/orrmarshall_default/images/nick_zoomin.cur), auto;
outline: 0;
position: absolute;
z-index: 2;
}
#artblock .artframe:hover .detail .detailhotspot,
#artblock .artframe a.detail:focus .detailhotspot {
background: #fff;
border: 1px solid #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 */
filter: alpha(opacity=50); /* IE7 hack */
opacity: 0.5;
}
/* IE6 hack*/
* html #artblock .artframe a.detail:hover .detailhotspot {
background: #fff;
border: 1px solid #000;
filter: alpha(opacity=50);
}

.photoblock {
margin: 0 0 1em; /* 12px */
}

.photoblock img {
display: block;
}

#content .photoblockright {
float: right;
margin: 0.5em 0 1em 1em; /* 6px 0 12px 12px */
}

.exhibits_thumbblock {
line-height: 1;
}

.exhibits_thumbblock a {
display: -moz-inline-box; /* for FF2 */
display: inline-block;
margin: 8px 5px 0 0;
}

.exhibits_thumbblock img {
display: block;
}

#flickr_badge_wrapper {
margin: 0 0 1em 2em; /* 0 0 12px 25px */
overflow: hidden;
width: 100%;
}

#flickr_badge_wrapper .flickr_badge_image {
float: left;
margin: 0 10px 0 0;
}

#flickr_badge_wrapper a {
display: block;
}

#flickr_badge_wrapper img {
display: block;
}

/* WP Images */

/* #content img {
max-width: 100%;
} this is breaking FF2 */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 5px 0 10px 10px;
	display: inline;
	}

img.alignleft {
	margin: 5px 10px 10px 0;
	display: inline;
	}

.alignright {
	float: right;
  text-align: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* Captions */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #E8E1FF;
	padding-top: 4px;
	margin: 0.5em;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
	font-size: 0.85em;
	padding: 0 4px 5px;
}
/* End captions */

/* Google axaj translation plugin */
.translate_loading {
background: url(images/ajax-loader.gif) no-repeat !important;
}
#translate_popup {
background-color: #DAD4F0 !important;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}