/*
Theme Name: Gather Custom
Theme URI: http://wptheming.com
Author: Devin Price
Author URI: http://wptheming.com
Description: Site specific styles.
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: gather
Text Domain: gather
Domain Path: /languages/
Tags:
*/

@import url('../gather/style.css');

/* =Plugin
----------------------------------------------- */

.syntaxhighlighter {
	overflow: hidden;
}

/* =Misc
----------------------------------------------- */

.directory {
	counter-reset:theme-counter;
	border:none;
}
.directory td {
	padding:15px 5px;
	border:none;
}
.directory th {
	padding:15px 5px;
	border:none;
}
.directory tr:nth-of-type(2) {
	counter-reset:theme-counter
}
.directory tr {
	counter-increment:theme-counter;
}
.directory tr td:first-of-type:before,
.directory tr th:first-of-type:before {
	content:counter(theme-counter);
	display:inline-block;
	margin-right:25px;
	font-size:13px;
	background:#78BFA0;
	padding:5px 10px;
	color:#fff;
	text-align:center;
	min-width:20px;
	text-shadow:rgba(0,0,0,.3) 1px 1px;
}
.directory tr th:first-of-type:before {
	content:"#";
}
.directory tr:nth-child(odd){
	background:#f1f1f1;
}
.directory td {
	border-bottom:1px solid #ddd;
}