/* @override http://www.jugglers.org.au/css/jugglers.css */

/* Title:	Jugglers - master style */
/* Author:	Kalon Edser, http://www.kalonedser.com */
/* Updated:	1 Feb 2012 */

/* @group Reset */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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 define focus styles! */
:focus {
	outline: 0;
}

/* 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;
}


/* @end */

/* @group Core */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.125em; /* 16x1.125=18 */
	text-align: center;
	color: #000;
	background: #FFF;
	}

p, ul, ol {
	margin: .5em 0 1.25em 0;
	font-size: 0.75em; /* 12 */
	}
	
ul ul, ol ol, ul ol, ol ul { font-size: 100%; }

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 1.25em 0 .25em 0;
	}
	
h2 {
	font-size: 1.25em /*20*/;
	line-height: 1.25em;
	}
	
.article-body h1, .article-body h2, h3 { font-size: 1em; }
	
h4 { font-size: 0.875em; }
	
h5 {
	font-weight: bold;
	font-size: 0.75em;
	}

h6 { font-size: 0.75em; }

a:link, a:visited {
	color: #8d8d8d;
	text-decoration: none;
	}
a:hover, a:active {
	color: #af1e23;
	text-decoration: none;
	}


/* @end */
/* @group Master Layout */

#container {
	margin: 0 auto;
	width: 960px;
	text-align: left;
	overflow: hidden;
	}
	
#header {
	position: relative;
	margin: 0 5px;
	width: 950px;
	height: 225px;
	background-color: #000;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
	}
	
#content {
	float: left;
	margin: 20px 45px 0 45px;
	width: 625px;
	overflow: hidden;
	}	
	
#sidebar {
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	width: 222px;
	background: #bababa url(../img/bg-sidebar.png) 100% 0 repeat-y;
	overflow: hidden;
	}
	
#footer {
	clear: both;
	width: 100%;
	margin: 0 5px 45px 5px;
	overflow: hidden;
	}
#footer p {
	font-size: 0.625em; /*10*/
	margin: 1em 40px;
	width: 625px;
	text-align: center;
	}

/* @end */
/* @group Logo/Header */

#logo {
	position: absolute;
	top: 1px;
	left: 40px;
	margin: 0;
	width: 885px;
	height: 200px;
	text-indent: -9000px;
	background: transparent url(../img/logo.png) 0 0 no-repeat;
	overflow: hidden;
	z-index: 1000;
	}
	
#logo a {
	display: block;
	width: 100%;
	height: 190px;
	}
	
#header ul {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 33px;
	line-height: 33px;
	font-size: 0.8125em /*13*/;
	color: #FFF;
	background: #000;
	overflow: hidden;
	}
	
#header ul li {
	float: left;
	margin: 0 0 0 40px /*36*/;
	}
	
#header li.email {
	float: right;
	margin: 0 .5em 0 0;
	}
#header li.email a { padding: .2em .4em; }
#header li.email a:link, #header li.email a:visited {
	color: #000;
	background: #FFF;
	}
#header li.email a:hover, #header li.email a:active {
	color: #FFF;
	background: #af1e23;
	}

/* @end */
/* @group Content */

.article, .promote {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 100%;
	overflow: hidden;
	background: transparent url(../img/hr.png) 0 100% no-repeat;
	}
	
.promote {
	width: 625px;
	height: 300px;
	padding: 0 0 20px 0;
	}
	
.promote li {
	width: 625px;
	height: 300px;
	}

.month-title, .section-title {
	width: 100%;
	font-weight: normal;
	overflow: hidden;
	}
	
.article .title {
	width: 100%;
	font-weight: normal;
	border-bottom: 1px dotted #000;
	overflow: hidden;
	}
	
.article .title a:link, .article .title a:visited { color: #000; }
.article .title a:hover, .article .title a:active { color: #af1e23; }
	
/*.article .title span { float: left; }
	
.article .title .posted {
	float: right;
	font-size: 0.7em;
	}*/
	
.article .main-image { width: 100%; margin-bottom: 15px; }
.article .main-image img { margin-top: 10px; }
.article .main-image .caption p { font-style: italic; }
	
.article-body { width: 100%; }

.article-body .author {
	margin-bottom: 0;
	font-style: italic;
	}
	
.article blockquote {
	margin: 0 15px;
	padding: 0 17px;
	font-style: italic;
	border-left: 1px dotted #000;
	}
	
.article ul, .article ol { margin: .5625em 0 1.125em 2em; }
.article ul { list-style-type: disc; }
.article ol {
	margin-left: 2.75em!important;
	list-style-type: decimal;
	}

.article ins { text-decoration: underline; }
.article sup { vertical-align: super; }
.article sub { vertical-align: sub; }

/* @group Article Navigation */

#pagination ul {
	margin: 40px 0 0 0;
	padding: .5em 0;
	width: 100%;
	/*line-height: 2em;*/
	background: #000;
	text-align: center;
	overflow: hidden;
	}
	
.list #pagination li {
	display: inline; 
	color: #bababa;
	}
	
.list #pagination li.active { 
	font-weight: bold; 
	color: #FFF;
	}
	
