/* ----------------------------------------------------
Animated Minds Style Sheet
Author:  Giles @ Pixeco
-----------------------------------------------------*/


/* Importing rules
-----------------------------------------------------*/
@import url(reset.css);
@import url(grid_960.css);
@import url(modules/buttons.css);
@import url(modules/forms.css);


body { 
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif; 
	color: #23162e; 
/*	background: #fff url(../images/bg_grid.gif) repeat-y center top;*/
	}
	body.homepage {
		color:#655b6c;
		}


/* Helpers
----------------------------------------------------*/
.inline { display:inline; border:0; margin:0; padding:0; }
.float { float:left; }
.floatRight { float:right; }
.clearboth { clear:both; }
.small { font-size: 1.1em; }

.clearfix:after {
    clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}
	.clearfix { display:inline-block; }
	html[xmlns] .clearfix { display:block; }
	* html .clearfix { height:1%; }



/* Typography
----------------------------------------------------*/
p { font-size:1em; /* 12px */ line-height:1.5em; /* 18px */ margin:0 0 1.5em 0; }

.class-for-24px { font-size:2em; /* 24px */ line-height:1.5em; /* 36px */ margin-top:0.75em; margin-bottom:0; }

.class-for-22px { font-size:1.8333em; /* 22px */ line-height:1.6364em; /* 36px */ margin-top:0.8182em; margin-bottom:0; }

.class-for-20px { font-size:1.6667em; /* 20px */ line-height:1.8em; /* 36px */ margin-top:0.9em; margin-bottom:0; }

.class-for-18px { font-size:1.5em; /* 18px */ line-height:1em; /* 18px */ margin-top:1em; margin-bottom:0; }

.class-for-16px { font-size:1.3333em; /* 16px */ line-height:1.125em; /* 18px */ margin-top:1.125em; margin-bottom:0; }

.class-for-14px { font-size:1.1667em; /* 14px */ line-height:1.2857em; /* 18px */ margin-top:1.2857em; margin-bottom:0; }


a:link, 
a:visited, 
a:hover, 
a:active { color:#015167; }
	a:link { text-decoration:underline; }
	a:visited { text-decoration:underline; }
	a:hover { color:#257085; text-decoration:underline; }
	a:active { text-decoration:none; }

h1 { display:none; }

h2 { font-size:1.1667em; /* 14px */ line-height:1.2857em; /* 18px */ /*letter-spacing:-.07em;*/ /*margin-top:1.2857em;*/ margin-bottom:20px; padding-top:2px; font-weight:normal; color:#f4082d; }
h3 { font-size:1.1667em; /* 14px */ line-height:1.2857em; /* 18px */ /*letter-spacing:-.08em;*/ /*margin-top:1.2857em;*/ margin-bottom:2px; padding-top:2px; font-weight:normal; color:#f4082d; }
h4 { font-size:1em; /* 12px */ line-height:1.5em; /* 18px */ margin:0 0 1.5em 0; font-weight:normal; }

ol { 
	padding: 0;
	margin: 0 0 1.5em 19px;
	}
	ol li { 
		padding: 0;
		margin: 0;
		list-style-type: decimal;
		line-height: 1.5em;
		}


/* Layout
----------------------------------------------------*/
#wrapper { 
	position: relative;
	}
	#header { 
		height: 162px;
		margin-bottom: 72px;
		position: relative;
		}
		body.homepage #header {
			height:66px;
			margin-bottom:0;
			}
		#header strong.logo { 
			display: block;
			width: 940px;
			height: 126px;
			margin: 0;
			padding: 0;
			text-indent: -999em;
			background: url(../images/logo.jpg) no-repeat 0 0;
			}
			#header strong.logo a { 
				background: none;
				display: block;
				height: 100%;
				}
		

/* Navigation
----------------------------------------------------*/
ul#navigation { 
	height: 36px;
	padding: 0;
	text-align: center;
	}
	body.homepage ul#navigation {
		padding-bottom:50px;
		}
	ul#navigation li { 
		display: inline;
		font-size: 1.56em; /* 20px */ 
		line-height: 1.8em; /* 36px */ 
