/* @override http://sflwa.com/user/themes/photo/style.css */

/* @override 
	http://www.somefoolwitha.com/user/themes/photo/style.css
	http://www.somefoolwitha.com/user/themes/photo/style.css
	http://somefoolwitha.com/user/themes/photo/style.css
	http://sflwa.com/user/themes/photo/style.css
*/

/*
Theme Name: photo
Theme URI: http://somefoolwitha.com
Version: 1
Author: Matthewm
Author URI: http://somefoolwitha.com

License: Apache Software License
	http://groups.google.com/group/habari-dev/msg/9b98a01189093e7e

CSS Documentation: http://k2.stikipad.com/docs/show/CSS+Overview
*/

html {
	-webkit-font-smoothing: antialiased;
}

body {
	text-rendering: optimizeLegibility;
	font-family: Helvetica, Arial, sans-serif;
	color: #ffffff;
	background: rgba(15,30,43,1);
}

img.source-image {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1000;
}

.warning  {
-webkit-transform: rotate(1.5deg);
-moz-transform: rotate(1.5deg);
-webkit-border-top-left-radius: 6px;
-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;	
	-moz-border-radius-bottomleft: 6px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(74,10,30,0.69);
	padding: 8px;
		font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 1px 0;
	position: fixed;
	text-align: center;
	color: rgba(254,255,254,0.44);
	border-top: 2px solid rgba(254,255,254,0.22);
	border-bottom: 2px solid rgba(254,255,254,0.22);
	border-left: 2px solid rgba(254,255,254,0.22);
	right: 0;
	z-index: 4;
	top: 80px;
	line-height: 16px;
}

.warning:hover  {
-webkit-transform: rotate(-4deg);
-moz-transform: rotate(-4deg);}

/* @group NORMAL SIZE */

.entry {
	width: 800px;
	margin: 100px auto 70px;
}


.entry .entry-content {
	margin-bottom: 15px;
	display: inline-block;
	width: 800px;
}

.entry .entry-content .full {
	text-align: center;
}
.entry .entry-content .full img, .entry .entry-content img {
	max-width:800px; max-height:1000px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid rgba(255,254,254,0.3);
	border-top: 1px solid rgba(255,254,254,0.4);
border-bottom: 1px solid rgba(255,254,254,0.2);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .6);
-moz-box-shadow:0px 0px 10px rgba(0,0,0, .6);
box-shadow:0px 0px 10px rgba(0,0,0, .6);
}

.navigation .inner {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 -1px 0;
	padding: 12px;
	border: 2px solid rgba(255,255,255,0.4);
}

.navigation .inner .left {
	color: rgba(255,255,255,0.8);
	float: left;
	width: 250px;
	text-align: left;
	background: url(images/left.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	padding-top: 3px;
}

.navigation .inner .middle {
	width: 150px;
	float: left;
	text-align: center;
	background: url(images/up.png) no-repeat 12px 2px;
	padding-left: 0;
	height: 16px;
	padding-top: 3px;
}
.navigation .inner .right {
	color: rgba(255,255,255,0.8);
	float: right;
	width: 260px;
	text-align: right;
	background: url(images/right.png) no-repeat right center;
	padding-right: 20px;
	height: 16px;
	padding-top: 3px;
}


.entry h1.entry-title, .entry h1.entry-title a {
	text-decoration: none;
	color: rgba(255,255,255,0.4);
	text-shadow: rgba(0,0,0,15) 0 1px 0;
	font: normal 38px/38px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
}

#sb-twitterbox {
	float: right;
	margin-right: 90px;
}

/* @end */










@media all and (max-width: 3000px) and (min-width: 1100px)  {
  .entry  {
	width: 1000px;
	margin: 70px auto;
}
  .entry .entry-content {
	margin-bottom: 15px;
	display: inline-block;
	width: 1000px;
}

.entry .entry-content .full {
	text-align: center;
}
.entry .entry-content .full img, .entry .entry-content img {
	max-width:1000px; max-height:900px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid rgba(255,254,254,0.3);
	border-top: 1px solid rgba(255,254,254,0.4);
border-bottom: 1px solid rgba(255,254,254,0.2);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .6);
-moz-box-shadow:0px 0px 10px rgba(0,0,0, .6);
box-shadow:0px 0px 10px rgba(0,0,0, .6);
}

.navigation .inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 -1px 0;
	padding: 12px;
	border: 2px solid rgba(255,255,255,0.4);
}


.navigation .inner .left {
	color: rgba(255,255,255,0.8);
	float: left;
	width: 280px;
	text-align: left;
	background: url(images/left.png) no-repeat left center;
	padding-left: 20px;
	height: 16px;
	padding-top: 3px;
}