#pagination li a, #pagination li.empty { padding: .5em; }
#pagination a:link, #pagination a:visited { color: #FFF; }
#pagination a:hover, #pagination a:active { color: #af1e23; }

#entry-next {
	float: left;
	text-align: left;
	/*margin-left: 1%;*/
	width: 49%;
	}
	
#entry-prev {
	float: right;
	text-align: right;
	/*margin-right: 1%;*/
	width: 49%;
	}

/* @end */
/* @end */
/* @group Sidebar */

#sidebar ul {
	margin: 0;
	/*margin: 0 0 0 14px;*/
	width: 222px /*208px*/;
	font-size: 1.0625em /*17*/; 
	color: #FFF;
	overflow: hidden;
	}

#sidebar ul ul {
	margin: 0 0 20px 0;
	width: 100%;
	font-size: 100%;
	}

#sidebar li {
	margin: 10px 0 0 14px;
	width: 208px;
	}
	
#sidebar li li {
	margin: .75em 0;
	padding: 0 20px 0 6px;
	background: none;
	/*width: 182px;*/
	width: auto;
	}
	
#sidebar li h3 {
	margin: 0;
	padding: 6px 7px 3px 6px;
	font-size: 100%;
	/*font-weight: normal;*/
	color: #FFF;
	background: #000 url(../img/wraparound.png) 100% 0 no-repeat;
	}
	
#sidebar li li a:link, #sidebar li li a:visited { color: #FFF; }
#sidebar li li a:hover, #sidebar li li a:active { color: #af1e23; }
#sidebar li li a.active { color: #000; }

#sidebar #s-two-pages ul.visit { margin-bottom: 0; }
	
#sidebar #s-contact ul { font-size: 0.88em; }

#sidebar #s-about-us,
#sidebar #s-about-us ul { margin-bottom: 0!important; }

#sidebar .s-donate-button { margin-bottom: 0; }

/* @group Sidebar - Subscribe */

#s-subscribe li {
	margin: 0.75em 0 0 0!important;
	}

#s-subscribe form {
	width: 100%;
	/*overflow: hidden;*/
	}
	
#s-subscribe form legend { display: none; }
	
#s-subscribe form p { margin: .5em 0; }
	
#s-subscribe form label.zemRequirederrorElement { color: #af1e23; }
	
#s-subscribe ul.zemError {
	display: none;
	margin: 0;
	font-size: 0.75em /*12*/;
	}
#s-subscribe ul.zemError li { padding: 0; }
	
#s-subscribe .zemThanks p { margin: .75em 0 0 0; }

/* @end */
/* @group Sidebar - Downloads */

#sidebar #s-downloads h3,
#sidebar #s-sections h3 { display: none; }

#sidebar #s-downloads,
#sidebar #s-sections {
	margin-left: 0;
	margin-bottom: 20px;
	padding-top: 7px;
	width: 215px;
	background: #FFF url(../img/hr-sml.png)  0 0 no-repeat;
	overflow: hidden;
	}

#sidebar #s-sections { margin-top: 0; padding-top: 0; background-image: none; }
.n-marie-ellis { margin-top: 0!important; }
	
#sidebar #s-downloads ul,
#sidebar #s-sections ul {
	margin: 0;
	padding-bottom: 7px;
	background: transparent url(../img/hr-sml.png)  0 100% no-repeat;
	}

#sidebar #s-downloads li,
#sidebar #s-sections li {
	margin: 8px 0;
	padding: 0;
	width: 215px;
	height: 115px;
	text-indent: -9000px;
	overflow: hidden;
	}
	
#sidebar #s-downloads li a,
#sidebar #s-sections li a  {
	display: block;
	width: 100%;
	height: 100%;
	}
	
#sidebar #s-downloads li#file-1 { background: url(../img/s-studios.jpg) 0 0 no-repeat; }
#sidebar #s-downloads li#file-2 { background: url(../img/s-exhibitions.jpg) 0 0 no-repeat; }
#sidebar #s-downloads li#file-3 { background: url(../img/s-functions.jpg) 0 0 no-repeat; }
#sidebar #s-downloads li#file-4 { background: url(../img/s-artists.jpg) 0 0 no-repeat; }
#sidebar #s-downloads li#file-5 { background: url(../img/s-public-art.jpg) 0 0 no-repeat; }

.n-marie-ellis a { background: url(../img/n-marie-ellis.jpg) 0 0 no-repeat; }
.n-two-pages a { background: url(../img/n-two-pages.jpg) 0 0 no-repeat; }
.n-studios a  { background: url(../img/s-studios.jpg) 0 0 no-repeat; }
.n-exhibitions a { background: url(../img/s-exhibitions.jpg) 0 0 no-repeat; }
.n-functions a { background: url(../img/s-functions.jpg) 0 0 no-repeat; }
.n-public-art a { background: url(../img/s-public-art.jpg) 0 0 no-repeat; }
.n-bari a { background: url(../img/n-bari.jpg) 0 0 no-repeat; }

/* @end */
/* @end */
/* @group Misc. */

.hide { display: none; }
	
a.img, a.img:hover { border-bottom: none !important; }
a img { border: none; }

/* @end */
