/*---------- Sitewide Styling ----------*/
html {
	background: #000000;
}
body {
	font-family: "Gill Sans", Arial, Verdana, Helvetica, sans-serif;
	height: 100%;
	width: 100%;
	color: #631f00;
	background-color: #000000;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
	color: #f6ee84;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.4em;
	margin: 0.7em 0 0 0;
}

h3 {
	font-size: 1.3em;
	margin: 1em 0 0 0;
}

h4 {
	font-size: 1.2em;
	margin: 1em 0 0 0;
}

h5 {
	font-size: 1.1em;
	margin: 1em 0 0 0;
}

h6 {
	font-size: 1.0em;
	margin: 1em 0 0 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

	

/*---------- Layout Styling ----------*/
#container {
	width: 960px;
	margin: 0px auto;
	/* border: 1px solid red; */
}

.press #container {
	/* border: 1px solid blue; */
}

/*---------- Header Styling ---------*/

.about #container {
	background-image: url(/images/about-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}

.healthy-fish #container {
	background-image: url(/images/healthy-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
.recipes #container {
	background-image: url(/images/recipes-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
.sustainability #container {
	background-image: url(/images/sustainability-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top left;	
}

.sustainable-seafood-training #container { /* special case for kv video page */
	background: none; 
}

.press #container, .blog #container {
	background-image: url(/images/press-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
.where-to-buy #container {
	background-image: url(/images/wheretobuy-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
.contact #container {
	background-image: url(/images/contact-header-full.jpg);
	background-repeat: no-repeat;
	background-position: top right;	
}
#header {
	text-align: left;
	position: relative;
}
#header img.logo, #header img.printlogo {
	/* padding: 0 20px 10px; */
	padding: 0 0 0 10px;
	/* float: left; */
	margin: /* 0 0 -35px; */ /*---------- for ie degradation make declare this margin as 0 -----*/
	background-color: #000000;
	position: absolute;
	top: 18px;
	left: 0px;
	z-index: 500;
	zoom: 1;
}
#header h3 {
	text-align: center;
	width: 530px;
	padding: 38px 0px 0px 30px; /* -- */
	margin: 0 0 -3px 220px;
	font-size: 18px;
	float: none;
	color: #fba230;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	visibility: hidden;
	text-transform: uppercase;
}
.homepage #header h3 {
	visibility: visible;
}
 #header a:link h3, #header a:active h3, #header a:hover h3, #header a:visited h3 {
 	text-decoration: none;
 	border: 0px;
 }
#header img.printlogo {
	display: none;
}
/*---------- Main Navigation Styling ---------*/
#nav {
	padding: 0 0 0 220px;
	width: 760px;
	clear: right;
	height: 65px;
	position: relative;
}
ul#mainnavigation {
	float: left;
	padding: 20px 0 10px 10px;
	text-align: center;
}
.homepage ul#mainnavigation {
	background: transparent url(/images/bg-fade-line.png) no-repeat left top;
}
ul#mainnavigation li {
	font-weight: bold;
	font-size: 14.43px;
	font-family: Arial, sans-serif;
	text-transform: uppercase;
	display: inline;
	margin-right: 21px;
}
ul#mainnavigation li.where-to-buy {
	background: transparent url(/images/wheretobuy.png) no-repeat 50% 50%;
	margin-right: 0px;
	width: 113px;
	margin-left: 3px;
}
ul#mainnavigation li.where-to-buy a {
	width: 137px;
	height: 31px;
	display: block;
	text-indent: -99999px;
	padding: 0px;
}
.homepage #mainnavigation li.home a.main,
.about #mainnavigation li.about-us a.main,
.healthy-fish #mainnavigation li.the-healthy-fish a.main,
.recipes #mainnavigation li.recipes a.main,
.sustainability #mainnavigation li.sustainability a.main,
.press #mainnavigation li.press a.main,
.blog #mainnavigation li.blog-on a.main { /* nav on in main nav */
	color: #ffa231;
}

/*---------- BEGIN FLYOUT STYLING ----------*/

ul#mainnavigation li ul.subnav {
	text-align: left;
}

ul#mainnavigation li ul.subnav li { /* strip all caps and font weight bold */
	text-transform: none;
	font-weight: normal;
}

