/*! normalize.css 2012-03-11T12:53 UTC - http://github.com/necolas/normalize.css */

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 * Remove excess height in iOS5 devices
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */

body {
    margin: 0;
}


/* =============================================================================
   Links
   ========================================================================== */

/*
 * Addresses outline displayed oddly in Chrome
 */

a:focus {
    outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */

dfn {
    font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */

mark {
    background: #ff0;
    color: #000;
}

/*
 * Addresses margins set differently in IE6/7
 */

p,
pre {
    margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */

/* 1 */

q {
    quotes: none;
}

/* 2 */

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

/*
 * Addresses margins set differently in IE6/7
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

/*
 * Corrects margin displayed oddly in IE6/7
 */

form {
    margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3
 * 3. Corrects alignment displayed oddly in IE6/7
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */

button,
input {
    line-height: normal; /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer; /* 1 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible;  /* 3 */
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
      Known issue: excess padding remains in IE6
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}


/* =============================================================================
   Tables
   ========================================================================== */

/*
 * Remove most spacing between table cells
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* =============================================================================
   Basics
   ========================================================================== */

html, body {
	background-color: #040707;
	color: #fff;
}

a {
	color: #fff;
}

#container {
	overflow: hidden;
}

div.wrap { 
	width: 950px;
	margin: 0 auto;
	padding: 0 10px; 
}

.clearfix {
	clear: both;
	height: 1;
}

.mix-d {
	font-weight: bold;
	font-family: Tahoma, Arial, sans-serif;
}

/* =============================================================================
   Tools/Utility Header
   ========================================================================== */

.tools {
	height: 40px;
}

/* =============================================================================
   Jim request by KC
   ========================================================================== */

.tools ul {
    display: none!important;
}

.logo {
    width: 331px !important; 
    height: 44px !important; 
    background-image: url(https://mixedmuseum.org.uk/wp-content/themes/mixedmuseum/img/mixed-museum-logo.png) !important; 
    float: left;
    background-repeat: no-repeat;
    background-position: top left;
    outline: none;
}

.logo a.home-link {
    width: 331px !important; 
    height: 44px !important; 
}


.logo {
	width: 160px;
	height: 19px;
	background-image: url(/assets/museum/img/logo2.png);
	float: left;
}

.logo a {
	text-indent: -9999px;
	display: block;
	float: left;
}



.logo a.museum-link {
	width: 90px;
}

.tools ul {
	float: right;
	font-weight: bold;
	font-size: 16px;
}

.tools li {
	float: left;
	display: inline;
	border-right: 1px solid #c0c1c1;
}

.tools li.last {
	border-right: none;
}

.tools li a {
	display: block;
	padding: 0 8px;
	text-decoration: none;
}

/* =============================================================================
   Branding Header
   ========================================================================== */

.branding {
	background-color: #1e2713;
	padding: 5px 0;
	clear: both;
	margin-bottom: 5px;
}

.branding h1 {
	font-size: 50px;
	letter-spacing: -0.05em;
	padding: 0;
	margin: 0;
}

.branding h1 em {
	font-style: normal;
	font-weight: normal;
	font-size: 40px;
}

.branding h1 a {
	text-decoration: none;
}

/* =============================================================================
   Branding Header
   ========================================================================== */

.main {
	border: 1px solid #555c44;
	border-width: 1px 0;
	overflow: hidden;
}

.main ul {
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}

.main li {
	float: left;
	display: inline;
	border-left: 1px solid #555c44;
}

.main li.last {
	border-right: 1px solid #555c44;
}

.main li a {
	display: block;
	padding: 12px;
	text-decoration: none;
	background-color: #040707;
	color: #fff;
	-webkit-transition: .5s;
}

.main li a:hover {
	background-color: #1e2713;
	-webkit-transition: .5s;
}

.main li.active a {
	background-color: #555c44;
}

/* =============================================================================
   Content Area
   ========================================================================== */

#content {
	padding: 5px 0 0;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 5px;
	position: relative;
	min-height: 472px;
}

#content.timeline {
	height: 472px;
}

.list_carousel {
	margin: 0;
	height: 472px;
	width: 960px;
	margin: 0 auto;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	height: 472px;

}

.list_carousel li {
	width: 470px;
	height: 470px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
 /*	border: 1px solid red; JUST FOR ORGANISING!!! */
 /* margin-right: 1px; JUST FOR ORGANISING!!! */
}

.list_carousel li .entry {
	float: left;
	position: relative;
	height: 230px;
	width: 230px;
	color: #040707;
	background-color: #BDAB99;
	margin: 0 0 5px 5px;
}

.list_carousel li .entry.marker {
	background-color: #BDAB99;
	color: #fff;
	height: 465px;
}

.list_carousel li .entry.intro {
	height: 465px;
	background-color: #1E2713;
	color: #fff;
}

.list_carousel li .entry a {
	position: absolute;
	z-index: 50;
	display: block;
	width: 230px;
	height: 230px;
	-webkit-transition: background .3s;
	text-decoration: none;
}

.list_carousel li .entry.marker a, .list_carousel li .entry.intro a {
	height: 465px;
}

.list_carousel li .entry a:hover {
	background: url(/assets/museum/img/green-trans.png);
	background: rgba(56,73,36,.8);
	-webkit-transition: .3s;
}

.list_carousel li .entry img {
	position: absolute;
	top: 0;
	left: 0;
}

.list_carousel li .entry a div {
	position: absolute;
	overflow: hidden;
	top: 130px;
	width: 230px;
	height: 100px;
	background: url(/assets/museum/img/black-trans.png);
	background: rgba(0,0,0,.5);
}

.list_carousel li .entry a:hover div {
	background: transparent;
	-webkit-transition: .3s;
}


.list_carousel li .entry h2 {
	font-size: 36px;
	line-height: 1em;
	margin: 0;
	padding: 5px 5px 0;
}

.list_carousel li .entry h3 {
	margin: 0;
	position: absolute;
	padding: 0 5px;
	font-size: 1em;
}

.list_carousel li .entry.intro h3, .list_carousel li .entry.marker h3 {
	margin-top: 1em;
}

/* Portrait */

.list_carousel li .entry.portrait, .list_carousel li .entry.portrait a {
	height: 465px;
}

.list_carousel li .entry.portrait a div {
	top: 365px;
}

/* Portrait */

.list_carousel li .entry.landscape, .list_carousel li .entry.intro, .list_carousel li .entry.intro a, .list_carousel li .entry.landscape a, .list_carousel li .entry.landscape a div {
	width: 465px;
}


.list_carousel li p {
	word-wrap: break-word;
}

.prev {
	position: absolute;
	top: 5px;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(/assets/museum/img/button_left.png);
	height: 465px;
	width: 65px;
	background-position: -26px center;
	text-indent: -9999px;
	display: block;
	-webkit-transition: .5s;
}

.prev:hover {
	background-position: 0 center;
	-webkit-transition: .5s;
}

.next {
	position: absolute;
	top: 5px;
	right: 0;
	background-repeat: no-repeat;
	background-image: url(/assets/museum/img/button_right.png);
	height: 465px;
	width: 65px;
	background-position: 26px center;
	text-indent: -9999px;
	display: block;
	-webkit-transition: .5s;
}

.next:hover {
	background-position: 0 center;
	-webkit-transition: .5s;
}

/* =============================================================================
   Detail
   ========================================================================== */

.entry-view h1 time {
	font-weight: normal;
	display: block;
}

.entry-body {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

.entry-body p {
	line-height: 1.5em;
	font-size: 14px;
}

.entry-body p a {
	color: #CFD6BF;
}

section.quotes {
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 5px;
}

section.quotes blockquote {
	font-style: italic;
	font-family: Georgia;
	margin: 0 0 40px;
	background-image: url(/assets/museum/img/quote.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

section.quotes blockquote p {
	padding: 0 60px;
}

section.quotes blockquote footer {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	line-height: 1em;
	word-wrap: break-word;
	padding: 0 60px;
}

section.quotes blockquote footer a {
	text-decoration: none;
}

section.quotes blockquote footer a:hover {
	border-bottom: 1px dotted #fff;
}

/* =============================================================================
   Image gallery
   ========================================================================== */

.image_holder {
	height:380px;
	width:600px;
	text-align: center;
	position: relative;
}

#gallery {
	margin: 0;
	padding: 0;
}

#gallery li {
	position: relative;
	list-style-type: none;
	width: 600px;
	text-align: center;
}

#gallery li div.image {
	position: relative;
	width: 600px;
	height: 340px;
	background-color:#262626;
}

#gallery li div.image div.protect {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 340px;
}

#gallery li div.image-reference {
	width: 600px;
	height: 40px;
}

