/*
Theme Name: WTPH
Theme URI: http://rossluebe.com
Description: Custom theme for WTPH
Author: Ross Luebe
Author: URI: http://rossluebe.com
Version: 1.0
*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */
   
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #dde2e8; color: #fff; text-shadow: none; }
::selection { background: #dde2e8; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: 0 thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, sans-serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

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

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

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

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: M. Ross Luebe @ QRSTUV.net
   ========================================================================== */

.floatLeft { float:left; }
.floatRight { float:right; }
.textRight { text-align:right; }
.textLeft { text-align:left; }

body { background: #777; letter-spacing: 1px; text-shadow: 0 2px 2px rgba(0, 0, 0, 1); color: #fff; font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif; }

/* li.page-item-2 { display: none; } */

#social a { opacity:0.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50);
}
#social a:hover { opacity:1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; filter: alpha(opacity=100); }
#social a {
    -webkit-transition: opacity .25s linear;
     -khtml-transition: opacity .25s linear;
       -moz-transition: opacity .25s linear;
        -ms-transition: opacity .25s linear;
	     -o-transition: opacity .25s linear;
	        transition: opacity .25s linear;
}

.twit { margin-left: 13px; }

#site-title a { text-decoration: none; color: #fff; }

.page, header { background-color: rgba(0,0,0,0.6); padding: 20px 20px 40px; }
.entry-content { margin: 0; }

.supporters img { margin: 10px 0 0; }