ul.topnav {
	list-style: none;
	padding: 0 20px;
	margin: 0;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 1px;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 0px;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	color: #fba230;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav, ul.topnav li .subnav ul {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	z-index: 100;
	left: 0; 
	top: 35px;
	background: #333;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 170px;
	/* border: 1px solid #111; */
}
ul.topnav li ul.subnav li, ul.topnav li .subnav ul li {
	margin: 0; padding: 0;
	/* border-top: 1px solid #252525; --Create bevel effect--*/
	/* border-bottom: 1px solid #444; --Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a, html ul.topnav li .subnav ul li a {
	float: left;
	width: 155px;
	background: #000 url(dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover, html ul.topnav li .subnav ul li a:hover { /*--Hover effect for subnav links--*/
	 width: 155px; /* so hover color goes to edge */
	 background: #222 url(dropdown_linkbg.gif) no-repeat 10px center; 
}

#mainnavigation .subnav li.heading { /* removes heading from recipe from flyout */
	display: none;
}

#aside ul.subnav li.heading { /* and tighten up bottom margin in the subnav */
	margin: 1em 0 0 0; 
	font-weight: bold;
}

#aside ul.subnav li.first { /* remove top margin from first item on page */
	margin-top: 0;
}

#aside ul.subnav li.nospace { /* for tightening up space on recipe menu coooking methods and cuisines */
	margin: 0;
}

#aside ul.subnav li.last,
#aside ul.last { /* for last item in a no space list */
	margin-bottom: 1em;
}

/*--------- END FLYOUT STYLING ----------*/
ul#mainnavigation li a:active, ul#mainnavigation li a:hover {
	color: #fba230;
}
.mainnavcurrentpage {
	color: #fba230;
}
ul#mainnavigation li a:active, ul#mainnavigation li a:hover {
	color: #fba230;
}
.mainnavcurrentpage {
	color: #fba230;
}
ul#secondarynavigation {
	margin: 0 20px 0 0;
	float: right;
	clear: none;
	font-size: 15px;
	font-family: "Gill Sans", Verdana, Arial, sans-serif;
	text-transform: lowercase;
	text-align: right;
	width: 115px; /* 160 */
}
/*---------- Main Content Styling ---------*/
#feature {
	font-size: 12px;
	font-family: Arial, sans-serif;
	width: 960px;
	overflow: auto;
	background-color: #994813;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 20px;
	background: #994813 url(/images/bg-subnav.jpg) no-repeat left top; 
}
#home #feature {
	background: none;
	}
.slideshowbg {
	position: relative;
	z-index: 50;
	zoom: 1;
}
.slideshowbg img {
	z-index: 40;
	display: none;
}
.slideshowbg img.first {
	display: block;
}
#maincontent {
	background-repeat: no-repeat;
	background-image: url(/images/fish.jpg);
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 10px;
	height: 275px;
	float: right;
	width: 700px;
	background-color: #994813;
	
}
#maincontent p {
	margin: -10px 0 0 -20px;
	background-color: #f79c2d;
	padding: 50px 10px;
	height: 225px;
	width: 210px;
	background-color: rgba(247, 156, 45, .5);
}
#maincontent a {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#interiorcontent {
	background-position: 0px 0px;
	padding: 30px;
	width: 680px;
	color: #ffffce;
	font-size: 1.084em;
	font-weight: normal;
	background-color: #680000;
	float: right;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;
	background-image: url(/images/australis_content_area_background.jpg);
	background-repeat: no-repeat;
	
	background-image: url(/images/content-bg-top.jpg), url(/images/content-bg-bottom.jpg);

  	background-repeat: no-repeat, no-repeat;

  	background-position: top left, bottom right;
	
	min-height: 690px;
}
#interiorcontent h1 {
	font-size: 1.334em;
	color: #fffffe;
	font-weight: bold;
	text-transform: uppercase;
}
#interiorcontent h2 {
	font-size: 1.167em;
	font-weight: bold;
	color: #fdfdfc;
	clear: left;
}
#interiorcontent h3 {
	font-size: 1.084em;
	font-weight: bold;
	color: #fff;
}
#interiorcontent p {
	line-height: 1.6em;
	margin: 1em 0;
}
#interiorcontent img {
	/* 
	padding: 0 10px;
	margin: 10px;
	*/
	margin: 0 20px 10px 0;
}
#interiorcontent ul, #interiorcontent ol {
	margin: 1em 0 0 0;	
}
#interiorcontent ul li { /* put back bullets */
	margin-left: 2em;
	list-style: disc outside;
	line-height: 1.6em;
}

