/*2.0 Creator Color CSS*/
a {
	outline:none;
color:#AB3A28;
}
a:hover {
	text-decoration:none;
	color:#0BBEBF;
}
a:active, a:visited, a:link, a:hover {
	outline:none;
	text-decoration:none;
}
a:active {
}
ul, li {
	list-style-type:none;
}
body {
	background:#252525 url(../images/bg-body.jpg) repeat-x top left;
	color:#999;
}
#header {
	background:none;
}
img {
	border:none;
	outline:none;
}
.search {
	background:none;
}
input[type=text]#siteSearch {
	background:#999;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border:medium none;
	color:#FFFFFF;
}
input[type=submit]:hover {
	outline:none;
}
input[type=submit]:active {
	outline:none;
	position: relative;
	top: 1px;
}
input.searchButton {
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:-3px;
}
#sidebar {
	background:#999;
	border:1px solid #777;
}
/*Comments*/
.commentHold{
	border:1px solid #DDDDDD;
	background:#eee;
}
.userComment p {
	color:#555;
}
.commentUserIcon {
	border:1px solid #555;
}
#commentNav, #commentAddFormWrapper {
	background-color: #ccc; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #fff);
}
#commentAddForm textarea {
	background:#efefef;
	border:1px solid #FFFFFF;
	color:#212121;
}
#commentAddForm input:hover {
	background-color:#000;
	background-image:-moz-linear-gradient(100% 100% 90deg, #222, #111);
}
#commentButton {
	background-color: #ccc; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #ccc, #fff);
	border-right: 1px solid #666;
	display:block;
}
#commentButton:hover {
	background-color: #fff; /* fallback color */
	background-image: -moz-linear-gradient(100% 100% 90deg, #fff, #ccc);
	border-right: 1px solid #666;
	cursor:pointer;
}
#commentSocial a, #commentButton a {
	text-shadow:0 1px 0 #fff;
	color:#111;
}
#commentButton a {
	display:block;
}
a.commentExpand {
}
a.commentExpand:hover {
	color: #333;
}
a.commentContract {
	color:green;
}
a.commentContract:hover {
	color:#039;
}
.commentDate, .commentTime, .commentAdmin, {
 color: #bbb;
}
.commentAdmin a {
	color: #81BC12;
}
#footer {
	color:#444;
}

