body#gigs #maincol h1 a {
	padding: 0 10px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 14px;
}

/* Buttons */
#maincol .button {
	margin: 20px auto 10px;
	width: 200px;
}
.button {
	display: block;
	padding: 18px 15px;
	text-align: center;
	color: #fff;
	background: #000;
	text-transform: uppercase;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 3px solid #333;
	cursor: pointer;
	font-size: 1.1em;
}
.button.red {
	color: #842c2c;
	background: #ba5858;
	border: 3px solid #843e3e;
}
.button.green {
	color: #004501;
	background: #5EB05F;
	border: 3px solid #33873B;
}
.button.inactive {
	cursor: default;
}
#sidecol .button {
	margin-bottom: 15px;
}
.button a {
	color: #fff;
}
.button a:hover {
	text-decoration: none;
}

#sidecol .button p {
	text-align: center;
	margin: 0 0 3px 0;
}


#sidecol .note {
	text-align: center;
}
#sidecol .note strong {
	color: red;
}

/* ---- */
/* Gigs */
/* ---- */
ol.gigs li {
	padding-left: 0;
}
ol.gigs li h3 .claim a {
	padding: 2px 4px;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	border: 2px solid #BDBDBD;
	background-color: #E8E8E8;
}
	ol.gigs li h3 .claim a:hover {
		text-decoration: underline;
	}
ol.gigs li .status,
ol.gigs li .status a,
ol.gigs li .price,
ol.gigs li .prica a { float: right; }
ol.gigs li .status a,
ol.gigs li .price a {
	float: right;
	margin: -10px 15px 5px 0;
	padding: 8px;
	font-size: 18px;
	font-weight: bold;
	color: #004501;
	background: #5EB05F;
	border: 3px solid #33873B;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	ol.gigs li .status a:hover,
	ol.gigs li .price a:hover {
		color: #000;
		text-decoration: none;
		border-color: #006D02;
	}
ol.gigs li .status.due a:hover { border-color: #6B3131; }
ol.gigs li .status.inactive a:hover { border-color: #666; }

/* ---------- */
/* Developers */
/* ---------- */
ol.devs h3 .handle {
	color: #aaa;
	font-size: 13px;
}
ol.devs h3 .handle a {
	color: #3299C6;
}

/* ------------ */
/* Star Ratings */
/* ------------ */
ol.rating {
	position: relative;
	float: right;
	margin-top: -20px;
	margin-right: 10px;
}
ol.rating li,
ol.rating li a { float: left; }
dl.comments ol.rating li,
ol.rating li {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
}
ol.rating li a {
	height: 17px;
	width: 17px;
	background: url(../img/stars.gif) no-repeat 0 0;
	text-indent: -10000px;
}

ol.rating.one li.one a,
ol.rating.two li.one a,
ol.rating.three li.one a,
ol.rating.four li.one a,
ol.rating.five li.one a { background-position: 0 -41px; }
	ol.rating li.one a.hover,
	ol.rating li.one a:hover { background-position: 0 -21px; }
ol.rating.two li.two a,
ol.rating.three li.two a,
ol.rating.four li.two a,
ol.rating.five li.two a { background-position: -18px -41px; }
	ol.rating li.two a.hover,
	ol.rating li.two a:hover { background-position: -18px -21px; }
ol.rating.three li.three a,
ol.rating.four li.three a,
ol.rating.five li.three a { background-position: -36px -41px; }
	ol.rating li.three a.hover,
	ol.rating li.three a:hover { background-position: -36px -21px; }
ol.rating.four li.four a,
ol.rating.five li.four a { background-position: -53px -41px; }
	ol.rating li.four a.hover,
	ol.rating li.four a:hover { background-position: -53px -21px; }
ol.rating.five li.five a { background-position: -71px -41px; }
	ol.rating li.five a.hover,
	ol.rating li.five a:hover { background-position: -71px -21px; }

#rater {
	width: 230px;
	margin: 0 auto;
}
	#rater ol.rating {
		margin: 0;
		float: none;
	}
	#rater p { margin-bottom: 5px; }
	#rater .description {
		float: left;
		color: #666;
		padding-left: 5px;
	}

/* ----- */
/* Forms */
/* ----- */
#duedate {
	width: auto;
}
fieldset {
	clear: both;
	margin: 15px 0;
}
	legend {
		font-size: 1.1em;
	}
	fieldset div {
		margin: 5px;
	}
	fieldset div label {
		font-size: 1.0em;
		text-transform: none;
	}
textarea#solution {
	padding: 0;
	width: 100%;
}


/* -------- */
/* Profiles */
/* -------- */
#sidecol .profile img {
	display: block;
	margin-bottom: 15px;
}
#sidecol .profile h2 { margin-bottom: 10px; }
#sidecol .profile ul.langs {
	margin-bottom: 13px;
}
	#sidecol .profile ul.langs li,
	#sidecol .profile ul.langs li a {
		float: left;
	}
	#sidecol .profile ul.langs a {
		padding: 2px 5px;
		color: #333;
		background: #ccc;
		margin-right: 3px;
	}
.profile ol.snippets li.private h3 a {
	padding-right: 20px;
	background-image: url(../img/lock.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#sidecol div.profile.inactive img {
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter:alpha(opacity=25);
}
.profile_edit .language {
	margin: 10px 0;
	border-bottom: 2px solid #ccc;
}
.add {
	margin-top: 35px;
	float: right;
	padding: 0 10px;
	font-size: 11px;
	text-transform: uppercase;
}

/* ------------ */
/* Profile Tabs */
/* ------------ */
#client_dev {
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
	#client_dev ul { margin-left: 20px; }
	#client_dev li,
	#client_dev a {
		float: left;
	}
	#client_dev a {
		margin-right: 5px;
		padding: 5px 10px;
		border: 1px solid #000;
		border-width: 1px 1px 0 1px;
		color: #666;
		background: #ccc;
		-moz-border-radius-topleft: 3px;
		-moz-border-radius-topright: 3px;
		-webkit-border-top-left-radius: 3px;
		-webkit-border-top-right-radius: 3px;
	}
	#client_dev.dev .dev a,
	#client_dev.client .client a {
		background: #fff;
		margin-bottom: -1px;
		padding-top: 6px;
	}

.floatclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