#interiorcontent ol li { /* put back numbers */
	margin-left: 2em;
	list-style: decimal outside;
	line-height: 1.6em;
}

#interiorcontent a:link, #interiorcontent a:visited {
	color: #ffb63c;
	font-weight: bold;
	text-decoration: none;
}
#interiorcontent a:hover, #interiorcontent a:active {
	text-decoration: underline; 
}
#interiorcontent h1 a:link, #interiorcontent h2 a:link, #interiorcontent h3 a:link, #interiorcontent h4 a:link, #interiorcontent h5 a:link, #interiorcontent h6 a:link, #interiorcontent h1 a:visited, #interiorcontent h2 a:visited, #interiorcontent h3 a:visited, #interiorcontent h4 a:visited, #interiorcontent h5 a:visited, #interiorcontent h6 a:visited {
	text-decoration: none;
}
div#interiorcontent h1, div#interiorcontent h2, div#interiorcontent h3, div#interiorcontent h4, div#interiorcontent h5, div#interiorcontent h6 {
	margin: 1em 0 0.5em 0;
}
.recipes div#interiorcontent h1 {
	margin: 1em 0;
}
.recipes div#interiorcontent h2, .recipes div#interiorcontent h3, .recipes div#interiorcontent h4, .recipes div#interiorcontent h5, .recipes div#interiorcontent h6 {
	margin: 1em 0 0em 0;
}
.recipe-img {
	float: right;
}

#presentation {
	background-color: #000;
}

#presentation .intro p {
	color: #fff;
	width: 705px; /* +25px +230px padding = 960px */
	padding: 20px 25px 0 230px; 
	font-family: Arial,sans-serif;
	font-size: .9em;
	line-height: 1.6;
}

/* for results page on where-to-buy */

.header .images {
	padding: 10px 0 20px 0;
}

.locations .images {
	float: left;
	width: 100%;
}

.locations .images h4 {
	margin-top: 0;
}

.locations .images .store, .locations .images .freezer, .locations .images .case {
	width: 33%;
	float: left;
}

/* for table */

tr.locatorimgs {
	background-color: #fff;
	border-bottom: 1px solid #852f13;
}



/* end results page for where-to-buy */


/* item listings on section pages */

.item {
	width: 100%;
	float: left;
	margin-bottom: 2em; 
}

.press .item, .recipes .item, div.aboutourpeopleitem { /* on press pages width is fixed to fit sidebar */
	width: 510px;
	border-bottom: 1px solid #C63;
}

.press .item:last-child, .recipes .item:last-child, div.aboutourpeopleitem:last-child {
	border-bottom: none;
}

.blog .item {
	
}

.item img {
	float: left;
}

#interiorcontent p.date {
	font-style: italic;
	margin-bottom: -10px;
}

/*---------- Sidebar Styling ---------*/
#aside {  
	padding: 60px 15px 0 15px;
	float: left;
	width: 185px;
	color: #ffffcc;
	font-size: 1.05em;
	font-weight: normal;
}

#aside ul li {
	margin: 0 0 19px 0;
}

#aside a:link, #aside a:visited {
	color: #ffb63c;
	font-weight: bold;
	text-decoration: none;
}
#aside a:hover, #aside a:active {
	text-decoration: underline; 
}
#sidebarnavigation, #categories {}}
#categories ul li ul {
	margin: 0 0 0 15px;
}
#aside h1 {
	font-size: 2.11em;
}
#aside h2 {
	font-size: 1.5em;
	color: #fbf084;
	font-weight: normal;
}
#aside h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #fbf084;
}
#aside a.sidebaractive {
	color: #ffffff;
}


/*---------- Footer Styling ----------*/
#footer {
	padding: 10px;
	margin: 10px 0 0 0;
	background-image: url(/images/motif-black.jpg);
	background-repeat: no-repeat;
	height: 390px;
	clear: both;
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
#footer ul {
	float: left;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
#footer p {
	clear: both;
}
#footer ul li a.color-fff {
	color: #fff;
	font-size: 12.25px;
}
/*---------- Forms Styling ----------*/

