/*
Theme Name: opencin
Theme URI: http://pinksheepmedia.com/
Description: A book theme, forked from alliance 1.0
Version: 1.0 May 2012
Author: Sherwin Arnott
Author URI: http://www.pinksheepmedia.com/
Tags: html5, dynamic width

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/*
http://oli.jp/2008/html5-class-cheatsheet/
http://www.colorzilla.com/gradient-editor/

*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****** structure ******/
/*
66865f old green 
339999
47A2AD new green
2d838d new green darker

mandy
539079  new green
1f4c3b  shadow green

993400  rust

Ubuntu
300, 400, 700

*/
html {
	}

body {
	font-size: 62.5%; /* 62.5% Resets 1em to 10px */
	font-family: 'Ubuntu', arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	width:100%;
	height:100%;
	background:#539079;
	border-top:1em solid #000;
	}

header {
	width:93em;
	margin:0;
	display:block;
	float:left;
	background:transparent;
	text-align:left;
	}

.headerwrapper {
	position:relative;
	width:100%;
	display:block;
	background-color:#993400;
	background:#993400 url('images/headerwrapper_bg.gif') repeat bottom left;
	border-bottom:.1em solid #000;
	box-shadow:0 .5em .5em #1f4c3b;
	-webkit-box-shadow:0 .5em .5em #1f4c3b;
	-moz-box-shadow:0 .5em .5em #1f4c3b;
	margin: 0;
	overflow:hidden;
	}

.clearwrapper {
	margin:2em auto 0;
	padding:0;
	display:block;
	overflow:auto;
	width:92em;
	padding: 0 1em;
	}

.headerwrapper .clearwrapper {
	margin: 0 auto;
	}

/*
2d838d
*/

.wrapper {
	-moz-border-radius:0 0 1em 1em;
	-khtml-border-radius:0 0 1em 1em;
	-webkit-border-radius:0 0 1em 1em;
	border-radius:0 0 1em 1em;
	box-shadow:1em 1em .7em #1f4c3b;
	-webkit-box-shadow:1em 1em .7em #1f4c3b;
	-moz-box-shadow:1em 1em .7em #1f4c3b;
	background-color: #f5efe1;
	margin:0 auto;
	padding:0 1em;
	display:block;
	overflow:auto;
	width:90em;
	}

.commentwrapper {
	-moz-border-radius:1em;
	-khtml-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;
	box-shadow:1em 1em .7em #1f4c3b;
	-webkit-box-shadow:1em 1em .7em #1f4c3b;
	-moz-box-shadow:1em 1em .7em #1f4c3b;
	background-color: #f5efe1;
	margin:1em auto;
	padding:0 1em;
	display:block;
	overflow:auto;
	width:90em;
	}

.wrapper_top {
	margin:2em auto 0;
	display:block;
	overflow:auto;
	width:92em;
	height:2.55em;
	background:transparent url('images/wrapper_top.gif') no-repeat right bottom;
	}

/*.sidebar_faux {
	float:left;
	width:20em;
	margin:1.8em 0 0 1em;
	background-color:#f8f5ed;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:.7em;
	}*/

section {
	float:right;
	display:block;
	margin: 1em 0 0 0;
	width:64em;
	}

section.full {
	float:right;
	display:block;
	margin: 1em 0 0 0;
	width:100%;
	}

article {
	margin:0 0 2em 0;
	padding:0;
	float:left;
	display:block;
	width:94%;
	margin:0 3%;
	}

section.full article {
	margin:0 0 2em 0;
	padding:0;
	float:left;
	display:block;
	width:98%;
	margin:0 0 0 1%;
	}

aside {
	width:20em;
	margin: 1em 0;
	padding: 0;
	float: right;
	display:block;
	}

/****** site title ******/

img#logo {
	float:left;
	margin: 0;
	}

/*** social nav ***/

nav.social {
	float:right;
	margin: 0 0 0 0;
	}

nav.social a {
	float:right;
	padding: .5em;
	filter:alpha(opacity=80);
	opacity: 0.8;

	}

nav.social a:hover {
	filter:alpha(opacity=100);
	opacity: 1;
	}

/****** nav main ******/

