/* ==================== */
/* = The 1Kb CSS Grid = */
/* ==================== */

.grid_1 { width:80px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:265px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:520px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column { /* 10px margin on BOTH sides, resulting in a 20px gutter between columns */
	float: left;
}

.post-meta ul {
list-style: none;
padding: 0;
margin: 0;
}

.post-meta {
overflow: hidden;
height: 1%;
padding: 0 0 15px 0;
margin: 0;
}

.post-meta li {
display: inline;
}

.post-meta li a {
font-size: .9em;
display: inline-block;
float: left;
margin-right: 5px;
padding: 4px 10px;
color: #1D475E;

-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 2px rgba(0,0,0,.1);

background: #91DCFC;
background: -webkit-gradient(linear, left top, left bottom, from(#91DCFC), to(#47B4FA));
background: -moz-linear-gradient(top,  #91DCFC,  #47B4FA);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91DCFC', endColorstr='#47B4FA');
}

.post-meta li a:hover {
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.8);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,.8);
box-shadow: 0 1px 2px rgba(0,0,0,.8);
color: #E6F6FF;
text-shadow: 0 2px 2px rgba(0,0,0,.3);
}




.column.grid_4 {
	margin-left: 5px;
}


.column.grid_7 {
	float: left;
	margin-left: 29px;
	overflow: hidden;
	height: 1%;
	margin-top: -10px;
}


.row { /* center the row on the page, clear the interior contents with overflow:hidden hack */
	width: 840px;
	margin: 0 auto;
}
.row .row {
	margin: 0 -10px;
	width: auto;
}

.sidebar-refblocks,
.sidebar-refblocks-google {
text-align: center;
margin-bottom: 15px;
}

.sidebar-refblocks img {
text-align: center;
border: 1px solid #373737;
}

#body-container {
background: #fff url('http://roberthaverly.com/tumblr/resources/com-bg.png');
overflow: hidden;
height: 1%;
width: 840px;
margin: 0 auto;
padding: 30px 0px 10px 0px;
-moz-box-shadow: 3px 3px 3px #666;
-webkit-box-shadow: 3px 3px 3px #666;
box-shadow: 3px 3px 3px #666;

}

#footer {
padding: 20px 0;
font-size: 10px;
font-family: Helvetica, sans-serif;
}

#recommend-me {
margin-bottom: 20px;
text-align: center;
}

