/* Basic setup */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(../images/ruby.png);
	background-position: top right;
	background-repeat: no-repeat;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1em;
	margin: 0 auto;
	line-height: 20px;
	padding-bottom: 20px;
	color: #5a5a5a;
	-webkit-font-smoothing: antialiased;
}
h1, h2{
	margin: 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}

/* GIVit Main */
#givit-app, #header, #footer {
	width: 70%;
	margin: auto;
}
#footer {
	width: 100%;
	margin-top: 80px;
}
#logo {
	margin: auto auto -100px auto; 
	position: relative; 
	top: 10px; 
	left: -25px; 
}
interface, #footer {
	display: none;
}
#issue-list {
	border-collapse: collapse;
	border-color: #aaa;
}
#issue-list th {
	font-size: 16px;
	color: white;
	text-shadow: 1px 1px 4px #333;
}
#issue-list td {
	padding: 8px;
	line-height: 20px;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #ccc;
}
#issue-list td a img {
	border: none;
	vertical-align: middle;
	margin-right: 5px;
}
.pagination {
	display: none;
	padding-bottom: 10px;
}
.label {
	border: 1px solid #666;
	border-radius: 5px;
	padding: 2px;
	width: 100%;
	color: white;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
	float: left;
	margin: 0px auto 3px -3px;
}
.viewdetails {
	cursor: pointer;
}
.disabled {
	color: #aaa !important;
	cursor: normal !important;
}
.lighter {
	color: #999999;
}
.right {
	float: right;
}
.left {
	float: left;
}
.center {
	text-align: center !important;
}
.heading {
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -2px;
	white-space: nowrap;
}
.subtitle {
	font-size: 25px;
	margin-left: 35px;
	margin-bottom: 20px;
}
.transparent {
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;
}
#back {
	margin-bottom: 10px;
}
th {
	background-color: rgb(165, 69, 69);
}
tr {
	background-color: rgba(255,255,255,.7);
}
tr.odd {
	background-color: rgb(236, 237, 253);
	border-color: gray;
}
#comments {
	padding-top: 8px;
}
.comment {
	padding: 0;
	border-color: #aaa;
	border-radius: 8px;
	border: 1px solid #aaa;
	white-space: normal;
	margin-bottom: -18px;
}
.commentheader {
	height: 25px;
	padding: 8px 10px 0px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #e1e1e1;
	background-image: -moz-linear-gradient(#f8f8f8, #e1e1e1);
	background-image: -webkit-linear-gradient(#f8f8f8, #e1e1e1);
	background-image: linear-gradient(#f8f8f8, #e1e1e1);
	background-repeat: repeat-x;
	font-size: 12px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.commentbody, .wrap  {
	padding: 5px 10px;
	white-space: pre-wrap;
}
.comment img {
	float: left;
	margin-left: -70px;
	margin-top: 6px;
	border-radius: 2px;
}
a {
	color: #0088cc;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #005580;
	text-decoration: underline;
	opacity: 1;
}

/* Nifty buttons CSS */
.button {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	*line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.button:active,
.button.active {
	background-color: #cccccc \9;
}
.button:first-child {
	*margin-left: 0;
}
.button:hover {
	color: #333333;
	text-decoration: none;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.button:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.button.active,
.button:active {
	background-color: #e6e6e6;
	background-color: #d9d9d9 \9;
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.disabled,
.button[disabled] {
	cursor: default;
	background-color: #e6e6e6;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
