/* This imports the Base Weblog CSS from TypePad, which defines core styles */

@import url(/.shared/themes/common/base-weblog.css);


/* This imports the local asterisk-style.css, which you can use as a guide for customizing your blog's CSS. */

/* @import url(asterisk-style.css); */


/* Thom pasted in below */

/* Portal */


/* Theme */
/* general page elements */

a
{
	text-decoration: underline;
	
}


a:link { color:#936716; }
/*a:link { color:#CFA22B; }*/
a:visited { color:#936716; }
a:hover { color:#2D368F; }
a:active { color:#2D368F; }


/* layout */

body
{
	margin: 0;
	color: #333333;
	background: #E8E8E8;
	/*font-family: 'Trebuchet MS', Verdana, sans-serif;*/
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	/*font-size: small;*/
	line-height: 1.5em;
}

#container { position: static; }

#container-inner
{
	position: static;
	border: 0;
	background: #FFFFFF;
}

#banner
{
	border-bottom: 1px dotted #CFA22B;
	/* no ie mac \*/ height: 1%; /* ie win 5.5, 6 win */
	color: #FFFFFF;
	background: #1A1A1A;
	text-align: left;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}

#banner-inner { padding: 15px; }

#banner a
{
	color: #FFFFFF;
	text-decoration: none;
}

#banner-header
{
	margin: 0.25em 0;
	font-size: x-large;
	font-weight: bold;
	
	
}

#banner-description
{
	margin: 0.25em 0;
	font-size: small;
}




/* default to artistic/calendar/timeline layout */

#container
{
	width: 780px;
}

.layout-artistic #alpha,
.layout-calendar #alpha
{
			width: 315px; /* 285px + 15px + 15px */
	
	
}

.layout-artistic #alpha-inner,
.layout-calendar #alpha-inner,
.layout-timeline #alpha-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

.layout-artistic #beta,
.layout-calendar #beta
{
	width: 465px;
	
}

.layout-artistic #beta-inner,
.layout-calendar #beta-inner,
.layout-timeline #beta-inner
{
	border: 0;
	padding: 15px 15px 15px 15px;
	background: #FFFFFF;
}

/* in artistic/calendar/timeline layouts, #gamma and #delta are inside #beta */

#beta #gamma, #beta #delta { width: 210px; margin: 15px 0; }
#beta #gamma-inner, #beta #delta-inner { padding: 0; }


/* content */

.content-nav { margin-top: 0; }

.date-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header
{
	margin: 0 0 1.5em 0;
	border-bottom: 1px solid #333333;
	padding: 3px;
	color: #333333;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	
	
}

.entry-header
{
	margin: 1px 0 0.75em 0;
	border: 0;
	
	color: #000000;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: normal;
	text-align: left;
	
	
	
}

.entry-header a
{
	text-decoration: none;
	font-weight: normal;
}

.entry-header a:link { color: #000000; }
.entry-header a:visited { color: #000000; }
.entry-header a:hover { color: #000000; }
.entry-header a:active { color: #000000; }

.entry-content,
.entry-footer,
.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin: 1.5em 0;
}

.entry-content p { text-align: left; }

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 1.5em 0;
	border-top: 1px dashed #999999;
	padding: 0;
	color: #999999;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
	
	
	
}

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 80%;
}

/* fixes bug in ie win */
img.image-full
{
	width: 100%;;
}


/* modules */

	.module a
	{
		text-decoration: underline;
		font-weight: inherit;
	}

	.module a:link { color: #CFA22B; }
	.module a:visited { color: #003366; }
	.module a:hover { color: #003366; }
	.module a:active { color: #003366; }


.module-header
{
	margin: 0 0 1.25em 0;
	border-bottom: 1px dotted #999999;
	/*padding: 3px;*/
	color: #666666;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.25em;
	/*letter-spacing: .3em;*/
	text-align: left;
}

.module-content
{
	margin: 0.75em 0 1.5em 0;
	color: #333333;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
}

.module-list { margin: 0; }
.module-list-item { 
margin: 0.75em 0; 
}
.typelist-thumbnailed .module-list-item { margin: 10px 0; }

.module img,
.module-photo img
{
	border: 5px solid #EEEEEE;
}

.module-photo .module-content
{
	text-align: left;
}

.module-powered { text-align: left; }

.module-calendar .module-header
{
	color: #666666;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-bottom: 1px dashed #999999;
	text-align: left;
	
	
	
	padding: 3px;
	/*letter-spacing: .3em;*/
}

.module-calendar th,
.module-calendar td
{
	text-align: center;
	font-weight: normal;
}

.typelist-thumbnail img { margin: 0; }

.module-featured-photo { margin-bottom: 5px; }
.module-featured-photo .module-content img { width: 420px; }

.module-recent-photos .module-content { padding: 2px 0 0 0; }
.module-recent-photos .module-list { margin: 0; }

.module-recent-photos .module-list-item
{
	width: 70px; /* ie mac fix */
	height: 70px; /* for appearance with varying image border widths */
	margin: 0 2px 2px 0;
}

.module-tipjar-r2 .tipjar-button
{
			float: left;
	
}


/* moblog1 tweaks */

		
	

	.layout-moblog1 #alpha
	{
		width: 200px;
		
	}

	.layout-moblog1 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #;
	}

	.layout-moblog1 #beta
	{
					width: 380px;
		
		
	}

	.layout-moblog1 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog1 #gamma
	{
		width: 200px;
		
	}

	.layout-moblog1 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* moblog2 tweaks */

		
	

	.layout-moblog2 #alpha
	{
		width: 100px;
		
	}

	.layout-moblog2 #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #;
	}

	.layout-moblog2 #beta
	{
					width: 350px;
		
		
	}

	.layout-moblog2 #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #gamma
	{
		width: 190px;
		
	}

	.layout-moblog2 #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 #delta
	{
		width: 140px;
		
	}

	.layout-moblog2 #delta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-moblog2 .module-photo img { width: 100px; height: auto; }


/* timeline tweaks */

	.layout-timeline #alpha
	{
					width: 390px; /* 285px + 15px + 15px */
		
		
	}

	.layout-timeline #beta
	{
		width: 390px;
		
	}

	.layout-timeline #beta #gamma { width: 175px; }
	.layout-timeline #beta #delta { width: 170px; }


/* one-column tweaks */

	.layout-one-column #container
	{
		width: 500px;
	}

	.layout-one-column #alpha
	{
		display: block;
		float: none;
		width: auto;
	}

	.layout-one-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-left tweaks */

	.layout-two-column-left #container
	{
		width: 500px;
	}

	.layout-two-column-left #alpha
	{
		width: px;
		
	}

	.layout-two-column-left #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #;
	}

	.layout-two-column-left #beta
	{
					width: 500px;
		
		
	}

	.layout-two-column-left #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* two-column-right tweaks */

	.layout-two-column-right #container
	{
		width: 800px;
	}

	.layout-two-column-right #alpha
	{
					width: 500px;
		
		
	}

	.layout-two-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-two-column-right #beta
	{
		width: 300px;
		
	}

	.layout-two-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column tweaks */

	.layout-three-column #container
	{
		width: 800px;
	}

	.layout-three-column #alpha
	{
		width: px;
		
	}

	.layout-three-column #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #;
	}

	.layout-three-column #beta
	{
					width: 500px;
		
		
	}

	.layout-three-column #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column #gamma
	{
		width: 300px;
		
	}

	.layout-three-column #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* three-column-right tweaks */

	.layout-three-column-right #container
	{
		width: 800px;
	}

	.layout-three-column-right #alpha
	{
					width: 500px;
		
		
	}

	.layout-three-column-right #alpha-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}

	.layout-three-column-right #beta
	{
		width: px;
		
	}

	.layout-three-column-right #beta-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #;
	}

	.layout-three-column-right #gamma
	{
		width: 300px;
		
	}

	.layout-three-column-right #gamma-inner
	{
		border: 0;
		padding: 15px 15px 15px 15px;
		background: #FFFFFF;
	}


/* Custom */


/* ph=1 */
/* nhm:dynamic-ssi */

/* Added by Thom after 21 Mar 2009 */

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
margin-bottom:0.75em;
margin-top:0.75em;
}

body {
color: #444444;
background-color: #ffffff;
}

.module a , a {
text-decoration: none;
}

a:visited, .module a:visited {
color:#D0A32C;
}

a:hover, .module a:hover {
color:#003366;
text-decoration: underline;

}

.layout-two-column-right #container {
width:960px;
}

.layout-two-column-right #alpha {
width:auto;
}

.layout-two-column-right #alpha-inner {
background:#FFFFFF none repeat scroll 0 0;
border:0 none;
padding:12px 10px 12px 10px;
/*width:618px;*/
/*width:668px;*/
width:680px;
float:left;
}

