/*-------------------------------------------    
    Reset
-------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	line-height: 1.75;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
}
object,
img {
	vertical-align: bottom;
}
fieldset,
img {
	border: 0;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,
textarea {
	border: 1px solid #ccc;
	vertical-align: top;
}
label,
input,
textarea {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #444;
}
address {
	font-style: normal;
}
a {
	outline: none;
}
.form-item,
.form-actions,
.ul,
.item-list ul li,
fieldset, 
.item-list ul {
	margin: 0;
	padding: 0;
}
.field .field-label,
label {
	font-weight: normal; 
	margin-bottom: 3px;
}

/*-------------------------------------------    
    Stuff inherited from old base.css
-------------------------------------------*/

/* FROM system.base.css =================================================== */
.nowrap { white-space: nowrap; }
.element-hidden { display: none; }
.element-invisible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
}
.element-invisible.element-focusable:active, .element-invisible.element-focusable:focus { position: static !important; clip: auto; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; } /* IE6 */
*:first-child + html .clearfix { min-height: 1%; } /* IE7 */

/* FROM alpha-default-normal-16.css ======================================= */
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, 
.grid-11, .grid-12, .grid-13, .grid-14, .grid-15, .grid-16 {
	display: inline;
	float: left;
	position: relative;
}

.push-1, .pull-1, .push-2, .pull-2, .push-3, .pull-3, .push-4, .pull-4,
.push-5, .pull-5, .push-6, .pull-6, .push-7, .pull-7, .push-8, .pull-8,
.push-9, .pull-9, .push-10, .pull-10, .push-11, .pull-11, .push-12, .pull-12,
.push-13, .pull-13, .push-14, .pull-14, .push-15, .pull-15, .push-16, .pull-16 {
 	position: relative;
 }

body { min-width: 960px; }
.container-16 {  margin-left: auto; margin-right: auto; width: 960px; }
.container-16 .grid-1 { width: 60px; }
.container-16 .grid-2 { width: 120px; }
.container-16 .grid-3 { width: 180px; }
.container-16 .grid-3_2 { width: 192px; } /* Use for a five-column division of the full width: 960/5 = 192 = 3.2 * 60 (the base unit)  */
.container-16 .grid-4 { width: 240px; }
.container-16 .grid-5 { width: 300px; }
.container-16 .grid-6 { width: 360px; }
.container-16 .grid-7 { width: 420px; }
.container-16 .grid-8 { width: 480px; }
.container-16 .grid-9 { width: 540px; }
.container-16 .grid-10 { width: 600px; }
.container-16 .grid-11 { width: 660px; }
.container-16 .grid-12 { width: 720px; }
.container-16 .grid-13 { width: 780px; }
.container-16 .grid-14 { width: 840px; }
.container-16 .grid-15 { width: 900px; }
.container-16 .grid-16 { width: 960px; }
.container-16 .push-1 { left: 60px; }
.container-16 .push-2 { left: 120px; }
.container-16 .push-3 { left: 180px; }
.container-16 .push-4 { left: 240px; }
.container-16 .push-5 { left: 300px; }
.container-16 .push-6 { left: 360px; }
.container-16 .push-7 { left: 420px; }
.container-16 .push-8 { left: 480px; }
.container-16 .push-9 { left: 540px; }
.container-16 .push-10 { left: 600px; }
.container-16 .push-11 { left: 660px; }
.container-16 .push-12 { left: 720px; }
.container-16 .push-13 { left: 780px; }
.container-16 .push-14 { left: 840px; }
.container-16 .push-15 { left: 900px; }
.container-16 .pull-1 { left: -60px; }
.container-16 .pull-2 { left: -120px; }
.container-16 .pull-3 { left: -180px; }
.container-16 .pull-4 { left: -240px; }
.container-16 .pull-5 { left: -300px; }
.container-16 .pull-6 { left: -360px; }
.container-16 .pull-7 { left: -420px; }
.container-16 .pull-8 { left: -480px; }
.container-16 .pull-9 { left: -540px; }
.container-16 .pull-10 { left: -600px; }
.container-16 .pull-11 { left: -660px; }
.container-16 .pull-12 { left: -720px; }
.container-16 .pull-13 { left: -780px; }
.container-16 .pull-14 { left: -840px; }
.container-16 .pull-15 { left: -900px; }


/* FROM formalize.css ===================================================== */

::-moz-focus-inner { border: 0; padding: 0; }
input[type="search"]::-webkit-search-decoration { display: none; }
select { margin: 0; vertical-align: middle; }
select {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}