nav.main {
	float:left;
	background-color:transparent;
	margin: 1em 0 .7em 0;
	padding: 1em 0 3em;
	width: 65em;
	background:transparent url('images/header_bg.gif') no-repeat right top;
	}

nav.main ul {
	margin: 1.5em 0 0 4em;
	}

nav.main ul li {
	margin: 0;
	}

nav.main ul li a {
	color:#fff;
	font-size:1.4em;
	display:inline;
	float:left;
	padding: 1em 1.2em;
	margin: 0em;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	}

nav.main ul li a:hover {
	color:#000;
	}

nav.main ul li ul li a {
	margin: 0;
	padding: .5em 0 .5em 2em;
	background-image: url('images/arrow-grey.gif');
	background-repeat:no-repeat;
	background-position:.5em .8em;
	}

/* current */

nav.main ul li.current-menu-item a, nav.main ul li.current_page_parent a {
	color:#fff;
	background-color:#407a64;
	-moz-border-radius:.6em;
	-khtml-border-radius:.6em;
	-webkit-border-radius:.6em;
	border-radius:.6em;
	}

/****** footer ******/

footer {
	border-top:1px solid #73a794;
	width: 100%;
	min-height:10em;
	float:left;
	clear: both;
	margin:3em 0 0 0;
	padding: 2em 0 0 0;
	background: transparent;
	}

.column {
	margin: 1em 0 0 0;
	padding: 0;
	width: 30em;
	float: left;
	display:inline;
	}

footer .widget {
	margin:0 1em;
	padding: 0 0 2em 0;
	}

footer .widget ul li {
	line-height:1.5em;
	font-size:1.4em;
	display:block;
	}

footer .widget ul li a {
	padding: .5em 0;
	}

footer h3.widget-title {
	font-size: 1.6em;
	line-height:1.1em;
	margin:0 0 1em 0;
	padding:.5em 0 0 0;
	color: #fff;
	font-style:normal;
	text-decoration: none;
	}

footer p {
	line-height:1.5em;
	font-size:1.4em;
	margin: 0;
	color:#555;
	}

footer a {
	color:#000;
	text-decoration:none;
	}

footer a:hover {
	color:#993400;
	}

/*** credit ***/

footer article {
	border-top:1px solid #73a794;
	}

p.credit {
	font-size:1.1em;
	line-height:1.4em;
	color:#afd3c6;
	text-align:center;
	}

p.credit a {
	color:#afd3c6;
	}

p.credit a:hover {
	color:#fff;
	}

/****** widget ******/

.widget {
	padding:0;
	margin:0 0 2em 0;
	}

.widget ul {
	margin:0;
	padding:0;
	}

.widget ul li {
	margin:.5em 0 0 0;
	padding:0;
	list-style:none;
	line-height:1.5em;
	}

.widget a {
	padding: 3px 0;
	}

/****** headers ******/

h1, h2, h3 {
	color: #000;
	font-weight: 700;
	}

h1 {
	font-size: 2.2em;
	line-height: 1.3em;
	margin: .5em 0 0 0;
	}

h2 {
	font-size: 2em;
	line-height: 1.3em;
	margin: .5em 0 0 0;
	}

h3 {
	color: #000000;
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 1em 0 0 0;
	}

h1 a {
	text-decoration: none;
	color: #000000;
	}

h1 a:hover {
	background: transparent;
	color:#000;
	text-decoration:underline;
	}

h2 a {
	color: #000000;
	text-decoration: none;
	}

h3 a {
	color: #990000;
	text-decoration:none;
	}

h2 a:hover {
	text-decoration: none;
	color: #990000;
	}

h3 a:hover {
	color: #000;
	}

/****** NONHEADER typography ******/

ul li {
	}

p {
	}

strong {
	font-weight: 700;
	}

em {
	font-style:italic;
	}

a {
	color: #993400;
	text-decoration:none;
	font-weight:700;
	}

a:hover {
	color: #000;
	}

a.post-edit-link {
	color: #999;
	text-decoration: none;
	}

a.post-edit-link:hover {
	color: #990000;
	}

small {
	font-size: 1em;
	line-height: 1.3em;
	}

