/*
*************************************************

Amahi wiki
Enhanced Screen Styles
(Only applicable if JavaScript is enabled)

Dervived from Mozilla wiki, originally created by the friendly folks at Happy Cog
http://www.happycog.com/

*************************************************
*/


#quick-search label { position:absolute; left: 48px; top:14px; text-transform:uppercase; font-weight:bold; color:#dddfe0; font-size: 85%; /* 14px x 0.85 = 12px */}


#community-sub .rows li.over { background-color: #f5f6f6; }


/* project carousel */
.project-carousel { background:#CBCCCC url(/img/screen/bg_project_carousel.png) repeat-y right top; margin-right:-461px; padding:6px 0 6px 6px; position:relative; }
.project-carousel .pagination { position:absolute; right:471px; top:1em; padding-right:47px; }
.project-carousel .prev, .project-carousel .next { width:18px; height:21px; float:left; overflow:hidden; background:transparent url(/img/widgets/carousel-arrows.png) no-repeat 0 -21px; text-indent:-999px; position:absolute; top:0; right:0; }
.project-carousel .prev:hover, .project-carousel .next:hover { border-bottom:none; }
	.project-carousel .prev { width:19px; right:18px; }
	.project-carousel .next { background-position:-18px -21px; width:19px; }
		.project-carousel .next.disabled { background-position:-18px top; }
		.project-carousel .prev.disabled { background-position:left top; }
.projects-wrap { background: #dee0e1 url(/img/screen/bg_projects.png) repeat-y right center; height:15em; }
.projects { background:none; height:15em; margin-left:20px; margin-right:451px; overflow:hidden; padding:0; position:relative; top:30px; left:15px; }
.project { overflow:visible; height:auto; margin:0; }

/* project carousel */
#home #sub { position:relative; }

/* browser specific css */
.projects {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}
.projects-wrap {
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;

	border-top-right-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;

	border-bottom-right-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
}

/* debug */
/*#sub { display:none; }*/
