/*
Theme Name: UP Trails
Theme URI: http://themeshaper.com/
Author: ThemeShaper
Author URI: http://themeshaper.com/
Description: The Shape theme is a simple, minimalist theme based on Underscores and the original Shape Theme by Ian Steward. It was created especially as a learning theme for The Theme Shaper WordPress Theme Tutorial: 2nd Edition.
Version: 2.0
License: GNU General Public License
License URI: license.txt
Tags: light, white, one-column, two-columns, left-sidebar, right-sidebar, flexible-width, custom-backgroud, custom-header, custom-menu, featured-images, flexible-header, microformats, post-formats, rtl-language-support, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/* Adding a height to #masthead screws up the mobile small size menu! */
/* Deleting the margin on #page keeps it centered on larger screens   */
/* when using the max-width                                           */
/* Deleting the border in #masthead causes it to drop down!           */
/* Line 67 if header.php contains the text 'Menu' for mobile menu     */
/* Don't forget if you want to move the .site-description down use    */
/* padding-top instead of margin-top or it will screw up the position */
/* of the #masthead div.                                              */
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/
/**********************************************************************/

#reply-title:after
{
	content: " to Describe this Trail.";
}
#waterfall
{
	background-image:url(../../../images/waterfall-table.jpg);
	background-repeat:repeat;
	font-size:1.2rem;
}
#waterfall table thead tr th
{
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}
#waterfall table td
{
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}
#lighthouse
{
	background-image:url(../../../images/lighthouse.jpg);
	background-repeat:repeat;
	font-size:1.2rem;
}
#lighthouse table thead tr th
{
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}
#lighthouse table td
{
	padding:4px;
	border-width:1px;
	border-style:solid;
	border-color:#000;
}

/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	background-image:url(images/wood2.jpg);
	background-repeat:repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