/* Separate rule for Firefox. Cannot stack with WebKit's. */
.placeholder_text,
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #888;
}
::-webkit-input-placeholder { color: #888; }

select:focus,
select:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  z-index: 1; /* For Opera */
}
select[size],
select[multiple] {
	height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
	select {
  		background-image: url('../drupal/images/select-arrow.gif');
  		background-repeat: no-repeat;
    	background-position: right center;
    	padding-right: 20px;
    }
	select[size],
	select[multiple] {
		background-image: none; padding: 0;
	}
}

.ie6-input,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
* html select { margin-top: 1px; }

/*-------------------------------------------    
    GENERAL SELECTORS
-------------------------------------------*/

body {
	background: #e4e4e4 url('../drupal/images/bg-grad.png') repeat-x;
	background-attachment: fixed;
	background-position: bottom;
	*background: #e4e4e4;
}
.zone {
	background: #fff;
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}
.section-footer .zone {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	background: transparent;
}
#header,
#main-wrapper,
#footer {
	font-size: 1.2em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #444;
	margin: 0;
}
h1 {
	font-family: "Tate regular", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	padding: 11px 0 10px 0;
}
h2 {
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: bold;
	padding: 11px 10px 10px 10px;
}
h3 {
	font-size: 1.2em;
	line-height: 1.5em;
	padding:11px 10px 0 10px;
}
h4 {
	font-size: 1em;
	padding: 11px 10px 0 10px;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	line-height: 1.95em;
	padding: 11px 10px 0 10px;
}
h6 {
	font-size: 0.8em;
	padding: 12px 5px 0 5px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #444;
}
h4 a:hover, 
h5 a:hover, 
h6 a:hover {
	color: #0090b5;
}
p {
	line-height: 1.75em;
	padding: 11px 25px 10px 10px;
	margin: 0;
}
blockquote {
	padding: 11px 55px 10px 40px;
	color: #5c5b56;
	font-size: 0.9em; 
	line-height: 1.95em;
}
blockquote a {
	color: #999;
	border-bottom: #00aed3 1px solid;
}
blockquote a:hover {
	color: #00aed3;
}
blockquote p {
	padding: 0; 
	line-height: 1.95em;
}
img {
	-ms-interpolation-mode: bicubic;
}

/* Typogrify overrides */
.amp {font-family: Arial, Helvetica, sans-serif; font-style:normal;}
.caps {font-size: 1.0em;}

/* TEXT LINKS */

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
}
#block-tate-logorandomiser-logorandomiser h1 a {
	border: none;
}
p a,
#block-tate-blocks-login-js a {
	color: #444;
	border-bottom: #00aed3 solid 1px;
}
a:focus,
p a:hover,
p a:focus,
#block-tate-blocks-login-js a:hover,
#block-tate-blocks-login-js a:focus  {
	color: #0090b5;
}
 
/* Focus for other types of links */

#main-menu a:focus,
#secondary-menu a:focus {
	background: #00aed3!important;
	color: #fff!important;
}
#page-wrapper a:focus img#logo {
	border-bottom: 1px solid #00aed3;
}
#page-wrapper .block-tate-blocks-footer-bulletin-form input.submit:focus,
#feedbackemail input:focus {
	background-color: #00aed3!important;
}

/*-------------------------------------------    
    HEADER
-------------------------------------------*/

#region-user-first {
	height: 120px;
	display: block;
}
#block-tate-logorandomiser-logorandomiser img {
	padding: 5px;
}

/* SKIP LINK */

#skip-link {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	float: left;
}
#skip-link a {
	font-size: 1.2em;
	color: #fff;
	display: block;
	width: 10em;
	padding: 3px 10px;
	background: #444;
	text-decoration: underline;
}

/* GALLERY MENU  */

.menu-name-menu-galleries .menu {
	float: right;
	padding: 0;
	margin: 0;
}
.menu-name-menu-galleries ul li {
	float: left;
	margin: 0;
	padding: 0; 
	width: 119px;
	display: block;
	border-left: 1px solid #e5e2de;
	text-align: center;
}
.menu-name-menu-galleries ul li a {
	color: #444;
	display: block;
	padding: 6px 0 9px 0;
}
.menu-name-menu-galleries ul li a:hover {
	color: #fff;
	background: #00aed3;
}
.menu-name-menu-galleries ul li a:focus {
	color: #00aed3;
	background: #fff;
}

/* SEARCH FORM  */

#search-block-form .container-inline { position: relative; padding-right:5px;} 
#search-block-form .form-item input:focus { outline:none; background:#fff; border:1px solid #ccc; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
input:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
textarea,
select {
	color: #444;
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
	height: 20px;
}

