/*----- GENERAL -----*/
@import url(http://fonts.googleapis.com/css?family=Merriweather+Sans:800);
header, footer, section, article, nav, aside {
	display: block;
}
body {
	background: #000000;
	color: #91ef91;
	font: 12px/20px "Courier New", Courier, monospace;
	padding-top: 0px;
	text-align: center;
	overflow-x: hidden;
	width: auto;
	margin: 5px 20px 20px 20px;
	text-shadow: 0px 0px 3px #91ef91;
}

h1, h2, h3, hQ {
	font-family: Helvetica, Verdana, Arial;
}

h1 {
	font-size: 7vw;
	line-height: 8vw;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight: 800;
	letter-spacing:-2px;
}
div.caption blockquote blockquote h1 {
	font-size: 21px;
	line-height: 27px;
}

h2 {
	font-size: 31px;
	line-height: 37px;
}

h3 {
	font-size: 21px;
	line-height: 27px;
}

a:link, a:visited {
	color: #91ef91;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#loadingDiv{
	text-align:center;
	color: #91ef91;
    bottom: 20px;
    height: 0px;
	width: 0px;
    left: 50%;
	width: 60px;
	right: 50%;
	margin-left:-30px;
    position: fixed;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: 	all 0.2s ease 0s;
    -o-transition: 		all 0.2s ease 0s;
    transition: 		all 0.2s ease 0s;
	opacity: 0;
	bottom: -50px;
}
#loadingDiv.on{
	-webkit-transition: all 0.2s ease 0s;
	-moz-transition: 	all 0.2s ease 0s;
	-o-transition: 		all 0.2s ease 0s;
	transition: 		all 0.2s ease 0s;
    opacity: 1;
	bottom: 20%;
}
.loader {
	left: 23px;
	position: relative;
	width: 15px;
	height: 15px;
	background: #91ef91;
	animation: 0.4s spin infinite;
}

@keyframes spin {
  to { transform: rotate(360deg) }
}



hr{
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;
	height:0;
}

ol{list-style:decimal}

ul{list-style:disc}

li{margin-left:30px}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin-bottom:15px}

#main {
	padding: 0px;
	overflow:hidden;
}
.layout {
display:block;
}
.notes23 .layout {
  display: block;
}
.notes23 .layout article {
  display: block;
  overflow: hidden;
}

.notes23 .layout article .notes{
	float: left;
	min-height: 50px !important;
	overflow-y: auto;
}
.notes23 .layout article img {
}
.notes23 .layout article  .notes img {
}
/*----- MASTHEAD -----*/

.noMeta > div {
	padding: 0px;
}

#masthead {
	margin-bottom: 0px;
}

#masthead h1 {
	margin-bottom: 0;
}
#masthead{
	margin: 200px 0px 200px 0px;
}
html body header#masthead.clearfix a[style]{
	font-size: 12px !important;
}
#masthead h1 a:link, #masthead h1 a:visited {
	text-transform: Uppercase;
	color: #91ef91;
	text-decoration: none;
}

#masthead h1 a:active {
	outline: 0;
}

#masthead p {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #91ef91;
	margin-bottom: 0;
}

#masthead a:link, #masthead a:visited {
	color: #91ef91;
}

#siteDescription{
	font-size: 12px;
	color: #91ef91;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*----- SEARCH FORM -----*/

#frmSearch {
	padding-top: 20px;
	display: none;
}

#txtSearch {
	background: url(http://static.tumblr.com/bpryy0m/6lRl6gmys/search.jpg) left no-repeat;
	width: 225px;
	padding: 2px 0 0 20px;
	font: 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #91ef91;
	border: 0px;
}

/*----- MAIN HEADER NAV STRIP -----*/

#mainNav {
	border-top: 1px solid #91ef91;
	border-bottom: 2px solid #91ef91;
	margin-top: 20px;
	padding: 13px 0 14px 0;
	font-family: Cufon;
}

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

#mainNav li {
	margin: 5px;
	display: inline;
	padding: 0;
}

#mainNav a:link, #mainNav a:visited {
	padding: 0;
	font-size: 14px;
	line-height: 14px;
	margin: 0 2px;
	text-decoration: none;
	color: #91ef91;
	text-transform: Uppercase;
}

