body {
	font: .9em "Lucida Grande", "Nimbus Sans L", "Segoe UI", "Arial", sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
	background: #808080;
}

#container {
	max-width: 1000px;
  min-width: 500px;
  clear: both;
  margin: 0 auto;
  background: url(shadow.png) repeat-y center;
  padding: 0 10px;
}

#page {
  background: #fff;
  max-width: 1000px;
}

a:link,a:visited,a:active {
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #000;
  -webkit-transition-property: color, opacity;
  -webkit-transition-duration: 250ms;
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h1 a,h2 a,h3 a,h1 a:link,h2 a:link,h3 a:link,h1 a:visited,h2 a:visited,h3 a:visited
	{
	color: #54bb24;
	font-size: 1em;
	margin-top: 1em;
	margin-bottom: 0;
	padding: 0;
	font-weight: bold;
}

h1 {
	font-size: 1.75em;
}

h2 {
	font-size: 1.275em;
}

h3 {
	font-size: 1em;
}

img {
	border: 0;
}

input,textarea {
	font: 1em "Lucida Grande", "Nimbus Sans L", "Segoe UI", "Arial", sans-serif;
	padding: .2em;
	border: 2px solid #ccc;
	background: #fff;
	color: #000;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 250ms;
}

form,fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

input:hover,textarea:hover {
	border-color: #D0FFBA;
}

input:focus, textarea:focus {
	border-color: #54bb24;
  outline: 0 none;
  -moz-box-shadow: 0 0 .3em #54bb24;
  -webkit-box-shadow: 0 0 .3em #54bb24;
  box-shadow: 0 0 .3em #54bb24;
}

input.button {
	padding: .5em 1em;
  color: #000;
  color: rgba(0,0,0,.8);
	font-weight: bold;
  border: none;
  width: auto !important;
  text-shadow: #fff 0 0 .2em;
	background: #D0FFBA;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1))), #D0FFBA;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

input.button:focus, input.button:hover {
  background: #54bb24;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1))), #54bb24;
  color: #fff;
  text-shadow: #000 0 0 .2em;
}

input.checkbox {
	width: auto !important;
}

input.image {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

input.file {
	border: 0;
}

input.hidden {
	display: none !important;
}

.main {
	padding: 0 2em 1em 2em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

.main h1 {
	margin-top: 0;
}

p.text,li.text {
	line-height: 1.5em;
	text-align: justify;
	font-size: 1.275em;
}

#header {
	position: relative;
	background: #54bb24 no-repeat;
	height: 100px;
}

#page > #header {
  background-image: url(../ricettacolo/header.png);
}

#header a#logo {
  position: relative;
  display: block;
  top: 10px;
  padding-top: 50px;
  width: 260px;
  overflow: hidden;
  margin: 0 20px;
  height: 0 !important;
  background: url(../ricettacolo/logo.png) no-repeat left top;
}

#header .quip {
  float: left;
  padding: .25em .5em;
	font-size: 14px;
  font-weight: normal;
  color: #000;
  text-shadow: #fff 0 0 .15em;
  margin: 15px 0 0 25px;
  background: #fff;
  opacity: .6;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}

#header a#logo:hover {
  text-decoration: none;
}

#header #sections {
  clear: right;
  position: absolute;
  float: right;
  right: 0;
  bottom: 0;
}

#header #sections a {
  text-shadow: #666 0 0 .2em;
  -moz-border-radius-topleft: .5em;
  -webkit-border-top-left-radius: .5em;
  border-top-left-radius: .5em;
  -moz-border-radius-topright: .5em;
  -webkit-border-top-right-radius: .5em;
  border-top-right-radius: .5em;
}

#header #sections a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.1)), to(rgba(0,0,0,.3)));
}

#header #sections li.active a,#header #sections li.active a:hover {
  background: #D0FFBA;
  color: #54bb24;
  text-shadow: #fff 0 0 .2em;
}

ul.nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

ul.nav li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

ul.nav a {
	display: block;
	float: left;
	padding: .5em .75em;
	color: #fff;
}

ul.nav a:hover {
	text-decoration: none;
}