/*		margin-top:0.9em; */
		margin: 0 9px;
		}
		body.homepage ul#navigation li {
			font-size:16px;
			}
			body.homepage ul#navigation li.first {
				display:none;
				}
		ul#navigation li a:link,
		ul#navigation li a:visited { 
			color: #23162e;
			}
			ul#navigation li.current a { 
				color: #015167;
				}
		ul#navigation li a:hover { 
			color: #257085;
			}
		

/* Content blocks
----------------------------------------------------*/
div#flashPlayer { 
	margin-bottom: 54px;
	}
	body.homepage div#flashPlayer {
		float:none;
		display:block;
		margin:0 auto 10px;
		}

div#filmInfo { 
	margin-bottom: 54px;
	}
	body.homepage div#filmInfo { 
		float: right;
		margin-right:163px;
		}
	div#filmInfo p.director,
	div#filmInfo p.voice,
	div#filmInfo p.animationdirector { 
		margin-bottom: 0;
		}
	div#filmInfo img.laurel { 
		float: left;
		margin-right: 15px;
		}

div#films { 
	clear: both;
	}
	body.homepage div#films { 
		clear: none;
		clear: left;
		width: 640px;
		}

ul.filmThumbs { 
	width: 640px;
	}
	ul.filmThumbs li { 
		height: 135px;
		}
		ul.filmThumbs li img { 
			width: 140px;
			}
		ul.filmThumbs li h3 { 
			margin-top: 4px;
			color: #23162e;
			}

ul.film-directory li { 
	height: 305px;
	}		
	ul.film-directory li h3 { 
		margin-top: 5px;
		margin-bottom: 5px;
		color: #23162e;
		}
	ul.film-directory li p { 
		font-size: 0.9em;
		line-height: 1.2em;
		}


/* Small bits
----------------------------------------------------*/
blockquote {
	padding:0 0 36px 32px;
	line-height:1.6 !important;
	font:italic 12.5px Georgia,'Times New Roman',times,serif;
	background:url(../images/quotemarkLeft.gif) 0 0 no-repeat;
	}
	body.homepage blockquote {
		width:300px;
		padding:0;
		margin:0 0 0 163px;
		text-align:right;
		background:none;
		}
		blockquote span {
			padding:0 24px 0 0;
			background:url(../images/quotemarkRight.gif) 100% 100% no-repeat;
			}
			blockquote span.opening {
				padding:0 0 0 24px;
				background:url(../images/quotemarkLeft.gif) 0 0 no-repeat;
				}
		blockquote cite {
			display:block;
			margin:10px 0 0;
			font-style: normal;
			}


/* Footer
----------------------------------------------------*/
div#footer {
	margin:40px 0;
	padding:36px 0 18px;
	text-align: center;
	font-size:14px;
	background:url(../images/footerBg.png) 50% 0 no-repeat;
	}
	div#footer ul li { 
		display: inline;
		padding: 0 8px;
		}
		div#footer ul li.addthis,
		div#footer ul li.retweet,
		div#footer ul li.facebook-share {
			position:relative;
			top:8px;
			left:-6px;
			}
			div#footer ul li.facebook-share {
				top:0;
				left:-40px;
				}
			div#footer ul li.addthis {
				top:3px;
				left:10px;
				}
			div#footer ul li a {
				text-decoration:none;
				color:#23162e !important;
				}
				div#footer ul li a:hover,
				div#footer ul li.copy a {
					color:#015167 !important;
					}
					div#footer ul li.copy a:hover {
						color:inherit;
						}

ul.laurels {
	position:absolute;
	top:133px;
	left:36px;
	}
	ul.laurels.second {
		left:auto;
		right:36px;
		}
		ul.laurels li {
			width:97px;
			height:53px;
			margin:0 0 38px;
			}
			ul.laurels li a {
				display:block;
				height:100%;
				}
				ul.laurels li a:hover {
					opacity:.2;
					background-color:#fff;
					}

