



/* Page Header
 * --------------------------------------------------------------------- */
#header {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	color: #000;
	padding: 8px 0 10px 0;
	font-size: 12px;
	line-height: 1.2em;
}

#header h1 { font-size: 100%; font-weight: normal; color: #000;}

#header select { margin: 0px; }

#header p { margin: 0;
	color: #000;
	padding-top: 6px;
}

#header p a {
	color: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}

#header p a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}

#header img {
	margin: 0 3px 0px 0;
}

#header a img {
	border: 1px solid #fff;
	}
	
#header a:hover img {
	border: 1px solid #000;
}

#logo {
	height: 72px;
}


#logo a {
	background: url('/img/mblogo_blk.png') top left no-repeat;
	display:block;
	font-size: 1px;
	line-height: 1px;
	text-indent: -9999px;
	height: 72px;
	width: 175px;
	text-decoration: none;	
}

/* Header Nav - from 'Tabs' plugin, needs a tidy-up -- 15/2/09 PA
 * --------------------------------------------------------------------- */

.tabs { 
	height:1%; /* fixing IE 6 */
	margin:0 0 0 0;
	min-height:auto;
	overflow:auto;
}
.tabs li {
  border-bottom:none;
  line-height:1.5; 
  margin:0 0 0 0;
  padding:0;
  list-style-type: none;
}

.tabs li a { 
  color:#000;
  cursor:pointer;
  font-weight:normal;
  margin: 0 0 0 0;
  border-bottom: 1px transparent #fff;

}

li.blanktab, li.blanktab a {
	margin:0;
	padding:0;
	width:0;
	border: none;
	text-decoration: none;
}

.tabs li a.selected { 
  color:#000;
  border-bottom: 1px solid #000;
  cursor:default;
}
.tabs li a, .tabs li a:focus, .tabs li a:hover { 
  text-decoration:none;
}
.tabs li a:focus, .tabs li a:hover { 
  outline:none;
  color: #000;
  border-bottom: 1px dotted #000;
}
.tabs li a.selected:focus, .tabs li a.selected:hover { 
  border-bottom: 1px solid #000;
}	
.tabs li.label { 
	border:none;
	font-weight:bold;
	line-height:1.5; 
	margin-right:.5em; 
	padding:.25em .33em .25em .33em;
}



/* Main Content Styles
 * --------------------------------------------------------------------- */
#main { margin: 0; }

.vidcontainer {
	padding-bottom: 10px;
}

.smallprint {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 9px;
}

#workmain {margin-bottom:10px;}

#showinfo a {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #222;
}

#showinfo a:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}


/* Artwork submenu
 * --------------------------------------------------------------------- */
 
#showsubmenu ul {
margin: 0;
padding: 0;
}

#showsubmenu ul li {
	list-style-type: none;
	margin:0;
	padding:0;
}

#showsubmenu ul li a, #showsubmenu ul li a:visited {
	text-decoration: none;
	border-bottom: 1px none;
	color: #000;
}

#showsubmenu ul li a:hover, #showsubmenu ul li a:active {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #000;
}

#showsubmenu ul li a.currentwork {
	border-bottom: 1px solid;
	cursor: default;
}

#showsubmenu ul li a.currentwork:hover {
	border-bottom: 1px solid;
}


p.submenutitle {
	margin: none !important;
	padding-bottom: none;
	font-weight: bold;
	font-size: 125%;
}

p.submenutitle a {
	color: #000000;
	border-bottom: 1px none;
	text-decoration: none;
}

p.submenutitle a:hover {
	border-bottom: 1px dotted;
}

p.submenutitle a.currentwork {
	border-bottom: 1px solid;
	cursor: default;
}



/* 70px Thumbnail Galleries
 * --------------------------------------------------------------------- */

ul.thumbslist {
	margin:0;
	padding:0;
}

ul.thumbslist li {
	border-bottom:none;
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
}


ul.thumbslist li a.selected {
	  cursor:default;
}

ul.thumbslist li a img {
	margin:0 6px 6px 0;
}


/*-- Show Works Grid - med (110px) thumbs --*/

div#showworks {
	margin:0 -10px 0 0;
	padding:0;
	float: left;
	display: inline;
	overflow:hidden;
	width: 360px;
	line-height: 1px; /* to fix box spacing in FF3 */
}

div#showworks div {
	margin: 0 10px 10px 0;
	padding:0;
	float:left;
}

div#showworks div a {
	line-height: 1px;
}


/*-- Work Details/Images on work pages --*/


div#details div#detailsright {
	margin:0 0 0 -10px;
	padding:0;
	float: right;
}

div#details div#detailsright div {
	margin:0;
	padding:0;
	float:left;
	margin: 0;
}

div#details div#detailsright div a {
	margin:0 0 10px 10px;
	text-decoration: none;
	border-bottom: none;
	line-height: 1em;
}

.thumbcaption {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	font-size: 9px;
	margin: 3px 0 0 10px;
}

div#details div#detailsright div a.selected {
	  cursor:default;
}

div#details div#detailsright div a.hidden {
	  margin:0;
}

   
/* Page Footer - Sticky Footer by Steve Hatcher - http://www.cssstickyfooter.com
 * --------------------------------------------------------------------- */

html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

.container {padding-bottom: 15px;}  /* must be same height as the footer */

#footer {position: relative;
    margin-top: -15px; /* negative value of footer height */
	height: 15px;
	clear: both; 
}

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#foot {
	margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	background-color: #fff;
	font-size: 9px;
	line-height: 10px;
	height:15px;  /* also same height as the footer */
	width: 950px;
}

#foot p {
	margin: 0;
	float: left;
	text-align: left;
}

#foot p a, p.smallprint a, #showinfo p.smallprint a  {
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}

#foot p a:hover, p.smallprint a:hover, #showinfo p.smallprint a:hover {
	color: #666;
	border-bottom: 1px solid #666;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #000; }

/* Text Elements
 * --------------------------------------------------------------------- */
a, a:visited { 
	color: #000;
}

a:hover, a:active {
	color: #000;
}

blockquote        { color: #666; }


hr {
  background: #000;
  color:      #000;
}


/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  margin-bottom: 0.75em;
}

#header p.title { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }


/* EOF */

