/* @override http://transgenderfilmfestival.co.uk/wp/wp-content/themes/xyz/style.css */

/*  
Theme Name: xyz
Description: B&W film theme
Version: 1.0
Author: Prisca Schmarsow
Author URI: http://graphiceyedea.co.uk
*/

/* Thanks to Elliot Jay Stocks for saving me time with his starkers theme :-) */

/* Eric Meyer's Reset Reloaded - thanks, Eric :-)  */

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* ############################## colours 

*/

/* ############################## general settings */

body {
	background: #fff url(images/topbg.jpg) top left repeat-x;
	color: #3F4944;
	font-family: Calibri, Arial, sans-serif;
	font-size: 0.86em;
	line-height: 1.46em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
}

a {
	background: #fff;
	padding: 0 10px;
	color: #717171;
	text-decoration: none;
}

a:hover, a:focus {
	background: #000;
	color: #fff;
}

.clearboth {
	clear: both;
}

/* ############################## page content wrapper */

#wrap {
	display: block;
	background: transparent url(images/bottombg.jpg) bottom left repeat-x;
}

/* ############################## header */

h1 {
	display: block;
	width: 800px;
	margin: 0 auto;
	position: relative;
	background: transparent url(images/head.jpg) top left no-repeat;
	border-right: 2px solid #151515;
	border-left: 2px solid #151515;
	text-align: center;
}

h1.western {
	display: block;
	width: 800px;
	margin: 0 auto;
	position: relative;
	background: none;
	border: none;
	text-align: left;
	color: #000;
	font-size: 2em;
}

h1 a {
	display: block;
	padding: 150px 0 10px 0;
	text-decoration: none;
	color: #000;
	font-size: 1.4em;
	font-family: 'Arial', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	background: none;
	color: #000;
	letter-spacing: 0em;
}

h1 a:hover, h1 a:focus {
	background: none;
	letter-spacing: 0.1em;
	color: #000;
}

/* ############################## content styling */

#content {
	width: 800px;
	min-height: 460px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 3em 0;
	border-right: 2px solid #151515;
	border-left: 2px solid #151515;
}

#content #nav {
	display: block;
	background: url(images/navbg.jpg) top left no-repeat;
	padding: 16px 0 20px 0;
	font-variant: small-caps;
	font-size: 1.2em;
	font-weight: bold;
}

#content #nav ul {
	display: block;
	text-align: center;
	padding: 2px 0;
}

#content #nav ul li {
	display: inline;
}

#content #nav ul li.current-cat a, #content #nav ul li.current_page_item a {
	background: #000;
	color: #fff;
	border: none;
}

#content #nav ul li.current-cat a:hover, #content #nav ul li.current_page_item a:hover {
	background: #fff;
	color: #000;
	border-bottom: 2px solid #000;
}

#content h2 {
	display: block;
	margin: 1em 1.2em;
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
}

#content p {
	display: block;
	margin: 0 20px;
}

#content .post h2 a {
	display: block;
	padding: 0 3px;

}

#content .post  h2 a:hover {
	color: #fff;
}


#content .post {
	display: block;
	margin: 2em 250px 4em 0em;
	font-size: 0.94em;
	line-height: 1.6em;
}
#content .post span.date {
	font-size: 0.9em;
	display: block;
	margin: -1em 0 1.14em 2em;	
}
#content .post ul {
	margin: 0 0 1em 2em;
	line-height: 1.3em;
	background: url(images/tickets_sm.jpg) top left no-repeat;
	padding: 0 0 10px 90px;
}

#content .post ul li {
	list-style: disc;
}

#content .post ul li em {
	color: #666;
	font-style: italic;
}

#content .post ol {
	margin: 0 0 2em 2.3em;
	line-height: 1.3em;
}

#content .post ol li {
	clear: both;
	list-style: decimal;
	margin: 0 0 0 1.2em;
	padding: 2em 0 0 0;
}

#content .post ol li em {
	font-weight: bold;
	color: #999;
	display: block;
	margin: 0 0 0.8em 0;
}


#content .post ol li a, #content .post ol li a img.alignnone {
	float: left;
	background: #fff;
	display: inline;
	margin: 0 5px 2px 0;
	padding: 0;
}

#content .post ol li strong {
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	font-size: 1.6em;
	display: block;
	margin: 0 0 10px 0;
}

#content .post ol li p {
	margin: 0;
}
#content .post ol li a.more-link {
	clear: both;
	display: block;
	width: 100%;
	margin: 20px 0 20px -3.4em;
	padding: 3px 13px 3px 2.3em;
	border-bottom: 2px solid #333;
}
#content .post ol li a.more-link:hover {
	border-bottom: 2px solid #000;
	background: #000;
	color: #fff;
}
#content .post.fullp ul {
	display: none;
}

#content .post p {
	display: block;
	margin: 0 0 1.14em 2em;
}

#content .post p strong {
	font-weight: bold;
}

#content .post p.postmetadata {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #000;
}

#content .post p  a.more-link {
	clear: both;
	display: block;
	margin: 20px 0 20px -3px;
	padding: 3px;
}