body#news div.grid_6 {
	width:600px !important;
	padding-right:0 !important;
	}
	body#news div.grid_6 h1 {
		display:block;
		font-size:20px;
		margin:0 0 20px;
		color:#d51717;
		}
	body#news div.grid_6 h2 {
		margin:0;
		}
		body#news div.grid_6 h2 a {
			color:#d51717;
			}
	body#news div.grid_6 h3 {
		margin:0 0 20px;
		color:#000;
		}
body#news div.grid_4 ul li {
	padding:0 0 4px;
	}
body#news div.grid_4 ul li a {
	text-decoration:none;
	color:#000;
	}
body#news div.grid_4 a.rss {
	position:relative;
	top:12px;
	vertical-align:bottom;
	text-decoration:none;
	color:#000;
	}
	body#news div.grid_4 a.rss img {
		position:relative;
		top:2px;
		margin:0 0 0 4px;
		}


#content {
	width: 935px;
	margin-left: 3px;
	}
	div.colOneThird {
		width: 301px;
		float: left;
		margin-bottom: 20px;
		}
		div.colOneThird.left {
			padding-right: 10px;
			}
		div.colOneThird.middle {
			padding: 0 5px;
			}
		div.colOneThird.right {
			padding-left: 10px;
			}
			div.full_width {
				width: 935px;
				float: left;
				}
	div.colHalfLeft {
		width: 455px;
		margin-bottom: 20px;
		float: left;
		}
	div.colHalfRight {
		width: 455px;
		float: left;
		margin-bottom: 20px;
		margin-left: 12px;
		padding-left: 12px;
		border-left: 1px dashed #fff;
		}


/* Listings
----------------------------------------------------*/
div#searchResultsHeader {
	position: relative;
	clear: both;
	border-bottom: 2px solid #fff;
	}
	div#searchResultsHeader h3 {
		width: 685px;
		}

ul.listings {
	margin-bottom: 20px;
	}
	ul.listings li {
		padding: 10px 0 12px 0;
		position: relative;
		border-bottom: 1px solid #fff;
		}
		ul.listings li:after {
		    content:".";
		    display:block;
		    clear:both;
		    visibility:hidden;
		    line-height:0;
		    height:0;
			}
			ul.listings li { display:inline-block; }
			html[xmlns] ul.listings li { display:block; }
			* html ul.listings li {
				height:1%;
				}
		body.active-listings ul.listings li:first-child {
			border-top: 1px solid #fff;
			}
		ul.listings li div.left {
			width: 285px;
			float: left;
			}
			ul.listings li div.left iframe {
				margin: 20px 0 5px 0;
				}
			ul.listings li div.left p.endDate {
				font-weight: bold;
				margin-top: 25px;
				}
		ul.listings li div.right {
			width: 624px;
			float: right;
			}
			ul.listings li div.right dl {
				font-size: 1.4em;
				margin-top: 10px;
				}
				ul.listings li div.right dl dt {
					display: inline;
					font-weight: bold;
					margin-right: 4px;
					}
					ul.listings li div.right dl dd {
						display: inline;
						margin-right: 40px;
						}
			ul.listings li div.right p.keywords {
				color: #fff;
				margin-bottom: 10px;
				}
		ul.listings li span.button {
			clear: both;
			float: right;
			}
		ul.listings li div.buttons {
			position: absolute;
			top: 13px;
			right: 0;
			width: 165px;
			}
		body#AddEditListings ul.listings li h4 {
			width: 770px;
			}

/* SEARCH RESULTS VARIATIONS */
	ul.listings.searchResults div.left {
		padding-top: 4px;
		}
		ul.listings.searchResults div.left img.avatar {
			width: 40px;
			height: 40px;
			padding: 2px;
			margin-bottom: 15px;
			float: left;
			border: 1px solid #8a8666;
			}
		ul.listings.searchResults div.left h6,
		ul.listings.searchResults div.left p.url {
			width: 228px;
			float: right;
			}
		ul.listings.searchResults div.left p.postcode {
			clear: both;
			}
		ul.listings.searchResults div.left div#map { /*NEED TO CHANGE THIS TO A CLASS, AS IT WILL BE REPEATED ON THE PAGE */
			width: 285px;
			height: 170px;
			position: relative;
			margin-top: 7px;
			}
	ul.listings.searchResults div.right {
		margin-bottom: 5px;
		}
		ul.listings.searchResults div.right h4 {
			margin-bottom: 5px;
			}
		ul.listings.searchResults div.right dl.location {
			margin-top: 0;
			margin-bottom: 8px;
			}