#mainNav a:hover, #mainNav a:active {
	outline: none;
	text-decoration: none;
	border-bottom: 1px solid #91ef91;
}

#mainNav a.active {
	text-decoration: none;
	border-bottom: 1px solid #91ef91;
}

/*----- ARTICLE META INFO -----*/

#designline {
	margin-top: 50px;
}

h5{
	position: relative;
	top: -35px;
	margin-bottom: 0px;
	font-family: Georgia, serif;
	font-size: 10px;
	color: #91ef91;
	text-decoration: none;
	text-transform: Uppercase;
	font-weight: bold;
	border-bottom: 1px solid #91ef91;
	background: #91ef91;
}

h5 a:link, .line a:visited{
	font-family: Georgia, serif;
	font-size: 10px;
	color: #91ef91;
	text-decoration: none;
	text-transform: Uppercase;
	font-weight: bold;
}

h5 a:hover{
	text-decoration: underline;
}

h5 abbr{
	display: inline-block;
	position: relative;
	margin: 0 auto;
	padding: 0 8px;
	background: #91ef91;
	top: 10px;
}

h5.postDate a{
	color: #91ef91;
}

/*----- ARTICLE -----*/

article {
  position: relative;
  display: block;
  vertical-align: top;
  width: 500px;
  margin: 0px auto 100px auto;
  box-shadow: 0px 0px 10px -3px #91ef91;
}

article img {
	border: none;
	margin:0px 0px 0px 0px;
	min-width: 500px;
	max-width: 500px;
	height: auto;
	display: block;
}

article .photo-data {
  position: relative;
  display: block;
  vertical-align: top;
padding-right:10px;
}
article .photo-data:last-child {
padding-right:0px;
}
article p img {
	margin: 0;
}
article > div {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position: relative;
	border: 1px solid #91ef91;
	border-bottom: none;
	border-radius: 2px 2px 0px 0px;
}
article a {
display:block;
}
article .searchPage {
	margin: 35px 0 0 0;
}

.searchPageText {
	margin: 0 0 30px 0;
}

article .meta a:link, article .meta a:visited {
	text-decoration: none;
}

article .meta a:hover, article .meta a:active {
	text-decoration: underline;
}

article h2 {
	text-align: center;
	color: #91ef91222;
}

article h2 a:link, article h2 a:visited {
	text-transform: Uppercase;
	color: #91ef91;
	text-decoration: none;
}

article h2 a:hover, article h2 a:active {
	text-decoration: none;
	border-bottom: 1px solid #91ef91;
}
article footer.contentinfo {
	text-align: center;
	border: 1px solid #91ef91;
	padding-bottom: 2px;
	overflow: hidden;
	border-radius: 0px 0px 2px 2px;
	box-shadow: 0px 0px 10px -3px #91ef91 inset;
	
}
article footer.contentinfo a{
	display: inline-block;
	margin:0px 0px 0px 5px;
	padding:0px 5px 0px 0px;
	border-right: 1px solid #91ef91;
}
article footer.contentinfo a:last-child{
	border-right: none;
}
blockquote {
	border-left: 1px solid #91ef91;
	margin-left: 0;
	padding-left: 1em;
}

#quoteSource{
	margin: 0 auto;
	text-align: left;
}

#quoteText h2 {
	text-align: left;
	color: #91ef91222;
}

article .chat {
	list-style: none;
	padding: 0;
	margin: 0;
}

article .chat li {
	margin: 0 0 2px;
	padding: 2px 0 2px 0;
}

.photoCaption {
	text-align: center;
}

/*----- AUDIO PLAYER -----*/

.audio {
	height: 28px;
	width: 26px;
	overflow: hidden;
	margin: auto;
	padding-top: 7px;
}

.audioc {
	background-image:url('http://static.tumblr.com/f1whv92/9iCl6bfgp/audiocircle.png');
	background-repeat: no-repeat;
	height: 41px;
	width: 41px;
}

.audioCaption {
	margin-top: 1px;
}

.audioleft {
	width: 41px;
	float: left;
 }

.audioright {
	width: 444px;
	float: right;
 }

.audioContainer {
	margin-top: 5px;
}

.audioClear {
	clear:both;
}

