@charset "UTF-8";

article, aside, footer, figure, hgroup, menu, header, main, section
{
	display: block;
}

html, body, h1, h2, h3, ul, li, a, b, p, article, aside, header, main, img
{
	padding: 0;
    margin: 0;
}

nav {
    padding: 0;
    margin: 0;
    display: block;
    z-index: 1;
}

footer {
    padding: 0;
    margin: 0;
    position:relative;
    top:55px;
    visibility:hidden;
}

section {
    padding: 0;
    margin: 0;
    top: 50px;
}

body .banner{
    max-height:165px;
    background-image:url(Other/back3.png);
	color: white;
	position:relative;
    width: 100%;
}

header{
    color:red;
    font-weight:bold;
}

h1{
    font-weight:bold;
}
h2{
    font-weight:bold;
}
h3{
    font-weight:bold;
}
h4{
    font-weight:bold;
}

body{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
    background-image:url(Other/wallpaper.png);
    margin: 0 auto;
}

li{
	list-style-type:none;
	font-size: 20px;
	font-weight: bold;
}

article{
	margin-top: 5px;
	padding: 10px 15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
    font-size:16px;
    position:relative;
}

section{
    left: 5px; 
    width: 74.5%;
    background-image:url(Other/back3.png);
	margin-top: 10px;
	padding: 5px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    color:blue;
    font-weight:bold;
    border: solid 2px red;
    clear:left;
    position:relative;
}

.medium img{
    width:100%;
    height:100%;
}

.small{
position: relative;
  max-width: 230px;
  height: 161px;
  padding-bottom: 10px;
}

aside{
	color: white;
    float:right;
    clear:left;
    position:relative;
    padding-left:5px;
}

aside .banner{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
	width: 74.5%;
    padding: 20px 20px;
    color:blue;
    border: solid 2px red;
    max-height:700px;
    top: 55px;
}

a, img {
    border:none;
    outline:none
}

.Gallery img:hover{
	border: 1px solid red;
}


.tab a:hover{
    color:white;
    background-color:#ff5e5e;
}

.tab2 a:hover{
    color:white;
    background-color:#ff5e5e;
}

.tab3 a:hover{
    color:white;
    background-color:#ff5e5e;
}

.item a{
    color:red;
    font-size:17px;
}

.item a:hover{
    color:#ff5e5e;
}

.collapsibleList li > input + * {
 display: none;
}
 
.collapsibleList li > input:checked + * {
 display: block;
}

.collapsibleList li > input {
 display: none;
}

.collapsibleList label {
 cursor: pointer;
}

.css-slideshow{
  position: relative;
  max-width: 300px;
  height: 224px;
  padding-bottom: 10px;
  overflow:visible;
}

.css-slideshow figure{
  margin: 0;
  max-width: 300px;
  height: 224px;
  background: #000;
  position: absolute;
}

.css-slideshow img{
  box-shadow: 0 0 2px #666;
}

.css-slideshow figcaption{
  visibility: hidden;
  position: absolute;
  top: 0;
  color: #fff;
  background: rgba(0,0,0, .3);
  font-size: .8em;
  padding: 8px 12px;
  opacity: 0;
  transition: opacity .5s;
}

.css-slideshow:hover figure figcaption{
  transition: opacity .5s;
  opacity: 1;
}

.css-slideshow-attr{
  max-width: 300px;
  text-align: right;
  font-size: .7em;
  font-style: italic;
  margin:0 auto;
}

.css-slideshow-attr a{
  color: #666;
}

.css-slideshow figure{
  opacity:0;
}

figure:nth-child(1) {
  animation: xfade 32s 28s infinite;
}

figure:nth-child(2) {
  animation: xfade 32s 24s infinite;
}

figure:nth-child(3) {
  animation: xfade 32s 20s infinite;
}

figure:nth-child(4) {
  animation: xfade 32s 16s infinite;
}

figure:nth-child(5) {
  animation: xfade 32s 12s infinite;
}

figure:nth-child(6) {
  animation: xfade 32s 8s infinite;
}

figure:nth-child(7) {
  animation: xfade 32s 4s infinite;
}

figure:nth-child(8) {
  animation: xfade 32s 0s infinite;
}

@keyframes xfade{
  17%{
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92%{
    opacity: 0;
  }

}

#slideshow { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow2 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow2 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow3 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow3 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow4 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow4 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow5 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow5 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow6 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow6 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow7 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow7 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow8 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow8 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow9 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow9 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow10 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow10 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow11 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow11 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow12 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow12 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow13 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow13 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow14 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow14 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

#slideshow15 { 
    position: relative; 
    max-width: 300px; 
    height: 224px; 
}

#slideshow15 > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

.clearfix {
    overflow: auto;
}

/*******
testing section

********/

@media(max-width:1010px){

	aside{
	float:left;
	max-width:96%;
	margin:5px auto 10px;
    clear:both;
    width:96%;
	}

    #left{
        float:left;
        margin-right:10px;
    }

    #clear{
        display:inline-block;
        margin-right:10px;
    }

    #middle{
        clear:left;
        float:left;
        
        margin-right:10px;
    }

    #middle2{
        clear:left;
        float:left;
        
        margin-right:10px;
    }

    #middle3{
        clear:left;
        float:left;
        
        margin-right:10px;
    }

    #right{
        clear:left;
        float:left;
        
        margin-right:10px;
    }

}


nav ul {
	display:inline-block;
	background:red;
    margin:0 auto;
	padding:0;
}

/*Create a horizontal list with spacing*/
nav li {
	float: left;
	margin-right: 1px;
}
/*Style for menu links*/
nav li a {
	display:block;
	min-width:140px;
	height: 35px;
	text-align: left;
	line-height: 35px;
	margin-bottom:-3px;
	text-decoration: none;
}

/*Hover state for top level links*/
nav li:hover a {
	background: #ff5e5e;
}
/*Style for dropdown links*/
nav li:hover ul a {
	background: red;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
nav li:hover ul a:hover {
	background: #ff5e5e;
	color: white;
}

/*Hide dropdown links until they are needed*/
nav li ul {
	display: none;
}
/*Make dropdown links vertical*/
nav li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
nav li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 1px;
	text-align:left;
    font-size:14px;
}

/*Display the dropdown on hover*/
/* + selects all .hidden and .hidden:hover immediately after nav ul li a:hover */
nav ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Prevent Dropdown from Pushing Down the Web Page When Open*/
nav ul ul.hidden{
position: absolute;
z-index:10;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	text-decoration: none;
	color: white;
	background: red;
	text-align: center;
	padding: 15px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

@media(max-width: 777px){
        #hide{
        display:none;
    }
}

@media(max-width: 551px){
        #hide2{
        display:none;
    }
}

@media screen and (max-width : 760px){
	/*Show menu when invisible checkbox is checked
	
	*/

	input[type=checkbox]:checked  ~ #menu{
    display: block;
}
	/*Make dropdown links appear inline*/
	nav ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	nav li {
        position:relative;
        border-bottom: 1px solid white;
		background:red;
	}
	nav li a {
		text-align:center;
	}
	/*Make all menu links full width*/
	nav ul li, li a {
		width: 100%;
		text-align:center;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
        font-size:20px;
	}

}


#top_nav{
    background:red;
    top:0px;
    display:block;
    position:relative;
    width:100%;
    margin: 0px auto 50px;
    text-shadow: 2px 2px 2px #000;
    filter: progid:DXImageTransform.Microsoft.DropShadow(offX=2,offY=2,color=000);
    clear:both;
}

#top_nav li a{
    text-decoration:none;
    text-align:center;
    display:block;
    color:white;
    
}