/* DOWNLOAD FORM DIVS */

.plans {
    float: right;
    background: #e4e4e4;
    border-radius: 6px;
    padding: 10px 10px 10px 20px;
    margin: 20px;
    font-size: 16px;
}

.plans td {
    font-weight: bold;
    padding-bottom: 10px;
    color: #444;
}

.plans img.thumb {
	width: auto !important;
	height: auto !important;
	float: left;
	margin: 0 20px 0 0;
}

.plans.no-float {
	float: none;
}

.plans .paypal {
    font-size: 12px;
    color: #666;
}


@media (max-width: 767px) {
	.plans {
    float: none;
}
	
}

table.download-table td {
	vertical-align: middle;
}




/* 
	ARCHIVE PAGINATION 
-------------------------------------------------------------- */

#pagination a {
    background: #e1e1e1;
    background: -webkit-linear-gradient(#ffffff 0%, rgba(0,0,0,0.2) 100%);
    padding: 5px 10px;
    border: 1px solid #c4c4c4;
}

#pagination a:hover {
    background: #e1e1e1;
    text-decoration: none;
}


/* =photo grid
-------------------------------------------------------------- */

#main .post-content ul.photo-grid {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
		display: block;
		}
		
		#main .post-content ul.photo-grid li {
			float: left;
			list-style-type: none;
			padding: 0;
			margin: 0;
			}
			
		#main .post-content ul.photo-grid li a {
			display: block;
			margin: 0 4px 4px 0;
			height: 150px;
			width: 150px;
			padding: 4px;
			border: 1px solid #ccc;
			background: none;
			}
			
			#main .post-content ul.photo-grid li a img.size-thumbnail {
			border: none;
			width: 100%;
			height: auto;
			}
			
			#main .post-content ul.photo-grid a:hover {
				border: 1px solid #718798;
				background: none;
				}
				
				
				
				
				
.meta-bg {
	margin: 10px 0 15px 0;
	padding: 5px;
	background-color: #f5f5f5;
		/* css3 drop shadow */
		-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
		-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
		box-shadow:0 1px 4px rgba(0, 0, 0, 0.3);
	}
	
	
div.steps {
	clear: both;
	display: block;
	margin: 10px 0 0;
	padding: 10px 0 ;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	}
	
	

/* BLOCKQUOTE PETE
----------------------------------------------------------------------------------------------------*/

#main .post-content blockquote.pete,
#main .post-content blockquote.marty { 
	font-family: Helvetica, arial, sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding: 15px;
	padding-bottom: 1px;
	margin: 0 0 15px 0;
/* 	css3 rounded corners */
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;	
	-moz-border-radius: 8px;
	border-radius: 8px;
	}


blockquote.pete {
	background: #e1e1e1 url(/img/icon_petemini.png) no-repeat 4px 6px;
	}

blockquote.marty {
	background: #e1e1e1 url(/img/icon_martymini.png) no-repeat 4px 6px;
	}
	
blockquote.pete p:first-child,
blockquote.marty p:first-child {
	text-indent: 22px;
	}