/*----- ARTICLE NOTES -----*/

.notes {
	list-style: none;
	padding: 0px 0 5px 0;
	margin: 0px 0 0 0;
}
.notes li {
	margin: 0;
		text-align: left;
		overflow: hidden;
}
.notes .avatar_frame,
.note .action{
		display: block;
		float: left;
		margin: 0px 0px 5px 0px;
}
.note .action{
		margin: 0px 0px 5px 5px;
}
.note .action a{
		display: inline;
}

.notes .avatar {
	margin: 0 5px 0 0;
	position: relative;
	top: 5px;
	border: medium none;
	display: block;
	height: 20px !important;
	min-width: auto;
	width: 20px !important;
}

.notes blockquote {
	margin: 10px 0 0 35px;
	padding-left: 10px;
	border-left: 2px solid #91ef91222;
}
li.note blockquote{
	margin: 20px 0 0 30px;
    overflow: hidden;
    display: block;
    width: 100%;
}
.media {
	max-width: 500px;
	margin-bottom: 0px;
}

/*----- PAGE NAVIGATION -----*/

#pageNav {
	margin-top: 0px;
}

#pageNav ul {
	list-style: none;
	padding: 10px 15px;
	margin: 10px 0;
}

#pageNav li {
	margin: 0;
	display: inline;
}

#pageNav a:link, #pageNav a:visited {
	font-size: 30px;
	padding: 0;
		font-weight: normal;
	margin: 0 2px;
	color: #91ef91;
	text-decoration: none;
}

#pageNav a:hover, #pageNav a:active, #pageNav a.active:link, #pageNav a.active:visited {
	text-decoration: underline;
}

	a#pageNavOlder{
		padding: 0px 20px 0px 20px;
		color: #91ef91 !important;
	}

	a#pageNavNewer{
		padding: 0px 20px 0px 20px;
		color: #91ef91 !important;
	}

/*----- FOOTER META -----*/

#sitemeta {

}

#sitemeta p {
	margin: 0;
}

#sitemeta a:link, #sitemeta a:visited {
	color: #91ef91;
	font-weight: bold;
}

.post_options {
	position: absolute;
	left:0px;
	bottom: 0px;
	right:0px;
	background-color: #000000;
	border: 1px solid #91ef91;
	border-bottom: none;
-webkit-transition: all 0.2s ease 0s;
-moz-transition: 	all 0.2s ease 0s;
-o-transition: 		all 0.2s ease 0s;
transition: 		all 0.2s ease 0s;
	opacity:0;
}
article:hover .post_options {
-webkit-transition: all 0.2s ease 0s;
-moz-transition: 	all 0.2s ease 0s;
-o-transition: 		all 0.2s ease 0s;
transition: 		all 0.2s ease 0s;
	opacity:1;
}
a#like.show svg path,
a svg path{
	fill:#91ef91;
}
.post_options div {
	float: left;
	margin:10px 0px 10px 10px;
}
.post_options div.type_like div{
	margin:0px 0px 0px 0px;
}
#main.clearfix div.layout article div > div {
	display: none;
}
#main.clearfix div.layout article div > div.post_options,
#main.clearfix div.layout article div > div.post_options div,
#main.clearfix div.layout article div > div.media,
#main.clearfix div.layout article div > div.media div{
	display: block;
}
#main.clearfix div.layout article.photoset div{
	display: block;
	padding-right: 0px;
}
#main.clearfix div.layout article div > div.photo-data {
	display: block;
	padding-bottom: 20px;
}
#main.clearfix div.layout article div > div.photo-data:last-child {
	padding-bottom: 0px;
}
.caption {
	text-align: left;
	padding: 5px 0px 5px 5px;
	border-top: 1px solid #91ef91;
	box-shadow: 0px 0px 10px -3px #91ef91 ;
}
.caption p {
	margin-bottom: 5px;
}
article footer.contentinfo .caption a {
    border-right: none;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
footer.contentinfo div.caption p a.tumblr_blog {
	font-weight: bold;
}
article footer.contentinfo div.caption blockquote {
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
}
@media screen and (min-height:450px) {

} 
@media screen and (min-height:550px) {

} 
@media screen and (min-height:799px) {

}
@media screen and (min-height:1079px) {

}