#content .post.fullp h2 {
	clear: both;	
	margin: 2em ;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-weight: bold;
}
#content .post.fullp h2 a  {
	
	padding: 0.2em 0 0 2em;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: #fff;
	background: #000 url(images/head.jpg) top left no-repeat;;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
}
#content .post.fullp h2 a:hover {

	color: #000;
	background: #fff;
	border-bottom: 2px solid #000;
	border-top: 2px solid #fff;
}
#content .singlep h2  {
	display: block;
	font-family: arial, helvetica, sans-serif;
	letter-spacing: 0.1em;
	font-variant: normal;
	font-size: 1.1em;
	text-transform: uppercase;
	margin: 0 0 1em 0;
	font-weight: bold;
	color: #000;
	background: #fff;
	padding: 0.2em 0 0.1em 3px;
	margin: 0 0 1em 2em;
	border-bottom: 3px solid #333;
}

#content .post blockquote {
	margin: 1em;
	font-weight: bold;
}

#content form#searchform {
	display: block;
	margin: 1em 0;
}

#content form#searchform {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}

#content form#searchform input {
	background: #fff;
	width: 180px;
	border: 1px solid #3F4944;
	color: #999;
	padding: 2px;
}

#content form#searchform input:hover {
	border-color: #000;
	background: #e1e1e1;
}

#content form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #333;
	color: #333;
	width: 184px;
	padding: 2px;
}

#content form#searchform input#searchsubmit:hover {
	background: #e1e1e1;
	color: #000;
	border-color: #000;
}

#wrap #content .post p small a {
	background: #fff;
	padding: 0 10px;
	color: #717171;
	text-decoration: none;
}

#wrap #content .post p small a:hover, #wrap #content .post p small a:focus {
	background: #000;
	color: #fff;
}

/* comment forms - styling */
#content h3  {
	margin: 1em 20px;
	font-size: 1.4em;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
}
#content h3#respond {
	margin: 1em 20px 1em 22px;
	font-size: 1.8em;
	font-family: 'Arial Black', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
}

#content form#commentform {
	display: block;
	margin: 0.3em 20px 1em 0;
	padding: 2px;
	width: 500px;
}

#content form#commentform label {
	display: inline;
}

#content form#commentform input, #content form#commentform textarea {
	background: #fff;
	width: 200px;
	border: 1px solid #999;
	color: #000;
	padding: 2px;
	margin: 0 4px 0 0;
}

#content form#commentform input:hover, #content form#commentform textarea:hover {
	border-color: #000;
	background: #e1e1e1;
}

#content form#commentform input#submit {
	border: none;
	border-bottom: 1px solid #999;
	color: #999;
	width: 204px;
	padding: 2px;
}

#content form#commentform input#submit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

#content form#commentform p {
	font-size: 0.9em;
	margin: 0 0 10px 2em;
}

#content ol.commentlist {
	display: block;
	width: 450px;
}

#content ol.commentlist li {
	margin: 1em 2em 2em 2em;
	font-size: 0.9em;
}
#content ol.commentlist li p {
	margin: 0;
}
#content ol.commentlist li p.commentmetadata {
	float: right;
	font-size: 0.9em;
	margin: 0 3em 0 0;
}
#content ol.commentlist li cite {
	font-family: 'Arial Black', Gadget, sans-serif;
	margin: 0 0.2em 0 0;
}
/* ############################## sidebar styling */

#sidebar {
	width: 200px;
	position: absolute;
	left: 600px;
	top: 100px;
}

#sidebar h3 {
	font-size: 1.2em;
	color: #333;
}

#sidebar ul {
	display: block;
	font-size: 0.9em;
}

#sidebar ul li {
	margin: 0.4em 0 1em 0;
	color: #666;
}

#sidebar ul li span {
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #000;
}

/* search formatting */

#sidebar ul li#search {
	display: block;
	margin: 1em 0;
}

#sidebar ul li#search form#searchform, #sidebar ul li#search form#searchform input {
	width: 200px;
	margin: 0.3em 0;
	padding: 2px;
}

#sidebar ul li#search form#searchform input {
	background: #fff;
	border: 1px solid #3F4944;
	color: #999;
}

#sidebar ul li#search form#searchform input:hover {
	border-color: #000;
	background: #d6e5dd;
}

#sidebar ul li#search form#searchform input#searchsubmit {
	border: none;
	border-bottom: 1px solid #999;
	color: #999;
	width: 204px;
	padding: 2px;
}

#sidebar ul li#search form#searchform input#searchsubmit:hover {
	background: none;
	color: #848C88;
	border-color: #848C88;
}

/* links */

#sidebar h2 {
	margin: 0 0 10px 0;
	font-size: 1.2em;
}

#sidebar ul li ul.blogroll li {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul.blogroll li {
	margin: 0;
	padding: 0;
}

#sidebar ul li ul.blogroll li a {
	display: block;
	margin: 0 0 0 -3px;
	padding: 3px;
}

#sidebar ul li ul.blogroll li a:before {
	content: '» ';
}

