h2 {
	line-height: 1;
}

/* borrowed from github.com and 
   http://davidwalsh.name/github-css 
 */

/* button basics */
a.minibutton {
	display:inline-block;
	height:23px;
	padding:0 0 0 3px;
	font-size:11px;
	font-weight:bold;
	color:#333;
	text-shadow:1px 1px 0 #fff; 
	background:url(http://github.com/images/modules/buttons/minibutton_matrix.png) 0 0 no-repeat;
	white-space:nowrap;
	border:none;
	overflow:visible;
	cursor:pointer;
	text-decoration:none;
}

a.minibutton>span {
	display:block;
	height:23px;
	padding:0 10px 0 8px;
	line-height:23px;
	background:url(http://github.com/images/modules/buttons/minibutton_matrix.png) 100% 0 no-repeat;
}

a.minibutton:hover, a.minibutton:focus {
	color:#fff;
	text-decoration:none;
	text-shadow:-1px -1px 0 rgba(0,0,0,0.3);
	background-position:0 -30px;
}
a.minibutton:hover>span, a.minibutton:focus>span {background-position:100% -30px;}
   
/* github */
#git-buttons {
	margin: 10px 0;
}
#github-issues {
	border: solid 4px #E0E0E0;	
	width: 700px;
	overflow: hidden;
	line-height: 1;
	margin: 10px 0 20px 0;
}
.issue .summary {
	background-color: #E2ECF2;
	padding: 4px 7px;
	border-top: solid 1px #CCC;
}
.issue .summary a {
	text-decoration: none;
}
.issue .summary a:hover {
	text-decoration: underline;
}
.issue h3 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.issue h3 a {
	font-weight: normal;
	color: #000;
}
.issue .info {
	color: #aaa;
	font-size: 12px;
}
.issue .info a {
	color: #4183C4;
}
.issue .issue-label {
	display: inline-block;
	padding: 2px 3px;
	border: solid 1px #333;
	border-radius: 4px;
	color: #fff;
	font-size: 10px;
	background-color: #999;
	line-height: 1;
}
.issue .label-Bug {
	background-color: #c00;
}
.issue .label-Feature {
	background-color: #086A00;
}
.issue .label-Wordpress {
	background-color: #0064A6;
}

</style>

<?php write_footer(); ?>