@charset "UTF-8";
/* CSS Document */

.tombstone {
    border: 1px solid #ccc;
    padding: 8px 1%;
    float: left;
    height: 315px;
    width: 31%;
    margin-bottom: 15px;
    margin-right: 2%;
	text-align:center;
}

.tombstone p, .tombstone a {
	color:#333;
	text-align:center;
	text-decoration:none;
}

.tombstone h2.tshead {
	background-color:#f38b00;
	color:#ffffff;
	padding:15px 5px;
	text-align:center;
	font-size:18px;
	margin:5px 0px 15px 0px;
}

.tombstone h2.tshead a {
	color:#ffffff;
	
}

.tombstone img {
       width: 45% !important;
    margin-left: 28%;
    height: auto !important;
    margin-bottom: 20px;
}

.thumblinks {
    float: left;
    width: 45.333333%;
    padding: 0% 15px;
    box-shadow: 0px 10px 12px -1px rgba(0, 0, 0, 0.3);
    margin: 0 2% 40px 2%;
    position: relative;
    display: block;
    overflow: hidden;
}

.thumblinks h3.header {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    font-size: 20px;
    background-color: rgba(0,0,0,0.4);
    color: #ffffff;
    display: block;
    width: 100%;
    left: 0px;
    
}

.thumblinks a {
    color:#ffffff;
	padding: 9px;
	display: block;
    width: 100%;
	text-align:center;
}


.thumblinks img {
	width:100% !important;
	height:auto !important;
}


@media only screen and (max-width: 750px) {
.tombstone {
    width: 48%;
}
.tombstone img {
       width: 25% !important;
    margin-left: 38%;
}

}

@media only screen and (max-width: 650px) {
.tombstone {
   
    width: 100%;
    margin-right: 0%;
	height:400px;
}
.tombstone img {
    width: 50% !important;
    margin-left: 25%;
}

}

/*********************** NEW **********************/

input.checkbox {
    float: left;
    width: 10px !important;
    height: 9px !important;
}

#search {
	margin-top:10px;
}