address {
	font-size: 1.4em;
	line-height: 1.5em;
	color:#666;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}

.sticky h2 {
	padding-top: 10px;
	}

small, .nocomments, strike {
	color: #333333;
	}

code {
	font: .95em 'Courier New', Courier, Fixed;
	line-height:1.5em;
	white-space:nowrap;
	}

.extendbox {
	background-color:transparent;
	margin:1px 2px;
	overflow-x:scroll;
	overflow-y:hidden;
	padding:5px;
	width:99%;
	}

acronym, abbr, span.caps {
	font-size: 1em;
	letter-spacing: .1em;
	}

.thread-alt {
	background-color: #f8f8f8;
	}

.thread-even {
	background-color: white;
	}

.depth-1 {
	}

.even, .alt {
	background-color: transparent;
	}

.rust {
	color:#993400;
	}

/*** comments ***/

h3#comments {
	width:100%;
	float:left;
	padding: 1em 0 0 0;
	margin: 1em 0 0 0;
	}

#respond {
	width:100%;
	clear:left;
	}

#commentform {
	margin:0 0 1em 0;
	}

#commentform input {
	margin:.5em 1em 0 0;
	-moz-border-radius:.4em;
	-khtml-border-radius:.4em;
	-webkit-border-radius:.4em;
	border-radius:.4em;
	border:1px solid #ddd;
	}

#commentform textarea {
	margin:1em 0;
	-moz-border-radius:.7em;
	-khtml-border-radius:.7em;
	-webkit-border-radius:.7em;
	border-radius:.7em;
	border:1px solid #ddd;
	}

.comment-body .comment-author {
	font-size:1.5em;
	line-height:1.6em;
	}

.comment-body .comment-awaiting-moderation,
.comment-body .commentmetadata {
	font-size:1.1em;
	line-height:1.6em;
	}

.comment-body img.avatar {
	float:right;
	}

.comment-body p {
	margin:1em 0;
	font-size:1.4em;
	}

ol.commentlist li ul li {
	margin: 0 0 0 8em;
	border-top:1px solid #fff;
	}


ol.commentlist li {
	border-top:1px solid #fff;
	}

/****** images ******/

p img {
	padding: 0;
	max-width: 100%;
	height:auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/****** article ******/

article p {
	margin:1em 0;
	padding:0;
	line-height:2em;
	font-size:1.5em;
	}

article ul {
	margin: 0 0 0 1em;
	padding: 0 0 0 3em;
	list-style: disc;
	}

article ul li {
	margin: 0 0 0 1em;
	line-height:1.6;
	font-size:1.5em;	
	}

article ol {
	padding: 0 0 0 3.5em;
	margin: 0;
	}

article ol li {
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type:decimal;
	line-height:1.6;
	font-size:1.5em;	
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}

/****** password protected posts ******/

.entry form { 
	text-align: left;
	}

/****** sidebar ******/

#sidebar {
	float:left;
	width:20em;
	margin:0;
	background-color:#f8f5ed;
	border:1px solid #fff;
	border-top: 0px solid #fff;
	-moz-border-radius: 0 0 .5em .5em;
	-khtml-border-radius: 0 0 .5em .5em;
	-webkit-border-radius: 0 0 .5em .5em;
	border-radius: 0 0 .5em .5em;
	}

#sidebar p {
	line-height:1.6em;
	}

#sidebar p a {
	color:#993400;
	text-decoration:none;
	font-weight:700;
	}

#sidebar p a:hover {
	color:#000;
	}

body.single #sidebar {
	width: 24.6em;
	}

body.single #sidebar img {
	max-width:100%;
	}

body.single #sidebar h2 {
	padding:10px 0 0;
	border-bottom:0px;
	border-top:3px solid #fff;
	}

body.single #sidebar p {
	padding:5px 0;
	border-bottom:0px;
	border-top:0px;
	}

/*** sharing add to any ***/

#sidebar .addtoany_share_save_container {
	display:none;
	}

.add_to_any {
	margin:1em 0;
	}

/****** submenu ******/

#submenu {
	width:90%;
	margin:1em 5%;
	padding:0;
	float:left;
	display: block;
	background-color:transparent;
	border-top:1px solid #fff;
	}

#submenu ul li a {
	font-size:1.3em;
	letter-spacing:0;
	color:#000;
	text-decoration:none;
	display:block;
	padding:.5em 0;
	text-indent:.5em;
	margin: 0;
	border-bottom:1px solid #fff;
	}