#adTop {
	clear: both;
	display: block;
  text-align: center;
  margin: 1px 0 0 0;
  height: 91px;
}

#adRight {
  float: right;
}

/* ricerca */
#ricerca {
  width: 30em;
  float: right;
	vertical-align: middle;
	text-align: right;
	padding: 1em;
}

#ricerca form {
	text-align: right;
	white-space: nowrap;
}

#ricercaQ,#ricercaGo {
	vertical-align: middle;
	margin: 0;
}

#ricercaQ {
	width: 12em;
	background: #fff;
	color: #000;
	padding: .2em .5em;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  border-color: #D0FFBA;
  opacity: .9;
}

#ricercaQ:focus, #ricercaQ:hover {
	opacity: 1;
}

#ricercaQ.tip {
	color: #808080;
}

#ricercaGo {
	background-color: transparent;
}

/* completer */
#ricercaCompleter {
	background: #fff;
	white-space: normal;
	z-index: 999;
  -moz-box-shadow: 0 0 1em #666;
  -webkit-box-shadow: 0 0 1em #666;
  box-shadow: 0 0 1em #666;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
}

#ricercaCompleter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#ricercaCompleter ul li {
	margin: 0;
	padding: .25em .25em .25em .75em;
	text-align: left;
	cursor: default;
}

#ricercaCompleter ul li.selected {
	color: #fff;
	background-color: #54bb24;
}

ul.completer .h,ul.completer .hr {
	display: none;
}

/* end completer */

/* end ricerca */

/* end header */

#footer {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
	vertical-align: top;
	background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#434343));
	color: #ccc;
	border-top: 1px solid #ccc;
}

#footer h2 {
	padding: 0;
	margin: 0 0 .5em 0;
	color: #D0FFBA;
	font-weight: normal !important;
	text-shadow: #000 0 0 .25em;
	text-transform: uppercase;
	font-size: .9em;
}

#footer a {
	color: #fff;
}

#footer li a:hover {
	color: #D0FFBA;
	text-decoration: none;
}

#footer ul {
	list-style: square;
	margin: 0;
	padding: 0;
	color: #666;
}

#footer ul li a {
	display: block;
	padding: .25em 0;
}

#footer ul li:hover {
	color: #D0FFBA;
}

#footer .feed ul {
  list-style: none;
}

#footer .feed ul li a.rss {
	display: block;
  background: url(feed-icon-small.png) no-repeat left center;
  padding-left: 25px;
}

#footer #copyright {
	float: left;
	width: 100%;
	padding: 0 0 2em 0;
	margin: 0;
	font-size: .9em;
	text-align: center;
	color: #ccc;
	background: #666;
}

#footer #copyright img {
	vertical-align: middle;
	margin-left: 1em;
}

#footer #copyright a {
	color: #ccc;
}

#footer div.item {
	float: left;
	padding: 0;
	margin: 2em 2em 2em;
	width: auto;
}

#footer div.first {
	margin-left: 13em;
}

#footer div.cloud {
	width: 27em;
}

/* error pages */

#tNotFound, #tError, #tIE {
  padding: 1em 2em;
}

#tNotFound ul {
	list-style-type: square;
}

#tNotFound li {
	padding: .25em;
}

/* end error pages */

/* cloud */

.box {
	text-align: center;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #D0FFBA;
  padding: 1em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1))), #D0FFBA;
  -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.box h2,.box h2 a,.box h2 a:hover {
	margin: 0;
	text-decoration: none;
  color: #000;
  color: rgba(0,0,0,.7);
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
}

.cloud p {
	margin: 0;
	padding-top: 1em;
	font-size: 1.275em;
}

.cloud p a,.cloud p a:visited {
	position: relative;
	line-height: 2em;
	text-decoration: none;
	color: #444;
	padding: .4em .8em;
	white-space: nowrap;
	margin: 0;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
	-webkit-transition-property: none;
}

.cloud p a:hover {
	text-decoration: none;
	background: #54bb24;
	color: #fff;
}

.cloud .more {
	font-size: .875em;
}

.cloud .l1 {
	font-size: .875em;
	font-weight: normal !important;
}

.cloud .l2 {
	font-size: 1em;
	font-weight: normal !important;
}