#recommend-me a {
color: red;
}

		body { 
		margin: 80px 0 0 0;
		font-family: Helvetica, sans-serif;
		font-size: 13px;
		background: url('http://roberthaverly.com/tumblr/resources/tumblr90183.png') #fff;
		}
		
		img {
		border: none;
		}
	
		.lightpanel {
		color: #f3f3f3;
		line-height: 18px;
		/*text-shadow: 0 1px 1px rgba(000,000,000,0.2);*/
		border-bottom: 1px solid #373737;
		}
		
		.grid_7 .lightpanel {
		color: #333;
		}
		
		.lightpanel p {
		padding-left: 20px;
		padding-right: 20px;
		}
		
		.lightpanel h2, .lightpanel h3, .lightpanel h4, .lightpanel h5, .lightpanel h6 {
		padding-left: 20px;
		padding-right: 20px;
		}
		
		.nav img {vertical-align: middle; margin-right: 5px;}
		
		.nav a {
		text-decoration: none;
		color: #f3f3f3;
		display: block;
		padding: 10px;
		font-size: 12px;
		text-transform: uppercase;
		text-shadow: 0 2px 1px rgba(000,000,000,0.9);
		font-family: Helvetica;
		}
		
		.nav a:hover {
		background: #333333;
		}
		
		h2 {
		font-size: 20px;
		font-weight: 500;
		line-height: 24px;
		text-shadow: 0 2px 1px rgba(255,255,255,0.9);
		}
		
		h2 a {
		color: #4d4d4d;
		}
		
		#twitter_update_list {
		list-style: none;
		padding-left: 5px;
		padding-right: 5px;
		}
		
		#twitter_update_list li {
		padding-bottom: 4px;
		padding-top: 4px;
		}
		
		a {
		color: #41797e;
		text-decoration: none;
		}

		h1 {
		font-size: 32px;
		letter-spacing: -1px;
		font-weight: 100;
		text-shadow: 0 2px 1px rgba(255,255,255,0.9);
		margin: 0px;
		line-height: 30px;
		font-family: Georgia;
		font-style: italic;
		}
		
		h1 a {
		padding-top: 30px;
		padding-bottom: 30px;
		padding-left: 20px;
		display: block;
		color: #4d4d4d;
		}
		
		h1 a:hover {
		background: #e9eaea;
		}
		
		.masthead {
		margin-bottom: 40px;
		}
		
		blockquote {
		border-left: 3px solid #989696;
		margin-left: 20px;
		padding-left: 15px;	
		}

		blockquote p {
		margin-left: 20px;
		}
		
		.centeralign {
		text-align: center;
		}
		
		.bottomlist {
		padding-left: 0px;
		}

		.bottomlist ul {
		margin-left: 0px;
		padding-left: 0px;
		}
		
		.bottomlist li {
		display: inline;
		padding-right: 17px;
		list-style: none;
		}
		
		.reblogged {
		padding-bottom: 8px;
		border-bottom: 1px dotted;
		margin-bottom: 8px;
		}
		
		::-moz-selection {
		background: rgb(0,235,255);
		}

		::selection {
		background: rgb(0,235,255);
		}
	
		code::-moz-selection {
		background: rgb(0,235,255);
		}

		code::selection {
		background: rgb(0,235,255);
		}
		
		.video {
		text-align: center;
		}
		
		.notopborder {
		border-top: none !important;
		}
		
		
		
		.photocaption img {
		/*max-width: 460px;*/
		}
		
		.previous {
		width: 235px;
		}
		
		.next {
		width: 235px;
		float: right;
		clear: both;
		}
		
		.audio {
		padding-left: 12px;
		padding-top: 20px;
		padding-bottom: 20px;
		}
		
		.audioholder {
		background: #000000;
		}
		
		.playcount {
		float: right;
		clear: both;
		padding-top: 25px;
		padding-right: 20px;
		color: white;
		text-shadow: none;
		font-family: Georgia;
		font-style: italic;
		font-size: 14px;
		}
		
		input {		
		color: #4d4d4d;
		font-family: Helvetica;
		font-size: 13px;
		line-height: 18px;
		text-shadow: 0 1px 1px rgba(255,255,255,0.9);
		
		padding: 10px 20px 10px 20px;

		border: none;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width: 210px;
		}
		
		input:hover {
		box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
		-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
		-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.8);
		}
		
		.submit {
		float: right;
		clear: both;
		display: none;
		}
		
		.note {
		padding-bottom: 5px;
		padding-top: 5px;
		}
		
		ol.notes {
		padding: 0px;
		list-style-type: none;
		}

		ol.notes li.note {
		padding-left: 20px;
		}

		ol.notes li.note img.avatar {
		display: none;
		}

		ol.notes li.note span.action {
		font-weight: bold;
		}

		ol.notes li.note .answer_content {
		font-weight: normal;
		}

		ol.notes li.note blockquote {
		border-left: 3px solid #989696;
		margin-left: 0px;
		padding-left: 15px;
		padding-top: 0px;
		border-bottom: none;
		}

		ol.notes li.note blockquote a {
		text-decoration: none;
		}
		
		.noresults {
		font-size: 60px;
		font-weight: bolder;
		color: #373f3f;
		line-height: 50px;
		text-shadow: 0 1px 1px rgba(255,255,255,0.7);
		letter-spacing: -4px;
		}
		
		.search {
		margin-bottom: 40px;
		}
		
		.comments {
		padding-bottom: 10px;
		padding-left: 20px;
		padding-right: 20px;
		}
		
		.comments h3 {
		padding-left: 0px;
		}
		
		.chat li {
		list-style: none;
		}
		
		.label {
		font-weight: bolder;
		}
		
		.textpostbody img {
		/*max-width: 460px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;*/
		}
		
		.textpostbody li {
		padding-right: 20px;
		}
		
		.description {
		padding-right: 20px;
		}
		
		.portrait-description {
		padding: 20px;
		}
		
		.portrait {
		width: 300px;
		}

		.albumart {
		width:500px;
		}
		
		.triangle {
		height: 10px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		}
		
		.question {
		font-size: 16px;
		line-height: 22px;
		background: #000;
		text-shadow: none;
		color: #8c8c8c;
		box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
		-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
		-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
		
		padding: 30px;
		width: 460px;
		margin-left: -10px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		float: left;
		margin-bottom: 15px;
		}
		
		.asker {
		height: 70px;
		}
		
		.askerportrait {
		float: left;
		margin-right: 20px;
		padding-top: 20px;
		padding-left: 20px;
		}
		
		.askerportrait img {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		}
		
		.askername {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		line-height: 80px;
		}
		
		.askername a {
		color: #4d4d4d;
		}
		
		.linkbg {
		text-shadow: 0 0px 1px rgba(255,255,255,0.3);
		padding: 0px;
		margin: 0px;
		}
		
		.linkbg h2 {
		padding: 0px;
		margin: 0px;
		}
		
		.linkdescription {
		border-top: 1px solid #f3f3f3;
		padding-bottom: 1px;
		}
		
		.link {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 20px;
		padding-right: 130px;
		display: block;
		}
		
		.quote {
		margin-right: 130px;
		}
		
		.quotebg {
		text-shadow: 0 0px 1px rgba(255,255,255,0.3);
		padding: 0px;
		margin: 0px;
		}
		
		.quotedescription {
		border-top: 1px solid #f3f3f3;
		padding-bottom: 1px;
		}
		
		
/* CUSTOM */

	.shadow {
	border: 1px solid #ccc;
	margin-bottom: 25px;
	overflow: hidden;
	height: 1%;
	padding: 10px;
	}

    .title-text {
    margin-top: -20px;
    }

	.title-text h1 {
	text-indent: -9999px;
	}
	
	.title-text h1 a {
	padding: 0;
	margin: 0;
	display: inline;
	color: #fff;
	display: block;
	width: 260px;
	height: 118px;
	background: url('http://roberthaverly.com/tumblr/resources/roberthaverly-blog-logo.png') center no-repeat;
	}
	
	.reblogged li.tag-button {
	background: url('http://roberthaverly.com/tumblr/elephmod/images/tag-left.png') left center no-repeat;
	padding-left: 10px;
	line-height: 18px;
	font-size: 10px;
	padding-right: 5px;
	}
	
	.reblogged li.tag-button a {
	color: #333;
	background: #E3E3E3;
	padding-right: 5px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	}
	
	.tagcloud {}
	
	.tagcloud ul#tag_list {
	margin: 0;
	padding: 0;
	}
	
	.tagcloud li {
	list-style: none;
	display: inline;
	}
	
	.tagcloud li a {
	color: #eee;
	}
	
	.tagcloud li a:hover {
	color: #888;
	}
	
	.fb-like-button-frame {
	/*padding: 10px;
	background: #ccc;*/
	
	margin: 10px 20px;
	padding-top: 10px;
	border-top: 1px dotted #888;
	}
	
	