#submenu ul li a:hover {
	background-color:#fff;
	}

/****** turn off the submenu items ******/

#submenu ul li.menu-item {
	display:none;
	}

/****** turn on current submenu items ******/

#submenu ul li.current-menu-item,
#submenu ul li.current-menu-ancestor,
#submenu ul li.current-post-ancestor,
#submenu ul li.current-menu-parent {
	display:block;
	background-color:transparent;
	}

#submenu ul li.current-menu-item ul.sub-menu li.menu-item,
#submenu ul li.current-menu-ancestor ul.sub-menu li.menu-item,
#submenu ul li.current-post-ancestor ul.sub-menu li.menu-item,
#submenu ul li.current-menu-parent ul.sub-menu li.menu-item {
	display:block;
	text-transform:uppercase;
	font-size:.9em;
	}

#submenu ul li.current-menu-item ul.sub-menu li.menu-item ul li,
#submenu ul li.current-menu-ancestor ul.sub-menu li.menu-item ul li,
#submenu ul li.current-post-ancestor ul.sub-menu li.menu-item ul li,
#submenu ul li.current-menu-parent ul.sub-menu li.menu-item ul li {
	padding-left:2em;
	}

#submenu ul li.current-menu-item ul.sub-menu li.menu-item a,
#submenu ul li.current-menu-ancestor ul.sub-menu li.menu-item a,
#submenu ul li.current-post-ancestor ul.sub-menu li.menu-item a,
#submenu ul li.current-menu-parent ul.sub-menu li.menu-item a {
	padding:1em 0;
	border-top:1px solid #ddd;
	}

#submenu ul li.current-menu-item ul.sub-menu li.menu-item a:hover,
#submenu ul li.current-menu-ancestor ul.sub-menu li.menu-item a:hover,
#submenu ul li.current-post-ancestor ul.sub-menu li.menu-item a:hover,
#submenu ul li.current-menu-parent ul.sub-menu li.menu-item a:hover {
	background-color:#fff;
	}

/****** highlight current submenu item ******/

#submenu ul li.current-menu-ancestor ul.sub-menu li.current-menu-item a,
#submenu ul li.current-post-ancestor ul.sub-menu li.current-post-ancestor a, #submenu ul li.current-cat a {
	background-color:#ccc;
	}

/****** homepage template ******/

.one {
	width:29em;
	margin: 0 2.5em 1em 0;
	float:left;
	}

.two {
	width:29em;
	margin: 0 1em 1em 0;
	float:left;
	}

.three {
	width:29em;
	margin: 0 0 1em 0;
	float:right;
	}

section.excerpt h2.column_header {
	margin: 0 0 .3em 0;
	padding: .2em .5em;
	color:#fff;
	background-color:#85b2a1;
	-moz-border-radius:.3em;
	-khtml-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	display:block;
	float:left;
	}

article.count_down li {
	list-style:none;
	font-size:1.3em;
	line-height:1.6em;
	margin: 1em 0;
	}

/*** handling thumb ***/

.thumb {
	float:left;
	margin: 0 auto;
	background-color:#fff;
	width:100%;
	overflow:hidden;
	}

/*** excerpt ***/

section.excerpt article {
	width:28em;
	margin: 0 0 2em 0;
	padding: 0;
	border:.5em solid #fff;
	-moz-border-radius:.7em;
	-khtml-border-radius:.7em;
	-webkit-border-radius:.7em;
	border-radius:.7em;
	box-shadow:.5em .5em .5em #1f4c3b;
	-webkit-box-shadow:.5em .5em .5em #1f4c3b;
	-moz-box-shadow:.5em .5em .5em #1f4c3b;
	background-color: #f5efe1;
	font-weight: 400;
	color:#333;
	}

section.excerpt .inside {
	width:94%;
	margin: 0 3%;
	float:left;
	}

section.excerpt article.widget {
	padding: 0 0 2em 0;
	}

section.excerpt a {
	color:#000;
	text-decoration:none;
	}

section.excerpt article p a, section.excerpt article ul li a {
	color:#993400;
	text-decoration:none;
	}