.cloud .l3 {
	font-size: 1.1em;
	font-weight: bold !important;
}

/* end cloud */

#adPost {
  margin-top: 4px;
  text-align: center;
}

.post h1 {
  margin-top: 0;
}

p.meta {
	line-height: 1.5em;
	color: #808080;
	margin: .25em 0 0 0;
}

p.meta a.author {
	color: #808080;
}

p.meta .commenti {
	background: transparent url(commenti.png) no-repeat left center;
	padding-left: 20px;
}

p.meta .commenti:hover {
	background: transparent url(commenti.png) no-repeat left center;
	text-decoration: none;
	border-bottom: 1px solid #8C0029;
	color: #8C0029;
}

p.meta .commenti span {
	display: none;
}

p.postMeta {
	clear: both;
	line-height: 1.5em;
	text-align: justify;
	color: #666;
	margin: 2em 0;
	padding: 1em 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

p.postMeta a, p.postMeta a:hover {
	color: #333;
}

.post div.abstract {
	line-height: 1.5em;
	text-align: justify;
}

.post div.body {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: justify;
	padding-top: 1em;
}

.post div.body p {
	margin: 0 0 1em 0;
}

.post div.body a {
  text-decoration: underline;
}

.post div.body div.l {
	float: left;
	margin: 0 1em .25em 0;
}

.post div.body div.r {
	float: right;
	margin: 0 0 .25em 1em;
}

.post div.body blockquote {
	background: url(blockquote.png) no-repeat left top;
	margin: 1em 0 1em 0;
	padding-left: 64px;
	padding-top: 16px;
}

.post img {
  margin: 0 1em 1em 0;
  float: left;
}

/* end home */

/* comments */
div.comments {
	clear: both;
	padding-bottom: 2em;
}

div.comments ol.l,div.comments ol.l li {
	list-style: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}

div.comments ol.l {
	margin: 1em 0 0 0;
}

div.comments ol.l li {
	color: #999;
	margin: 0 0 1em 0;
	background: url(fumetto.png) no-repeat left center;
	padding: 0 15px 0 27px;
}

div.comments ol.l li div {
	padding: 1em;
	background: #f0f0f0;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
}

div.comments ol.l .meta {
	padding: 0;
	margin: 0;
	color: #666;
	font-style: italic;
}

div.comments ol.l .meta span.author {
	color: #333;
	font-style: normal;
	font-weight: bold;
}

div.comments ol.l .meta a.date {
	text-decoration: none;
	color: #666;
}

div.comments ol.l .meta .date:hover {
	color: #333;
}

div.comments ol.l p {
	margin: .125em 0 .5em 0;
	clear: both;
	color: #000;
	text-align: justify;
	line-height: 150%;
  font-size: 1.1em;
}

div.comments fieldset {
	border: 0;
	padding: 0;
	margin-top: 1em;
}

div.comments .form label {
	color: #666;
	font-weight: bold;
	float: right;
	width: 22%;
	padding-top: .4em;
}

div.comments label span {
	font-weight: normal;
	color: #4c6699;
}

div.comments .form input,div.comments .form textarea {
	display: block;
	width: 75%;
	margin: 0 0 .75em 0;
	font-size: 1.275em;
	-moz-border-radius: .3em;
	-webkit-border-radius: .3em;
	border-radius: .3em;
}

#commentPreview {
  display: none;
	clear: both;
	background: #f8f8f8;
	color: #666;
	border: 1px solid #eee;
	margin: .75em 0;
	padding: .25em;
	width: 75%;
  -moz-border-radius: .3em;
  -webkit-border-radius: .3em;
  border-radius: .3em;
}

/* end comments */