#beta {
float:right;
}

.layout-two-column-right #beta {
width:260px;

}

.layout-two-column-right #beta-inner {
padding:12px 10px 12px 10px;
margin-top: 7px;
margin-left: 20px;

}

#beta-inner p {
display: block;
}


.tmEntryBox,
.tmExtraBox {
/*width:451px;*/
/*width:489px;*/
margin-left: 30px;
margin-right: 0;
width:480px;
float: right;
}

.entry, .trackbacks, .comments, .archive {
clear:both;
margin-bottom:36px;
overflow:hidden;
position:static;
width:100%;
}

.entry {
border-bottom: 1px dotted #aaaaaa;
margin-bottom: 3em;
}

.entry-content p {
text-align:justify;
} 

div.entry-body img {
margin:0 0 0.5em 0;
}

sub {
font-size:0.88em;
font-weight:bold;
line-height:1.25em;
margin-bottom:1.5em;
margin-top:1.5em;
text-align:justify;
}

.entry-footer,
.trackback-footer,
.comment-footer
{
	margin: 0 0 1.5em 0;
	/*border-top: 1px dashed #999999;*/
border-top: none;
	/*padding: 3px;*/
padding: 0;
	color: #999999;
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-align: left;
	float: left;
/*width: 143px;*/
width: 160px;
margin-right: 10px;
	
	
}

