@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Arvo:400,700,400italic,700italic);
body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #999;
	background: #e9ebeb url(../images/furley_bg.png);
	margin: 0;
	padding: 20px 0 0px;
	overflow:visible
}
strong,label{ color:#fff;}
.container {
	width:960px;
	margin:0 auto;
	padding:0;
}
.header {
	height:91px;
	margin:0 20px 20px;
	padding:20px 0 0;
	position:relative;
	text-shadow:1px 1px 0 #000;
	z-index:99999;
}
.header img.logo {
	padding:0;
	margin:0;
	height:71px;
}
.header .logo  {
	background: url(../images/staves-logo.png);
	margin: 0px;
	padding: 0px;
	height: 115px;
	width: 240px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.header .sociallinks {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 250px;
	top: 33px;
}
.header .social {
	margin: 0px 40px 0px 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	display: block;
	float: left;
	cursor:pointer;
}
.header .social a{display:block; position:absolute; left:0; top:0; background:#093l; padding:0; margin:0; width:50px; height:50px; border:none; text-decoration:none}
.header .social.linkedin {
	background: url(../images/sprite.png) no-repeat 0px 0px;
}
.header .social.linkedin:hover {
	background: url(../images/sprite.png) no-repeat -50px 0px;
}
.header .social.linkedin:active {
	background: url(../images/sprite.png) no-repeat -100px 0px;
}
.header .social.facebook {
	background: url(../images/sprite.png) no-repeat 0px -50px;
}
.header .social.facebook:hover {
	background: url(../images/sprite.png) no-repeat -50px -50px;
}
.header .social.facebook:active {
	background: url(../images/sprite.png) no-repeat -100px -50px;
}
.header .social.twitter {
	background: url(../images/sprite.png) no-repeat 0px -100px;
}
.header .social.twitter:hover {
	background: url(../images/sprite.png) no-repeat -50px -100px;
}
.header .social.twitter:active {
	background: url(../images/sprite.png) no-repeat -100px -100px;
}
.header ul {
	padding:0;
	margin:0;
	list-style:none;
	height:71px;
	line-height:71px;
	text-align:right;
	position:absolute;
	right:0;
	top:20px;
	display:block;
	overflow:visible;
}
.header ul li {
	display:inline-block;
	padding:0;
	margin:0;
	text-indent:0;
	position:relative;
	text-align:center;
}
.header ul li a {
	display:inline-block;
	padding:0 10px;
	margin:0 0 0 20px;
	text-indent:0;
	color:#a8a8a8;
	text-decoration:none;
    transition: min-width .5s;
    -webkit-transition: min-width .5s; /* Safari and Chrome */
}
.header ul li:hover a, .header ul li.active a, .header ul li a:hover, .header ul li:hover a {
	color:#fff;
	background:url(../images/arrow.png) bottom center no-repeat;
}
.header ul li.drop:hover a {
	min-width:127px;
}
.header ul li ul {
	display:none;
}
.header ul li ul li {
	padding:0;
	margin:0;
	background:none;
	display:block;
}
.header ul li ul li a, .header ul li:hover ul li a {
	display:block;
	padding:0 10px;
	margin:0;
	height:35px;
	background:none;
	line-height:35px;
	color:#ccc;
}
.header ul li ul li a:hover {
	color:#fff;
	background:rgba(0, 0, 0, 0.3);
}
.header ul li:hover ul {
	display:block;
	position:absolute;
	padding:10px 0 10px;
	margin:0 auto;
	background: url(../images/menu.png);
	width:147px;
	height:auto;
	text-align:left;
	border-radius:0 0 10px 10px;
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.2);
	z-index:9999;
	top:71px;
}
.line {
	height:1px;
	background:#1f1f1f;
	border-bottom:solid 1px #474747;
	margin:20px 0;
	padding:0;
}
ul.circles {
	padding:0;
	margin:0 auto;
	text-indent:0;
	list-style:none;
	display:table;
	height:300px;
	width:960px;
	font-family: 'Arvo', serif;
	font-weight:bold;
	cursor:default;
	text-align:center;
}
ul.circles li {
	display:table-cell;
	width:auto;
}
ul.circles li div.circle {
	display:block;
	text-align:center;
	width:200px;
	margin:50px auto;
	padding:0;
	line-height:200px;
	background:#48b3d0 url(../images/noise.png);
	color:#fff;
	font-style:italic;
	border-radius:100px;
	text-decoration:none;
	-webkit-transition: all 1s;
	box-shadow:0 5px 10px rgba(0, 0, 0, 0.3), inset -50px -50px 100px rgba(0, 0, 0, 0.3);
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
	font-size:20px;
	height:200px;
	position:relative;
	overflow:hidden;
	-webkit-transition-delay: .3s;
}
ul.circles li div.circle:hover {
	width:400px;
	line-height:300px;
	height:300px;
	border-radius:40px;
	margin:0 auto;
	box-shadow:0 25px 30px rgba(0, 0, 0, 0.5);
	font-size:30px;
	-webkit-transition-delay: 0;
}
ul.circles li div.circle .info {
	display:block;
	text-align:left;
	opacity:0;
	width:280px;
	height:180px;
	position:absolute;
	line-height:20px;
	font-size:13px;
	font-weight:normal;
	top:20px;
	left:20px;
	padding:40px;
	border-radius:40px;
	background: url(../images/menu.png);
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
	-webkit-transition: opacity .2s;
	-webkit-transition-delay: .3s;
}
ul.circles li div.circle:hover .info {
	opacity:1;
	-webkit-transition: opacity 1s;
 	-webkit-transition-delay: .3s;
}
ul.circles li div.circle .more {
	position:absolute;
	left:40px;
	bottom:30px;
	display:block;
	padding:0 15px;
	margin:0;
	height:30px;
	background:rgba(0, 0, 0, 0.3);
	line-height:30px;
	color:#fff;
	text-decoration:none;
	border-radius:20px;
	box-shadow:1px 1px 0 rgba(255, 255, 255, 0.1), inset 3px 3px 5px #000;
}
ul.circles li div.circle .more:hover {
	background:rgba(0, 0, 0, 0.5);
}
ul.circles li div.circle.design {
	background-image:url(../images/web-design.png);
	background-position:center center;
}
ul.circles li div.circle.development {
	background-image:url(../images/web-development.png);
	background-position:center center;
}
ul.circles li div.circle.illustration {
	background-image:url(../images/illustration.png);
	background-position:center center;
}
ul.circles li div.circle.contact {
	background-image:url(../images/contact.png);
	background-position:center center;
}
.slide {
	width:880px;
	font-size: 40px;
	color: #666;
	margin: 0 0 20px;
	padding: 20px 40px;
	border-radius:20px;
	background:rgba(0, 0, 0, 0.2);
	box-shadow:1px 1px 0 rgba(255, 255, 255, 0.08), inset 5px 5px 20px rgba(0, 0, 0, 0.2);
	position:relative;
	height:370px;
}
.small {
	font-size:30px;
}
.slide.img {
	padding:0;
	width:960px;
	height:410px;
}
.slide.img img {
	border-radius:20px;
}
.slide.img .caption {
	display:block;
	padding:20px;
	margin:20px 0 20px;
	position:absolute;
	background:rgba(23, 23, 23, 0.9) url(../images/footer-bg.png);
	font-size:13px;
	color:#fff;
	width:240px;
	height:330px;
	border-radius:20px 0 0 20px;
	line-height:23px;
	right:0;
}
.slide.img .caption a {
	color:#47b1ce;
}
.slide.img .caption a:hover {
	color:#fff;
}
.slide div.text {
	display: block;
	margin: 0px;
	padding: 45px 0;
	text-shadow:1px 1px 0 #000;
	width: 600px;
	font-size: 90px;
	letter-spacing: -1px;
	line-height: 90px;
	color:#ccc;
}
.slide div.text span {
	color:#fff;
}
.slide div.bubble {
	width:280px;
	height:230px;
	position:absolute;
	background: url(../images/bubble.png) no-repeat;
	margin: 0px;
	padding: 0px;
	top: -20px;
	right: 20px;
	padding:70px 40px 0;
}
.slide div.support {
	width:280px;
	height:230px;
	position:absolute;
	background: url(../images/support.png) no-repeat;
	margin: 0px;
	padding: 0px;
	top: -20px;
	right: 20px;
	padding:70px 40px 0;
}
.slide div.music {
	width:280px;
	height:230px;
	position:absolute;
	background: url(../images/music.png) no-repeat;
	margin: 0px;
	padding: 0px;
	top: -20px;
	right: 20px;
	padding:70px 40px 0;
}

.slide div.contact {
	width:280px;
	height:230px;
	position:absolute;
	background: url(../images/contact-us.png) no-repeat;
	margin: 0px;
	padding: 0px;
	top: -20px;
	right: 20px;
	padding:70px 40px 0;
}
.slide .bubble p {
	font-size: 13px;
	color: #FFF;
	line-height:20px;
}
.slide .bubble p span {
	font-family:"Times New Roman", Times, serif;
	display:inline-block;
	padding:0;
	font-size:25px;
	font-weight:bold;
	line-height:13px;
	color:#48b3d0;
}
.slide .bubble p.from {
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	color:#48b3d0;
}
.slide .link a {
	display:block;
	padding:10px;
	margin:30px 0 0 0;
	text-align:center;
	border-radius:40px;
	background:#48b3d0;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5), inset -2px -2px 5px rgba(0, 0, 0, 0.5);
	font-size:20px;
	line-height:40px;
	text-decoration:none;
	float:left;
}
.slide .link a:hover {
	background:#6bcde8;
}
#slides {
	position:relative;
}
a.prev, a.next {
	display:block;
	position:absolute;
	top:370px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:40px;
	background:rgba(0, 0, 0, 0.1);
	font-size:8px;
	text-decoration:none;
	padding:0;
	margin:0;
	color:#ccc;
	text-shadow:1px 1px 0 #000;
	box-shadow:1px 1px 0 rgba(255, 255, 255, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.2);
	cursor:pointer;
	z-index:9999;
}
a.prev:hover, a.next:hover {
	background:#48b3d0;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5), inset -2px -2px 5px rgba(0, 0, 0, 0.5);
}
a.prev {
	left:10px;
}
a.next {
	right:10px;
}
ul.pagination {
	list-style:none;
	padding:0;
	margin:20px 0;
	height:30px;
	text-align:center
}
ul.pagination li {
	display:inline-block;
	padding:0;
	margin:0 5px;
}
ul.pagination li a {
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	border-radius:40px;
	background:rgba(0, 0, 0, 0.1);
	display:inline-block;
	font-size:8px;
	text-decoration:none;
	padding:0;
	margin:0;
	color:#ccc;
	text-shadow:1px 1px 0 #000;
	box-shadow:1px 1px 0 rgba(255, 255, 255, 0.2), inset 2px 2px 5px rgba(0, 0, 0, 0.2);
}
ul.pagination li.current a {
	background:#48b3d0;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
	box-shadow:2px 2px 5px rgba(0, 0, 0, 0.5), inset -2px -2px 5px rgba(0, 0, 0, 0.5);
}
.latest {
	background:rgba(0, 0, 0, 0.3) url(../images/work.jpg);
	padding:0;
	margin:0;
	width:100%;
	overflow: visible;
}
.bubbles {
	background: url(../images/bubbles-white.png);
	padding:20px 0;
	margin:0;
	width:100%;
	overflow:hidden;
}
.slowbubbles {
	background: rgba(0, 0, 0, 0.2) url(../images/bubbles.png);
	padding:0;
	margin:0;
	width:100%;
	overflow:hidden;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -20px 30px rgba(0, 0, 0, 0.2);
	position:relative;
	z-index:1;
}
.infobox {
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -20px 30px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.4);
	margin: 0;
	padding: 20px 0px;
	clear: both;
}
.footer {
	background: rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 20px 0px 40px;
	clear: both;
	box-shadow:0 -1px 0 rgba(255, 255, 255, 0.1);
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
	font-size: 11px;
	color: #4c4c4c;
	line-height: 25px;
}
.footer strong {
	color:#6b6b6b
}
.footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer .box ul li.twitter a {
	padding:0 0 0 25px;
	display:block;
	background: url(../images/sprite.png) no-repeat 0 -326px;
}
.footer .box ul li.twitter a:hover {
	background: url(../images/sprite.png) no-repeat 0 -356px;
}
.footer .box ul li.facebook a {
	padding:0 0 0 25px;
	display:block;
	background: url(../images/sprite.png) no-repeat 0 -266px;
}
.footer .box ul li.facebook a:hover {
	background: url(../images/sprite.png) no-repeat 0 -296px;
}
.footer .box ul li.linkedin a {
	padding:0 0 0 25px;
	display:block;
	background: url(../images/sprite.png) no-repeat 0 -206px;
}
.footer .box ul li.linkedin a:hover {
	background: url(../images/sprite.png) no-repeat 0 -236px;
}
.footer a {
	color: #4c4c4c;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	text-decoration: none;
}
.footer h2 {
	font-family: 'Arvo', serif;
	font-size:14px;
	color:#48b3d0
}
.footer p {
}
.footer .box {
	margin: 0;
	padding: 0 10px;
	float: left;
	width: 300px;
}
.clear {
	clear: both;
}

