/*
Theme Name: TMW
Theme URI: http://www.tmwtraining.com/
Description: The TMW theme is custom-created for TMW Training
Author: World Without Walls http://www.worldwithoutwalls.co.uk/
Version: 1.0
Tags: soft, grey, two-columns, fixed-width
*/
/* COLOUR PALETTE */
/* Greyscale: #ddd #666 #505050; #Blue: #00729d; #00b0e3 Red: #9b0d17 #ff1526

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	/*line-height: 1;*/
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}


/* ------------------------------------------------------------------------------- */
/* GLOBAL USEFUL CLASSES                                                           */
.accessible, .print {
	display: none;
}
.clearall {
	clear: both;
}
.clearleft {
	clear: left;
}
.debug {
	border: 1px solid #f00;
	color: #f00;
}
.hint {
	/*font-size: 0.8em;*/
	color: #C00;
}
.back_to_top {
	clear: both;
	margin: 1em 0 3em;
}
.back_to_top a:link, .back_to_top a:visited {
	/*font-size: 0.7em;*/
	font-weight: normal;
	float: right;
}
.back_to_top a:active, .back_to_top a:hover {
}


/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

/*#container {
	float: left;
	margin: 0 -360px 0 0; *//* leave room for 300px sidebar width + 60px min-gap *//*
	width: 100%;
}
#content {
	margin: 0 360px 0 0; *//* 360px right as for #container *//*
}*/
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 300px;
}
#secondary {
	clear: right;
}

/*
LAYOUT: One column, right sidebar
DESCRIPTION: One column with one sidebar to the right of content
*/

#container.one-column-right-sidebar {
	float: left;
	margin: 0;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.one-column-right-sidebar #content {
	float: left;
	margin: 0 60px 0 0;
	width: 600px;
}
.one-column-right-sidebar #sidebar {
	float: left;
	margin: 0;
	width: 300px;
}


/*
LAYOUT: Mixed 1, 2 & 3 column layout with no sidebar
DESCRIPTION: Home page layout
*/

#container.home {
	float: left;
	margin: 0;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
h1, h2, h3, h4, h5, h6, p,
ul, ol,
th, td,
label, input, textarea
{
	font-family: 'Droid Sans', 'Times New Roman', arial, serif;
}
/*
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Georgia, "Bitstream Charter", serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
*/

/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 1000px;
	/*padding: 0 20px;*/
	padding:0;
}

#header,
#main,
#footer {
	position: relative;
	margin: 0 20px;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}


/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
 body {
	background:#F0F6F9;
}

body {
body,
input,
textarea {
	color: #505050;
	/*font-size: 12px;*/
	/*line-height: 18px;*/
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	/*font-size: 131.25%;*/
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	/*line-height: 18px;*/
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	/*line-height: 1;*/
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"], 
textarea,
select {
	/*background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);*/
	padding: 2px;
	width: 350px;
}
.wpcf7 input[type="email"] {
	width: 350px !important;
	padding: 2px;
}

a:link {
	color: #9b0d17;
	text-decoration: underline;
}
a:visited {
	/*color: #505050;*/
	color: #9b0d17;
	text-decoration: underline;
}
a:active,
a:hover {
	color: #00b0e3;
	text-decoration: underline;
}

/* headers in tables */
.tablepress h2 {
	margin: 16px 0 0 0 !important;
}
/* edd duff words removed on checkout page */
#edd-first-description, #edd-last-description {
	display: none !important;
}

/* edd force terms to be visible on checkout page words removed on checkout page */
.edd-terms {
	display: block !important;
	margin-bottom:20px;
}

.edd-show-terms {
	display: none !important;	
}

.edd-terms-agreement {
	margin-bottom:20px;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
	height: 148px; /* whole header region (inc. sectionmenu) */
	min-height: 148px;
}
#site-title {
	position: absolute;
	left: 0;/*20px;*/
	top: 0;
}
#logo {
	padding-top: 6px;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	position: relative;
	display: block;
	width: 100%;
}
#access .menu-header {
	float: right;
	padding: 88px 0 0;
}
#access .sectionmenu-header {
	clear: both;
	float: right;
	padding: 6px 0 0;
}
#footer .menu-footer {
	clear: both;
	float: left;
	padding: 10px 0 0;
}
#access .menu-header ul,
#access .sectionmenu-header ul,
#footer .menu-footer ul,
div.menu ul {
	list-style: none;
	margin: 0;
	z-index:100;
}
#access .menu-header li,
#access .sectionmenu-header li {
	display:inline-block;
	position: relative;
	padding: 0 0 0 20px;
}
#footer .menu-footer li {
	display:inline-block;
	position:relative;
	padding:0 10px;
	border-left: 1px solid #666;
}
#footer .menu-footer li:first-child {
	padding-left: 0;
	border-left: none;
}

