div.page_nav {
float: right;
}


.italic {
font-style:italic;
}

.bold {
font-weight:bold;
}

.underline {
text-decoration:underline;
}

.gitphp h1 {
margin: 0;
text-transform: Capitalize;
}

/* div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px} */
div.page_footer {
height:0;
clear: both;
}


div.title,a.title {
display:block;
font-weight:bold;
text-decoration:none;
color:#FFF;
padding:6px 8px;
border-top: 1px dotted #666;
}

div.log_body {
padding:8px 8px 8px 150px;
}

span.age {
position:relative;
float:left;
width:142px;
font-style:italic;
}

div.log_link {
font-size:10px;
font-family:sans-serif;
font-style:normal;
position:relative;
float:left;
width:136px;
padding:0 8px;
}

div.list_head {
border:solid #d9d8d1;
font-style:italic;
border-width:1px 0 0;
padding:6px 8px 4px;
}


td.link {
font-family:sans-serif;
font-size:10px;
padding:2px 5px;
}

div.pre {
font-family:monospace;
font-size:12px;
white-space:pre;
}

div.diff_info {
font-family:monospace;
color:#000099;
background-color:#edece6;
font-style:italic;
}

div.index_include {
border:solid #d9d8d1;
border-width:0 0 1px;
padding:12px 8px;
}

a.rss_logo {
float:right;
width:35px;
line-height:10px;
border:1px solid;
color:#ffffff;
background-color:#ff6600;
font-weight:bold;
font-family:sans-serif;
font-size:10px;
text-align:center;
text-decoration:none;
border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
padding:3px 0;
}

a.rss_logo:hover {
background-color:#ee5500;
}

span.tag {
font-size:10px;
font-weight:normal;
background-color:#ffffaa;
border:1px solid;
border-color:#ffffcc #ffee00 #ffee00 #ffffcc;
padding:0 4px;
}

.diffplus {
color:#008800;
}

.diffat {
color:#990099;
}

span.agehighlight {
color:#009900;
}

img.logo {
float:right;
border-width:0;
}

a img.logo{
border: none;
padding: none;
background: none;
}

.respectwhitespace {
white-space:pre;
}

.monospace {
font-family:monospace;
}

span.newfile {
color:#008000;
}

span.deletedfile {
color:#c00000;
}

span.searchmatch {
color:#e00000;
}

div.message {
padding:12px;
}

div.error {
color:#ff0000;header
}

/*
 * Code
 */

.indent {
margin-left:8px;
}

.gitphp table.code td {
padding:0;
}

.gitphp table.code td.num {
text-align:right;
font-family:monospace;
font-size:12px;
white-space:pre;
}

.gitphp table.code td.codeline {
padding-left:5px;
font-family:monospace;
font-size:12px;
white-space:pre;
}

.gitphp table.code td.author,.gitphp table.code td.date {
white-space:nowrap;
}

.gitphp table.code tr.light:hover {
background-color:#ffffff;
}

div.page_nav,div.page_body {
padding:8px;
}

tr.light:hover,tr.dark:hover {
background-color:#edece6;
}

tr.dark,.gitphp table.code tr.dark:hover {
background-color:#f6f6f0;
}

.diffminus,span.latenight {
color:#cc0000;
}

span.changedfile,span.movedfile {
color:#777777;
}

/*
 * Search
 */

div.search {
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	opacity:.40;
	display: inline;
}

div.search:hover{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.00;
	display: inline;
}
.search .searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(http://v00d00.net/wp/wp-content/themes/hemingwayEx/images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
}
.search input{ 
	width:175px; 
	font-size: 0.9em; 
	background:#CCC;
	margin-top:2px;
}
.search input:focus{
	background:#FFF;
}
.searchform{
	margin:1em 0;
}
.searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	margin-bottom:4px;
	width:98%;
	color:#666666;
	padding:0.25em;
}
.searchform #searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/*
 * Title text
 */

div.title_text table {
	padding: 0;
	margin: 0;
}

/*
 * This is to force hashes to break
 */
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
	word-break: break-all;
	/* Yay for CSS3 */
	word-wrap: break-word;
	text-wrap: none;
	width: 100%;
}

/*
 * File Tables
 */
.gitphp table, .gitphp table tbody tr {
	border: none;
	border-spacing: 0;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.gitphp table tbody th {
	border: none;
	border-spacing: 0;
	background-color: #222;
	font-weight: bold;
	color: white;
}

.gitphp table td {
	border-bottom: 1px dotted #333;
	background-color: transparent;
	color:#BFBFBF;
}

.gitphp table {
	border-top: 1px dotted #333;
}

.gitphp table tbody tr.light td {
}

.gitphp table tbody tr.dark td {
}

.gitphp table tbody tr:hover td {
	background-color: #333;
}

/*
 * This is to force hashes to break
 */
div.dropdown_td {
	position: relative;
}

div.dropdown_td span.actions_menu {
	padding-right: 2em;
	background: url('../images/downarrow.png') no-repeat center right;
}

div.dropdown_td, div.dropdown_td ul.dropdown, div.dropdown_td div.dropdown li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

div.dropdown_td ul.dropdown {
	visibility: hidden;
	list-style: none;
	position: absolute;
	left: 0%;
	top: 100%;
}

div.dropdown_td:hover ul.dropdown {
	visibility: visible;
	z-index: 2;
}

div.dropdown_td ul.dropdown li {
	list-style-type: none;
	margin: 0;
}

div.dropdown_td ul.dropdown li a {
	background-color: #222;
	border: 1px solid #333;
	border-top: none;
	color: #FFF;
	padding: 0.5em 1em 0.5em 0.5em;
	margin: 0;
	display: block;
}

div.dropdown_td ul.dropdown li a:hover {
	background-color: #333;
}