/* Admin CSS */
#color-picker-example {
	float: left;
	border: 1px solid #c3c3c3;
	padding: 15px 15px 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #f8f8f8;
	-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.1);
	margin: 10px 0 10px 10px;
}

#tc-footer {
	margin-top: 15px;
	color: #7b7b7b;
	margin-bottom: -10px;
	font-size: 11px;
}

#color-container {
	min-width: 690px;
	overflow: auto;
	border: 1px solid #d9d9d9;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-right: 15px;
}
#example-post {
	display: block;
	padding: 10px;
	color: #ffffff;
	width: 326px;
	height: 326px;
	margin-top: 10px;
	margin-left: 10px;
	line-height: 15px;
	background-color: #afe2f8;
}
#example-tile {	
	text-transform: uppercase; 
	font: normal normal 28px;
	margin-bottom: 10px;
} 
#category-list {
	float: left;
	margin-left: 20px;
	overflow: auto;
}
#tc-note {
	padding: 8px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #fffdeb;
	margin-top: 10px;
	font-size: 12px;
	border: 1px solid #edd500;
	clear: both;
}
#donate-box {
	font-size: 11px;
	padding: 10px;
	background-color: #f7f7f7;
	border: 1px solid #e0e0e0;border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0 0;
	color: #707070;
}

#donate-box h3 {
	margin: 0;
	font-size: 16px;
}

#donate-box form {
	text-align: center;
	float: right;
}

.category-key-list-item {
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 0;
	border-top: 1px solid #dbdbdb;
}

#submit-button {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dbdbdb;
}

#category-key-radio {
	float: left;
	padding-top: 7px;
	padding-right: 20px;
}

#category-key-admin {
	float: left;
}

#category-list ul li hr {
	clear: both;
	border-top: 1px dashed #c9c9c9;
}

/* End Admin CSS */




/* Frontend CSS */
ul#post-tiles-3 {
	margin: 0 0 0 -10px;
	padding: 0px 0px 0px 10px;
	overflow: auto;
}

ul#post-tiles-3 li {
	margin: 0 0 10px 0;
	border:1px solid #000000;
	padding: 0;
	list-style: none;
	float: left;
	width: 326px;
	height: 326px;
	overflow: hidden;
}

ul#post-tiles-3 li a {
	display: block;
	padding: 5px;
	background-color:#ffffff;
	color: #000000;
	width: 316px;
	height: 153px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	line-height:12px;
}

ul#post-tiles-3 li.news-image a{
	margin-top: -326px;
	margin-left: -326px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

ul#post-tiles-3 li div.pt3-category{
	position:absolute;
	height:16px;
	width:316px;
	padding:0px 5px;
	vertical-align:middle;
	font-family:BebasNeue;
	font-size:14px;
	line-height:16px;
	color:#ffffff;
}

ul#post-tiles-3 li a div{
	font-weight:normal;
}

ul#post-tiles-3 li a div.meta-left{
	height:24px;
	display:table-cell;
	vertical-align:middle;
	font-weight:bold;
	font-size:12px;
	line-height:12px;
}

ul#post-tiles-3 li a div.meta-right{
	float:right;
	margin-top:5px;
	margin-right:0px;
	padding-left:5px;
	font-size:8px;
	border-left:1px dashed #000000;
}

ul#post-tiles-3 li a h3{
	width:316px;
	margin: 0;
	text-transform:none;
	letter-spacing:0;
	font-weight:normal;
	font-size: 20px;
	line-height:24px;
	color: #000000;
} 
ul#post-tiles-3 li a div.postmain {
	width:316px;
	height:132px;
	overflow:hidden;
	margin: 0px;
	color: #000000;
	font-size: 12px;
	line-height: 14px;
	border-bottom: 1px dashed #000000;
}

#category-key a{
	display: block;
	float: left;
	padding: 5px 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #ffffff;
	margin-right: 5px;
	font-size: 12px;
}
#category-key a:hover{
	text-decoration: none;
	-moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.11);
	-webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.11);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.11);
	margin-top: -2px;
}
#category-all {
	border: 1px solid #b1b1b1;
	color: #b1b1b1 !important;
	padding: 4px 10px !important;
}

ul#post-tiles-3 li.featured-image a{
	top: 163px;
}
/* End Frontend CSS */