/* =global styles
----------------------------------------------- */


body
{
  margin: 20px;
	font-size:12px;
}

body, th, td
{
	font-family:Arial,Helvetica,Tahoma;
}

a:link
{
	color:blue;
	text-decoration:none;
	border:none;
}

a:visited
{
	color:purple;
	text-decoration:none;
	border:none;
}

a:hover,
a:visited:hover,
a:link:hover
{
	color:blue;
	text-decoration:underline;
	border:none;
	background:none;
}

/* turning off the nasty default backgrounds on a:link:hover causes
 * a lot of conflicts with links that have background images
----------------------------------------------- */

.timeline dt,
.timeline dt a,
.query fieldset legend a,
.query fieldset legend
{
	background-position: 0px 0px !important;
}

.timeline dt a:hover,
.query fieldset legend a
{
	background-repeat: no-repeat !important;
}

/* end fixes for hover states
----------------------------------------------- */

#punkave-createaccountfirst
{
	background-color: #eee;
	color:#000;
	line-height:30px;
	padding:1px 10px;
}

#punkave-createaccountfirst a
{
	color:blue;
}

#search
{
	float: right;
	clear: none;
}

#header
{
  margin-left: 80px;
}

#everything
{
	float:left;
	margin-left:220px;
	padding-left:40px;
	background-color: rgba(255,255,255,0.9);
	position: relative;
	z-index:999;
}

#footer
{
	margin-top:140px;
	clear:both;
}

#banner
{
	z-index:9999;
	position:absolute;
	top:20px;
	right:20px;
	float: left;
	clear: both;
	display: block;
}

#mainnav
{
	margin-top: 40px;
	margin-left: 0px;
	border:none;
	font-family:Arial, Helvetica, Tahoma;
	background:none;
}

#mainnav ul
{
	text-align:left;
	margin-left:0;
	padding-left:0;
	background:none;
}

#mainnav ul li
{
	margin-right:1px;
	text-transform: lowercase;
}

#mainnav ul li a:link,
#mainnav ul li a:visited
{
	background-image:none;
	background-color:#202325;
	border:1px solid #202325;
	color:#fff;
	font-size:20px;
	line-height:30px;
	padding:1px 10px;
}

#mainnav ul li a:link:hover,
#mainnav ul li a:visited:hover
{
	background-color:#585a5c;
	border:1px solid #585a5c;
	text-decoration:none;
}

#mainnav ul li.active a:link,
#mainnav ul li.active a:link:hover,
#mainnav ul li.active a:visited,
#mainnav ul li.active a:visited:hover
{
	background-image:none;
	background-color:#fff;
	border:1px solid #202325;
	border-bottom:1px solid #fff;
	color:#202325;
	font-weight:normal;
	text-decoration:none;
}

#metanav
{
	float: left;
	margin: 0 10px 0 0;
	line-height: 22px;
}

#metanav ul li a:link,
#metanav ul li a:visited
{
	color: #202325;
}

.nav ul
{
	font-size:11px;
}

#ctxnav
{
  margin-left: 80px;
}

#punkave-createaccountfirst
{
	clear: left;
}

#punkave-createaccountfirst,
#content
{
	margin-left:0px;
	clear:left;
}

#content
{
	line-height:1.4;
}

#content.wiki
{
	width:720px;
}

#content.wiki ul li
{
	margin-bottom:5px;
}

.apostrophe-logo
{
	position:fixed;
	top:40px;
	left:40px;
}

.apostrophe-logo a
{
  text-decoration: none;
  border: none;
	width: 200px;
	height: 340px;
}

/* =tickets
----------------------------------------------- */

table.listing thead,
table.listing thead th
{
	border: none;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd !important;
	padding: .5em 1em .5em .5em;
}

table.listing tbody tr
{
	border: none !important;
}

table.listing tbody td
{
	padding: .5em 1em .5em .5em;
	border: none;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee !important;
}

table.reports tbody td
{
	padding: .5em 1em .5em .5em !important;
}

.browser table.listing tbody td
{
	padding: auto !important;
}

#ticket .description img,
.listing.tickets img,
#changelog div.comment img
{
	-moz-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.12);
	-webkit-box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.12);
	box-shadow: 2px 4px 12px 0px rgba(0, 0, 0, 0.12);
}

#ticket .description img
{
	max-width: 674px;
}

.listing.tickets img
{
	max-width: 865px;
}

#changelog div.comment img
{
	max-width: 650px;
}

#ticket
{
	background-color:#eee !important;
}

#ticket .description h3
{
	border-bottom: 1px solid #999;
}

#ticket table.properties
{
	border-top: 1px solid #999;
}

/* =roadmap
----------------------------------------------- */

#prefs
{
	background:#eee;
	border:1px solid #ccc;
}

#prefs,
#prefs *
{
	font-size: 11px !important;
}

/* =table rollovers
----------------------------------------------- */

table.listing thead th
{
	background-color:#eee;
	font-weight:normal;
}

table.listing thead th a,
table.listing thead th.asc a,
table.listing thead th.desc a
{
	font-weight:normal;
}

table.listing tbody tr:hover,
table.listing tbody tr.odd:hover,
table.listing tbody tr.even:hover
{
	background-color:#eee !important;
}