a.next {
	clear: both;
	margin: 2em 2em 0 2em;
	padding: 1.5em 0;
	padding-right: 60px;
	padding-left: 60px;
	float: right;
	background: #fff url(next.png) no-repeat 95% center;
	text-align: center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

a.next:hover {
	text-decoration: none;
	color: #333;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

.msg {
	clear: both;
	padding: 1em 1em;
	font-size: 1.275em;
	color: #000;
	background: url(msg.png) no-repeat 10px center;
	padding-left: 52px;
	line-height: 1.5em;
}

a.back {
	margin-top: 1em;
	display: block;
	width: 15em;
	text-align: center;
	padding: 1em;
	color: #fff !important;
	background: #54bb24;
	-moz-border-radius: .5em;
	-webkit-border-radius:  .5em;
	border-radius:  .5em;
	font-size: 1.275em;
}

a.back:hover {
	opacity: .9;
}

/* main template */

#tMain {
  padding: 0 2em 1em 2em;
}

#relatedTags {
  background: #D0FFBA;
  float: right;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1))), #D0FFBA;
}

#relatedTags a {
  color: #333;
  text-shadow: #fff 0 0 .25em;
}

#relatedTags a:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1,1,1,.1)), to(rgba(1,1,1,.2)));
}

#titleBar {
	position: relative;
  float: left;
  width: 100%;
  clear: both;
  background: #D0FFBA;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  color: #666;
  margin: 2em 0 1em 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.1))), #D0FFBA;
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.2);
  box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#titleBar h1, #titleBar h2 {
  float: left;
  padding: .5em;
  margin: 0;
  font-size: 1.275em;
  color: #000;
  color: rgba(0,0,0,.8);
  text-shadow: 0 1px 1px rgba(255,255,255,.75);
}

ul#timeLinks {
  float: right;
  list-style: none;
  padding: 0;
  font-size: 1em;
  margin: .45em .5em 0 0;
}

ul#timeLinks li {
    float: left;
    margin: 0;
    padding: 0;
}

ul#timeLinks a, ul#timeLinks li.active {
  display: block;
  float: left;
  padding: .5em;
  color: #333;
  text-shadow: 0 1px 1px rgba(255,255,255,.5);
}

ul#timeLinks a:hover {
  text-decoration: underline;
}

ul#timeLinks li.active {
  color: #54bb24;
  text-shadow: #fff 0 0 .2em;
  font-weight: bold;
}

#left {
  clear: both;
  float: left;
  width: 580px;
}

#right {
  clear: right;
  float: right;
  width: 336px;
  padding-top: 1em;
}

#right .ad336 {
  margin-bottom: 2em;
}

#right .txtlnk {
  margin-bottom: 2em;
}

#tMain #right #cloud {
  margin-top: 2em;
  float: right;
}

#tMain h1 span {
  color: #000;
  font-size: 1.2em;
}

#tMain .odd a.feed h2,
#tMain .even a.feed h2 {
  margin-right: 10px;
}

#tMain #right .feed {
	float: right;
	background: url(feed-icon-small.png) no-repeat left top;
	padding: 21px 0 0 0;
	width: 21px;
	overflow: hidden;
	height: 0 !important;
	margin: 0;
}

#tMain p.stats {
	clear: both;
	padding: 2em 0 0 0;
	margin: 0 auto;
	width: 75%;
	text-align: center;
	color: #666;
}

ul.list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-bottom: 2em !important;
}

ul.list li {
  position: relative;
	margin: 0;
	padding: 1em 0;
	clear: both;
	border-bottom: 1px solid #dcdcdc;
}

ul.list li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

ul.list h3 {
  font-size: 1.175em;
  margin: 0;
  padding: 0;
}

ul.list h3 a {

}

ul.list .listImg {
  display: block;
  float: left;
  width: 150px;
  min-height: 100px;
  text-align: right;
  margin: 0 1em 0 0;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 250ms;
}

ul.list .listImg:hover {
  opacity: .9;
}

ul.list .listImg img {

}

ul.list p.meta {
	margin: 0;
	line-height: 175%;
}

ul.list p.meta a {
  font-weight: normal;
	color: #666;
  margin: 0 .8em 0 0;
}

ul.list li a.topTag {
  font-size: .725em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #999;
  padding: .2em .4em;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 250ms;
}

ul.list li a.topTag:hover {
  text-decoration: none;
  background: #434343;
}

ul.list p.abstract {
	margin: 0;
	padding: 0;
	line-height: 1.25em;
	color: #333;
}

#ultimiCommenti {
  margin-top: 2em;
  float: right;
}