.navigation .inner .middle {
	width: 280px;
	float: left;
	text-align: center;
	background: url(images/up.png) no-repeat 12px 2px;
	padding-left: 0;
	height: 16px;
	padding-top: 3px;
}

.navigation .inner .right {
	color: rgba(255,255,255,0.8);
	float: right;
	width: 280px;
	text-align: right;
	background: url(images/right.png) no-repeat right center;
	padding-right: 20px;
	height: 16px;
	padding-top: 3px;
}
}

@media all and (max-width: 800px) and (min-width: 700px) {
  .entry  {
	width: 600px;
	margin: 100px auto 70px;
  }
  .entry .entry-content {
	margin-bottom: 15px;
	display: inline-block;
	width: 600px;
}

.entry .entry-content .full {
	text-align: center;
}
.entry .entry-content .full img, .entry .entry-content img {
	max-width:600px; max-height:600px;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid rgba(255,254,254,0.3);
	border-top: 1px solid rgba(255,254,254,0.4);
border-bottom: 1px solid rgba(255,254,254,0.2);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .6);
-moz-box-shadow:0px 0px 10px rgba(0,0,0, .6);
box-shadow:0px 0px 10px rgba(0,0,0, .6);
}

.navigation .inner {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 -1px 0;
	padding: 12px;
	border: 2px solid rgba(255,255,255,0.4);
}

.navigation .inner .left {
	color: rgba(255,255,255,0.8);
	float: left;
	width: 185px;
	text-align: left;
	background: url(images/left.png) no-repeat left center;
	padding-left: 20px;
	padding-top: 3px;
}

.navigation .inner .middle {
	width: 185px;
	float: left;
	text-align: center;
	background: url(images/up.png) no-repeat 12px 2px;
	padding-left: 0;
	padding-top: 3px; }

.navigation .inner .right {
	color: rgba(255,255,255,0.8);
	float: right;
	width: 185px;
	text-align: right;
	background: url(images/right.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 3px;
}

}







@media all and (max-width: 700px) and (min-width: 500px) {
  .entry  {
	width: 500px;
	margin: 110px auto 70px;
  }
  .entry .entry-content {
	margin-bottom: 15px;
	display: inline-block;
	width: 500px;
}

.entry .entry-content .full {
	text-align: center;
}
.entry .entry-content .full img, .entry .entry-content img {
	max-width:500px; max-height:500px; 
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid rgba(255,254,254,0.3);
	border-top: 1px solid rgba(255,254,254,0.4);
border-bottom: 1px solid rgba(255,254,254,0.2);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .6);
-moz-box-shadow:0px 0px 10px rgba(0,0,0, .6);
box-shadow:0px 0px 10px rgba(0,0,0, .6);
}

.navigation .inner {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 -1px 0;
	padding: 12px;
	border: 2px solid rgba(255,255,255,0.4);
}
.navigation .inner .left {
	width: 330px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	background: url(images/left.png) no-repeat left center;
	padding-left: 20px;
	padding-top: 3px;

}

.navigation .inner .middle {
	width: 330px;
	text-align: center;
	background: url(images/up.png) no-repeat 12px 2px;
	padding-left: 0;
	padding-top: 3px; }

.navigation .inner .right {
	width: 330px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	background: url(images/right.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 3px;
}
.entry h1.entry-title, .entry h1.entry-title a {
	text-decoration: none;
	color: rgba(255,255,255,0.4);
	text-shadow: rgba(0,0,0,15) 0 1px 0;
	font: normal 28px/38px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
}

#sb-twitterbox {
	float: right;
	margin-right: 90px;
	margin-top: 10px;
}
}









@media all and (max-width: 500px) and (min-width: 1px) {
  .entry  {
	width: 300px;
	margin: 120px auto 70px;
  }
  .entry .entry-content {
	margin-bottom: 15px;
	display: inline-block;
	width: 300px;
}

.entry .entry-content .full {
	text-align: center;
}
.entry .entry-content .full img, .entry .entry-content img {
	max-width:300px; 
	margin-bottom: 5px;
	margin-top: 10px;
	border: 1px solid rgba(255,254,254,0.3);
	border-top: 1px solid rgba(255,254,254,0.4);
border-bottom: 1px solid rgba(255,254,254,0.2);
-webkit-box-shadow:0px 0px 10px rgba(0,0,0, .6);
-moz-box-shadow:0px 0px 10px rgba(0,0,0, .6);
box-shadow:0px 0px 10px rgba(0,0,0, .6);
}

.navigation .inner {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);
-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: rgba(0,0,0,15) 0 -1px 0;
	padding: 12px 12px 1px;
	border: 2px solid rgba(255,255,255,0.4);
}
.navigation .inner .left {
	width: 280px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	background: url(images/left.png) no-repeat left center;
	padding-left: 20px;
	padding-top: 3px;

}