.edit-link a { color: red; display: none; }
.edit-link a:hover { color: #CCC; }

.subhead { font-size: 22px; font-style: italic; }
i, cite, em, var, address, dfn { font-style: italic; }

#mc_embed_signup { margin-bottom: 12px; }
.email, .genBtn { float: left; }
.genBtn { margin-top: -19px; }

.type-page a { color: #fff; font-size: 13px; text-decoration: none; }
.type-page a:hover { text-decoration: underline; }

#mc_embed_signup { text-shadow: none; color: black; font: 14px Helvetica,Arial,sans-serif; }

#footer { background-color: rgba(0,0,0,0.6); margin: 0 0 30px 0; padding-bottom: 30px; text-align: center; font-size: 11px; line-height: 16px; font-family: Arial; }
#footer #logo { margin-bottom: 5px; }
#footer ul, #footer li { margin: 0; padding: 0; list-style: none; }
#footer li:first-child { background: none; }
#footer li { display: inline; padding: 0 12px 0 6px; text-transform: uppercase; background: url('img/footer-bullet.png') no-repeat 0 4px; }
#footer a, #footer a:visited { color: white; text-decoration: none; letter-spacing: 0; text-shadow: none; }

#theaterstable { margin: 10px; font: 13px/25px 'Open Sans', Arial, Helvetica, sans-serif; }
#theaterstable tr { margin: 2px 0; } 

/* =============================================================================
   IE Conditionals
   ========================================================================== */

.lt-ie9 #wrapper { min-width:900px; width: auto !important; width: 900px; }
.lt-ie9 header { float: left; width: 275px; }
.lt-ie9 #branding { width: 275px; }
.lt-ie9 .titleLeft { font: italic 900 50px Impact, sans-serif; }
.lt-ie9 .titleRight { font: italic 100 50px Impact, sans-serif; }
.lt-ie9 .menu ul li a { text-decoration: none; color: #fff; font: 13px/18px 'Open Sans', Arial, Helvetica, sans-serif; }
.lt-ie9 #container { float: left; margin: 38px 0 0; width: 586px; }
.lt-ie9 .bg1 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/woodsbg.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/woodsbg.jpg', sizingMethod='scale')"; }
.lt-ie9 .bg2 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph1.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph1.jpg', sizingMethod='scale')"; }
.lt-ie9 .bg3 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph2.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph2.jpg', sizingMethod='scale')"; }
.lt-ie9 .bg4 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph3.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph3.jpg', sizingMethod='scale')"; }
.lt-ie9 .bg5 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph4.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/wtph4.jpg', sizingMethod='scale')"; }
.lt-ie9 .bg6 { background: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/bg6.jpg', sizingMethod='scale');
-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../wp-content/themes/wtph/bg-img/bg6.jpg', sizingMethod='scale')"; }
.lt-ie9 .entry-title { font: italic 50px Impact, sans-serif; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); }
.lt-ie9 .entry-content p { width: 700px; font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif; margin: 0 0 18px; }

/* =============================================================================
   Media Queries
   ========================================================================== */

@media screen {
    body { font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif; }
    #social { width: 86px; height: 36px; position: fixed; bottom: 20px; left: 20px; }
    #wrapper { min-width:836px; width: auto !important; width: 836px; }
    header { float: left; }
    .bg1, .bg2, .bg3, .bg4, .bg5, .bg6, .bg7 { background: url(bg-img/swoodsbg.jpg) no-repeat center center fixed; position:fixed; height:100%; width:100%; z-index:-1; top: 0; left: 0;
    -webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    }
    #site-title { text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin-bottom: 10px; }
    .menu { margin: 12px 0 0 20px; width:auto; padding:0; }
    .menu ul li { height: 45px; }
    .menu ul li a { text-decoration: none; color: #fff; font: 25px/30px 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; }
    #container { float: left; margin: 0 0 0 20px; width: 586px; }
    .entry-title { font: normal 40px 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); }
    .entry-content p { width: auto; font: 22px/32px 'Open Sans', Arial, Helvetica, sans-serif; margin: 0 0 18px; }
    .type-page a { color: #fff; font-size: 22px; text-decoration: none; }
   /* .page-id-2 #content { width: 602px; }
    .post-2 { width: 562px; padding: 20px; } */
    .post-86 img, .post-32 img { width: 555px; height: 237px; }
    #trailer { width: 550px; height: 309px; }
    #laurels { width: 100%; height: 37px; background: url(img/laurSmall.png) no-repeat center center; }
    .supporters { position: absolute; top: 540px; left: 60px; width: 163px; }
}

@media only screen and (min-width: 1000px) {
    body { font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif; }
    #social { width: 86px; height: 36px; position: fixed; top: 20px; left: auto; right: 20px; }
    #wrapper { min-width:1100px; width: auto !important; width: 1325px; }
    header { float: left; margin: 38px 20px 0 10px; }
    .bg1 { background: url(bg-img/woodsbg.jpg) no-repeat center center fixed; }
    .bg2 { background: url(bg-img/wtph1.jpg) no-repeat center center fixed; }
    .bg3 { background: url(bg-img/wtph2.jpg) no-repeat center center fixed; }
    .bg4 { background: url(bg-img/wtph3.jpg) no-repeat center center fixed; }
    .bg5 { background: url(bg-img/wtph4.jpg) no-repeat center center fixed; }
    .bg6 { background: url(bg-img/bg6.jpg) no-repeat center center fixed; }
    .bg1, .bg2, .bg3, .bg4, .bg5, .bg6 { position:fixed; height:100%; width:100%; z-index:-1; top: 0; left: 0; 
    -webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    }
    #site-title { text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin-bottom: 10px; }
    .menu { margin: 0 0 0 12px; width: auto; padding: 0; }
    .menu ul li { height: 28px; }
    .menu ul li a { text-decoration: none; color: #fff; font: 16px/28px 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; }
    #container { float: left; margin: 38px 0 0; width: 740px; }
    h3 { font: normal 20px 'Open Sans', Arial, Helvetica, sans-serif; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin: 0 0 12px; }
    .entry-title { font: normal 25px 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin: 5px 5px 0; }
    .entry-content { padding: 10px 0 0; }
    .entry-content p { font: 12px/18px 'Open Sans', Arial, Helvetica, sans-serif; margin: 0 0 18px; }
    .type-page a { color: #fff; font-size: 13px; text-decoration: none; }
	.type-page a:hover { text-decoration: underline; }
   /* .page-id-2 #content { width: 895px; }
    .post-2 { width: 855px; padding: 20px; } */
    .post-86 img, .post-32 img { width: auto; height: auto; }
    #trailer { width: 700px; height: 394px; }
    #laurels { width: 100%; height: 53px; background: url(img/laurMed.png) no-repeat center center; }
    .supporters { position: absolute; top: 455px; left: 60px; width: 263px; }
    .supRight { margin: 10px 0 0 15px; }
}

@media only screen and (min-width: 1250px) {
    body { font: 18px/30px 'Open Sans', Arial, Helvetica, sans-serif; }
    #social { width: 86px; height: 36px; position: fixed; top: 20px; left: auto; right: 20px; }
    #wrapper { min-width:1300px; width: auto !important; width: 1325px; }
    header { float: left; margin: 38px 20px 0 10px; }
    .bg1 { background: url(bg-img/woodsbg.jpg) no-repeat center center fixed; }
    .bg2 { background: url(bg-img/wtph1.jpg) no-repeat center center fixed; }
    .bg3 { background: url(bg-img/wtph2.jpg) no-repeat center center fixed; }
    .bg4 { background: url(bg-img/wtph3.jpg) no-repeat center center fixed; }
    .bg5 { background: url(bg-img/wtph4.jpg) no-repeat center center fixed; }
    .bg6 { background: url(bg-img/bg6.jpg) no-repeat center center fixed; }
    .bg1, .bg2, .bg3, .bg4, .bg5, .bg6 { position:fixed; height:100%; width:100%; z-index:-1; top: 0; left: 0; 
    -webkit-background-size: cover;
	 -khtml-background-size: cover;
	   -moz-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
    }
    #site-title { text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin-bottom: 10px; }
    .menu { margin: 0 0 0 12px; width: auto; padding: 0; }
    .menu ul li { height: 28px; }
    .menu ul li a { text-decoration: none; color: #fff; font: 16px/28px 'Open Sans', Arial, Helvetica, sans-serif; letter-spacing: 0; }
    #container { float: left; margin: 38px 0 0; width: 740px; }
    h3 { font: normal 20px 'Open Sans', Arial, Helvetica, sans-serif; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin: 0 0 12px; }
    .entry-title { font: normal 25px 'Open Sans', Arial, Helvetica, sans-serif; text-shadow: 0 3px 3px rgba(0, 0, 0, .6); margin: 5px 5px 0; letter-spacing: 0; }
    .entry-content { padding: 10px 0 0; }
    .entry-content p { font: 12px/18px 'Open Sans', Arial, Helvetica, sans-serif; margin: 0 0 18px; }
    .type-page a { color: #fff; font-size: 13px; text-decoration: none; }
	.type-page a:hover { text-decoration: underline; }
    .page-id-2 #content { width: 895px; }
    .post-2 { width: 855px; padding: 20px; }
    .post-86 img, .post-32 img { width: auto; height: auto; }
    #trailer { width: 853px; height: 480px; }
    #laurels { width: 100%; height: 53px; background: url(img/laurBig.png) no-repeat center center; }
    .supporters { position: absolute; top: 455px; left: 60px; width: 263px; }
    .supRight { margin: 10px 0 0 15px; }
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