#gallery li div p {
	font-size: 11px;
	margin: 4px 0 0 0;
	padding: 0;
}

.image_holder .prev, .image_holder .next {
	height: 340px;
	top: 0;
	z-index: 20;
}

/* =============================================================================
   Hosted Videos
   ========================================================================== */

.hosted-videos {
	margin-bottom: 1em;
}

.hosted-videos p {
	font-size: 11px
}

.hosted-videos div.video {
	width: 480px;
	height: 270px;
	margin-bottom: 0;
}


/* =============================================================================
   Button
   ========================================================================== */

a.button {
	display: inline-block;
	background-color: #1E2713;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	-webkit-transition: .5s;
}

a.button:hover {
	background-color: #384924;
	-webkit-transition: .5s;
}

/* =============================================================================
   Tags
   ========================================================================= */

p.tags {
	background-image: url(/assets/museum/img/tag.png);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 30px;
}

p.tags a {
	font-weight: bold;
	text-decoration: none;
	color: #B2CBAA;
	margin-right: 3px;
}

p.tags a:hover {
	border-bottom: 1px dotted #B2CBAA;
} 

/* =============================================================================
   References
   ========================================================================== */

footer.references {
	float: right;
	width: 300px;
}

footer.references aside {
	margin-bottom: 20px;
}


