a {
	text-decoration: none;
	color: #f17900;
	
}

a:hover {
	text-decoration:underline;
	color: #000000;
}
#wrap {
	background-color: #f4f2f2;
}
.sitebar {
	clear:both;
}
.sitebarlink {
	background-color: #72b8f0;
}
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 {
	background-color:#5b8446;
}

#bannerbar, #topbannerbar {
	background-color: #b2d98b;
	background-image: url(deco/acs_squares.png);
}

#actionbar, #topactionbar, .tableheaderbar {
	background:#5b8446;
}


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


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

.thinborder, #loginbar, #eventcontrolpanel > li {
	border: 1px solid #5b8446;
	background-color: #FFFFFF;
}
.header {
	color:#5b8446;
}
.subheader, h2{
	color: #5b8446;
	border-bottom-color: #5b8446;
}
.subheaderbutton span {
	background-color: #5b8446;
}
.subheaderbutton a {
	color:white;
}
.smallbuffer {
	margin-left:10px;
	margin-right:10px;
}

ol.commentlist > li, ol.wigreviews > li {
	border-color: #5b8446;
}

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


.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;
}

#seriestaglist, #cosplayertaglist {
	max-height:710px; 
	overflow:auto;
}

ul.photoactions > li {
	padding:5px;
	margin:5px;
}
@media only screen and (min-width: 768px) {
	/* tablets and desktop */
	#logo2 {
  	background-image: url(deco/nico.png);
  }
}
@media only screen and (max-width: 767px) {
    /* phones */
    
}