/* PAGINATION */
h6.paginationTitle {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	float: left;
	width: 50px;
	padding-top:5px;
	}
ul#pagination {
	border: 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	ul#pagination li {
		margin: 0 7px 0 0;
		padding: 0;
		font-size: 1.2em;
		line-height: 11px;
		border: 0;
		}
		ul#pagination li a {
			margin-right: 4px;
			border: solid 1px #fff;
			}
/*			ul#pagination li.next a,
			ul#pagination li.previous a {
				}*/
		ul#pagination li.previous,
		ul#pagination li.next {
			display: block;
			float: left;
			margin-right: 14px;
			margin-left: 10px;
			}
			ul#pagination li.off {
				padding: 4px 6px 3px 6px;
				color: #ebecda;
				border: solid 1px #ebecda;
				}
		ul#pagination li.active,
		ul#pagination li.break {
			display: block;
			float: left;
			padding: 4px 4px;
/*			color: #fff;*/
			}
		ul#pagination li a:link,
		ul#pagination li a:visited {
			display: block;
			float: left;
			padding: 4px 6px 3px 6px;
			}
		ul#pagination li a:hover {
			border-color: #696a53;
			text-decoration: none;
			}


/* NEW VISITORS */
div#noListings {
	}
	div#noListings img.screenshot {
		float: left;
		display: inline;
		margin-right: 50px;
		}
	div#noListings h2,
	div#noListings h3 {
		width: 465px;
		float: left;
		}
		div#noListings h2 {
			font-size: 4.5em;
			margin-bottom: 18px;
			}
		div#noListings h3 {
			line-height: 1.1;
			margin-bottom: 48px;
			}


/* Organisation Pages
----------------------------------------------------*/
div#organisationHeader {
	margin-bottom: 60px;
	position: relative;
	}
	div#organisationHeader img.orgPicLarge {
		width: 260px;
		height: 214px;
		padding: 6px;
		margin-bottom: 15px;
		float: left;
		border: 1px solid #8a8666;
		}
	div#organisationHeader form.organisation h2 {
		width: 555px;
		padding-right: 69px;
		float: right;
		}
	div#organisationHeader form.organisation p {
		width: 624px;
		float: right;
		}
		div#organisationHeader form.organisation p.url {
			margin-top: 5px;
			}
		div#organisationHeader form.organisation p.details {
			margin-top: 16px;
			}



/* Notifications
----------------------------------------------------*/
div.notifications {
	padding: 13px 18px 8px 18px;
	margin-bottom: 40px;
	position: relative;
	border: 1px solid #eff1dc;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	border-radius-topleft: 10px;
	border-radius-topright: 10px;
	background: #c9cbaa;
	}
	div.notifications h4 {
		font-size: 2.6em;
		margin-bottom: 5px;
		}
	div.notifications h5 {
		margin-bottom: 5px;
		}
	div.notifications span.button {
		position: absolute;
		top: 11px;
		right: 11px;
		}



/* Resources page list
----------------------------------------------------*/
ul.resources>li {
	border-bottom:1px dashed #b2b2b2;
	display:block;
	padding:10px 0 20px 0;
	margin-bottom:10px;
	line-height: 1.5em;
	}
	ul.resources>li>h2 {
		margin-bottom: 4px;
		}
		ul.resources>li>h2 a:link, a:visited, a:hover, a:active {
			color:#F4082D;
			}
	ul.resources li img {
		float:left;
		height:80px;
		margin:0 20px 0 0;
		}
		ul.resources li img.r {
			float:right;
			margin:0 0 0 10px;
			}
	h2.resources-shadowbox {
		font-size:1.667em;
		}


/* Shop
----------------------------------------------------*/
div.shop-header {
	margin-top: -50px;
	float: right;
	}
	img.view-cart-header {
		margin-top: 0px;
		}