h1,h2,h3{ 
	font-family: 'Arvo', serif;
	color:#48b3d0;
	font-weight:normal;
}
h1{
	font-size:30px;
	line-height:30px;
	margin:0 0 20px;
	padding:0;
}
h2{
	font-size:20px;
	line-height: 30px;
	margin:0 0 20px;
	padding:0;
}
.content {
	display: table;
	margin: 0 auto 40px;
	padding: 0;
	width:960px;
}
.content p{
	line-height:20px;
	margin:0 0 20px;
	padding:0;
}

.content .sidecol {
	display: table-cell;
	vertical-align:top;
	width:240px;
	margin: 0px;
	padding: 0px;
}

.content .maincol {
	display: table-cell;
	vertical-align:top;
	margin: 0px;
	padding: 0 0 0 40px;	
}
.contact {
	background: url(../images/footer-bg.png);
	line-height: 30px;
	color: #FFF;
	margin: 0px auto;
	padding: 10px;
	height: 30px;
	width: 940px;
	border-radius:20px;
}
.contact h2 a {
	color: #48b3d0;
	text-shadow:0 0 30px rgba(255,255,255,0.3);
}

.contact h2 {
	background: url(../images/sprite.png) no-repeat 5px -410px;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	font-size:13px;
}
.contact h2 em {
	font-style: normal;
	color: #FFF;
}

.video{
	padding:20px 20px 20px 260px;
	margin:0 0 20px;
	background: rgba(0,0,0,0.2);
	border-radius:20px;
	position:relative;
	min-height:150px;
}
.video img{
	position:absolute;
	top:20px;
	left:20px;
	border-radius:20px;
}

.sidecol ul{
	display:block;
	padding:0; 
	margin:0 0 20px;
	list-style:none;
}
.sidecol ul li{
	display:block;
}
.sidecol ul li a{
	display:block;
	padding:10px;
	margin:0 0 5px;;
	font-weight:bold;
	border-radius:20px;
	text-decoration:none;
	
	background: url(../images/footer-bg.png);
	color: #FFF;
	text-shadow:1px 1px 0 #000;
}
.sidecol ul li.active a{
	background:#48b3d0;
	color:#133c47;
	text-shadow:1px 1px 0 #98d3e3
}
.sidecol ul li:hover a{
	box-shadow:0 0 20px #98d3e3;
}
.sidecol p{ padding-left:20px;}
a{ color:#48b3d0;}
a:hover{ color:#fff;}