form {
	 
}

form dl {
	float: left;
	width: 100%;
	margin-top: 2.5em;
	
}

form dt {
	float: left;
	width: 30%;
	text-align: right;
	font-size: 14px;
}

form dd {
	float: left;
	width: 70%;
	margin-bottom: 1em;
}

form input, form select, form textarea { 
	color: #565656; 
	border: 1px solid #a14619; 
	padding: 3px;
	font-size: 14px;
	margin-left: 20px; 
	background-color: #ffffcc;
}

#interiorcontent form dd img { /* for captcha images */
	display: block;
	margin-left: 20px;
}

form input[type="text"], form select, form textarea {
	width: 300px;
}

form input:focus, form textarea:focus, form select:focus {
	background-color: #fff;
}

form input.button, form input[type="button"], form input[type="submit"]  {
	padding: 7px;
	background-color: #A14619;
	border: 0;  
	color: #fff;
}


  
form input.button:hover, form input[type="button"]:hover, form input[type="submit"]:hover {
	color: #ffcc66;
}

form input[type="radio"], form input[type="checkbox"] { /* remove any border or bg from radios and checkboxes */
	border: none;
	background-color: transparent;
} 
#form {
	float: left;
	margin-left: 0;
}

/* for newsletter sign up box */

.newsletter {
	margin: 0;
	margin-bottom: 0.5em; 
}

.newsletter form input.nl-email, 
.newsletter form input.captcha { 
	width: 120px;
	margin-left: 0;
	padding: 2px;
}

.newsletter form#freeform2 input.nl-email,
.newsletter form#freeform2 input.captcha { /*for nl signup with captcha */
	width: 134px;
	margin-left: 0;
	padding: 2px;
}

.newsletter form#freeform2 p.email {
	margin: 0 0 28px 0;
}

.newsletter form#freeform2 p.captcha-value {
	margin: 8px 0 10px 0;
}

.newsletter form input.button { 
	width: 32px;
	padding: 0px;
	margin-left: 0;
	height: 34px;
	background: transparent url(/images/go-button.png) no-repeat 50% 50%;
	text-indent: -9999px;
	cursor: pointer;
}

.newsletter form input.button2 { /*for submit button (above is go button) */
	display: block; 
	width: 62px;
	padding: 0px;
	margin-left: 0;
	height: 24px;
	background: transparent url(/images/submit-button.png) no-repeat 50% 50%;
	text-indent: -9999px;
	cursor: pointer;
}

.newsletter h4 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 3px;
}


/* for where to buy search dropdown */

.where-to-buy div#interiorcontent h1 {
	margin-top: 0;
}

#locationsearch {  
	width: 100%; /* prevents other text from falling alongside */
}

#locationsearch .search { /* 473 is width (roughly to sidebar) */
	width: 250px;
	float: left;
	padding-top: 20px;
}

#locationsearch .search form select { 
	width: 120px;
	margin: 17px 0 0 0;
	padding: 2px;
}

#locationsearch .search form input.submit {  
	width: 32px;
	border: 1px solid #f9da7e;
	padding: 0px;
	margin-left: 0;
	font-weight: bold;
}

#locationsearch .map {
	width: 164px; /* width of map image */
	float: left;
}

/* for where to buy yelp box */

#yelp {
	text-align: left;
	margin: 0;
	padding: 3px;
	width: 430px; 
	float: left;
	text-align: left;
	background-color: #963200; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/images/PIE.htc);
}

#yelp .box-yelp {
	padding: 7px;
	float: left;
}

#interiorcontent .box-yelp p {
	margin: 0; 
}

.box-yelp form {
	padding-top: 20px;
}

.box-yelp form input.yelp-location { 
	width: 150px;
	margin: 0 0 0 0;
	padding: 2px;
}

.box-yelp form input.button {  
	width: 32px;
	border: 1px solid #f9da7e;
	padding: 0px;
	margin-left: 0;
	font-weight: bold;
}

.box-yelp .powered-by {
	padding-top: 15px;
	float: right;
	width: 100%;
}

.box-yelp .powered-by p.text {
	float: right;
	font-style: italic;
}

#interiorcontent .box-yelp .powered-by p.image {
	float: right;
	margin-left: 7px;
}

