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, 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%;
	vertical-align: baseline;
}
.headtitle {
	font-size: 18px;
	line-height: normal;
	color: #FFF;
	float: right;
	margin: auto;
	vertical-align: middle;
}
.headline {
	font-size: 18px;
	color: #D0D0D2;
	float: right;
	padding-right: 40px;
	height: auto;
	vertical-align: top;
	line-height: 18px;
	width: auto;
	padding-left: 20px;
	padding-bottom: 20px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
   width:100%;
   height:100%;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body {
	float:left;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	color:#474747;
	font-size:100%;
	line-height:24px;
	background-color: #EBE8E4;
	background-repeat: repeat-x;
}
#wrapper{
	width:auto;
	min-height:100%;
	background-color: #E0DCD6;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 6px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E2DED8;
	border-right-color: #E2DED8;
	border-bottom-color: #E2DED8;
	border-left-color: #E2DED8;
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	max-width: 980px;
	margin: auto;
}
#middle{
	float:left;
	width:100%;
	clear:both;
}

#middle_top{
	float:left;
	width:100%;
	clear:both;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* ------------------------------------------------------------------------------------
--  GENERAL
------------------------------------------------------------------------------------ */
img{
	max-width:100%;
}
figure{
	width:100%;
}
.figureorange {
	color: #C60;
}

a{
	outline:none;
}
/* ------------------------------------------------------------------------------------
--  HEADER
------------------------------------------------------------------------------------ */
header{
	float:left;
	width:100%;
	clear:both;
	position: relative;
	background-color: #663;
	padding-bottom: 0px;
}
.img_rt {
	float: right;
}
#shadow {
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(../../exploringniagara.com/images/shadow.jpg);
}




#logo{
	float:left;
}
#logo h1 a{
	float:left;
	display:inline-block;
	color:#111;
	font-size:3em;
	text-transform:uppercase;
}
body {
	background-color: #EBE8E4;
	color: #222;
	font-family:'Glegoo', serif;
	color:#474747;
	font-size:100%;
	float: left;
}

nav {
	border-radius: 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: block;
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	background-color: #C63;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #EBE8E4;
	border-right-color: #EBE8E4;
	border-bottom-color: #EBE8E4;
	border-left-color: #EBE8E4;
}

  nav ul {
	margin: 0;
	padding: 0;
	font-size: 18px;
  }
nav > ul > ul:hover{
	margin: 0;
	padding: 0;
	font-size: 18px;
  }

    nav ul li {
	display: inline-block;
	list-style-type: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
    }
      
      nav > ul > li > a > .caret {
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: color 0.1s linear;
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	transition: color 0.1s linear;
      }

      nav > ul > li > a {
	color: #FFF! important;
	display: block;
	line-height: 50px;
	padding: 0 24px;
	text-decoration: none;
	background-color: rgba( 255, 255, 255, 0.1);
      }

        nav > ul > li:hover {
	line-height: 50px;
	color: rgb( 255, 255, 255 );
	background-color: #663! important;
        }

        nav > ul > li:hover > a {
	color: rgb( 255, 255, 255 )! important
        }

        nav > ul > li:hover > a > .caret {
	border-top-color: rgb( 255, 255, 255 );
        }
      
      nav > ul > li > div {
	background-color: #6D6D3C;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.055);
	display: none;
	margin: 0;
	opacity: 0;
	position: absolute;
	width: auto;
	visibility: hidden;
	-webkit-transiton: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-transition: opacity 0.2s;
      }

        nav > ul > li:hover > div {
          display: block;
          opacity: 1;
          visibility: visible;
        }

          nav > ul > li > div ul > li {
            display: block;
          }

            nav > ul > li > div ul > li > a {
	color: #fff! important;
	display: block;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 18px;
	padding-bottom: 8px;
	padding-left: 18px;
            }

              nav > ul > li > div ul > li:hover > a {
	background-color: rgba( 255, 255, 255, 0.1)! important;
              }


/* ------------------------------------------------------------------------------------
--  MAIN-CONTENT
------------------------------------------------------------------------------------ */
p {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	line-height: 24px;
} 


