@charset "utf-8";
/* CSS Document */
nav a {
	position: relative;
	display: inline-block;
	margin: 5px 25px;
	outline: none;
	color: #237546;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.20em;
}

nav a:hover,
nav a:focus {
	outline: none;
}
.color-5 {
	text-align: center;
	z-index: 1000;
}
.cl-effect-21 a {
	padding: 8px;
	font-weight: 700;
	text-shadow: none;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-21 a::before,
.cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}



.cl-effect-21 a:hover::before,
.cl-effect-21 a:focus::before,
.cl-effect-21 a:hover::after,
.cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
div.social { text-align: center; border-bottom: 5px; }
div.social a {display: inline-block; opacity: 1}
div.social a:hover { opacity: 0.5; }
a.fb { background: url(http://static.tumblr.com/hn07h0y/cB9nb0gvo/fb.png) no-repeat; width: 32px; height: 32px; }
a.tweet { background: url(http://static.tumblr.com/hn07h0y/Xtznb0gwf/tweet.png) no-repeat; width: 32px; height: 32px; }
a.flickr { background: url(http://static.tumblr.com/hn07h0y/buJnb0gx8/flickr.png) no-repeat; width: 32px; height: 32px; }
a.pin { background: url(http://static.tumblr.com/hn07h0y/o6Unb0gy1/path.png) no-repeat; width: 32px; height: 32px; }
a.yt { background: url(http://static.tumblr.com/hn07h0y/Lffnb0gz8/yt.png) no-repeat; width: 32px; height: 32px; }
a.blogger { background: url(http://static.tumblr.com/hn07h0y/cIsnb0gzp/blogger.png) no-repeat; width: 32px; height: 32px; }
a.wp { background: url(http://static.tumblr.com/hn07h0y/s7Vnb0h0g/wp.png) no-repeat; width: 32px; height: 32px; }
a.gp { background: url(http://static.tumblr.com/hn07h0y/hhsnb0h5g/gp.png) no-repeat; width: 32px; height: 32px; }
a.dvart { background: url(http://static.tumblr.com/hn07h0y/2GPnb0h6m/dvart.png) no-repeat; width: 32px; height: 32px; }
a.digg { background: url(http://static.tumblr.com/hn07h0y/dKhnb0h76/digg.png) no-repeat; width: 32px; height: 32px; }
a.be { background: url(http://static.tumblr.com/hn07h0y/5D4nb0h7p/behance.png) no-repeat; width: 32px; height: 32px; }


.textarea {
	width: 95.5%;
	outline: none;
	padding: 5px 3px;
	margin-bottom: 4px;
	background-color: rgba(255,255,255,0.3) }
 ol.notes {
                padding: 0px;
                margin: 25px 0px;
                list-style-type: none;
            }

            ol.notes li.note {
                padding: 5px;
            }

            ol.notes li.note img.avatar {
                vertical-align: -4px;
                margin-right: 10px;
                width: 16px;
                height: 16px;
            }

            ol.notes li.note span.action {
                font-weight: bold;
            }

            ol.notes li.note .answer_content {
                font-weight: normal;
            }

            ol.notes li.note blockquote {
                padding: 4px 10px;
                margin: 10px 0px 0px 25px;
            }

            ol.notes li.note blockquote a {
                text-decoration: none;
            }
ul#likes {
                list-style-type: none;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

                li.like_post {
                    /* Should match the width specified in the Likes tag */
                    width: 290px;
                    float: left;
					margin-bottom: 5px;
					padding: 5px;
                }

                  li.like_post img {
                      max-width: 100%;
					  padding: 3px;
                  }

                  li.like_post blockquote {
                      margin: 0;
                      padding: 0 0 0 10px;
                      border-left: 1px solid #eee;
                  }

                  li.like_post ol,
                  li.like_post ul {
                      margin: 0 0 0 15px;
                      padding: 0;
                  }

                  li.like_post .like_link a {
                      font-weight: bold;
                  }

                  li.like_post .like_title {
                      font-weight: bold;
                  }

                  li.like_post .post_info_bottom {
                      margin: 10px 0 0 0;
                      display: block !important;
                  }
.like_and_reblog_buttons {
				float: right;
                border-radius: 3px;
                list-style: none;
            }

            .like_and_reblog_buttons li {
                float: left;
                margin: 0;
                padding: 7px 5px;
                height: 20px;
            }
body:before { 
	content: ""; 
	position: fixed; 
	top: -10px; 
	left: 0; 
	width: 100%; 
	height: 10px; 
	z-index: 100; 
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8); 
	box-shadow: 0px 0px 10px rgba(0,0,0,.8); }