/*
Theme Name: Mads
Theme URI: http://mersthamdrama.org.uk/
Description: MADS theme
Version: 0.1
Author: Martin Hatfield
Author URI: http://twitter.com/hairyhatfield
Tags: brown, fixed width, two columns

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* BEGIN 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;
}

.icon:link, .icon:visited, .icon:hover {
	background-color: transparent;
	border: none;
}

.map {
	position: relative;
	left: 2.8em;
	margin-top: 1em;
	margin-bottom: 1em;
	border: none;
	background-color: transparent;
}

div.map a {
	position: relative;
	top: 0.2em;
}

/* END CSS RESET */

/* BEGIN MADS CSS */

body {
	background-color: #09400F;
	color: black;
	font-family: verdana, tahoma, sans-serif;
	font-size: 1.01em;
}

a:link {
	color: #7E566B;
	background-color: transparent;
	text-decoration: underline;
	padding: 0.2em;
	}
a:visited {
	color: #7E566B;
	background-color: transparent;
	text-decoration: underline;
	padding: 0.2em;
}
a:hover{
	color: #F2FFE4;
	background-color: #7E566B;
	text-decoration: none;
	padding: 0.2em;
}

/* h1 is the MADS title */
h1{
	font-family: "Times New Roman", Serif;
	font-size: 3em;
	position: relative;
	top: 0.2em;
}
h1 > a:link{
  font-family: "Times New Roman", Serif;
  color: #09400F;
  background-color: transparent;
  text-decoration:none;  
}
 h1 > a:visited{
  font-family: "Times New Roman", Serif;
  color: #09400F;
  background-color: transparent;
  text-decoration:none;  
}
h1 > a:hover{
  font-family: "Times New Roman", Serif;
  color: #09400F;
  background-color: transparent;
  text-decoration:none;  
} 
/* h2 is the page title */
h2{
	font-size: 2em;
}
/* h3 is a mid-news item heading (eg current play title) */
h3 {
	text-align:center;
	line-height: 1.8em;
}
/* h4 is a sidebar panel heading (eg blog page Archive) */
h4 {
    font-size: 1em;
    text-align: center;
    }

/* h5 is mid item titles eg blog post titles or other subheadings in main body */
h5 {
	text-align: left;
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
	margin-top: 0.2em;
    margin-bottom: 0.2em;
    /* margin-left: 0;
    margin-right: 0; */
	color: white;
	background-color: #7E566B;
	border: solid 1px #1A4713;
	font-variant: small-caps;
	}

div {
	border: solid 1px black;
	background-color: #F2FFE4;
	margin: 0.2em;
	padding: 0.1em;
}

ul {}

.allcontent{
	border: none;
	margin: 0 auto;
	position: relative;
	background-color: transparent;
	width: 55em;
}
.header{
	position: relative;
	width: 55em;
	height: 8em;
	top: 1em;
	text-align: center;
	/* background-color: #F2FFE4; */
	color: #1A4713;
	background-image: url('http://mersthamdrama.org.uk/images/madslogot.png');
	background-position: 1% 60%;
	background-repeat: no-repeat;
}
img.logo {
	position: relative;
	top: 0.2em;
	left: 0.2em;
	float: left;
	clear: left;
}
.page-title {
	position: absolute;
	width: 39.8em;
	top: 9.6em;
	text-align: center;
	background-color: #422335;
	color: white;
	text-transform: capitalize;
}
.body{
	position: relative;
	width: 39.8em;
	top: 3.5em;
}
.body p {
	line-height: 1.1em;
	margin-left: 0.2em;
	margin-right: 0.2em;
}
.post-body {
    border: none;
	line-height: 1.1em;
	margin-left: 0.1em;
	margin-right: 0.1em;
}
.post-body div, .navigation div, .navigation {
    border: none;
}
    
.body-item-link:link {
	color: white;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
	}

.body-item-link:visited {
	color: white;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
	}
    
.body-item-link:hover {
	color: #ddd;
	background-color: transparent;
	text-decoration: none;
	padding: 0;
	}
	
.body-item-footer{
	height: 1.2em;
	border: none;
}
p.body-item-date, p.body-item-author {
	font-size: 0.6em;
	position: relative;
    margin-left: 0.4em;
    margin-right: 0.4em;
    }

.post {
    border: none;
    margin: 0 0 2em 0;
    padding: 0;
}

.sidebar{
	position: absolute;
	width: 14.5em;
	top: 9.6em;
	left: 40.6em;
	background-color: #5D8C63;
}
.panel{
	position: relative;
	top: -0.15em;
	margin-top: 0.4em;

}
.panel-item{}

#nav, #archive{
	line-height: 1.8em;
}

.archive-list {
    text-align: right;
    }
    
.footer{

}
.legals{
	position: relative;
	font-size: 0.6em;
	text-align: right;
	border:none;
	top: -0.2em;
	line-height: 1.3em;
	background-color: transparent;
}
.valid{
	position: relative;
	font-size: 0.6em;
	text-align: left;
	border: none;
	top: -0.6em;
	line-height: 1.5em;
	background-color: transparent;
}

/* *** Non main types*** */
.playtitle {
	font-style: italic;
	font-size: 1.1em;
	color: #7E566B;
	font-family: Georgia;
	font-weight: bold;
}
#about {
	text-align: Left;
}

#styleswitch {
	position: fixed;
	left: 10px;
	top: 100px;
	border: none;
	font-size: 0.6em;
	line-height: 1.5em;
	background-color: transparent;
}

/* *** Page specifics*** */
table.productions {
	margin: 0.4em;
}

table.productions td{
	padding: 0.2em;
}
th {
	padding: 0.2em;
}
th.year {
	width: 4em;
	text-align: center;
	}
th.productions {
	text-align: center;
	width: 43.7em;
}
td.year {
	text-align: center;
}
/* END MADS DEFAULT CSS */

/* BEGIN BLOG ONLY CSS */
.ImageBlock {
	position: relative;
	width: 39.8em;
	top: 3.5em;
  text-align: center;
}

/* END BLOG ONLY CSS