#access a {
	color: #666;
	display: block;
	padding-bottom: 9px;
	font-size:0.8em;
	font-weight: bold;
	text-decoration: none;
}
#access li:hover > a {
	color: #00b0e3;
}
#access .menu-header ul ul.sub-menu {
	display: none;
	position: absolute;
	top: 21px;
	left: 10px;
	float: left;
	width: 200px;
	min-width: 200px;
	z-index: 99999;
	padding: 0 0 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(#00b0e3), to(#007ba7));
	background: -moz-linear-gradient(top, #00b0e3, #007ba7);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF00B0E3, endColorstr=#FF007BA7)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF00B0E3, endColorstr=#FF007BA7);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#access .menu-header ul ul li {
	padding: 0;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	color: #fff;
	font-weight:normal;
	/*line-height: 1em;*/
	padding: 9px 14px;
}
#access ul ul :hover > a {
	color: #00729d;
}
#access ul.menu li:hover ul.sub-menu {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #00729d;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #00729d;
}
#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a,
#access ul li a:hover {
	color: #00b0e3;
}

#access ul ul li.current_page_item > a,
#access ul ul li.current-menu-ancestor > a,
#access ul ul li.current-menu-item > a,
#access ul ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul ul li.current_page_item a,
* html #access ul ul li.current-menu-ancestor a,
* html #access ul ul li.current-menu-item a,
* html #access ul ul li.current-menu-parent a,
* html #access ul ul li a:hover {
	color: #fff;
}
#access ul ul li.current_page_item:hover > a,
#access ul ul li.current-menu-ancestor:hover > a,
#access ul ul li.current-menu-item:hover > a,
#access ul ul li.current-menu-parent:hover > a,
#access ul ul li a:hover {
	color: #505050;
}

#footer .menu-footer a {
	color: #666;
	display: block;
	font-size:0.7em;
	font-weight: normal;
	text-decoration: none;
}
#footer .menu-footer li:hover > a {
	color: #00b0e3;
	text-decoration: underline;
}


/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
}

#content,
#content input,
#content textarea {
	/*color: #505050;*/
	/*font-size: 16px;*/
	/*line-height: 24px;*/
}
#content p,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin: 0 20px 15px 0;
	line-height: 1.6em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin: 0 20px 0 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	/*font-size: 15px;*/
	/*line-height: 21px;*/
}
#content code {
	/*font-size: 13px;*/
}
#content dt,
#content th {
	/*color: #000;*/
}
#content h1 {
	font-size: 1.9em;
	font-weight: bold;
	color: #00729d;
}
#content h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00729d;
/*	color: #9b0d17;*/
}
#content h3 {
	margin-bottom: 2px;
	font-size: 0.95em;
	font-weight: bold;
}
#content h4 {
	margin-bottom: 2px;
	font-size: 0.9em;
	font-weight: normal;
	color: #00729d;
}
#content h5 {
	margin-bottom: 2px;
	font-size: 0.8em;
	font-weight: normal;
	color: #9b0d17;
}
#content h6 {
	text-decoration: line-through;
	background: #F00;
}
#content p {
	font-size: 0.8em;
}
#content ul,
#content ol {
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: normal;
	margin-left: 16px;
}
#content ul ul,
#content ol ol {
	font-size: 1em;
	margin-left: 16px;
	margin-top: 0.4em; /* make it up to the standard 1.6em */
}
#content ul {
	list-style: url(images/ul1.png) outside;
}
#content ul ul {
	list-style-image: url(images/ul2.png);
}
#content li {
	margin-bottom: 0.4em; /* make it up to the standard 1.6em */
}
#content table {
	margin: 0 0 15px;
	text-align: left;
	vertical-align: top;
	width: 100%;
	border: none;
	border-bottom: 1px solid #bbb;
	background: #fff;
}
#content tr th,
#content thead th {
	color: #00729d;
	font-weight: bold;
	font-size: 0.7em;
	padding: 3px 5px;
	border-top: 1px solid #777;
	border-left: 1px solid #ddd;
}
#content tr td {
	font-size: 0.7em;
	padding: 3px 5px;
	border-top: 1px solid #bbb;
	border-left: 1px solid #ddd;
}
#content tr td.odd-row {
	background: #f3f3f3;
}