footer.references, footer.references a {
	font-size: 12px;
	color: #CFD6BF;
	word-wrap: break-word;
	
}

footer.references li {
	margin-bottom: .5em;
}

footer.references h3 {
	margin-top: 0;
}

/* =============================================================================
   Share this
   ========================================================================== */

aside.sharing {
	height: 117px;
}

.fb-like, .twitter-share-button, .g-plusone {
	display: block;
	margin-bottom: 8px;
}


/* =============================================================================
   Feedback
   ========================================================================== */

.feedback fieldset {
	border: none;
	padding: 0;
	margin: 0 0 1em 0;
}

.feedback label, .feedback input {
	display: block;
}

.feedback label {
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 10px;
	color: #CFD6BF;			
}

.feedback input[type=text], .feedback textarea {
	width: 98.5%; /* because of border and padding */
	border: 1px solid #555c44;
	line-height: 1.5em;
	padding: 4px;
}

.feedback p.submit {
	text-align: left;
}

.feedback p.submit input {
	display: inline;	
}

p.lead {
	font-weight: bold;
}

p.lead.sent {
	background-color: #CFD6BF;
	color: #1E2713;
	width: 99%;
	padding: 2px;
}

input.submit {
	font-size: 16px;
}

/* =============================================================================
   Blog
   ========================================================================== */

.post h1 {
	
}

.post h1 a, .post h2 a {
	color: #CFD6BF;
	text-decoration: none;
}

.post h1 a:hover, .post h2 a:hover {
	border-bottom: 1px dotted #CFD6BF;
}

/* =============================================================================
   Footer
   ========================================================================== */

.sidebar {
width: 300px;
float: right;
}

/* =============================================================================
   Footer
   ========================================================================== */

footer.siteinfo {
	border: 1px solid #555c44;
	border-width: 1px 0;
	overflow: hidden;
	color: #CFD6BF;
	margin-bottom: 2px;
}

footer.siteinfo .copyright {

}

footer.siteinfo p {
	font-size: 12px;
	margin: 0;
	padding: 10px 0;
}

footer.siteinfo a {
	text-decoration: none;
	color: #CFD6BF;
}

footer.siteinfo a:hover {
	border-bottom: 1px dotted #CFD6BF;
}