#main-content{
	float:left;
	width:64%;
	padding:2%;
	background:#fafafa;
	font-family: 'Glegoo', serif;
}

/* ------------------------------------------------------------------------------------
--  MAIN-CONTENT: ARTICLE
------------------------------------------------------------------------------------ */
article{
	float:left;
	width:100%;
	clear:both;
}
article hgroup{
	float:left;
	width:100%;
	margin-bottom:4%;
}
article hgroup h1{
	font-size:16px;
	line-height:normal;
	color: #666;
}
article hgroup h2{
	font-size:24px;
	line-height:36px;
	color: #063;
}
/* ------------------------------------------------------------------------------------
--  MAIN-CONTENT: SECTION
------------------------------------------------------------------------------------ */
.sections{
	float:left;
	width:58%;
	margin-right:4%;
}
section{
	float:left;
	width:100%;
	margin-bottom:4%;
}
section h1{
	font-size:24px;
	line-height:36px;
	display:block;
	width:100%;
	margin-bottom:4%;
	padding-top:2%;
	border-top:1px solid rgba(221,221,221,0.6);
	color: #C60;
	font-weight: normal;
}
section p{


}
/* ------------------------------------------------------------------------------------
--  MAIN-CONTENT: ASIDE
------------------------------------------------------------------------------------ */
aside{
	float:right;
	width:34%;
	font-size: 18px;
	line-height: 24px;
	
	

}
aside blockquote{
	font-size:16px;
	padding-left:8%;
	border-left:4px solid rgba(221,221,221,0.6);
	color: #474747;
}
aside h1{
	color:#C60! important;
	font-size:20px;
	margin-bottom:8%;
}
/* ------------------------------------------------------------------------------------
--  MAIN-CONTENT: GALLERY
------------------------------------------------------------------------------------ */
#gallery{
	float:left;
	width:100%;
	list-style:none;
}
#gallery li{
	float:left;
	width:30%;
	margin-right:5%;
}
#gallery li:last-child{
	margin-right:0;
}
#gallery figure{
	float:left;
	width:100%;
	border:1px solid #fff;
}
#gallery figcaption{
	float:left;
	width:100%;
	padding:4% 0 0 0;
	text-align:center;
}
#gallery figure img{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
	float:left;
	padding: 4px;
	border: 1px solid #999;
}
/* ------------------------------------------------------------------------------------
--  SIDEBAR
------------------------------------------------------------------------------------ */
#sidebar{
	float:right;
	width:26%;
	background:#fff;
	margin-left:2%;
	padding:2%;
	font-size: 16px;
	color: #474747;
}

sidebar h1{
	font-size:16px;
	margin-bottom:8%;
	font-weight: bold;
}

audio, video{
	float:left;
	width:100%;
}

#wrapper #ad {
	text-align: center;
	vertical-align: top;
	background-color: #663;
	height: 92px;
	padding-top: 10px;
}
audio{
	margin-bottom:4%;
}
/* ------------------------------------------------------------------------------------
--  FOOTER
------------------------------------------------------------------------------------ */
footer{
	width:100%;
}
footer small{
	font-size:16px;
	line-height: 36px;
	width: 100%;
	letter-spacing: 2px;
}
.sunshine {
	color: #C63;
	font-size: 24px;
}
.img_float {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.wineryne {
	font-size: 36px;
	color: #C63;
}
.winerynotl {
	font-size: 36px;
	color: #639;
}
.grape {
	color: #639;
	font-size: 24px;
}
section h2 {
	font-size:18px;
	line-height:24px;
	display:block;
	width:100%;
	border-top:1px solid rgba(221,221,221,0.6);
	font-weight: bold;
}
.img_float_border {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 4px;
	border: 1px solid #ADADAD;
}
.border1 {
	border: 1px solid #D1D1D1;
	padding: 4px;
}
.hrcolor {
	height:0;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
.border2 {
	border: 1px solid #D1D1D1;
	padding: 10px;
}
