body,
html {
	height:100%;
	background:url("images/bg_top.png") repeat fixed 0 0 #E8EBED;
}

h1, h2, h3, h4, h5, h6 {
	margin:0 0 10px 0;
}

a, a:visited {
	color:#39C;
}

.container {
	background:transparent;
	font-size:1.2em;
	color:#5E676B;
}

.container .wrapper {
	padding:20px 0;
}

#header {
	background:url("images/logo.png") no-repeat scroll 20px 10px transparent;
	border-top:6px solid #CCCCCC;
}

#header h1 {
	margin:0;
	padding:0;
}

#header h1 a {
	font-size:1.6em;
	padding:0 0 0 40px;
	margin:0;
	text-indent:-9999em;
	height:80px;
	display:block;
}

#menu {
	height:34px;
	background:#7A8389;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#menu li {
	float:left;
	margin-right:6px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#menu ul li a {
	color:#fff;
	background:transparent;
	padding:0 10px;
	line-height:34px;
}

#menu a:hover {
	text-decoration:underline;
}

#menu a.logout {
	color:#bbb;
}

.group {
	background:url(images/highlight.png);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:20px;
	margin-bottom:20px;
}

#intro {
	position:relative;
}

#intro .gravatarImage {
	float:left;
	margin:5px 20px 20px 0;
}

h3 {
	margin-bottom:0;
}

p.welcome {
	font-size:1.4em;
	margin:0;
}

p.small {
	color:#aaa;
}

table {
	background:url(images/highlight.png);
}

th {
	background:#7A8389;
	border-bottom:medium none;
	color:#E5E9EB;
}

.wrapper h1 {
	margin:0 0 0.5em 0;
}

#footer {
	padding:10px 30px;
	color:#999;
	background:url(images/highlight.png);
	margin:0;
}

#footer p {
	margin:0;
}

#footerFooter.container {
	background:transparent;
	border:none;
	padding-top:5px;
	text-align:center;
	color:#aaa;
}

#footerFooter a {
	color:#aaa;
}

.wrapper ul li {
	list-style-type:square;
	padding:0 0 10px 0;
	margin:0 0 0 20px;
}

.buglist li {
	margin:0 0 1.5em 20px;
	padding:0;
	list-style-type:decimal;
}

#codeigniter_profiler code {
	background:transparent;
}

.coupon {
	border-top:1px solid #ccc;
	margin-bottom:30px;
}

.coupon h2 {
	margin:1em 0 0.25em 0;
}

.coupon_code,
.coupon_link {
	background:#39C;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding:5px 10px;
	font-size:1em;
	margin:0 0 1em 0;
	display:block;
}

.coupon_link {
	background:#C93;
}

.coupon_code a,
.coupon_link a {
	color:#fff;
}

#loginIntro {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding-top:10px;
	background:url(images/highlight.png);
}

#loginInfo {
	padding-top:10px;
}

a.coupon_thumb {
	border:10px solid #fff;
	margin:5px 20px 20px 0;
	float:left;
}

table tr:hover td {
	background:#fff;
}

table#logs tr,
table#reviews tr {
	border-left:5px solid #fff;
}

table#logs tr.logType_1,
table#reviews tr.status_1 {
	border-color:#0f0;
}

table#logs tr.logType_2,
table#reviews tr.status_2 {
	border-color:#f00;
}

.button {
	font-size:160%;
	padding:10px;
}

a.share_twitter, a.share_facebook {
	padding:0 0 0 20px;
	background:url(images/facebook_16.png) top left no-repeat;
	margin-left:5px;
}

a.share_twitter {
	background-image:url(images/twitter_16.png);
}