.trackbacks-info,
.trackback-content,
.comments-info,
.comment-content,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.archive-content
{
	margin-top:0;
}

.archive-date-based {
margin-left: 200px;
}


.entry-footer-info p,
.comment-footer p,
.entry-footer-tags {
padding-top: 0.75em;
padding-bottom: 0.75em;
border-bottom: 1px dotted #CCCCCC;
margin-bottom: 0;
}

#comments-open-login {
margin-top: 0;
}

.comment {
clear:both;
padding-top: 0;
}

.comment-footer {
position: relative;
}

.comment-footer p {
margin-bottom:2px;
margin-top:0;
}

.comment .tmExtraBox {
position:relative;
top:0;
}

.entry-header {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	
}

.date-header, .trackbacks-header, .comments-header, .comments-open-header, .archive-header {
/*border-top:1px solid #D0A32C;*/
border-bottom:none;
float: left;
padding: 0;
margin-bottom: 3em;
}

.trackbacks-info p, .comments-info p {
margin-top:0;
}

.module-content {
margin-top: 0;
}

.module-header {
font-size: 1em;
font-weight:bold;
margin-bottom:1.5em;
}

.module-list-item, .archive-list-item {
margin: 0 0 0.75em 0;
}

.betaPullOut {
background-color: #e2f3fa;
padding: 1px 10px;
}

.authorBox {
clear:both;
font-size: 0.80em;
line-height: 1.5em;
margin-bottom:36px;
color: #444444;
}

.authorBox img {
float: left;
margin: 0 10px 0 0;
}

.authorBox h2 {
color: #999999;
font-size:1.5em;
line-height:1;
margin-bottom:1em;


}

