/* Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #EEE;
	color: #444;
	text-align: center;
	}

#page {
	background-color: white;
	border: 0px solid #959596;
	text-align: left;
	}

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.25em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background-color: #eee;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.2em;
	}

h1, h2, h3, h5, h6 {
	font-family: 'Helvetica', 'Lucida Grande', 'Century Gothic', Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', Sans-Serif;
	font-weight: bold;
	}


h1 {
	font-size: 3em;
        letter-spacing: 4px;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 36px;
        line-height: 1.1em;
}

h2.pagetitle {
	font-size: 1.6em;
	text-align: left;
	}

#sidebar h2 {
	font-family: Verdana, Sans-Serif, 'Lucida Grande',;
	font-size: 1.2em;
	}

h3 {
	font-size: 18px;
	}

h4 {
	font-size: 12px;
font-family: 'Helvetica', 'Lucida Grande', 'Century Gothic', Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', Sans-Serif;
font-weight: normal;
	}

h6 {
	font-size: 16px;
        text-align: left;
        margin: 20px 0px -10px 0px;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
        text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

p {
	font-size: 1.05em;
        line-height: 1.5em;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	line-height: 1.8em;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #263;
	text-decoration: none;
	}

a:hover {
	color: #FF9900;
	text-decoration: underline;
	}

#wp-calendar #prev a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

@media only screen and (max-width: 768px) {

    /* mobile specific tags go here */
    body {
        overflow-x: hidden;
        }

    #page {
        width: 100%;
        }
    #content {
        max-width: 100%;
        padding: 0 2em;
        }
    #footer {
        width: 100%;
        }

    .widecolumn {
        width: auto;
        }

}

/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 10px auto;
	padding: 0px;
	width: 909px;
	border: 0px solid #728E86;
	}

#header {
	padding: 0;
	margin: 0 auto;
	height: 160px;
	width: 909px;
	border-top: 7px solid #808E86;
        background-image: url("http://www.peff.com/elements/DSC_0020edit.jpg");
	background-repeat: no-repeat;
	background-color: #EEE;
	}




.narrowcolumn {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 0 0 0;
	width: 666px;
	}

.narrowcolumn h3{
        font-size: 17px;
        padding-top: 17px;
	margin-top: 1px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 0px 0 0 30px;
	width: 850px;
	}


.post {
	margin: 0 0 0 40px;
	text-align: justify;
	}

.widecolumn h2{
        font-size: 32px;
        padding-top: 24px;
	margin-top: 0px;
	}


.widecolumn h6{
        font-size: 20px;
        padding-top: 10px;
	margin-top: 0px;
	}

.widecolumn small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.8em;
	}

.widecolumn .post {
        font-size: 12px;
	margin: 0px;
	}
.narrowcolumn .postmetadata {
	padding-top: 0px;
        text-align: left;
        font-size: 10px;
        padding-bottom: 6px;
	border-bottom: 1px dotted #bbbbbb;
	border-collapse: inherit;

}


.widecolumn .postmetadata {
	margin: 20px 0;
    text-align: left;
    font-size: 0.8em;
    padding-bottom: 10px;
	}

#footer {
	padding: 0;
	margin: 0 auto;
	height: 40px;
	width: 909px;
	background-color: #808E86;

	}

#footer p {
	font: .9em Arial;
	color: #EEE;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	}

#forum {
	background-color: white;
	margin: 10px auto;
	padding: 0px;
	width: 728px;
	}

.forumcolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 80px;
	width: 640px;
	}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 56px;
        padding-left: 32px;
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 20px 0 0;
        text-align: left;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0px;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
    display: inline;
    text-align: left;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
        margin-left: 10px;
	}

#sidebar ul h2 {
	font-size: 1.0em;
	}


#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 2px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 2px; auto;
	padding: 0px 0px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 135px;
	padding: 0px;
	}

#sidebar #searchsubmit {
	margin: 2px;
        padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 24px 0 0 0;
	margin-left: 700px;
	width: 195px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Step Tables */

.steptable {
	display: block;
	position: top;
	background-color: #fff;
	padding: 0px;
}

table.step
{ text-align: center;
color: #404040;
width: 100%;
background-color: #fafafa;
border: 1px #EEEEEE solid;
border-spacing: 0px; }

table.step th
{ border-bottom: 1px solid #CFCFCF;
border-top: 0px solid #CFCFCF;
border-left: 0px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
background-color: #DFDFDF;
text-align: center;

padding: 2px;
}

table.step td
{ border-bottom: 1px solid #CFCFCF;
border-top: 0px solid #CFCFCF;
border-left: 0px solid #CFCFCF;
border-right: 1px solid #CFCFCF;
text-align: center;
width: 20px;
color: #404040;
}


/* End Step Tables */


/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
        padding-left: 39px;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/

/* floating pictures in itembody */
.leftbox {
	float: left;
	margin-right: 10px;
	border: 0px solid #000;
	padding: 0px;
	text-align: center;
	background-color: #fff;
}
.leftbox img  {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 0px;
	line-height:0px;
}
.rightbox {
	float: right;
	margin-left: 10px;
	border: 2px;
	padding: 2px;
	text-align: center;

}
.rightbox img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	padding: 0px;
	line-height:0px;
}
.dotbox {
	position: relative;
  left: 3%;
	width: 94%;
	height: 109px;
	margin-left: 10px;
	border: 1px dotted #bbb;
  background-color: #f6f8f6;
  margin-left: 0px;
	padding: 2px;
	text-align: left;
  line-height: 1.3em;

}