/* addition by PPD - to remove odd colours and borders on some tables
-----------------------------------------------------------------
*/
 
.ppd-no-stripes tr td.odd-row {
	background:none !important;
	
}
.ppd-no-stripes tr {
	border:none !important;
	
}
.ppd-no-stripes td {
	border:none !important;
	
}

#content tr th.first-col,
#content tr td.first-col {
	border-left: none;
}

#content .callout-outer {
	display: block;
	float: right;
	width: 203px;
	margin: 0 0 20px 40px;
	background: url("") no-repeat left top;
}
#content .callout-inner {
	padding: 12px 10px 10px 12px;
	line-height: 1.2em;
	font-size: 1.5em;
	font-weight: normal;
}

#content .videoplayer {
	margin: 30px 0;
	line-height: 1.6em;
	font-size: 0.8em;
}

#content sup {
	font-size: 0.8em;
	font-weight: bold;
}
#content sup a {
	padding: 0 2px;
	text-decoration: none;
	color: #9b0d17;
}
#content sup a:hover {
	color: #ff1526;
}
#content #footnotes ol {
	margin-top: 40px;
	font-size: 0.7em;
	color: #00729d;
}

.home #content p {
	margin-bottom: 50px;
	font-size: 1.5em;
	line-height: 1.3em;
}

#content #sitemap a {
	text-decoration: none;
}
#content #sitemap a:hover {
	text-decoration: underline;
}

/* addtions by PPD for styling of events
-------------------------------------------------------------- */
.em-events-list table.events-table {
    font-size: 1.3em!important;
}
.em-events-list table.events-table tbody tr td,
.em-events-list table.events-table thead tr th {
    padding: 0.5rem!important;
}


.menu-events-container ul {
	margin-left: 0;
}

#menu-events:last-child {
	margin-bottom: 20px;
}

#menu-events li {
	list-style: none;
}

.ppd-events li.calendar a {
	background-image: url(images/link-calendar.jpg);
}

.ppd-events li.calendar a:hover {
	background-image: url(images/link-calendar-hover.jpg);
	color: #9b0d17;
}

.ppd-events li {
	list-style: none;
	margin: 6px 0;
	font-weight: bold;
}

.ppd-events li a {
	display: block;
	width: 224px;
	height: 29px;
	text-decoration: none;
	background: no-repeat left top;
	padding: 18px 0 0 58px;
}
/* password protected pages text */
.post-password-form p {
	font-size: 1.1em !important;
}


/* contact form 7 */
.wpcf7 label, .wpcf7 wpcf7-form-control
{
    font-size: 1.1em;
}

/* =User-editable
-------------------------------------------------------------- */
#content .quote-author {
	text-align: right;
	color: #00b0e3;
}



/* =Widget Areas
-------------------------------------------------------------- */
.widget-container {
	list-style:none;
}