.navigation .inner .middle {
	width: 280px;
	text-align: center;
	background: url(images/up.png) no-repeat 12px 2px;
	padding-left: 0;
	padding-top: 3px; }

.navigation .inner .right {
	width: 280px;
	color: rgba(255,255,255,0.8);
	text-align: center;
	background: url(images/right.png) no-repeat right center;
	padding-right: 20px;
	padding-top: 3px;
}
.entry h1.entry-title, .entry h1.entry-title a {
	text-decoration: none;
	color: rgba(255,255,255,0.4);
	text-shadow: rgba(0,0,0,15) 0 1px 0;
	font: normal 24px/24px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
}

#sb-twitterbox {
	float: right;
	margin-right: 90px;
	margin-top: 10px;
}
}

.entry .entry-content img:hover {
	-webkit-box-shadow:0px 0px 100px rgba(0,0,0, .5);
-moz-box-shadow:0px 0px 100px rgba(0,0,0, .5);
box-shadow:0px 0px 100px rgba(0,0,0, .5);
border: 1px solid rgba(255,254,254,0.02);
	text-align: center;
}



.entry h1 {

	margin-bottom: 8px;
}



.entry h1.entry-title a:hover {
	color: rgba(255,255,255,8);
}

.entry h1.entry-title .entry-edit a {
		color: rgba(255,255,255,0.2);
	font-size: 14px;
	margin-left: 16px;
	text-shadow: rgba(0,0,0,15) 0 1px 0;}



.entry .entry-content h1{
	margin-top: 15px;
		font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: rgba(255,255,255,0.8);
}

.entry .entry-content h2{
	margin-top: 15px;
		font-size: 20px;
	font-weight: normal;
	font-style: normal;
}

.entry .entry-content h3 {
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

.entry .entry-content h4 {
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

.entry .entry-content h5 {
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: rgba(255,255,255,0.71);
}

.entry .entry-content h6 {
	margin-top: 15px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	color: rgba(255,255,255,0.85);
}

.entry .entry-content .intro {
	margin-top: 5px;
}




.entry .entry-content #intro {
	margin-top: 5px;
	font-size: 16px;
	line-height: 22px;
}



.entry .entry-content ul li {
	margin-top: 5px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 16px;
}




.entry .entry-content ul li , .entry .entry-content , .entry .entry-content p, .entry .entry-content .intro p {
			color: rgba(255,255,255,0.55);
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
	text-shadow: rgba(0,0,0,15) 0 1px 0;
	text-align: left;
}

.entry .entry-content blockquote {
	font-size: 16px;
	line-height: 22px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.entry .entry-content .highlight {
	color: rgba(255,255,255,0.8);
}

.entry .entry-content code {
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 10px;
	display: inline-block;
}

.entry .entry-content a {
	font-size: 14px;
	line-height: 18px;		color: rgba(255,255,255,0.7);
	text-decoration: none;
}

.entry .entry-content a:hover {
		color: rgba(255,255,255,0.8);
	text-decoration: underline;
}

.clear {
	clear: both;
}
.navigation {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}




.navigation .inner .middle img {
	width: 12px;
	height: 12px;
}

.navigation .inner a {
	color: rgba(255,255,255,0.4);
	font-size: 12px;
	text-decoration: none;
}

.navigation .inner a:hover {
	color: rgba(255,255,255,0.8);
}

.entry .twitblock {
	float: left;
	margin-left: 15px;
}

.twitter-share-button {
	float: left;
}

.entry .entry-meta .date.section {
text-shadow: rgba(0,0,0,15) 0 1px 0;
	float: right;
	color: rgba(255,255,255,0.4);
	font-size: 14px;
	margin-right: 15px;
}

.entry .entry-meta .date.section a#inline {
	text-decoration: none;
	margin-left: 25px;
}



.entry .entry-meta .date.section a#inline:hover {
	text-decoration: underline;
}


.twitpostt img {
	vertical-align: middle;
	margin-left: 5px;
}

#keykey {
	color: rgba(255,254,254,0.5);
text-shadow: rgba(0,0,0,0.65) 0 1px 0;
	width:80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
	font-size: 12px;
	margin-top:20px;
}

#keykey a {
	text-decoration: none;
	display: inline-block;
}


#tla {
text-shadow: rgba(0,0,0,15) 0 1px 0;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 20px;
}