#interiorcontent .box-yelp .powered-by p.image img {
	margin: 0;
}

.box-yelp .disclaimer {
	float: left;
	margin-top: 1em;
}

/*---------- Misc Styling ----------*/
.hidden {
	display: none;
}

/* for feature boxes on homepage */
#subcontent {
	padding: 23px 0px 0px;
	text-align: center;
}
#subcontent div {
	text-align: center;
	margin: 10px 4px;
	height: 200px;
	display: inline;
}
#subcontent div.block1 {
	margin: 10px 9px 10px 0px;
}
#subcontent div.block4 {
	margin: 10px 0px 10px 9px;
}
#subcontent p {
	color: #ffffff;
	font-size: 14px;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}
#subcontent h4 {
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
}

/* for sidebar styling on section and interior pages */

#sidebars {
	float: right;
	width: 240px; 
}

#sidebars .sidebar1 {
	text-align: left;
	margin: 0em 0 20px 20px;
	padding: 10px;
	background-color: #963200; 
	width: 193px;
	float: right;
	position: relative;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(/images/PIE.htc);
	/*
	font-size: 14px;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	*/
}
.sidebar1-contentwrapper {
}
#aside .sidebar1 {
	text-align: left;
	margin: 0 0 20px 0;
	width: 197px;
	/*
	font-size: 14px;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	*/
}
#aside .sidebar1-contentwrapper {
}
#aside .sidebar1 a {
	margin-right: 5px;
}
#connect h2 {
	margin: 0em 0em 0.5em;
}
#sidebars .sidebar2 {
	text-align: left;
	margin: 0 0 20px 20px;
	padding: 10px;
	width: 200px;
	float: right;
	/*
	font-size: 14px;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	*/
}
.sidebar1 form#freeform {
	background: transparent url(/images/signup.png) no-repeat top left;
	width: 197px;
	height: 110px;
	position: relative;
	right: 9px;
}

.sidebar1 form#freeform2 {
	background: transparent url(/images/signup2.png) no-repeat top left;
	width: 197px;
	height: 235px;
	position: relative;
	right: 9px; 
}

.newsletter p {
	position: relative;
	top: 66px;
	left: 22px;
}

.newsletter form#freeform2 p {
	position: relative;
	top: 72px;
	left: 22px;
}

#sidebars p {
	/* color: #ffffff;
	font-size: 14px;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	*/
}
div#sidebars h1, div#sidebars h2, div#sidebars h3, div#sidebars h4, div#sidebars h5, div#sidebars h6 {
	margin: 1em 0 0.5em 0;
}
div#sidebars h1 {
	font-size: 1.8em;
	margin: 0.5em 0;
}
div#sidebars h2{
	font-size: 1.5em;
	color: #fbf084;
	font-weight: normal;
	margin: 0em 0em 0.5em;
}
div#sidebars h4 {
	/* font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif; */
}
div#sidebars img {
	margin: 0;
	padding: 0;	
}
/*---------- recipes styling ----------*/
#interiorcontent .ingredients ul li {
	list-style: none;
}
.recipes div#interiorcontent h3 {
	margin: 0em 0 0.5em 0;
}
.recipes #interiorcontent table {
}

.recipes #interiorcontent table img {
	margin: 0px;
}
.recipes div#interiorcontent table h4 {
	text-align: left;
	font-family: "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
	font-style: italic;
	color: #faa735;
	margin: 1em 0em 0.5em;
	font-size: 2.154em;

}

.recipes table {
}
#printbutton {
	text-align: right;
	width: 100%
	font-size: 10px;
}
#printbutton img {
	vertical-align: middle;
	padding: 0;
	margin: 5px;
}
#printbutton a:active, #printbutton a:hover {
	text-decoration: none;
}
/*---------- blog styling ----------*/
#interiorcontent p.returntobloghome {
	margin: 5em 0 0 0;
}
img#rssfeedicon {
	margin: 0;
	vertical-align: middle;
}
/*---------- press styling -----------*/
.press div#interiorcontent h3 {
	margin: 0em 0 0.5em 0;
}
h2.pressfeatured {
	margin: 1em 0px;
}
.mediakitbutton {
	text-align: center;
	border: 2px #DA9848 outset;
	background-color: #b45e1a;
	margin: 1em 0.5em;
	padding: 3px;
}