h1
{
	font-size:1.8em;
}
h2
{
	font-size:1.7em;
}
h3
{
	font-size:1.6em;
}
h4
{
	font-size:1.5em;
}
h5
{
	font-size:1.4em;
}
h6
{
	font-size:1.3em;
}
.widget-title
{
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	line-height: 1;
	padding: 1.12em 1.5em 1em;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

#ecpt_trailaddress,.ecpt_field_name
{
	list-style-type:none;
	font-weight:bold;
	color:#617DC0;
	-webkit-text-stroke-width: 1px;
   	-webkit-text-stroke-color: black;
	font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
}

/* Links */
a {
	color: #0700EB;
}
a:visited {
	color: purple;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Structure
----------------------------------------------- */

.site {
	margin: 1.5em auto;
	padding: 0 1.5em;
}
.site-title
{
	width:510px;
	height:51px;
	background-image:url(images/logo-2.jpg);
	background-repeat:no-repeat;
	color:#FFF;
	font-family:"Times New Roman", Times, serif;
	font-size:2em;
	text-indent:15px;
	margin-left:150px;
}
.site-title a
{
	color:#FFF;
	text-decoration:none;
}
.site-description
{
	padding-left:160px;
	padding-top:20px;
	padding-bottom:50px;
}
.site-info
{
	background-color:#FFF;
	opacity:.7;
	border-radius:10px;
	padding:2px 8px 2px 8px;
	color:#000;
}
.site-info a,.site-info a:visited
{
	color:#000;
}
.site-info a:hover
{
	border-bottom-color:#00F;
	border-bottom-style:dashed;
	border-bottom-width:2px;
}

/**************/
/* Formidable */
/**************/
.ecpt_field_name
{
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-weight:bold;
}
.ecpt_field_content
{
	text-indent:15px;
}
.ecpt_meta,.ecpt_repeatable_field_values
{
	list-style-type:none;
}
.ecpt_meta li
{
	margin:7px;
	background-color:#f4f2f2;
	/* Safari 3-4, iOS 1-3.2, Android 1.6- */
  	-webkit-border-radius: 8px; 
  	/* Firefox 1-3.6 */
  	-moz-border-radius: 8px; 
  	/* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  	border-radius: 8px;
	-webkit-box-shadow: 0 6px 6px -6px black;
	   -moz-box-shadow: 0 6px 6px -6px black;
	        box-shadow: 0 6px 6px -6px black;
}
.ecpt_field_content img
{
	margin-bottom:10px;
}
#ecpt_trailimages img,#ecpt_ecpt_trailimages img
{
	display:block;
	float:left;
	margin-right:5px;
}
#ecpt_trailmaps
{
	clear:both;
}
#ecpt_ecpt_trailmaps
{
	clear:both;
}
.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
    color: #000;
}
.frm_style_formidable-style.with_frm_style .frm_radio label, .frm_style_formidable-style.with_frm_style .frm_checkbox label
{
	color:#000;
}
.frm_submit,.with_frm_style,.frm_submit input[type=submit]
{
	color:#000!important;
}
.ecpt_repeatable_field_values img
{
	border-radius:5px;
	height: auto; 
    width: auto; 
    max-width: 130px; 
    max-height: 130px;
}
.frm_opt_container
{
	height:300px;
	width:190px;
	overflow:auto;
	border-style:solid;
	border-width:1px;
	border-color:#FFF;
	border-radius:10px;
	padding:10px 0px 10px 10px;
}
#frm_field_26_container
{
	background-color:#960;
	border-radius:5px;
	padding:5px;
}
#frm_checkbox_9-0 label,#frm_checkbox_9-1 label,#frm_checkbox_9-2 label,#frm_checkbox_9-3 label,#frm_checkbox_9-4 label,#frm_checkbox_9-5 label,#frm_checkbox_9-6 label,#frm_checkbox_9-7 label,#frm_checkbox_9-8 label,#frm_checkbox_9-9 label,#frm_checkbox_9-10 label,#frm_checkbox_9-11 label,#frm_checkbox_9-12 label,#frm_checkbox_9-13 label,#frm_checkbox_9-14 label,#frm_checkbox_9-15 label,#frm_checkbox_9-16 label,#frm_checkbox_9-17 label,#frm_checkbox_9-18 label,#frm_checkbox_9-19 label,#frm_checkbox_9-20 label,#frm_checkbox_9-21 label,#frm_checkbox_9-22 label,#frm_checkbox_9-23 label,#frm_checkbox_9-24 label,#frm_checkbox_9-25 label,#frm_checkbox_9-26 label,#frm_checkbox_9-27 label
{
	font-weight:bold;
}

/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	width:140px;
	height:38px;
	background-image:url(images/BUTTON-off.gif);
	background-repeat:no-repeat;
	padding-top:8px;
	text-align:center;
	color:#FFF;
}
.main-navigation li a
{
	padding-top:0px;
}
.main-navigation li:hover
{
	background-image:url(images/BUTTON-on.gif);
	background-repeat:no-repeat;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#FFF;
}
.main-navigation a:visited
{
	color:#FFF;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
}
.main-navigation ul ul li {
	margin:0px 0px -5px 0px;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	color:#FFF;
	background-color:#960;
	padding:2px;
	border-radius:5px;
	border-style:dashed;
	border-color:#000;
	border-width:2px;
	margin:10px;
	text-align:center;
}
.menu ul li
{
	list-style-type:none;
	padding-top:10px;
	padding-bottom:0px;
}
.menu ul li a
{
	text-decoration:none;
	margin-top:-2px;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-title
{
	font-weight:bold;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:2.3em;
	color:#6f5632;
	-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: black;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-content iframe
{
	display:none;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
aside
{
	padding:10px;
}
aside a,aside a:visited
{
	color:#000;
}
aside a:hover
{
	color:#00F;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 0px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/**/
#page
{
	border-color:#000;
	border-style:solid;
	border-width:0px;
	padding-top:1%;
	padding-right:2%;
	padding-bottom:1%;
	padding-left:2%;
	max-width:1680px;
	background-image:url(images/paper3.png);
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-size:100%;
	margin:0px 40px 0px 40px;
}
#primary {
	float: left;
	width: 100%;
}
#content {
	margin-top:0px;
	margin-right:22%;
	margin-bottom:0px;
	margin-left:20%;
	
	border-color:#000;
	border-style:solid;
	border-width:0px;
}
article
{
	padding:10px;
}
aside
{
	padding:10px;
}
#main .widget-area {
	float: left;
	overflow: hidden;
	width: 18.5%;
}
#secondary { /* Sidebar 1 */
	margin: 0 0 0 -100%;
	border-color:#000;
	border-style:solid;
	border-width:0px;
}
#tertiary { /* Sidebar 2 */
	margin: 0 0 0 -21%;
	border-color:#000;
	border-style:solid;
	border-width:0px;
}
.site-footer {
	clear: both;
	width: 98%;
}
#masthead
{
	border-color:#000;
	border-style:solid;
	border-width:0px;
	margin-right:25px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
}
@media screen and (max-width: 1086px)
{
	#main .widget-area
	{
		float: left;
		overflow: hidden;
		width: 22%;
	}
	#content
	{
		width:73%;
		float:right;
		margin-top:0px;
		margin-bottom:0px;
		margin-left:25%;
		margin-right:2.5%;
		display:block;
	}
	#secondary
	{ /* Sidebar 1 */
		width:24%;
		float:left;
		display:block;
	}
	#tertiary
	{ /* Sidebar 2 */
		width:98%!important;
		margin: 1% 0 1% 0%;
		display:block;
	}
}
@media screen and (max-width: 900px)
{
	#masthead
	{
		margin-right:19px;
	}
}
@media screen and (max-width: 800px)
{
	#masthead
	{
		margin-right:14px;
	}
	#main .widget-area
	{
		float: none;
		overflow: hidden;
		width: 98%;
	}
	#content
	{
		width:96.5%;
		float:none;
		margin:1% 0%;
		display:block;
		padding-top:10px;
		padding-right:0px;
		padding-bottom:10px;
		padding-left:10px;
	}
	#secondary
	{
		width:98%;
		float:none;
		margin:1% 0%;
		display:block;
	}
	#tertiary
	{
		width:100%;
		float:none;
		margin:1% 0%;
		display:block;
	}
}
@media screen and (max-width: 700px)
{
	#masthead
	{
		margin-right:10px;
	}
}
@media screen and (max-width: 600px)
{
	.site-navigation ul li
	{
		list-style-type:none;
	}
	#content
	{
		width:96%;
	}
	.menu ul
	{
		background-color:#960;
		border-radius:5px;
		border-style:dashed;
		border-color:#000;
		border-width:2px;
		padding:0px;
		margin:10px;
		text-align:center;
	}
	.menu a,.menu a:visited
	{
		color:#FFF;
		background-color:#000;
		padding: 2px 5px 2px 5px;
		border-radius:5px;
	}
	.menu a:hover
	{
		color:#000;
		background-color:#FFF;
	}
}
@media screen and (max-width: 500px)
{
	#masthead
	{
		margin-right:8px;
	}
	#content
	{
		width:95.5%;
	}
}
@media screen and (max-width: 400px)
{
	#masthead
	{
		margin-right:5px;
	}
}