body {
	background: url(images/body_bg.gif) 0 0 repeat; 
	font-family: 'Anaheim', sans-serif;
	color:#333;
	font-weight:bold;
}

img {border:0;}
.clear {clear:both; line-height:1px; height:1px;}
#wrapper {
	width:981px;
	margin:15px auto;
}
#header #logo {
	background: url(images/ac_logo.png) 0 0 no-repeat; 
	width:981px;
	height:210px;
}	

#header #menu {
	background: url(images/menu_bg.png) 0 0 repeat-x; 
	width:981px;
	height:46px;
}

h1 {color:#d21d58; font-family: 'Julius Sans One', sans-serif;}

#header #menu ul { list-style-type:none;}
#header #menu ul li { list-style-type:none; float:left;  text-align:center; padding:4px 0;background: url(images/list_bullet.png) 0 18px no-repeat; width:150px; }
#header #menu ul li.first { background: none; }
#header #menu ul li a{ color:#fff; text-decoration:none; display:block; padding-top:9px;}

#content {min-height:500px;}
#footer  {border-top:1px solid #d4d4d4; color:#999; font-size:12px; padding:15px;}
#footer #copyright {float:left;}
#footer #social_icons {float:right;}

#footer #social_icons ul {list-style-type:none;}
#footer #social_icons ul li { list-style-type:none; float:left;  text-align:center; padding:4px; width:30px; }

/* The gallery overlay */

#galleryOverlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	opacity:0;
	z-index:100000;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	overflow:hidden;
	display:none;
	
	-moz-transition:opacity 1s ease;
	-webkit-transition:opacity 1s ease;
	transition:opacity 1s ease;
}

/* This class will trigger the animation */

#galleryOverlay.visible{
	opacity:1;
}

#gallerySlider{
	height:100%;
	
	left:0;
	top:0;
	
	width:100%;
	white-space: nowrap;
	position:absolute;
	
	-moz-transition:left 0.4s ease;
	-webkit-transition:left 0.4s ease;
	transition:left 0.4s ease;
}

#gallerySlider .placeholder{
	background: url("images/preloader.gif") no-repeat center center;
	height: 100%;
	line-height: 1px;
	text-align: center;
	width:100%;
	display:inline-block;
}

/* The before element moves the
 * image halfway from the top */

#gallerySlider .placeholder:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right:-1px;
}

#gallerySlider .placeholder img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

#gallerySlider.rightSpring{
	-moz-animation: rightSpring 0.3s;
	-webkit-animation: rightSpring 0.3s;
}

#gallerySlider.leftSpring{
	-moz-animation: leftSpring 0.3s;
	-webkit-animation: leftSpring 0.3s;
}

/* Firefox Keyframe Animations */

@-moz-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-moz-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Safari and Chrome Keyframe Animations */

@-webkit-keyframes rightSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:-30px;}
	100%{	margin-left:0px;}
}

@-webkit-keyframes leftSpring{
	0%{		margin-left:0px;}
	50%{	margin-left:30px;}
	100%{	margin-left:0px;}
}

/* Arrows */

#prevArrow,#nextArrow{
	border:none;
	text-decoration:none;
	background:url('images/arrows.png') no-repeat;
	opacity:0.5;
	cursor:pointer;
	position:absolute;
	width:43px;
	height:58px;
	
	top:50%;
	margin-top:-29px;
	
	-moz-transition:opacity 0.2s ease;
	-webkit-transition:opacity 0.2s ease;
	transition:opacity 0.2s ease;
}

#prevArrow:hover, #nextArrow:hover{
	opacity:1;
}

#prevArrow{
	background-position:left top;
	left:40px;
}

#nextArrow{
	background-position:right top;
	right:40px;
}

.collection_box{overflow: hidden;}
.collection_box .collection:first-child{margin-right:20px;}
.collection{font-weight:bold;width:270px;float: left;}
.collection>li{margin-bottom:25px;}
.collection p{margin-bottom:11px;}
.collection>li>figure{margin: 5px 20px 0 0;}


.gallery{width:280px;float: left; margin-left:20px;}
.gallery_box .gallery:first-child{margin-left:0;}
.gallery figure{margin-bottom:26px;}
.gallery{}
.gallery{}

.gallery2{width:280px;float: left; margin-left:20px;}
.gallery_box .gallery2:first-child{margin-left:0;}
.gallery2 figure{margin-bottom:26px;}
.gallery2{}
.gallery2{}

.lightbox{display:block;position: relative;overflow: hidden;}
.lightbox span, .lightbox strong, .lightbox em{position: absolute;display:block;}
.lightbox span{background: url('images/lb_overlay.png') repeat;left:50%;right:50%;top:50%;bottom:50%;width:0;height:0;}
.lightbox:hover span{z-index:1;width:100%; height:100%;top:0;bottom:0;right:0;left:0;}
.lightbox strong{top:-200%;width:101px;height:101px;border-radius:100%;background:#191919;left:32%;z-index:2;}
.lightbox em{width:45px;top:200%;height:60px;background: url('images/loop.png') no-repeat;left:42%;z-index:3;}

.lightbox:hover strong{top:22%;}
.lightbox:hover em{top:35%;}



