.columns {
	display:block;
	display:inline-block;
	margin-bottom:2em
}

* html .columns {
	height:1%
}

.column {
	display:inline;
	float:left;
	margin:0;
	overflow:hidden
	width: 490px:
}

.columns .last {
	float:right;
	margin-right:0;
	margin-left:15px;
	
}

.columns .first {
	margin-left:0;
	margin-right:15px;
	
}

#columns {
	-webkit-column-count: 3;
	-webkit-column-gap: 10px;
	-moz-column-count: 3;
	-moz-column-gap: 10px;
	column-count: 3;
	column-gap: 15px;
}

.pin {
	display: inline-block;
	background: #FEFEFE;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	padding: 15px;
	padding-bottom: 5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.pin img {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

.pin p {
	font: 12px/18px;
	color: #333;
	margin: 0;
}

.firstcharacter { 
	float: left; 
    color: #223f7b; 
    font-size: 55px; 
	line-height: 58px; 
    padding-top: 4px; 
	padding-right: 8px;
	padding-left: 3px; 
	font-family: Georgia; }

.right_border {
	border-right:groove #223f7b;
	}

@media (min-width: 960px) {
	#columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}

@media (min-width: 1100px) {
	#columns {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
}


#wrapper {
	width: 90%;
	max-width: 800px;
	min-width: 686px;
	margin: 50px auto;
}


pre {
	text-align: left;
	margin: 10px;
	padding: 10px 0 10px 30px;
	font-family: courier, monospace;
	font-size: 14px;
	line-height: 1.3em;
	color: #000000;
	background-color: #f6f6f6;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}



/*thead{
font-style: normal;
font-weight: bold;
text-align: left;
font-size: 12px;
}
tbody, tfoot, thead, tr, th, td {
    border: 1px solid rgb(221, 221, 221);
    margin: 0px;
    outline: 0px none;
    padding: 0px;
    vertical-align: baseline;
}

th{
border-bottom: 1px solid rgb(221, 221, 221);
padding: 5px;
font-weight: normal;
}

tbody{
	background-color: rgb(227, 241, 250);
}*/






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