#ultimiCommenti ul {
	margin: 0;
	padding: .5em 0 0 0;
	list-style: none;
	text-align: left;
}

#ultimiCommenti li {
  margin: .5em 0 0 0;
  padding: 0 0 0 24px;
  background: url(commenti.png) no-repeat left center;
}

#ultimiCommenti a {
  font-weight: normal;
}

#ultimiCommenti a span.title {
  color: #54bb24;
}

#ultimiCommenti a span.author {
	color: #333;
}

#ultimiCommenti a span.meta {
	color: #000;
}

#tItem .creator {
	text-align: right;
	color: #333;
	font-family: serif;
	font-style: italic;
	margin: .5em 0 0 0;
	padding: 0;
}

#tItem a.button {
	position: relative;
	padding: .5em 1em;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
  -moz-border-radius: .4em;
  -webkit-border-radius: .4em;
  border-radius: .4em;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  text-decoration: none;
  background: #f320a9;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 .2em #666;
  width: 10em;
  display: block;
}

#tItem a.more {
  font-size: .725em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background: #999;
  padding: .2em .4em;
  margin: .2em 0;
  -moz-border-radius: .25em;
  -webkit-border-radius: .25em;
  border-radius: .25em;
  text-decoration: none;
  -webkit-transition-property: background-color;
  -webkit-transition-duration: 250ms;
}

#tItem a.more:hover {
  text-decoration: none;
  background: #434343;
}

#tItem {
  clear: both;
  padding: 2em;
}

#tItem #related h3 a {
	color: #333;
}

#tItem div.gmap {
  margin-top: 2em;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  height: 400px;
}

#tAdd, #tCredits {
  padding-top: 4em;
	max-width: 45em;
}

#tAdd h1 {
	margin-bottom: 1em;
}

#tAdd h2 {
	margin-bottom: 0;
	padding-bottom: 0;
}

#tAdd p {
	margin-top: .25em;
	padding-top: 0;
}

#tCredits p, #tCredits li {
  color: #333;
	clear: left;
  line-height: 1.5em;
  text-align: justify;
  font-size: 1.275em;
}

#tCredits p.gregorio {
	margin-top: 2em;
}

#tCredits p.gregorio img {
	float: left;
	margin-right: 1em;
	margin-bottom: 2em;
}

.code {
  display: block;
  padding: 1em;
  margin-bottom: 3em;
  background: #f0f0f0;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
}

.email {
  margin-top: 1em;
  display: block;
  white-space: nowrap;
  background: #D0FFBA;
  padding: .5em 1em;
  width: 20em;
  text-align: center;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
}

.coolmsg {
  padding: 0 .5em;
  line-height: 150%;
  font-size: 1.2em;
  background: #000;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-align: center;
  -moz-border-radius: .5em;
  -webkit-border-radius: .5em;
  border-radius: .5em;
  -moz-box-shadow: 0 0 .5em #808080;
  -webkit-box-shadow: 0 0 .5em #808080;
  box-shadow: 0 0 .5em #808080;
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.coolmsg a {
  color: #fff;
}

.headerFeed img {
  float: right;
}

.iphone {
  width: 336px;
  clear: both;
  top: 2em;
  position: relative;
  height: 192px;
  background: url(iphone.png) no-repeat left center;
  margin-bottom: 3em;
}

.iphone .icon {
  float: left;
  margin: 50px 0 0 0;
  padding: 0 21px;
  width: 58px;
}

.iphone .icon .label {
  display: block;
  text-align: center;
  font-size: 8px;
  color: #fff;
  width: 57px;
  float: left;
}

.iphone p {
  color: #434343;
  margin-left: 120px;
}

.iphone .quip {
  padding-top: 25px;
  font-size: 22px;
}

.iphone .url {
  float: left;
  color: #434343;
  font-size: 10px;
  font-family: monospace;
  border: 1px solid #ccc;
  padding: 5px 10px;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #f0f0f0;
  -moz-box-shadow: 0 0 .5em #54bb24;
  -webkit-box-shadow: 0 0 .5em #54bb24;
  box-shadow: 0 0 .5em #54bb24;
}
