@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	color:#222;
}
#headerWrapper {
	height:60px;
	background:#666;
	margin-bottom:5%;
	padding-left:10px;
	z-index:100;
}
#header {
	width:960px;
	margin:0 auto;
	height:60px;
}
#logo {
	width:182px;
	height:60px;
	float:left;
}

/********************** SUPERSIZE **********************/

#supersize {
   background:url(/sites/default/files/images/homepage_notice_bg.jpg) center top no-repeat;
   top:150px;
}





#nav {
	width:718px;
	height:60px;
	font-family:Helvetica, Arial, sans-serif;
	float:left;
	margin:0 auto;
	padding-left:60px;
	font-size:11px;
	text-transform:uppercase;
}

/********************** DROP DOWN NAV **********************/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	58px;
	height:58px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			718px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			58px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			718px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			718px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		0 110px 0 10px;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li {
	background:none;
}
.sf-menu li li {
	background:none;
}
.sf-menu li li a {
	color:#666 !important;
	height:26px;
	width:200px;
	line-height:26px;
	padding:0 10px 0 10px;
}
.sf-menu li li a:hover {
	color:#333 !important;
}
.sf-menu li li li {
	background:none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
	color:#ccc;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 110px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	display:		none;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/********************** DROPLINE NAV **********************/
#dropline {
	padding:0 0 0 0;
	margin:0 0 0 60px;
	list-style:none;
	height:60px;
	background:url() repeat-x;
	position:relative;
	font-weight:normal;
	text-transform:uppercase;
}
#dropline table {
	border-collapse:collapse: width:0;
	height:0;
	margin:-3px -10px;
}
#dropline li {
	float:left;
}
#dropline li a {
	display:block;
	height:58px;
	margin-top:2px;
	line-height:58px;
	padding:0 0px 0 120px;
	float:left;
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
#dropline li a b {
	display:block;
	height:58px;
	float:left;
	padding:0 0 0 20px;
	cursor:pointer;
}
#dropline li a:hover {
	background:url() no-repeat right top;
	line-height:58px;
	height:58px
}
#dropline li a:hover b {
	background:url() no-repeat left top;
	line-height:58px;
}
#dropline li:hover > a {
	background:url() no-repeat right top;
	line-height:58px;
	height:60px;
	color:#ccc;
}
#dropline li:hover > a b {
	background:url() no-repeat left top;
	line-height:58px;
}
#dropline ul {
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	height:40px;
	width:700px;
	background:;
 	/** background:url(/sites/milanigallery.com.au/files/images/subnav_bg_curve.png) no-repeat; **/
	left:-9999px;
	top:60px;
	z-index:10;
	margin-left:-260px;
	padding-left:260px;
}
#dropline ul li {
	height:40px;
	line-height:40px;
	padding-left:0px;
}
#dropline ul.right li {
	float:right;
}
#dropline ul li a {
	color:#666;
	padding:0 0 0 120px;
	height:40px;
	line-height:40px;
	font-weight:normal;
	font-size:11px;
	margin-top:0;
}
#dropline ul li a:hover {
	height:40px;
	line-height:40px;
	background:transparent;
	color:#333;
}
#dropline ul.right li a {
	border-right:0;
}
#dropline ul li a.last {
	border:0;
	
}
#dropline :hover ul {
	left:0;
}
#dropline li.current ul {
	left:0;
	z-index:1;
}
#dropline li.current a {
	line-height:60px;
	height:60px
}
#dropline li.current a b {
	background:url(tab_b.gif) no-repeat left top;
	line-height:60px;
}
#dropline li.current ul li a {
	color:#000;
	padding:0 10px 0 10px;
	height:40px;
	line-height:40px;
	background:transparent;
}
#dropline li.current ul li.current_sub a {
	color:#999;
}
#dropline li.current ul li a:hover {
	color:#999;
}

/********************** CONTENT **********************/

#contentWrapper {
	background:#fff;
	margin:0 auto;
	padding-left:10px;

}
#content {
	width:960px;
	margin:0 auto 100px auto;
}
#pageDescription {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	font-weight:normal;
	margin:0 0 5px 0;
	width:960px;
	float:left;
}
#pageDescription a {
	color:#222;
	text-decoration:none;
}
#pageDescription a:hover {
	color:#999;
}
#content h1 {
	font-size:18px;
	font-weight:normal;
	margin:0 0 5px 0;
	text-transform:uppercase;
}
#content h1 a {
	text-decoration:none;
}
#content p {
	font-size:12px;
	color:#555;
	line-height:18px;
}
#content p a {
	color:#666;
}