section.excerpt article p a:hover, section.excerpt article ul li a:hover {
	color:#000;
	}

section.excerpt a article:hover {
	background-color: #fff;
	text-decoration:none;
	}

section.excerpt p, section.excerpt ul li {
	font-size: 1.2em;
	line-height: 1.4em;
	}

section.excerpt h2 {
	padding:.5em 0 0 0;
	font-size:1.5em;
	}

section.excerpt p.event_date {
	font-weight:700;
	color:#993400;
	margin:0;
	}

section.excerpt .event_data {
	}

section.excerpt .event_data p {
	font-weight:700;
	color:#000;
	margin:0;
	}

/*** excerpt screenings ***/

section.left {
	width:60em;
	float:left;
	margin: 0 0 1em;
	}

section.left article {
	height:auto;
	width: 59em;
	margin: 0 0 1em 0;
	float:left;
	}

section.left article .thumb {
	float:right;
	width:auto;
	}

section.left article .inside {
	width:auto;
	float:none;
	margin: 1em;
	}

/*** mini excerpt ***/

/****** index template search ******/

body.blog section.index article, body.tag section.index article {
	margin: 1em 0;
	background-color:#fff;
	-moz-border-radius: .5em;
	-khtml-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	}

section.index a {
	color: #000;
	font-weight:400;
	}

section.index a article:hover {
	background-color: #f5f1f0;
	-moz-border-radius: .5em;
	-khtml-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	}

section.index p {
	font-size: 1.2em;
	line-height: 1.4em;
	}

section .inside {
	width:94%;
	margin: 0 3%;
	}

body.blog article.category-up-next:before {
	content:url(images/up-next.gif);
	float:right;
	margin: -1em -2em 0 0;
	}

/****** single post ******/

body.single article {
	border-top:none;
	}

p.date {
	font-family: Georgia, Times, serif;
	font-style:italic;
	color:#777;
	margin:0;
	padding: .2em;
	line-height:1em;
	font-size:1.2em;
	}

.image_attachments {
	width:100%;
	float:left;
	display:block;
	border-top:1px solid #fff;
	margin: 1em 0;
	}

.image_attachments a img {
	margin: 1em;
	border: .5em solid #eee;
	}

.image_attachments a img:hover {
	margin: 1em;
	border: .5em solid #ddd;
	}

nav.navigation {
	border-top:1px solid #fff;
	margin: 0;
	padding: 1em 0;
	font-size:1.4em;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	float:left;
	}

nav.tags a {
	padding: .5em 1em;
	background-color:#eee;
	border:1px solid #ddd;
	line-height:3em;
	float:left;
	margin: .3em;
	}

nav.tags a:hover {
	background-color:#fff;
	}

/*** meta data event data ***/

#event_data {
	margin:5em 1em 1em;
	}

#event_data h3 {
	font-size:1.4em;
	line-height:1.3em;
	margin: 0;
	padding: .5em 0 0 0;
	}

#event_data p {
	font-size:1.4em;
	line-height:1.3em;
	margin: .5 0;
	border-bottom:2px solid #fff;
	padding: .5em 0;
	}

#event_data ul {
	margin: .5 0;
	padding: .5em 0;
	}

#event_data ul li {
	font-size:1.4em;
	line-height:1.3em;
	margin:0;
	border-bottom:2px solid #fff;
	padding: .5em 0;
	}

#event_data h2 {
	border-bottom:1px solid #fff;
	}

/****** screenings archive ******/

.screen_archive {
	margin: 1em 0;
	padding: 0;
	}

.screen_archive a p {
	color:#993400;
	background-color:#fff;
	border:.1em solid #eee;
	-moz-border-radius: .5em;
	-khtml-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	margin: .5em 0;
	line-height:1.5em;
	padding: 0;
	font-weight:400;
	}

.screen_archive a p:hover {
	color:#000;
	}
	
.screen_archive a p .year {
	color:#000;
	margin: 0 1em .4em .4em;
	height:100%;
	float:left;
	font-weight:600;
	}

/****** misc tags & classes ******/

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0;
	padding: 0;
	font-family:Georgia, Times, serif;
	font-style:italic;
	}

blockquote p {
	margin: 1em 0;
	padding: 0;
	color: #555;
	font-family:Georgia, Times, serif;
	font-style:italic;
	font-size:1.3em;
	line-height:1.6em;
	}

