@charset "utf-8";
/*Shiela Espiritu - Web & Graphic Designer - www.shielaespiritu.com*/
/*Print Section CSS Stylesheet*/

#graphics-content{
	width:930px;
	height:auto;
	margin:190px auto;
	padding-left:50px;	
	border:0;
	z-index:100;
}

#graphics-content .graphics-bg{	
	position:relative;
	top:-510px;
	left:115px;
	z-index:-1;
}

img.graphics{
	width:668px;
}

img.graphics-btn{
	z-index:500;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all.5s linear;
	transition: all .5s linear;
}

img.graphics-btn:hover{
	-webkit-transform: scale(1.2); 
	-moz-transform: scale(1.2); 
	-o-transform: scale(1.2); 
	-ms-transform: scale(1.2);	
}

img.graphics-circle1{
	width:150px;
	position:relative;
	top:-1085px;
	left:635px;	
}

img.graphics-circle2{
	width:99px;
	position:relative;
	top:-1005px;
	left:580px;
}

img.graphics-circle3{
	width:63px;
	position:relative;
	top:-1080px;
	left:540px;
}

img.graphics-circle4{
	width:150px;
	position:relative;
	top:-730px;
	left:-260px;
}

img.graphics-circle5{
	width:116px;
	position:relative;
	top:-820px;
	left:-480px;
}

img.graphics-circle6{
	width:76px;	
	position:relative;
	top:-910px;
	left:-550px;
}
  
/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/
.slider-container {
	width:529px;
	height:363px;
	margin:auto;
	position:relative;
	left:-20px;
}

.content { 
	background:url(../images/graphics-gallery/title-page-print.jpg) no-repeat;
}

.content h1 {
	font-family:Oswald, Arial, Helvetica, sans-serif;
	font-size: 65px; 
	text-transform:lowercase;
	text-align: right;
	margin-top: 210px;
	margin-right:53px;
	/*color:#1cbcb4;*/
	color:#ffffff;
}

.content h1.vis-merch {	
	font-size:50px;
	margin-top: 185px;
	margin-right:65px;
	line-height:50px;
}
     
#featured { 
	width: 529px;
	height: 363px;
	margin:0;
	background:#000000 url(../images/graphics-gallery/loading.gif) no-repeat center center;
	overflow: hidden; 
}

#featured img{
	height:363px;
}

#featured>img,  
#featured>div,
#featured>a { 
	display: none; 
}


/*CONTAINER*/
div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; 
}

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden 
}

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; 
}

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; 
}

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
}


/*TIMER*/
div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; 
}

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background:url(../images/graphics-gallery/rotator-black.png) no-repeat;
    z-index: 3; 
}

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; 
}

span.rotator.move {
    left: 0; 
}

span.mask.move {
    width: 40px;
    left: 0;
    background:url(../images/graphics-gallery/timer-black.png) repeat 0 0; 
}

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background:url(../images/graphics-gallery/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; 
	}

span.pause.active {
    background:url(../images/graphics-gallery/pause-black.png) no-repeat 0 -40px; 
}

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 ;
	}
	

/*CAPTIONS*/
.orbit-caption {
    display: none;
    font-family:OswaldLight, Arial, Helvetica, sans-serif;
}

.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; 
}

/* DIRECTIONAL NAV */
div.slider-nav {
    display: block 
}

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 58%;
    margin-top: -50px;
    cursor: pointer; 
}

div.slider-nav span.right {
    background:url(../images/graphics-gallery/right-arrow.png) no-repeat right;
	height:50px;
    right: -40px;
	opacity:0.5;
	z-index:500;
}

div.slider-nav span.right:hover{
	opacity:0.8;
}

div.slider-nav span.left {
    background:url(../images/graphics-gallery/left-arrow.png) no-repeat left;
	height:50px;
    left: -40px;
	opacity:0.5;
	z-index:500;
}

div.slider-nav span.left:hover{
	opacity:0.8;
}


/* BULLET NAV */
.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; 
}

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background:url(../images/graphics-gallery/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; 
}

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; 
}
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px;
}

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; 
}