#tla ul li {
	text-align: center;
	list-style-type: none;
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
	line-height: 16px;
}

#tla ul li a {
	color: rgba(255,254,254,0.2);
	text-decoration: none;
}

#tla ul li a:hover {
	color: rgba(255,254,254,0.6);
	text-decoration: none;
}

#footer {
text-shadow: rgba(0,0,0,15) 0 1px 0;
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
	color: rgba(254,255,254,0.2);
}

#footer a {

	color: rgba(254,255,254,0.2);
	text-decoration: none;
}


#footer a:hover {

	color: rgba(254,255,254,0.6);
	text-decoration: none;
}
.sb-switcher {
	float: right;
}

.nav {
-webkit-border-radius: 16px;
	-moz-border-radius: 16px;	
		text-shadow: rgba(0,0,0,15) 0 -1px 0;
padding: 8px;
		font-size: 12px;	margin-top: 15px;
	margin-left: 65px;
		background: -moz-linear-gradient(
		top,
		rgba(0,0,0,0.9),
		rgba(0,0,0,0.9) 49%,
		rgba(0,0,0,1) 51%,
		rgba(0,0,0,1)
	);
	background: -webkit-gradient(
		linear,
		left top, left bottom,
		from(rgba(0,0,0,0.9)),
		to(rgba(0,0,0,1)),
		color-stop(0.49, rgba(0,0,0,0.9)),
		color-stop(0.51, rgba(0,0,0,1))
	);
	-webkit-box-shadow:0px 0px 16px rgba(0,0,0, .8);
-moz-box-shadow:0px 0px 16px rgba(0,0,0, .8);
box-shadow:0px 0px 16px rgba(0,0,0, .8);

	width: 90%;
	z-index: 1;
	border: 1px solid rgba(255,254,253,0.3);
	
	min-height: 12px;
	margin-right: 0;
}

.nav ul li {
	float: left;
	margin-right: 12px;
	text-transform: lowercase;
}

.nav ul li a strong {
	color: rgba(100,164,209,0.6);
}


.nav ul li a:hover strong {
	color: rgba(100,164,209,0.8);
}



.nav ul li a {
	text-decoration: none;
	color: rgba(254,255,254,0.4);
}

.nav ul li a:hover, #twitter_update_list li span a:hover, #twitter_update_list li a:hover {
	text-decoration: none;
	color: rgba(254,255,254,0.8);
}

.nav ul {
	margin-left: 6px;
}

#nav img {
	-webkit-box-shadow:0px 0px 6px rgba(255,255,255, .6);
-moz-box-shadow:0px 0px 6px rgba(255,255,255, .6);
box-shadow:0px 0px 6px rgba(255,255,255, .6);

-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
width: 32px;
	height: 32px;
	border: 1px solid rgba(255,254,253,0.6);
	margin-left: 15px;
	z-index: 2;
	margin-top: 13px;
}

#nav img:hover {
	-webkit-box-shadow:0px 0px 8px rgba(255,255,255, 1);
-moz-box-shadow:0px 0px 8px rgba(255,255,255, 1);
box-shadow:0px 0px 8px rgba(255,255,255, 1);

-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgba(255,254,253,0.8);
}




#sb-twitterbox #twitter {
	display: inline-block;
	float: right;
	margin-left: 5px;
	margin-top: -2px;
	opacity: 0.46;
}

#twitter_update_list {
	list-style-type: none;
	display: inline-block;
	float: right;
}

#twitter_update_list li span, #twitter_update_list li span a, #twitter_update_list li a {
	color: rgba(254,255,254,0.29);
	text-decoration: none;
}


ul#monthly_archives {
	padding: 0;
	font-size: 20px;
	margin: 0;
}

ul#monthly_archives li {
	margin-bottom: 15px;
	line-height: 21px;
	margin-left: 0;
}


ul#monthly_archives li ul.archive_entry li {
	margin: 0 20px 0 0;
	list-style-type: none;
	list-style-position: inside;
	display: inline-block;
	color: rgba(255,255,255,0.49);
}

ul.archive_entry {
	margin: 0;
	padding: 0;
	font-size: 14px;
}

ul#monthly_archives li {
	list-style-type: none;
}
ul#monthly_archives li a {
	color: rgba(255,255,255,0.6);
	text-decoration: none;

}
ul#monthly_archives li a:hover {
	color: rgba(255,255,255,0.8);
	text-decoration: underline;

}