.widget-panel,
.widget-links,
.widget-text,
.widget-accreditation {
	margin-bottom: 40px;
}
.widget-panel h3,
.widget-links h3,
.widget-text h3,
.widget-accreditation h3 {
	font-size: 0.95em;
	font-weight: bold;
	color: #00729d;
	padding-bottom: 6px;
}
.widget-panel h3,
.widget-links h3,
.widget-accreditation h3 {
	border-bottom: 1px solid #e5e5e5;
}
.widget-container .widget-panel ul {
	margin: 6px 0 6px 16px;
	line-height: 1.2em;
	font-size: 0.8em;
	font-weight: normal;
	list-style: url(images/ul1.png) outside;
}
.widget-panel li a {
	text-decoration: none;
	color: #9b0d17;
}
.widget-panel li a:hover {
	color: #ff1526;
}
.widget-panel p {
	margin: 14px 0 0;
	padding:0;
	font-size: 0.8em;
	font-weight: bold;
}
.widget-panel p a {
	text-decoration: none;
	background: url(images/more-arrow.gif) no-repeat right top;
	padding: 2px 28px 3px 0;
}
.widget-panel p a:hover {
	color: #9b0d17;
	background-image: url(images/more-arrow-hover.gif);
}

.widget-links ul {
	list-style: none;
	margin: 0;
}
.widget-links li {
	margin: 6px 0;
	font-size: 0.8em;
	font-weight: bold;
}
.widget-links li a {
	display: block;
	width: 224px; /* =282(width)-58(padding) */
	height: 29px; /* =47(height)-18(padding) */
	text-decoration: none;
	background: no-repeat left top;
	padding: 18px 0 0 58px;
}
.widget-links li a:hover {
	color: #9b0d17;
}

.widget-links li.calendar a {
	background-image: url(images/link-calendar.jpg);
}
.widget-links li.calendar a:hover {
	background-image: url(images/link-calendar-hover.jpg);
}
.widget-links li.video a {
	background-image: url(images/link-video.jpg);
}
.widget-links li.video a:hover {
	background-image: url(images/link-video-hover.jpg);
}

.widget-text p {
	font-size: 0.95em;
	line-height: 1.4em;
	margin-bottom: 8px;
}

.widget-accreditation p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-top: 26px;
	margin-bottom: 8px;
}

.widget-accreditation img {
	float: left;
	margin: 0 18px 26px 0;
}

#sidebar .widget-container {
	margin: 64px 0 0;
}

#home-focal,
#home-learnmore,
#home-footerquote {
	clear:both;
}

#home-focal ul.widget-container {
	position: relative;
	margin: 0;
}
#home-focal ul.widget-container li p {
	margin-bottom: 0;
}
#home-focal ul.widget-container li.message {
	float: left;
	width: 400px;
	margin: 0 25px;
	padding: 65px 0 0;
}
#home-focal ul.widget-container li.message h2 {
	font-weight: normal;
	font-size: 2.8em;
	color: #00729d;
}
#home-focal ul.widget-container li.message h2 a {
	text-decoration: none;
	color: #9b0d17;
}

#home-learnmore ul.widget-container {
	position: relative;
	margin: 0;
}
#home-learnmore ul.widget-container li.widget-panel,
#home-learnmore ul.widget-container li.widget-links {
	float: left;
	width: 290px;
	margin: 0 45px 0 0;
}
#home-learnmore ul.widget-container li.widget-links {
	margin-right: 0;
}

#home-footerquote {
	padding-top: 30px;
}
#home-footerquote ul.widget-container {
	position: relative;
	margin: 0;
}
#home-footerquote ul.widget-container li {
	clear: both;
	margin-bottom: 90px;
	padding-top: 30px;
	border-top: 1px solid #ddd;
}
#home-footerquote ul.widget-container li.widget-quote p {
	float: left;
	width: 750px;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
}
#home-footerquote ul.widget-container li.widget-quote p.quote-author  {
	width: 160px;
	margin: 0 0 0 50px;
	font-size: 0.8em;
	font-weight: normal;
}
#home-footerquote ul.widget-container li.widget-quote p.quote-author strong  {
	display: block;
	font-weight: bold;
	color: #00729d;
}
#home-footerquote ul.widget-container li.widget-accreditation p {
	margin: 0;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.4em;
}
#home-footerquote ul.widget-container li.widget-accreditation img.alignleft {
	float: left;
	margin: 0 30px 20px 0;
}
#home-footerquote ul.widget-container li.widget-accreditation img.alignright {
	float: right;
	margin: 0 0 20px 30px;
}