.authorBox h3 {
color: #999999;
font-size:1.5em;
line-height:1;
margin-bottom:1em;
}

.authorBox p {
margin: 0;
text-align:justify;
}

/* Education ---------------------------------- */

.sectionEnd {
display: block;
clear: both;
}

#education img {
border: 0;
width:230px;
display:block;
clear:both;
margin-bottom: 0;
}


#education p {
	text-align: justify;
}

#education .imageBoxL {
	background-color:#333333;
	float:left;
margin:5px 20px 12px 0px;
width:230px;

}

#education .imageBoxR {
	background-color:#333333;
	float:right;
margin:5px 0 12px 20px;
width:230px;

}

.imageBoxL p, .imageBoxR p  {
	color: #ffffff;
	font-size: 0.8em;
line-height: 1.5em;
	margin: 3px 6px 2px 6px;
	clear:both;
}

/* head ###################################################### */
#head {
	margin-top:8px;
	height: 324px;
       border-bottom: 0px solid #444444;
}


/* header menus ###################################################### */

h1.headerCNZ, h1.headerCNZ a {
	display: block;
	width: 630px; height: 278px;
	text-indent: -999em;
	background: url(http://www.nzatvenice.com/sites/all/themes/mpvenice/images/logo.png) 0 0 no-repeat;
	float: left;
       margin: 0;
}

#menu {
	width: 461px;
	float: right;
	clear: none;
}


#menu ul {
	list-style: none;
	width: 220px;
	float: left;
	margin: 0;
	padding: 0;
}

#menu ul#cnzMenu {
	width:240px;
}

#menu ul li {
	height: 21px;
	margin: -4px 0 0 0;
}

#menu ul li a {
	display: block;
	height: 21px; width: 218px;
	text-indent: -9999em;
}

/* 2009 header menu */

.grid_16 {

	margin-left: 10px;
	margin-right: 10px;
	width: 940px;

}

li a.home2009 { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -336px no-repeat; }
li.active a.home2009,
li a.home2009:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -336px no-repeat;
}

li a.projects { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 0 no-repeat; }
li.active a.projects,
li a.projects:hover {background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px 0 no-repeat;}

li a.millar { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -21px no-repeat; }
li.active a.millar,
li a.millar:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -21px no-repeat;
}

li a.upritchard { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -42px no-repeat; }
li.active a.upritchard,
li a.upritchard:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -42px no-repeat;
}

li a.locations { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -63px no-repeat; }
li.active a.locations,
li a.locations:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -63px no-repeat;
}

li a.commissioner { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -84px no-repeat; }
li.active a.commissioner,
li a.commissioner:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -84px no-repeat;
}

li a.patrons { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -105px no-repeat; }
li.active a.patrons,
li a.patrons:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -105px no-repeat;
}

li a.makingworlds { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -126px no-repeat; }
li.active a.makingworlds,
li a.makingworlds:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -126px no-repeat;
}

/* cnz header menu */

li a.home { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 1px -358px no-repeat; }
li.active a.home,
li a.home:hover {	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -358px no-repeat; }

li a.blog { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -147px no-repeat; }
li.active a.blog,
li a.blog:hover {	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -147px no-repeat; }

li a.news { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -168px no-repeat; }
li.active a.news,
li a.news:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -168px no-repeat;
}

li a.nzroom { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -189px no-repeat; }
li.active a.nzroom,
li a.nzroom:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -189px no-repeat;
}

li a.history { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -210px no-repeat; }
li.active a.history,
li a.history:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -210px no-repeat;
}

li a.nzvenice { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -231px no-repeat; }
li.active a.nzvenice,
li a.nzvenice:hover {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -231px no-repeat;
}

/* 2009 footer menu */


#footer {
	border-top: 1px dotted #999999;
	padding-top: 18px;
	margin-bottom: 18px;
	margin-top: 18px;
	display: inline;
}

