/*Basic Stuff*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 750px) {
html, body, #wrapper {

	margin: auto;
	position: relative;
	text-align: center;

}

body {
	color: #999999;
	font-family: "Candara",Arial Verdana,Sans-Serif;
}

h1 {
	font-size: 11px;
	letter-spacing: 1px;
}

h2 {
	font-size: 16px;
	color: #8D8D8D;
	
}

h3 {
	font-size: 20px;	
	font-weight: lighter;
	letter-spacing: 1px;
	color: #999999
}

h4 {
	font-size: 20px;
	letter-spacing: 1px;
}

h5 {
	font-size: 500%;
	font-weight: normal;
	color: #838383;
	margin-top: 5%;
	margin-bottom: 4%;
	line-height: 20%
}
a {
	text-decoration: none;
	color: #999999;
}

a img {
	border: 0px;	
}
a:visisted {
	color: #999999;
}

a:hover {
	color: #F87600;
}

#wrapper{
	padding-right: auto;
	padding-left: auto;
  max-width: 100%;
	margin-top: 7px;
	margin: auto;
	text-align: center;
}

#content {
	line-height: 501%;
	padding-right: auto;
	padding-left: auto;
	max-width: 100%;
	max-height: 100%;
	margin-top: 0;
	margin: auto;
	width: 760px;
	position: relative;
	text-align: center;
}

#show, #show img{
    position: relative;
    width: 93%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;	
}

#show {
    height: 550px;
    background-image: url('graphics/transparentimg.png');
}
#attention {
	visibility: hidden;
	position: absolute;
	top: -500px;
	left: -500px	
}
a p {
	margin-bottom: 13%;
}
#trail {
    visibility: hidden;
}

.shadow {
	box-shadow: 5px 5px 5px #999;
	width: 100%;
	margin-top: -3%;
	margin-bottom: -10%;
}
#piclinks {
	font-size: 175%;
    
}
#piclinks img {
    text-align: center;
	vertical-align: middle;
	width: 70%;
}
table {
    width: 100%;
    margin: 0 0 0 0;
}

table td {
 width: 25%;   
}
}
#hidden {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px
}
.hidden {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px	
}
p.thankyou {
	font-size: 300%;
}

#par h5 {
	400%;
	margin-bottom: 4%;
	margin-top: 3%;
}
#about img {
	margin-top: 3%;
	width: 100%;
}
#par .about {
	font-size: 300%;
}
/* footer format */


.follow {
	visibility: hidden;
}
.medialinks {
	visibility: hidden;
}
.copyright {
	float: left;
	font-size: 200%;
	margin-left: 1%;
}
/*Banner and Logo format*/

#banner {
	min-width: 100%;
}
#banner a img {
	width: 100%;
}

/*navigation formatting*/

#navigation {
	max-width: 100%;
	font-size: 400%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 0;
	text-align: left;
}

#panel {
 /* background: #E9E9E9;
  color: #A3A3A3;
  border-top: 2px solid #999999;
    border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-radius: 5px;*/
  padding-left: 6%;
  padding-bottom: 0%;
  padding-top: 1%;
	
	position: relative;
}

ul#menu li, ul#menu ul.sub-menu li {
  list-style-type: none;
  display: block;
  padding-left: 6%;
  padding-bottom: 1%;
  padding-top: 3%
	/*border-top: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-radius: 5px;*/
	margin-bottom: 0;
}

ul#menu li ul.sub-menu {
    display: block;
	margin-left: -8%;
	padding-left: 0%;
}

.mobilelink {
	max-width: 100%;
}

#mobilelink {
	padding-right: 65%;
	padding-bottom: 3%;
}

ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}


.dropdown {
	visibility: hidden;
}
#menu {
	display: none;
}
/*slideshow stuff*/

#leftbutton {
    float: left;
	position: absolute;
	top: 350px;
	left: 0px;
	width: 4%;
	margin: 0 0 0 0;
}

#rightbutton {
	float: right;
	position: absolute;
	top: 350px;
	right: 0px;
	width: 4%;
	margin: 0 0 0 0;
}
}