.grey {
	color:#666;
}
.grey a {
	color:#666;
}
.grey a:hover {
	color:#999;
}
.black {
	color:#222;
}
.black a {
	color:#222;
}
.black a:hover {
	color:#999;
}
.date {
	font-size:12px;
	color:#aaa;
	text-transform:uppercase;
	float:right;
	width:200px;
	text-align:right;
	font-weight:normal;
	margin-top:5px;
}
.newsDate {
	font-size:12px;
	color:#aaa;
	width:200px;
	text-align:left;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:10px;
}
#contentNav {
	width:960px;
	float:left;
	margin:15px 0 30px 0;
	font-size:11px;
	text-transform:uppercase;
}
#contentNav ul {
	list-style:none;
	padding:0;
	margin:0;
	float:left;
}
#contentNav li {
	display: inline;
	margin:0;
	padding:0;
}
#contentNav ul li a {
	text-align:left;
	color:#666;
	margin:0;
	text-decoration: none;
	padding: 0 30px 0 0;
}
#contentNav ul li a:hover {
	color:#999;
}
#exhibitionScroller {
	width:960px;
	height:350px;
	float:left;
	overflow:hidden;
}
#exhibitionScroller img {
	border:0;
	padding-right:5px;
}

/********************** DUAL EXHIBITIONS **********************/

#dualExhibitOne {
	width:450px;
	float:left;
	overflow:hidden;
}
#dualExhibitTwo {
	width:450px;
	float:right;
	overflow:hidden;
}
.dualDate {
	font-size:12px;
	color:#aaa;
	width:450px;
	text-align:left;
	font-weight:normal;
	margin-bottom:10px;
	float:left;
}	
.dualFeatureImage {
	width:450px;
	height:300px;
	overflow:hidden;
	float:left;
}
.dualFeatureImage img {
	width:450px;
	border:0;
}
	

/********************** INDIVIDUAL ARTWORK **********************/

#artworkLeft {
	width:280px;
	float:left;
}
#artworkRight {
	width:640px;
	float:right;
}
.artworkExhibitionDate {
	font-size:12px;
	color:#aaa;
	text-transform:uppercase;
	float:right;
	width:280px;
	text-align:left;
	font-weight:normal;
	margin:5px 0 30px 0;
}
.artworkTitle {
	font-size:11px;
	color:#666;
	font-weight:normal;
	line-height:22px;
}
.artworkDate {
	font-size:10px;
	color:#666;
	font-style:italic;
	line-height:22px;
	margin-bottom:10px;
}
.artworkDescription {
	font-size:11px;
	color:#666;
	line-height:22px;
	margin-bottom:10px;
}
.artworkSpecs {
	font-size:11px;
	color:#666;
	line-height:22px;
	margin-bottom:10px;
}
.artworkImage {
padding-bottom:20px;
}
.artworkLinks {
	color:#bbb;
	font-size:10px;
	margin-top:20px;
}
.artworkLinks a {
	color:#aaa;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
.artworkLinks a:hover {
	color:#999;
	text-decoration:underline;
}
.artworkLinksNext {
	padding-left:20px;
}
/********************* IMAGE SLIDER ***********************/

.sliderGallery {
	background: #fff;
	overflow: hidden;
	position: relative;
	padding: 0;
	height: 360px;
	width: 960px;
}
.sliderGallery UL {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}
.sliderGallery UL LI {
	display: inline;
}
.slider {
	width: 960px;
	height: 20px;
	position: relative;
	margin-top: 330px;
	background: url(/sites/default/files/images/slider_bg.gif) no-repeat #ddd;
	overflow:hidden;
}
.handle {
	position: absolute;
	cursor: move;
	height: 20px;
	width: 90px;
	top: 0;
	background: url(/sites/default/files/images/slider.gif) no-repeat;
	z-index: 100;
}
.slider span {
	color: #bbb;
	font-size: 80%;
	cursor: pointer;
	position: absolute;
	z-index: 110;
	top: 3px;
}
/********************** CONTACT PAGE **********************/

#centreWrapper {
	width:960px;
	margin:15px 0 50px 0;
	float:left;
	line-height:22px;
}
.essayHeader {
	font-size:18px;
	font-weight:normal;
	color:#444;
}
.essayByline {
	font-size:14px;
	font-style:italic;
	color:#666;
}
#centreWrapper p {
	font-size:12px;
	color:#666;
	line-height:22px;
}
.contactHeader {
	font-size:14px;
	font-weight:normal;
	color:#444;
	text-transform:uppercase;
	margin:0 0 22px 0;
}
.contactText {
	font-size:12px;
	color:#666;
	font-weight:normal;
	margin: 0 0 22px 0;
}
#contactLeftCol {
	width:560px;
	margin:0 40px 0 0;
	float:left;
}
.contactLeftColWrapper {
	width:560px;
	margin:0 0 30px 0;
}
.contactLeftItemLeft {
	float:left;
	width:260px;
	margin:0 40px 0 0;
}
.contactLeftItemRight {
	float:right;
	width:260px;
	margin:0;
}
#contactRightCol {
	width:360px;
	margin:0;
	float:right;
}
.textfieldStyle {
	width:250px;
	height:20px;
}
/*****
#contactRightCol textarea {
	width:250px;
	height:50px;
}
#contactRightCol dl {
	clear:both;
	margin:0;
	padding:0;
	width:360px;
}
#contactRightCol dt {
	float:left;
	text-align:left;
	width:60px;
	line-height:22px;
	margin:0 10px 10px 0;
	padding:0;
}
#contactRightCol dd {
	float:left;
	width:260px;
	line-height:22px;
	margin:0 0 10px 0;
	padding:0;
}
.formSubmit {
	color:#fff;
	background:url(/sites/milanigallery.com.au/files/images/button_bg.gif) no-repeat;
	font-size:10px;
	text-transform:uppercase;
	width:250px;
	height:20px;
	border:0;
} *****/
.checkBoxes {
	width:20px;
}



