/* MELBOURNE ART FAIR
   Art Fair Styles
   Author: Jonathan Nicol (jonathan@f6design.com)
   
   Over-ride rules specified in main.css
*****************************************************************/

/* HTML Elements
*****************************************************************/

body  {
	background: #fff url(../img/bg_gradient_fair.gif) top center no-repeat;
}
a, a:visited {
	color:#f78f1e;
	}
	a:hover {
		color:#000;
		}
	a:active {
		color:#000;
		}
h1 {
	background:url(../img/logofair.png) no-repeat;
}
h2 {
	color:#f78f1e;
}

/* Common presentational elements
*****************************************************************/

.highlight-link a, .highlight-link a:visited {
		background: transparent url(../img/arrow_circle_fair.gif) 0 50% no-repeat;
		color: #f78f1e;
		}
		.highlight-link a:hover {
			
			}
.pullquote {
	color:#f78f1e;
}

/* Page structure
*****************************************************************/

#header {
	background: #f78f1e;
}

/* Secondary nav
*****************************************************************/

#secondary-menu li {
	border-right:1px solid #fbc78f;
	border-color:rgba(255, 255, 255, 0.5); /* css3 for modern borwsers */
	}
	#secondary-menu li a {
		text-decoration:none;
		color:#fff;
		}
		#secondary-menu li a:hover {
			color:#000;
			}

/* Teasers
*****************************************************************/

ul#teasers h3 a, ul#teasers h3 a:visited {
		color:#000;
		}
		ul#teasers h3 a:hover {
			color:#f78f1e;
			}
					
/* Sidebar modules
*****************************************************************/

#sidebar #module-news a {
		color:#f78f1e;
		}
        
/* Footer
*****************************************************************/

#footer {
	border-top:5px solid #f78f1e;
    }