#footer.grid_16 {
	display: inline;
        float: left;	
	margin-left: 10px;
	margin-right: 10px;
	width: 940px;

}

a#biennale {
	display: block;
	float: left;
	left: 0; top: 14px;
	width: 106px; height: 99px;
	background: url(http://nzatvenice.typepad.com/images/menus/biennale_logo-trans.gif) 0 0 no-repeat;
	text-indent: -999em;
}

#footerMenu {
	width: 460px;
	float: right;
	clear: none;
}

#footer ul {
	list-style: none;
	width: 220px;
	float: left;
	margin: 0;
        padding: 0;
}

#footer ul li {
	height: 21px;
	/*margin: -4px 0 0 0;*/
	color: #666666;
}

#footer ul li a {
	display: block;
	height: 21px; width: 216px;
	text-indent: -9999em;
}

li a.links { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -252px no-repeat; }
li.active a.links,
li:hover a.links {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -252px no-repeat;
}

li a.acknowledgements { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -273px no-repeat; }
li.active a.acknowledgements,
li:hover a.acknowledgements {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -273px no-repeat;
}


li a.contact { background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) 0 -294px no-repeat; }
li.active a.contact,
li:hover a.contact {
	background: url(http://nzatvenice.typepad.com/images/menus/menu.gif) -228px -294px no-repeat;
}

a#nzVenice2009 {
	display: inline; 
	float: left;
	margin-left: 0;
	width: 240px; 
	height: 66px;
	background: url(http://nzatvenice.typepad.com/images/menus/nz2009_footer.gif) 0 0 no-repeat;
	text-indent: -999em;
}

div#menu a, div#menu a:hover, div#menu a:active, div#menu a:focus,
div#footerMenu a, div#footerMenu a:hover, div#footerMenu a:active, div#footerMenu a:focus {
outline: none;
}

/* 2011 adjustments ##################################### */

.grid_16-v2011 {
margin-left: 0;
margin-right: 0;
margin-bottom: 3em;
width: 960px;
}

.headerImg {
float: right;
margin-top: 3px;
margin-right: 2px;
}

.grid_16-v2011 ul#headMenu {
float:left;
list-style:none outside none;
margin:0;
padding:0;
margin-top: 7px;
}

.grid_16-v2011 ul#headMenu li {
background-image:none;
float:left;
margin:0;
padding:0;
}

.grid_16-v2011 ul#headMenu li a:link, .grid_16-v2011 ul#headMenu li a:visited {
background:none repeat scroll 0 0 #000000;

display:block;
font-size:110%;
height:22px;
margin:0 2px 0 0;
padding:8px 0;
text-align:center;
width:158px;
color:#000000;
text-decoration:none;
}

.grid_16-v2011 ul#headMenu li a:link span, .grid_16-v2011 ul#headMenu li a:visited span {
display:none;
}


.grid_16-v2011 ul#headMenu li#home2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/home.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#home2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/home.gif") no-repeat scroll 50% 100% #000000;
}

.grid_16-v2011 ul#headMenu li#artist2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/artist.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#artist2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/artist.gif") no-repeat scroll 50% 100% #000000;
}

.grid_16-v2011 ul#headMenu li#project2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/2011_venice_project.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#project2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/2011_venice_project.gif") no-repeat scroll 50% 100% #000000;
}

.grid_16-v2011 ul#headMenu li#people2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/people.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#people2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/people.gif") no-repeat scroll 50% 100% #000000;
}

.grid_16-v2011 ul#headMenu li#history2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/history.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#history2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/history.gif") no-repeat scroll 50% 100% #000000;
}

.grid_16-v2011 ul#headMenu li#news2011 a {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/shop.gif") no-repeat scroll 50% 0 #000000;
}

.grid_16-v2011 ul#headMenu li#news2011 a:hover {
background:url("http://www.nzatvenice.com/sites/all/themes/mpvenice/images/shop.gif") no-repeat scroll 50% 100% #000000;
}

#fb-like {
margin-top: 1em;
}
/* ph=1 */

