/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, span, applet, object, iframe,
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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 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;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

/*begin our styles*/

body {
	font: 16px/1.4em 'PT Sans', sans-serif;;
	color: #1c1c1c;
}

p,
ul {
	margin: 0 0 1.5em;
}

ul {
	list-style: disc;
	padding: 0 0 0 20px;
}

a {
	color: #000000; /*ffffff;*/
}

h1 {
font-family: 'PT Serif', serif;
	font-size: 2em; /*32px;*/
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}

h2 {
	font-family: 'PT Serif', serif;
	font-size: 2em; /*32px;*/
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}

h3 {
	font-family: 'PT Serif', serif;
	font-size: 1.4em; /*32px;*/
	line-height: 1.4em;
	margin: 0 0 .4em;
	font-weight: bold;
}

/*layout*/

.wrapper {
}

.headerwrapper {
}

article {
	border-bottom: 1px solid #d8d8d8;
    padding: 10px 20px 0px 20px;
	margin: 10px 0;
}

.article {
	 padding: 10px 20px 10px 20px;
     margin: 10px 0;
     background-color:#ffffff;
     font-weight:bold;
     color:#000000;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
     border-radius: 10px; /* future proofing */
     -khtml-border-radius: 10px;
     }

/*header*/

header {
	/*background: #ffffff;*/
	padding: 3px 3px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
}

		/*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
		header:before,
		header:after {
		    content:"";
		    display:table;
		}
		
		header:after {
		    clear:both;
		}
		
		/* For IE 6/7 (trigger hasLayout) */
		header {
		    zoom:1;
		}

/* h1.logo a {
	color: #d8d8d8;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 22px;
	float: left;
	letter-spacing: 0.2em;
} */

a.to_nav {
	/*float: right;*/
	position:absolute;
    left:68%;
    top:10%;
	/*background: orange;*/
	text-decoration: none;
	padding: 0 10px;
	font-size: 1.2em; /*12px;*/
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

a.to_nav:hover,
a.to_nav:focus {
	color: black;
	background: orange;
}

.embed-container {    
    position: relative;    
    padding-bottom: 56.25%; /* 16/9 ratio */    
    padding-top: 30px; /* IE6 workaround*/    
   
	height: 0;    
    overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {    
    position: absolute;    
    top: 0;    
    left: 0;    
    width: 100%;    
    height: 100%;
}
	
/*navigation*/	
.bigscreen {
    display:none;
}

#primary_nav ul {
	list-style: none;
	/*background: orange;*/
	padding: 5px 0;
}

#primary_nav li a {
	display: block;
	padding: 0 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	/*text-transform: uppercase;*/
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 3em;
	height: 3em;
	border-bottom: 1px solid #383838;
}

#primary_nav li:last-child a {
	border-bottom: none;
}

#primary_nav li a:hover,
#primary_nav li a:focus {
	color: #1c1c1c;
	background: #ccc;
}

/*footer*/

footer {
	font-family: 'PT Serif', serif;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

/*media queries*/

		@media only screen and (min-width: 1025px) {
		    
            body {
                 background-image:url('https://quietwaterpaddles.com/images/quietwater-home-page-bkgrd.jpg'); center center fixed no-repeat;
                 -moz-background-size: cover;
                 background-size: cover;
                 color: #ffffff;

            }
                          
			a.to_nav {
				display: none;
			}
		   
           .headerwrapper {
                position:relative;
                width:100%;          
           }
           
        
           .wrapper {
				position: relative;
				width: 900px;
				margin: auto;
			}
            
            article {
            	/*border-bottom: 10px solid #d8d8d8;*/
                padding: 10px 20px 10px 20px;
                margin: 10px 0;
                background-color: #ffffff;
                /*opacity:0.6;
                filter:alpha(opacity=60); /* For IE8 and earlier
                margin:30px 40px;*/
                font-weight:bold;
                color:#000000;
                -moz-border-radius: 10px;
                -webkit-border-radius: 10px;
                border-radius: 10px; /* future proofing */
                -khtml-border-radius: 10px; /* for old Konqueror browsers */
             }           
			
			footer {
            font-weight: bold;
            text-align:center;
            /*width:900px;*/   
            color:#000;
            background-color:#ffffff;
            /*opacity:0.6;*/
            -moz-border-radius: 10px;
            -webkit-border-radius: 10px;
            border-radius: 10px; /* future proofing */
            -khtml-border-radius: 10px; /* for old Konqueror browsers */  
             }
		
        .bigscreen {
         position:absolute;
         z-index:10;
         top:35%;
         left:23%;
         display:inline;
         font-size:1.3em;
}

         .bigscreen ul {
         list-style-type: none;
         height: 50px;
                 /*width: 663px;*/
         margin: auto;
}

         .bigscreen li {
         float: left;
}
         .bigscreen ul a {
                 padding-right: 5px;
                 padding-left: 5px;
                 display: block;
                 line-height: 30px;
                 text-decoration: none;
                 font-family: Georgia, "Times New Roman", Times, serif;
                 font-size: 21px; 
                 color: #ffffff;
}
 
          .bigscreen ul a:hover {
                 color: #000000;
}

        #primary_nav {
        display:none;
}
	
       }