/* ############################## footer styling */

#footer {
	display: block;
	width: 760px;
	margin: 0 auto;
	bottom: 0;
	position: relative;
	background: transparent url(images/foot.jpg) bottom no-repeat;
	padding: 140px 20px 40px 20px;
	font-size: 0.9em;
	border-right: 2px solid #151515;
	border-left: 2px solid #151515;
	color: #ccc;
}

#footer p {
	float: left;
	margin: 10px 0 0 0;
}

#footer span {
	float: right;
	margin: 10px 0 0 0;
}

#footer a {
	background: none;
	padding: 0;
	margin: 0;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}



/* ############################## contact form styling */

#content div#gb_form_div fieldset#formwrap {
	display: block;
	width: 550px;
	margin: 0 0 0 2em;
}

#content div#gb_form_div fieldset#formwrap span.required {
	color: #999;
	background: transparent url(images/asterix.gif) top right no-repeat;
	padding: 8px 22px 12px 0;
}

#content div#gb_form_div form fieldset {
	width: 200px;
	float: left;
	margin: 10px 5% 20px 0;
}
#content div#gb_form_div form select {
	width: 200px;
	float: left;
	margin: 10px 5% 20px 0;
}
#content div#gb_form_div form fieldset legend#mainlegend {
	display: none;
}

#content div#gb_form_div form fieldset legend {
	font-size: 1.1em;
	color: #999;
	padding: 10px 0;
}

#content div#gb_form_div form fieldset legend span.req {
	background: transparent url(images/asterix.gif) top left no-repeat;
	padding: 8px 22px;
}

#content div#gb_form_div form fieldset legend img {
	width: 30px;
	height: 30px;
	float: left;
	margin: -6px 3px 0 0;
}

#content div#gb_form_div form fieldset label {
	display: block;
	margin: 0.4em 0;
}

#content div#gb_form_div form fieldset input, #content div#gb_form_div form fieldset textarea {
	width: 200px;
	float: left;
	background: #fff;
	border: 1px solid #999;
	color: #999;
	padding: 2px;
}

#content div#gb_form_div form fieldset input:hover, #content div#gb_form_div form fieldset input:focus, #content div#gb_form_div form fieldset textarea:hover, #content div#gb_form_div form fieldset textarea:focus {
	background: #f2f2f2;
	color: #000;
	border-color: #000;
}

#content div#gb_form_div label small {
	display: inline;
}

#content div#gb_form_div label small.whythis a span {
	display: none;
}

#content div#gb_form_div label small.whythis a:hover span {
	display: block;
	color: #000;
}

#content div#gb_form_div input#gbcc.checkbox {
	width: 14px;
	height: 14px;
	float: left;
	margin: 5px 7px 0 0;
}


/* ############################## page specific styling */

#content div.latest {
	display: block;
	margin: 50px 250px 20px 20px;
}

#content div.latest h2 {
	font-family: 'Arial', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 1.8em;
	font-weight: normal;
	background: url(images/latest.jpg) bottom left no-repeat;
	color: #000;
}
#content div.latest span.date {
	font-size: 0.8em;
	float: right;
	margin: 1em 0 0 0;
}
#content div.latest h3  {
	display: block;
	font-family: 'Arial', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	padding: 6px 3px;
	margin: 0 0 10px 0;
	background: url(images/latest.jpg) bottom left no-repeat;
}

#content div.latest a {
	display: block;
	padding: 3px;
	margin: 3px 0 0  -3px;
}

#content div.topical {
	display: block;
	width: 250px;
	float: left;
	margin: 20px 20px 0 0;
}

#content .topical h2 a {
	margin: 0 0 1em -3px;
	color: #000;
	font-family: 'Arial', Gadget, sans-serif;
	text-transform: lowercase;
	font-variant: small-caps;
	font-weight: bold;
	padding: 0 3px;
}

#content .topical h2 a:hover, #content .topical h2 a:focus {
	color: #fff;
	background: #000;
}

#content div.topical .post {
	margin: 0;
	padding: 0;
}

#content div.topical ul.subhome {
	font-size: 0.9em;
	margin: 10px 0 0 20px;
}

#content div.topical ul.subhome li a {
	display: block;
	font-size: 1.4em;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 10px 0 1em -3px;
	font-weight: bold;
	color: #000;
	padding: 0 3px;
}

#content div.topical ul.subhome li a:hover {
	color: #fff;
}

/* webdesign & code by Prisca Schmarsow, eyedea --- eyedea link */
#footer span.eyedea {
	float: left;
	margin: 0 20px 0 0;
}
#footer span.eyedea a, #footer span.eyedea a:link, #footer span.eyedea a:visited {
	background: transparent url(images/eyedea-dots.gif) no-repeat;
	background-position: 0 2px;
	padding: 0 0 0 42px;
	border-bottom: none;
}
#footer span.eyedea a:hover, #footer span.eyedea a:active {
	background: transparent url(images/eyedea-dots.gif) no-repeat;
	background-position: 0 -35px;
	color: #fff;
}