.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	/*font-size: 14px;*/
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #505050;
	/*font-size: 16px;*/
	font-style: italic;
	font-weight: normal;
}
/*.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}*/
#content .entry-title {
	color: #000;
	/*font-size: 21px;*/
	font-weight: bold;
	/*line-height: 1.3em;*/
	margin-bottom: 0;
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	/*font-size: 12px;*/
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 12px 0 0 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	/*font-size: 12px;*/
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	/*font-size: 10px;*/
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #505050;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	/*font-size: 14px;*/
	/*line-height: 20px;*/
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	/*font-size: 100%;*/
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	/*font-size: 12px;*/
	/*line-height: 18px;*/
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}




/* =Forms (in page)
-------------------------------------------------------------- */
.captcha {
	display: none;
}
#content span.wpcf7-not-valid-tip {
	background: none;
	border: none;
	font-size: 1em;
	left: 0;
	top: 0;
	position: relative;
	width: 240px;
	padding: 0 0 0 8px;
	font-size: 1em;
	font-weight: bold;
	color: #ff1526;
}
#content div.wpcf7-validation-errors {
	width: 100%;
	background: #fff;
	border: none;
	border-top: 1px solid #ff1526;
	border-bottom: 1px solid #ff1526;
	color: #9b0d17;
	padding: 3px 5px;
}
#content div.wpcf7-response-output {
	margin: 0;
	padding: 0;
}
#content div.wpcf7-mail-sent-ok {
	width: 100%;
	background: #fff;
	border: none;
	border-top: 1px solid #00b0e3;
	border-bottom: 1px solid #00b0e3;
	color: #00729d;
	padding: 3px 5px;
}

/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	/*font-size: 14px;*/
	/*line-height: 20px;*/
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	/*font-size: 140%;*/
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	/*line-height: 18px;*/
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	/*font-size: 12px;*/
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	/*font-size: 12px;*/
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	/*font-size: 12px;*/
	/*line-height: 18px;*/
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ff4b33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	/*font-size: 20px;*/
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	/*line-height: 24px;*/
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	/*font-size: 12px;*/
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	/*font-size: 12px;*/
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	/*font-size: 12px;*/
	/*line-height: 18px;*/
	margin: 0;
}
#comments .pingback .url {
	/*font-size: 13px;*/
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #505050;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	/*line-height: 1em;*/
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	/*font-size: 12px;*/
	font-weight: normal;
	/*line-height: 18px;*/
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	/*font-size: 12px;*/
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	/*font-size: 12px;*/
	/*line-height: 18px;*/
}
#respond .form-allowed-tags code {
	/*font-size: 11px;*/
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	/*font-size: 14px;*/
	width: auto;
}




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

#footer {
	clear: both;
	overflow: hidden;
	margin-bottom: 20px;
}
#colophon {
	float: right;
	position: relative;
	padding: 10px 0 0;
}
#copyright {
	font-size: 0.7em;
	text-align: right;
	line-height: 2em;
}
#credit {
	font-size: 0.7em;
	text-align: right;
	line-height: 2em;
}
#footer .ppd_logo a {
	background:transparent url(images/ppd-weblogo.gif) no-repeat scroll 110px 0px;
	font-weight: normal;
	padding:2px 128px 5px 0;
	color: #505050;
	text-decoration:none;
}
#footer .ppd_logo a:hover {
	color: #00b0e3;
}



/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}

#access
 {
	-webkit-text-size-adjust: 100%;
}

#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#site-title,
	#site-description {
		float: none;
		/*line-height: 1.4em;*/
		margin: 0;
		padding: 0;
	}
	#site-title {
		/*font-size: 13pt;*/
	}
	#site-description {
		position: absolute !important;
		clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
		clip: rect(1px, 1px, 1px, 1px);
		padding: 0 !important;
		border: 0 !important;
		height: 1px !important;
		width: 1px !important;
		overflow: hidden;
	}

	.entry-content {
		/*font-size: 14pt;*/
		/*line-height: 1.6em;*/
	}
	.entry-title {
		/*font-size: 21pt;*/
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		/*font-size: 11pt;*/
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}