#block-search-form {
	margin-top: 13px;
	margin-right: 5px;
	*margin-right: 10px;
	float: right;
	overflow: hidden;
}
#block-search-form label {
	display: none;
}
#block-search-form .container-inline {
	position: relative;
	width: 262px;
	*width: 252px;
	margin: 0;
	padding: 0;
}
#block-search-form input.form-text {
	background: none repeat scroll 0 0 #F7F6F5;
	border: 1px solid #E5E2DE;
	display: inline-block;
	font-size: 1em;
	height: 20px;
	padding: 5px;
	width: 217px;
	*width: 207px;
	padding-right: 38px;
}
#block-search-form input.form-text:focus {
	background: #fff;
}
#block-search-form .form-submit {
	background: url("../drupal/images/search_submit.png") no-repeat scroll 0 0 transparent; 
	border: none;
	display: block;
	height: 28px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 1px;
	text-indent: -99em;
	top: 2px;
	width: 31px;
	line-height: 300px;
}
#block-search-form .form-submit:hover,
#block-search-form .form-submit:focus {
	background-position: 0 -32px;
	cursor: pointer;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* LOG IN BLOCK  */

#block-tate-blocks-login-js {
	position: absolute;
	overflow: hidden;
	padding-top: 6px;
	right: 0;
	top: 0;
}
#block-tate-blocks-login-js ul {
	overflow: hidden;
}
#block-tate-blocks-login-js li {
	float: left;
	margin: 0 10px;
}
 
/* MAIN MENU & SECONDARY MENU  */

#zone-menu { position: relative; }

.navigation { border:none; display:block; border-bottom:1px solid #e5e2de; }
.navigation ul { margin:0;}
.navigation ul li {float:left; margin:0; padding:0; overflow:hidden; border-right: 1px solid #e5e2de;}
.navigation ul li a  {color: #444; display:block; border-bottom:none;  padding:7px 10px 7px 9px;}
.navigation ul li a:hover {background:#00aed3; color:#fff;}
.navigation ul#secondary-menu {background:#f7f6f5; margin:0; padding:0; display:block; }

#main-menu li a.active-trail,
#secondary-menu li a.active-trail {background:#f7f6f5; color:#444; padding-top:3px; border-top:4px solid #00aed3;}
#secondary-menu li a.active-trail {padding-top:7px; border-top:none; padding-bottom:3px; border-bottom:4px solid #00aed3;}
#main-menu li a.active-trail:hover,
#secondary-menu li a.active-trail:hover {background:#00aed3; color:#fff;}
#main-menu li a.active:hover,
#secondary-menu li a.active:hover {background:#f7f6f5; color:#444;}
.navigation .last {border-right:none;}

/*-------------------------------------------    
    MAIN WRAPPER
-------------------------------------------*/

#zone-content {
	padding-bottom: 4px;
	min-height:340px;
}

/* LHS MENU */

#zone-content .menu {
	margin-right: 15px;
}
#zone-content .menu li a {
	display: block;
	padding: 3px 0 3px 15px;
	border-bottom: none;
	border-left: 5px solid transparent;
	color: #444;
}
#zone-content .menu a.active {
	font-weight: bold;
	color: #444;
	border-left: 5px solid #585b5c;
}
#zone-content .menu a:focus,
#zone-content .menu a:hover {
	color: #0090b5;
	border-left: 5px solid #00aed3;
}


/* PAGINATION  */

.item-list .pager {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	clear: right; 
	padding-top: 4px;
	text-align: center;
}
.item-list .pager li {
	float: left;
	height: 26px;
	display: block;
	padding: 0;
	margin: 2px;
}
.item-list .pager a,
.item-list .pager .pager-current {
	color: #3a3a3a;
	background-color: #eee;
	text-decoration: none;
	display: block;
	padding: 3px;
	height: 20px;
	min-width: 20px;
}
.item-list .pager a:hover,
.item-list .pager a:focus {
	background-color: #00aed3;
	color: #fff;
}
.item-list .pager .pager-current {
	border-bottom: 4px solid #00aed3;
	font-weight: bold;
}
.item-list .pager .pager-ellipsis {
	padding: 0 7px;
}
.item-list .pager .off {
	display: block;
	padding: 3px;
	height: 22px;
	background: transparent;
}
.item-list .pager .pager-last, 
.item-list .pager .pager-next,
.item-list .pager .pager-first,
.item-list .pager .pager-previous {
	width: 26px;
	overflow: hidden;
}
.item-list .pager-last a,
.item-list .pager-next a,
.item-list .pager-first a,
.item-list .pager-previous a { 
	background-image: url("../drupal/images/pgr_ctrls.png");
	background-repeat: no-repeat;
	margin-left: -100px;
}
.item-list .pager-next a {
	background-position: 74px 0;
}
.item-list .pager-last a {
	background-position: 74px -26px;
}
.item-list .pager-previous a {
	background-position: 74px -52px;
}
.item-list .pager-first a {
	background-position: 74px -78px;
}