a.socialb img {
	margin: 10px 15px 0 0 !important;
	padding: 0;
	margin-top: 10px;
	border-style: none !important;
	-webkit-box-shadow:0px 0px 5px rgba(255,255,255, .4) !important;
-moz-box-shadow:0px 0px 5px rgba(255,255,255, .4) !important;
box-shadow:0px 0px 5px rgba(255,255,255, .4) !important;

}

a.socialb img:hover {
	margin: 10px 15px 0 0 !important;
	padding: 0;
	margin-top: 10px;
	border-style: none !important;
	-webkit-box-shadow:0px 0px 15px rgba(255,255,255, .6) !important;
-moz-box-shadow:0px 0px 15px rgba(255,255,255, .6) !important;
box-shadow:0px 0px 15px rgba(255,255,255, .6) !important;
-webkit-transform: rotate(10deg) scale(1.2) !important;
-moz-transform: rotate(10deg) scale(1.2) !important;
}

/* @group comments */

.counter {
	display: none;
}


#commentshere {
	background: rgba(15,30,43,1);
	padding: 10px;
	width: 700px !important;
	text-shadow: rgba(0,0,0,0.32) 0 1px 0;
	color: #fefffe;
}

#commentlist .comment {
	margin-bottom: 20px;
}

.commentauthor {
	font-weight:normal;
	font-size: 140%;
	text-align: left;

}

.commentauthor small {
	font-size: 80%;
	font-weight: normal;
}
	
.comment-meta {
	font-size: 10px;
}
#commentlist {
	margin: 20px 10px 0 0;
}

#comment_content {
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 0;
	width: 700px;
}

#comment_content p {
	margin-bottom: 4px;
}

#cf_content label {
	display:none;
}

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



.comment-content p {
	margin-top: 6px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 16px;
}

.pings {
	list-style: none;
 margin: 0px;
 width: 530px;
}

.comment-author-admin {
-webkit-border-radius: 12px;
	-moz-border-radius: 12px;	list-style: none;
 width: 530px;
 margin: 0px 50px 10px 0px;
	background-color: #d5e1f2;
	padding: 10px 10px 8px 8px;
}

img.gravatar, .twitter_avatar {
	width: 25px;
	height: 25px;
}


	
	.notedcomment {
	list-style: none;
 width: 530px;
 margin: 0px 50px 10px 0px;
	padding: 10px 10px 5px 8px;
	background-color: #d5e1f2;
}

body#single #content, #commentcontent {
	padding-bottom: 10px;
		width: 580px;
			margin-right: auto;
	margin-left: auto;
	padding-right: 8px;
	padding-top: 8px;
	display: block;
}


.comments h4 {
	color: #fff;
	font-weight: normal;
	font-style: normal;
font: normal 30px/28px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
}

.comments .metalinks {
	font-size: 12px;
	margin-top: 10px;
}

.comments .metalinks a {
	text-decoration: none;
	color: rgba(254,255,254,0.7);
	margin-right: 15px;
}

.comments .metalinks a:hover {
	color: rgba(254,255,254,1);
	text-decoration: underline;
}


.commentauthor a {
	font: normal 24px/26px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;
	color: #fefffe;
}

h4#respond {
	font: normal 20px/22px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
	color: rgba(255,255,254,0.8);
}

h4#respond:hover {
	font: normal 20px/22px 'VegurExtraLight', "Helvetica Neue UltraLight", Helvetica, Arial, Geneva, sans-serif;
	color: rgba(255,255,254,0.8);
}

.commentform {
	font-size: 14px;
	line-height: 18px;
}

#comment_email, #comment_name, #comment_url {
	width: 200px;
	margin-left: 10px;
	color: rgba(0,0,0,0.9);
}

#cf_submit input {
		-webkit-box-shadow:0px 0px 6px rgba(255,255,255, .6);
-moz-box-shadow:0px 0px 6px rgba(255,255,255, .6);
box-shadow:0px 0px 6px rgba(255,255,255, .6);
-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	font-size: 12px;
	background-color: #fefffe;
	padding: 4px 10px;
	border: 2px solid #fff;
}

#cf_submit input:hover {
		-webkit-box-shadow:0px 0px 6px rgba(255,255,255, .6);
-moz-box-shadow:0px 0px 6px rgba(255,255,255, .6);
box-shadow:0px 0px 6px rgba(255,255,255, .6);
-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	font-size: 12px;
	background-color: rgba(254,255,254,0.78);
	padding: 4px 10px;
	border: 2px solid #fff;
cursor: pointer;}

.comment-meta a {
	text-decoration: none;
	color: rgba(255,255,254,0.85);
}

.comment-meta a:hover {
	text-decoration: underline;
	color: rgba(255,255,254,1);
}

/* @end */


