p {
	font-size:0.9em;
}
a {
	text-decoration: none;
	color: #455bab;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}
#wrap {
	background-color: #f4f2f2;
}
.sitebar {
	clear:both;
}
.sitebarlink {
	background-color: #fdb575;
}
ul#affiliates > li {
	float:left;
	padding:5px;
	margin:5px 5px 0px 5px;
	background-color:#edb3c9;
	-moz-border-radius-topright: 5px;
 	border-top-right-radius: 5px;
 	-moz-border-radius-topleft: 5px;
 	border-top-left-radius: 5px;
 	font-size:0.85em;
}
ul#affiliates > li > a {
	color:black;
}
#topnavigation ul, #secondarynav ul {
	background-color:#f4731e;
}

#bannerbar {
	background-color: #fdb575;
	background-image: url('deco/acbheader.png');
}

#actionbar {
	background:#f4731e;
}


#logininfo > a {
	padding:5px;
	color: #FFFFFF;
}


#featured {
	margin-right:5px;
	margin-left:auto;
	width:160px;
}
#cosplayerheader, h1 {
	background-color:#f4731e; 
	color:white;
	line-height:2rem;
	
}
#cosplayerheader > a, h1 > a {
	color:white;
}
.navsection {
	background-color:#f4731e;
	padding:2px;
	padding-top:0px;
}
.navsection > ul > li {
	border: 1px solid #f4731e;
	background-color:white;
}
.sectionsubnav {
	background-color: #f4731e;
}
.sectionsubnav > li {
	border: 2px solid #f4731e;
	border-top:0px; 
	background-color:#ffffff;
}

.thinborder, #loginbar, #eventcontrolpanel > li {
	border: 1px solid #f4731e;
	background-color: #FFFFFF;
}
.header {
	color:#f4731e;
}
div.header {
	font-size:1.5rem;
}
div.subheader {
	margin-left:5px;
}
.subheader, h2{
	color: #f4731e;
	border-bottom-color: #f4731e;
}
.subheaderbutton span {
	background-color: #f4731e;
}
.subheaderbutton a {
	color:white;
}
.smallbuffer {
	margin-left:10px;
	margin-right:10px;
}
span.button {
	font-size: 1rem;
}
h1.cosplayerheader > span.button {
	float: right;
}
ol.commentlist > li, ol.wigreviews > li {
	border-color: #f4731e;
}

.thumbtop {
	background-color:#f4731e;
}
.thumbhover {
	background-color:#dcdcdc;
}
.superthumbs > li, .largethumbs > li, .largeshortthumbs > li, .medthumbs > li, .smallthumbs > li, .squarethumbs> li, .smallsquarethumbs > li, .congallery > li, .genericbox {
	border: 1px solid #f4731e;
}

.menubutton {
  border-top: 1px solid #96d1f8;
  background: #455bab;
  background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#455bab));
  background: -webkit-linear-gradient(top, #3e779d, #455bab);
  background: -moz-linear-gradient(top, #3e779d, #455bab);
  background: -ms-linear-gradient(top, #3e779d, #455bab);
  background: -o-linear-gradient(top, #3e779d, #455bab);
  padding: 5px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  vertical-align: middle;
}
.menubutton:hover {
	border-top-color: #28597a;
	background: #28597a;
	color: #ccc;
	text-decoration:none;
}
.menubutton:active {
	border-top-color: #1b435e;
	background: #1b435e;
}

textarea.entryform {
	float:left; 
	display:block; 
	margin-bottom:10px;
}
.projectthumbs {
  margin:0px;
  padding:0px;
  list-style-type: none;
  display: block;
}
.projectthumbs > li {
	float:left;
	text-align: center;
	overflow:hidden;
	position:relative;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #f4731e;
  padding:0px 0px 3px 0px;
  margin:3px;
  margin-bottom:10px;
  width: 225px;
  height: 225px;
}

#profileicon {
	float:left; 
	width:125px; 
	height:125px; 
	margin:5px; 
	padding:5px; 
	overflow: hidden;
}
ol.commentlist > li {
	clear:both; min-height:4rem; border-bottom:1px dotted gray;
}
.commentoricon {
	width:20%; float:left; min-width:70px; min-height:70px;
}
.commenttext {
	width:75%; float:left; margin-left:1rem;
}
#projectstats > dl {
	font-weight:bold;
	font-size:1.05rem;
}

#projectstats > dl > dd {
	margin-bottom:1.5rem;
	margin-left:1rem;
}

dl#pledges > dt {
	font-weight:bold;
	font-size:1.0rem;
}
dl#pledges > dd {
	margin-bottom:2.5rem;
}
ul#categoryset {
	margin:0px;
	padding:0px;
}
ul#categoryset > li {
	float:left;
	margin-left:0.25rem;
	margin-right:0.25rem;
}

.triangle-isosceles, .triangle-isosceles.left, .triangle-isosceles.right {
	background:#e2e2e2;
}

.triangle-isosceles {
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}



/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
	border-style:solid;
	border-color:#e2e2e2 transparent;
}

/* Variant : left
------------------------------------------ */

.triangle-isosceles.left:after {
	border-color:transparent #e2e2e2;
}

/* Variant : right
------------------------------------------ */

.triangle-isosceles.right:after {
	border-color:transparent #e2e2e2;
}