.item-list .pager-next a:hover,
.item-list .pager-next a:focus {
	background-position: 100px 0;
}
.item-list .pager-last a:hover,
.item-list .pager-last a:focus {
	background-position: 100px -26px;
} 
.item-list .pager-previous a:hover,
.item-list .pager-previous a:focus {
	background-position: 100px -52px;
}
.item-list .pager-first a:hover,
.item-list .pager-first a:focus {
	background-position: 100px -78px;
}

/* FORM ELEMENTS  */

input[type="reset"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	border-radius: 11px;
	border: none;
	cursor: pointer;
	color: #444;
	font: normal 1em Arial, sans-serif;
	outline: 0;
	overflow: visible;
	padding: 4px 30px 4px 15px;
	text-shadow: none;
	font-weight: normal!important;
	width: auto;
}
input:hover[type="reset"],
input:hover[type="submit"],
input:hover[type="button"] {
	background: #00aed3 url('../drupal/images/panel-button-bg-light.png') top right no-repeat; 
	color: #fff;
}
input:active[type="reset"],
input:active[type="submit"],
input:active[type="button"] {
	outline: none;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
	-moz-box-shadow: #00aed3 0 0 3px;
	-webkit-box-shadow: #00aed3 0 0 3px;
	box-shadow: #00aed3 0 0 3px;
	z-index: 1; /* For Opera */
}
input.form-text,
textarea.form-textarea {
	padding: 5px;
	background: #fff;
	border: #cec8c1 1px solid;
	margin: 2px 0;
}
textarea,
select {
	font-size: 1em;
	color: #444;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 20px;
	border-color: #CEC8C1;
}

/*-------------------------------------------    
    FOOTER
-------------------------------------------*/

#footer {
	display: block;
	padding-bottom: 80px;
	margin-bottom: -20px;
	background: #444!important;
	zoom: 1;
	position: relative;
}
#section-footer .block {
	border-left: 1px solid #555;
	height: 100%;
	margin-left: -1px;
	display: block;
	margin-top: 30px;
	background: #444;
}
#section-footer #region-footer-first .block {
	border-left: none;
}
#zone-footer h2 {
	margin: 0 0 0 15px;
	padding: 0 10px 5px 0;
	color: #efefef;
	display: block;
	width: auto;
	font-weight: normal;
}
#zone-footer ul {
	line-height: 2.1em;
	font-size: 0.9em;
}
#zone-footer li {
	position: relative;
	display: block;
}
#zone-footer li a {
	color: #ccc;
	padding: 5px 15px;
	position: relative;
}
#zone-footer li a:hover,
#zone-footer li a:focus {
	color: #efefef;
	text-decoration: none;
	border-left: 5px solid #efefef;
	padding: 5px 10px;
}

/* FOOTER 4TH - EMAIL SIGNUP */

#region-footer-forth p {
	padding: 2px 15px;
	color: #dedede;
	font-size: 0.9em;
}
#region-footer-forth form {
	padding: 10px 15px;
	width: 210px;
}
#region-footer-forth input[type="email"] {
	display: block;
	width: 180px;
	height: 20px; 
	border: 1px #555 solid;
	background: #4a4a4a;
	margin: 0 0 10px 0;
	color: #3f3f3f;
	padding: 2px 5px;
	position: relative;
}
#region-footer-forth input[type="email"]:focus {
	background: #ccc;
}
#region-footer-forth input[type="submit"] {
	background: #555 url('../drupal/images/panel-button-bg-light.png') top right no-repeat;
	margin: 0;
	color: #ccc;
}
#region-footer-forth input:hover[type="submit"] {
	background-color: #666;
	color: #ccc;
}
#region-footer-forth input:active[type="submit"] {
	outline: none;
}


/*-------------------------------------------    
    ANYTHING ELSE?
-------------------------------------------*/

/* CONTENT MIN-HEIGHT to stop too short pages */
.region-content {
	min-height: 200px;
}


/* please don't delete me, even though I seem pointless... thank you */
.ga-tracked {}
.field-name-field-tracking-html {
	position: absolute;
	height: 1px;
	width: 1px;
	top: -9999px;
}