/********************** FORMS *****************/

#contactRightCol .form-text {
	width:230px;
	height:18px;
}
#contactRightCol .contactHeader {
	clear:both;
}

#contactRightCol textarea {
	width:230px;
	height:50px;
}
#edit-submitted-your-message {
	margin-left:120px;
}

#contactRightCol .form-submit {
	color:#fff;
	background:url(/sites/default/files/images/button_bg.gif) no-repeat;
	font-size:10px;
	text-transform:uppercase;
	width:234px;
	height:20px;
	border:0;
	clear:both;
	margin:20px 0 20px 120px;
}

#contactRightCol label {
	width:110px;
	float:left;
	line-height:14px;
	padding-right:10px;
	font-size:12px;
	color:#666;
} 

#webform-component-your_name, #webform-component-email_address, #webform-component-phone, #webform-component-name, #webform-component-action {
	width:360px;
	height:34px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
#webform-component-your_name {
	margin-top:-10px;
}
#webform-component-preferred_method_of_contact {
	width:360px;
	height:40px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
.resizable-textarea .grippie {
	margin-left:120px;
}
#webform-component-your_message {
	width:360px;
	height:70px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}
/********************** ARTISTS PAGE **********************/

.view-Artists {
	font-size:14px;
	color:#555;
	font-weight:normal;
	text-transform:uppercase;
}
.view-Artists a {
	color:#555;
	text-decoration:none;
	margin-top:5px;
	margin-bottom:5px;
}
.view-Artists a:hover {
	color:#999;
}
.view-Artists ul {
	list-style:none;
	margin:0;
	padding:0;
}
.view-News .views-row-odd, .view-artist-news .views-row-odd {
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #eee;
}

.view-News .views-row-even, .view-artist-news .views-row-even {
	margin:0 0 25px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #eee;
}

.view-News .views-row-odd p, .view-News .views-row-even p, .view-artist-news .views-row-odd p, .view-artist-news .views-row-even p {
	font-size:12px;
	color:#555;
	line-height:18px;
	text-align:justify;
}
.view-News .views-row-odd p a, .view-News .views-row-even p a, .view-artist-news .views-row-odd p a, .view-artist-news  .views-row-even p a {
	color:#666;
}
.field-field-artists {
	font-size:12px;
	color:#333;
	line-height:18px;
}
.field-field-artists a {
	color:#666;
}
.node_read_more a {
	font-size:11px;
	padding:0 0 0 0;
	line-height:30px;
	color:#333;
}
.pager {
	font-size:12px;
}

.views-view-grid {
	border:none;
}

.views-view-grid  .col-1, .col-2, .col-3 {
	padding-right:100px;
	border:none;
}

.views-view-grid .row-1 row-first {
	border:none;
}
.views-view-grid .row-1 {
	border:none;
}
.views-view-grid .row-first {
	border:none;
}
/********************** EXHIBITIONS **********************/

.exhibitionItemWrapper {
	margin:0 0 10px 0;
	width:960px;
	float:left;
}
.exhibitionItemTitle {
	width:700px;
	float:left;
	margin:0 60px 0 0;
}
.exhibitionItemDate {
	width:300px;
	float:right;
}
.view-content {
	border-top:none;
	border:#fff;
}
