/* Notes Specific */


.post-title h2 a:link, .post-title h2 a:visited, .post-title h2 a:active {
	color: #5ec5f4;
	background-color: transparent;
	text-decoration: none;
}

.post-title h2 a:hover {
	color: #5ec5f4;
	background-color: transparent;
	text-decoration: none;	
}

.post-meta {
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 1;
}

.post-meta a:link span.meta-data, .post-meta a:visited span.meta-data, .post-meta a:active span.meta-data  {
	__display: none;
	opacity: 0;
}
.post-meta a:hover span.meta-data {
	__display: inline;
	opacity: 1; -moz-transition-delay:0s;transition-delay:0s;
}
.post-meta a:link, .post-meta a:visited, .post-meta a:active  {
	color: #555;
	background-color: transparent;
	text-decoration: none;
}
.post-meta a:hover  {
	color: #555;
	background-color: transparent;
	text-decoration: none;
}



.checkin {
	font-size: 10px;
	margin-top: -5px;
	margin-bottom: 20px;
	line-height: 1;
}

.checkin a:link .locationname, .checkin a:visited .locationname .checkin a:active .locationname {
	color: #555;
	background-color: transparent;
	text-decoration: none;
}
.checkin a:hover .locationname {
	color: #fff;
	background-color: #e5a71f;
	text-decoration: none;
}

.checkin a:link, .checkin a:visited, .checkin a:visited {
	color: #555;
	background-color: transparent;
	text-decoration: none;
}
.checkin a:hover {
	color: #fff;
	background-color: #e5a71f;
	text-decoration: none;
}
.checkin .locationaddress {
	opacity: 0;
	color: #555;
	background-color: transparent;
	text-decoration: none;
}
.checkin:hover .locationaddress {
	opacity: 1; -moz-transition-delay:0s;transition-delay:0s;
	color: #555;
	background-color: transparent;
	text-decoration: none;
}

dd+dt {
	margin-top: 10px;
}

cite {
	color: #888;
	font-size: smaller;
}

cite a:link {
    color: #e5a71f;
}

code {
	font-weight: normal;
	font-size: smaller;
	background: #111;
	color: #efefef;
	padding: 0 4px;
}
code.line {
	font-weight: normal;
	font-size: smaller;
	background: #111;
	color: #0f0;
	padding: 2px 4px;
	display: block;
}

figure {
	margin: 0 0 10px 0;
}

.post-content .alignnone {
	padding: 0;
	margin: 0 0 0 0;
}
.post-content .alignright {
	padding: 0;
	margin: 0 0 10px 30px;
	display: inline;
	float: right;
}
.post-content .alignleft {
	padding:0;
	margin: 0 30px 10px 0;
	display: inline;
	float: left;
}

q {
	color: #aaa;
	font-style: italic;
}

q a:link, q a:visited, q a:active  {
	color: #aaa;
	background-color: none;
	text-decoration: none;
	border-bottom: 1px dotted #777;
}

q a:hover {
	color: #aaa;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #777;
}

blockquote {
	color: #aaa;
	padding: 0 10px;
	margin: 0 20px 0 0;
	font-size: 16px;
	font-weight: normal;
	border-left: 2px dotted #888;
}
blockquote footer {
	font-size: 12px;
	color: #ccc;
}
blockquote footer:before {
	content: '';
}
.post-content p.cite {
	margin-top: 10px;
}





nav {
	color: #666;
}
nav a:link {
	color: #81ae4c; /* #a1d95f; */
	background-color: none;
	text-decoration: none;
}
nav a:visited {
	color: #81ae4c; /* #a1d95f; */
	text-decoration: none;
}
nav a:hover {
	color: #fff;
	background-color: #81ae4c; /* #a1d95f; */
	text-decoration: none;
}
nav a:active {
	color: #81ae4c; /* #a1d95f; */
	background-color: #cccccc;
	text-decoration: none;
}