.dotbox img {
  float: left;
	padding: 4px;
}

.dotbox b {
	position: relative;
	top: 6px;
}

.dotbox h4 {
	position: relative;
  margin: 15px 10px 0px 0px;
  text-align: justify;
}

.shopbox {
	position: relative;
  left: 0%;
	width: 100%;
	height: 139px;
	margin-left: 0px;
	border: 0px dotted #bbb;
  margin-left: 0px;
	text-align: left;
  line-height: 1.3em;

}

.shopbox img  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border: 0px solid #a9a9a9;
	padding: 0px;
	line-height:0px;
}

.featurebox {
	position: relative;
  left: 3%;
	width: 90%;
	height: auto;
	border: 1px dotted #bbb;
  background-color: #fdfdfd;
  margin-left: 0px;
  padding: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  margin-top: 23px;
  line-height: 1.7em;

}


.featurebox b {
	position: relative;
	top: 4px;
  left: 9px;
 	font-size: 16px;
font-family: 'Helvetica', 'Lucida Grande', 'Century Gothic', Verdana, 'Trebuchet MS', 'Lucida Sans Unicode', Sans-Serif;
font-weight: bold;
}

.featurebox h4 {
	position: relative;
  margin: 15px 10px 10px 10px;
  text-align: justify;
}
.clear	{
	clear: both;
	margin: 0px 0px 0px 110px;
	}

.featurebox ul {
margin: 10px;
padding: 0px;
}

.featurebox li {
padding: 4px;
}

/* Navigation Styles */

#navcontainer {
	padding: 0;
	margin: 0 auto;
	width: 909px;
    border-right: 0px solid #808E86;
	}

#navcontainer p	{
	padding: 5px 5px 0px 5px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

#navcontainer:after {
	display: block;
	line-height: 1px;
	color: transparent;
	clear: both;
	}

ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0px;
	background-color: #808E86;
	font-size: 12px;
	}


ul#navlist li {
	text-align: left;
	float: left;
	height: 37px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #999;
	padding: 0;
	background-color: #808E86;
	}



ul#navlist li {
	width: 90px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 90px;
	}



html>body ul#navlist li {
	width: 90px;
	}


ul#navlist li a {
	display: block;
	padding: 10px 5px 10px 7px;
	color: #EEE;
	font-size: 14px;
	text-decoration: none;
	height: 1%;
	}


#navcontainer>ul#navlist li a {
	margin: 0 auto;
	width: auto;
	height: auto;
}

ul#navlist li#active a {
	background: #FF9900;
	color: #C30;
	}

ul#navlist li a:hover,
ul#navlist li#active a:hover {
	color: #FFF;
	background-color: #FF9900;
	}

ul#navlist li.home	{
	border-left: none;
	}


ul#navlist li#empty	{
	width: 10px;
	}



/* Download Item Structure and Fonts */

#downloadentry {
	width: 100%;
	height: auto;
	border: 1px dotted #ddd;
        margin-left: 0px;
        margin-bottom: 27px;

}

#downloadentry h3 {
     background: #ddd;
	text-align: left;
	font: "Arial, Helvetica";
    font-size: 16px;
     font-weight: Bold;
	height: 23px;
	padding-left: 9px;
	padding-top: 7px;

	margin-top: 0px;
}

#downloadentry p {
	color: black;
	text-align: justify;
	font: "Lucida Grande";
        font-size: 12px;
        color: #444;
	padding: 10px;
        padding-top: 0;

}

#downloadentry a {
	display: inline;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	height: 1%;
		}

#downloadentry a:hover {
	color: #FFF;
	background-color: #FFAA00;
	}




/* End Download Item Structure and Fonts */

/* Linklist Item Structure and Fonts */

#linklist {
	width: 444px;
	height: auto;
	border: 1px dotted #ddd;
	margin: 10px 0 10px 0;
        padding-bottom: 10px;
        margin-left: 0px;
}

#linklist h3 {
     background: #ddd;
	text-align: left;
	font: Arial, Helvetica;
    font-size: 11px;
     font-weight: 300;
	height: 21px;
	padding-left: 9px;
	padding-top: 7px;
	margin-top: 0px;
}

#linklist p {
	color: black;
        font-size: 12px;
        color: #DDD;
        margin-top: 8px;
        padding-left: 20px;
}

#linklist ul {
	color: black;
        font-size: 10px;
        color: #DDD;
        margin-top: 8px;
        padding-left: 30px;
}

#linklist ul li {
        margin-bottom: 9px;
}

#linklist a {
	display: inline;
	padding: 1px 1px 1px 1px;
	text-decoration: none;
	height: 1%;
		}

#linklist a:hover {
	color: #FFF;
	background-color: #FFAA00;
	}




/* End Linklist Item Structure and Fonts */

#searchbox {
	width: 150px;
	height: auto;
	margin: 0 0 0 0;
        margin-left: 0px;
	background: #fefefe;

}

#searchbutton {
    margin-top: -21px;
    margin-left: 152px;

}

/* Players */
#player {
 width: 100%;
}​








