

/*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;
	width: 100%;
}

body {
	color: #999999;
	font-family: "Candara",Arial Verdana,Sans-Serif;
	width: 100%;
}

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: 25px;
	height: 4px;
	letter-spacing: 1px;
	font-weight: normal;
	color: #555555;
}
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;
}

#trail {
    visibility: hidden;
}

#hidden {
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px
}
#blog img {
	width: 100%;	
}
p{
    text-align: justify;
	font-size: 300%;
	width: 100%;
}
#next {
    width: 50%;
	float: left;
	font-size: 200%;
}
#prev {
	font-size: 200%;
	width: 50%;
	float: left;
}
#bheader {
	margin-top: 4%;
	font-size: 550%;
	width: 100%;
	float: left;
}
#date {
	font-size: 350%;
	clear: both;
	width: 100%;
	text-align: center;
}
#tag {
	font-size: 300%;
}
a.top {
	font-size: 300%;
	margin-bottom: -15%;
}
p.center {
	font-size: 300%;
	text-align: center;
	margin-top: 15%;
}
#next img {
	width: 5%;
}
#alltags {
	max-width: 100%
}
table tr td {
	width: 40%;

	line-height: 250%;
	font-size: 250%;
}

table tr {
	width: 100%
}
/* footer format */


.follow {
	visibility: hidden;
}
.medialinks {
	visibility: hidden;
}

.copyright {
	float: left;
	font-size: 200%;
	margin-left: 1%;
	max-height: 100%;
}
/*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;
}
ul#menu li ul.sub-menu {
    display: block;
    margin-left: -8%;
	padding-left: 0%;
}
#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;
}

.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 {
 visibility: hidden;

}

#rightbutton {
 visibility: hidden;
}
}