blockquote cite {
	font-size:.8em;
	margin: 0;
	display: block;
	color: #333333;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/*** quotes and testimonials page ***/

.testimonials ul {
	margin:0;
	padding:0;
	}

.testimonials ul li {
	list-style:none;
	margin:0;
	padding:0;
	}

.testimonials ul li blockquote {
	margin:1em 0;
	}

.testimonials ul li blockquote p {
	font-size:1.1em;
	line-height:1.5em;
	margin:0;
	color:#222;
	}

.testimonials ul li blockquote cite {
	font-size:.9em;
	margin:0 0 0 2em;
	padding:0;
	}

.testimonials ul li blockquote .source {
	margin:0 0 0 2em;
	padding:0;
	font-size:.7em;
	}

/****** form elements ******/

#searchform {
	margin: 1em auto;
	padding: .5em 0;
	text-align: left;
	}

/****** my searchform ******/

fieldset {
	border:none;
	}

.searchnav {
	margin: .5em;
	padding:0;
	width:auto;
	display:inline;
	list-style:none;
	text-align:center;
	float:left;
	}

header .searchnav {
	float:right;
	}

.searchnav .searchform {
	margin:0;
	float:left;
	}

.searchnav .searchform .s {
	width: 15em;
	height:2.5em;
	margin:0;
	padding:0;
	background-color:#f5efe1;
	border:.1em solid #aaa;
	-moz-border-radius: .5em;
	-khtml-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	font-size:1.2em;
	font-weight:300;
	text-align:center;
	color:#333;
	}

header .searchnav .searchform .s {
	float:right;
	background-color:#d8c8c5;
	}

.searchnav .searchform .s:hover {
	background-color:#fff;
	}

.searchnav .searchform .s:focus {
	color:#000;
	background-color:#fff;
	}

.sidebar #searchsubmit {
	padding: 1px;
	}

/****** fd footnotes ******/

.footnotes {
	margin: 1em 0 0 0;
	border-top: 1px dotted #aaa;
	font-size:.9em;
	color:#555;
	}

/****** turn off wp stats smiley face ******/

img#wpstats {
	display:none;
	}

/****** function loop plunk ******/

.plunk {
	float:left;
	width:100%;
	margin: 1em 0;
	border:1px solid #fff;
	}

a .plunk:hover {
	text-decoration:none;
	background-color:#f8f5ed;
	}

/****** pagination ******/

.pagination {
	margin:2em 0;
	width: 63em;
	float:right;
	}

.pagination a {
	padding: .5em;
	background-color:#fff;
	color:#000;
	font-size:1.3em;
	margin:0 .1em;
	}

.pagination a:hover {
	background-color:#ddd;
	}

.pagination .current {
	padding: .5em;
	background-color:#888;
	color:#fff;
	font-size:1.3em;
	margin:0 .1em;
	}

/****** sponsor links ******/

.sponsor_links {
	padding:1em;
	margin: 0 0 1em 0;
	background-color:#fff;
	float:left;
	}

.sponsor_links ul {
	margin:0;
	padding:0;
	}

.sponsor_links ul li {
	list-style:none;
	margin:1em 0 0;
	padding: .5em 0;
	border-top:1px solid #ddd;
	width:100%;
	float:left;
	font-size:1.1em;
	}

.sponsor_links ul li a img {
	float:right;
	margin: 0 0 0 2em;
	}

.sponsor_links ul li a {
	color:#000;
	width:100%;
	float:left;
	font-size:1.4em;
	}

.sponsor_links ul li a:hover {
	color:#993400;
	}

/*** image attachment template ***/

.image_attachment {
	}

.image_attachment img {
	display:block;
	margin:1em 0;
	}

/*** captions ***/

.wp-caption {
	border:1px solid #ddd;
	padding:1em;
	background-color:#eee;
	text-align:center;
	}

.wp-caption p.wp-caption-text {
	font-size:1em;
	line-height:1em;
	padding:.5em 0;
	margin:0;
	}

/*** live page ***/

body.page-template-page-live-php section {
	width:58em;
	}

body.page-template-page-live-php #sidebar {
	width:26em;
	}