/*
Theme Name: Limelight Digital
Theme URI: http://v4.limelight-digital.com.au
Description: New theme for Limelight Digital.
Author: Tim Jensen & Tim Sheehan
Version: 4.0
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

#copyright, #hmtctl { display: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
li.page-item-140, li.page-item-142 { display: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; /*display:none; */ }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #424242; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited {}
a:hover {  }

/**
 * Primary styles
 *
 * Author: Tim Sheehan
 */
body, input, textarea, select {
	/*font-family: "Myriad Pro", Arial, Sans-serif;*/
	font-family: 'PT Sans', sans-serif;
}

.c { width: 960px; margin: 0 auto; }

header {
	height: 80px;
	padding-top: 7px;
	border-bottom:3px solid #666666;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#ffffff)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #f7f7f7, #ffffff); /* Chrome 10+, Saf5.1+, iOS 5+ */
	background-image:    -moz-linear-gradient(top, #f7f7f7, #ffffff); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #f7f7f7, #ffffff); /* IE10 */
	background-image:      -o-linear-gradient(top, #f7f7f7, #ffffff); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #f7f7f7, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f7f7f7', EndColorStr='#ffffff'); /* IE6–IE9 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545454', endColorstr='#333333'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#545454), to(#333333)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #545454,  #333333); /* for firefox 3.6+ */ 
}

/* Home */
.page-template-home-php header {
    border-bottom: 3px solid #f25eb2;
}
/* Portfolio */
.page-template-portfolio-php header, .pod-page-portfolio-w header {
    border-bottom: 3px solid #4f9a9d;
}
/* Services */
.page-id-12 header {
	border-bottom:3px solid #22B9EC;
}
/* Team */
.page-id-8 header, .pod-page-the-team-w header { 
	border-bottom:3px solid #6cc069;
}
/* Contact */
.page-template-contact-php header {
    border-bottom: 3px solid #eb2192;
}

.home header {
	border-bottom:3px solid #f25eb2;
}


.round2 {
     -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

p { 
	margin: 5px 0;
}

#breadcrumbs {
	height: 20px;
	/*line-height: 50px;*/
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
}

#breadcrumbs span {
    font-size: 18px;
    text-transform: none;
    color: #b2b2b2;
}

#logo { 
	display: block;
	width: 67px;
	height: 61px;
	background: url(images/lime-logo.png);
	float: left;
	margin-top: 4px;
}
#bloglink {
	width: 130px;
	height: 22px;
	background: url(images/blog-btn-sprite.png);
	float: right;
	margin-top: 25px;
}
#bloglink:hover {
	background-position: 0 21px;
}
nav {
	width: 600px;
	float: left;
	padding-left:40px;
}
nav ul li {
	float: left;
	margin: 28px 20px;
}

nav ul li a {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'PT Sans', sans-serif;
	/*letter-spacing: -1px;*/
	/*text-shadow: #000 1px 1px 1px;*/
	
}

nav ul #menu-item-152.current-menu-item a {
	color: #f25eb2;
}
nav ul #menu-item-157.current-menu-item a, .pod-page-portfolio-w nav ul #menu-item-157 a {
	color: #4f9a9d;
}
nav ul #menu-item-149.current-menu-item a {
	color: #22B9EC;
}
nav ul #menu-item-151.current-menu-item a, .pod-page-the-team-w nav ul #menu-item-151 a {
	color: #6cc069;
}
nav ul #menu-item-148.current-menu-item a {
	color: #eb2192;
}


#showcase_title {
	font-size: 16px;
	text-transform: uppercase;
	color: #231f20;
	margin: 10px 0;
}

#showcase_text {
	font-size: 14px;
	color: #424242;
}
.getintouch {
	display: block;
	width: 105px;
	height: 11px;
	background: url(images/getintouch.gif);
	float: left;
	margin-top: 15px;
}

.phoneicon {
	display: block;
	width: 9px;
	height: 16px;
	background: url(images/phoneicon.png);
	float: left;
	margin-top: 10px;
	margin-left:10px;
}
.phonenum {
	display: block;
	float: left;
	color:#666666;
	font-size:12px;
	margin-top: 12px;
	margin-left:3px;
}
.emailicon {
	display: block;
	width: 14px;
	height: 10px;
	background: url(images/emailicon.png);
	float: left;
	margin-top: 15px;
	margin-left:10px;
}
.emailaddress {
	display: block;
	float: left;
	font-size:12px;
	margin-top: 12px;
	margin-left:10px;
	color:#666666;
	text-decoration:none;
	text-transform: uppercase;
}
.backtotopicon {
	display: block;
	width: 9px;
	height: 5px;
	background: url(images/backtotop.png);
	float: left;
	margin-top: 17px;
	margin-left:10px;
}
.backtotop {
	display: block;
	float: left;
	margin-top: 11px;
	margin-left:5px;
	color:#9f9f9f;
	text-decoration:none;
}
.emailaddress:hover {
	color:#ffffff;
}
.backtotop:hover {
	color: #a4d2d4;
}
li.page-item-18 a 
{
	background: transparent url(images/blog_menu_bg.png);
	width: 47px;
	height: 21px;
}
/**
 * 	Grid
 */

.container_5 {
	margin: 0 auto;
	width: 960px;
	position: relative;
}
.container_6 {
	margin: 0 auto;
	position: relative;
}
.grid_mtop {
	margin-top: 10px;
}
.grid_1,
.grid_3,
.grid_4,
.grid_5 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	z-index: 99;
}
.grid_2 {
	float:right;
}
.grid_sep {
	margin-bottom: 20px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5 {
	position:relative;
}

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

.container_5 .grid_1 {
	/*width:172px;*/
}

.container_5 .grid_2 {
	/*width:364px;*/
	float:right;
}

.container_5 .grid_3 {
	width:556px;
}

.container_5 .grid_4 {
	width:748px;
}

.container_5 .grid_5 {
	width:940px;
}

.container_5 .prefix_1 {
	padding-left:192px;
}

.container_5 .prefix_2 {
	padding-left:384px;
}

.container_5 .prefix_3 {
	padding-left:576px;
}

.container_5 .prefix_4 {
	padding-left:768px;
}

.container_5 .suffix_1 {
	padding-right:192px;
}

.container_5 .suffix_2 {
	padding-right:384px;
}

.container_5 .suffix_3 {
	padding-right:576px;
}

.container_5 .suffix_4 {
	padding-right:768px;
}


.container_5 .push_1 {
	left:192px;
}

.container_5 .push_2 {
	left:384px;
}

.container_5 .push_3 {
	left:576px;
}

.container_5 .push_4 {
	left:768px;
}

.container_5 .pull_1 {
	left:-192px;
}

.container_5 .pull_2 {
	left:-384px;
}

.container_5 .pull_3 {
	left:-576px;
}

.container_5 .pull_4 {
	left:-768px;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}
/**
 * Front Page - Showcase
 */
#showcase {
	overflow: hidden;
	height: 480px;
	position: relative;
}
#showcase_tools, .slide_inner {
	width: 940px;
	z-index: 999;
	position: absolute;
	left: 50%;
	margin-left: -470px;
	height: 480px;
}

a#prev {
	display: block;
	width: 24px;
	height: 28px;
	background: transparent url(images/showcase_arrows.png) no-repeat 0 0;
	float: left;
	margin-top: 420px;
}
a#prev:hover {
	background-position: 0 -28px;
}

a#next {
	display: block;
	width: 25px;
	height: 28px;
	background: transparent url(images/showcase_arrows.png) no-repeat -24px 0;
	float: left;
	margin-top: 420px;
}
a#next:hover {
	background-position: -24px -28px; 
}

#contentpane {
	background: url(images/transptile.png) repeat scroll 0 0 transparent;
	position: fixed;
	float: left;
	width: 100%;
	bottom: 40px;
	padding-bottom: 20px;
    height: 180px;
}

#contentpane h1 {
	font-size:16px;
	text-transform: uppercase;
	color:#ffffff;
	margin-top:20px;
}
#contentpane .rightcol h1 {
	margin-top:10px;
}
#contentpane p {
	font-size:12px;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
	margin-right: 40px;
	/*font-family: 'Gentium Book Basic', serif;*/
}
.factanswer.small{font-size:16px !important;}
.h1home {
	margin-bottom: 20px;
}
.middlecol h2 {
	margin-bottom: 20px;
}

#contentpane ul li {
	font-size:12px;
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
}


#nav { 
	width: 60px;
	height: 19px;
	padding-left: 4px;
	padding-top: 1px;
	float: right;
	margin-top: 420px;
	text-align: right;
}

#nav li {

	width: 8px;
	height 20px;
	background: transparent url(images/circles.png) no-repeat 0 4px;
	display: inline;
	list-style: none;
	margin: 0 2px;
	cursor: pointer;
}
#nav li.activeSlide {
	background-position: -8px 4px;
}
#nav li a {
	text-decoration: none;
	padding: 4px;
}


#showcase .slide {
	width: 100% !important;
	background-position: center center;
	height: 480px;
}

/**
 * Footer
 */
address {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	clear: both;
	width: 100%;
}
address span {
	padding-right: 20px;
}
address div[itemprop="address"] {
	display: block;
}
address div[itemprop="address"] span {
	padding-right: 0;
}
address span[itemprop="postalCode"] {
	padding-right: 20px !important;
}
footer {
	clear: both;
	width: 100%;
	position: relative;
	height:40px;
}
footer #internal {
	height: 40px;
	background: #000000;
	clear: both;
	width: 100%;
	position: fixed;
	bottom:0px;
	z-index: 3;
}
#prepare {
    background: url("images/prepare.png") repeat scroll 0 0 transparent;
    float: right;
    height: 90px;
    margin-top: 14px;
    width: 236px;
}
#last_tweet {
	color: #9f9f9f;
	font-family: 'PT Sans', sans-serif;
	font-style: italic;
}
#last_tweet a {
	color:#ed86b8;
}
/**
 * Contact
 */
.grid_1.orange {
	background: #e99237;
	color: #fff;
	height: 80px;
}
.grid_1.blue {
	background: #22b9ec;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	height: 50px;
}
.grid_1.pink {
	background: #eb2192;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	height: 50px;
}
.grid_1.green {
	background: #6cc069;
	color: #fff;
	font-size: 18px;
	padding-top: 30px;
	height: 50px;
}
.grid_1.contact span {
	display: block;
	padding: 15px 15px 0 15px;
	display: block;
	font-weight: bold;
}
.grid_1.contact { overflow: visible; }
#orange_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 1000px;
	height: 70px;
	background: #e99237;
	padding-top: 10px;
	padding-right: 14px;
}
#gform_1 li { list-style: none; margin: 0; padding: 0; position: relative; overflow: visible; height: auto;}
#gform_1 ul { margin: 0; padding: 0; overflow: visible !important;}
#gform_1 input, textarea {
	border: 0;
	background: #e7e7e7;
	padding: 5px;
	display: block;
	width: 162px;
}
#gform_1  select {
	width: 172px;
}
#gform_1 textarea {
	height: 77px;
}
#gform_1 input[type="submit"] {
	background: #6cc069;
	color: #fff;
	width: 172px;
	margin-top: 5px;
}
#gform_1 label {
	display: block;
	font-weight: bold;
	color: #6cc069;
	font-size: 16px;
	letter-spacing: -1px;
}
.rfields {
	color: #6cc069;
	font-size: 11px;
}
#gform_1 label.error {
	display: block;
	width: 142px;
	height: auto;
	padding: 5px;
	padding-left: 15px;
	position: absolute;
	right: -165px;
	bottom: 0px;
	background: #f8ef22 url(images/valarrow.png) no-repeat left bottom;
	color: #000;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 0;
}
#contact_wrapper dt {
	display: block;
	font-weight: bold;
	color: #22b9ec;
	font-size: 16px;
	letter-spacing: -1px;
}
.gform_edit_link {
	display: none;
}
#gform_1 label:first-child {
	margin-top: 0;
}
#contact_wrapper dd {
	margin-bottom: 10px;
}
.menu ul li:first-child { display: none; }
/**
 * Services
 */
#services_wrapper {
	width: 100%;
	overflow: auto;
	background: #fff url(images/services_bg.jpg) no-repeat center bottom;
	color: #fff;
	padding-bottom: 30px;
}

#services_wrapper #breadcrumbs {
	color: #b9116f;
}

.service_title {
	color: #8b0b53;
	font-size: 16px;
	margin: 10px 0;
	height: 40px;
	font-weight: bold;
}

.services_blurb {
	line-height: 18px;
	font-size: 18px;
}

.service_description {
	color: #f8cce4;
}

/**
 * Portfolio
 */
#tshf_container{width:100%; margin: 0 auto;}
#tshf_container .thumbScroller{position:relative; width:100%; overflow:hidden;}
#tshf_container .thumbScroller, #tshf_container .thumbScroller .container, #tshf_container .thumbScroller .content{height:500px;}
#tshf_container .customScrollBox .horWrapper{position:relative; left:0;}
#tshf_container .thumbScroller .container{position:relative; left:0; display:inline-block; *display:inline;}
#tshf_container .thumbScroller .content{float:left; width: 364px;position: relative;margin-right: 2px;}
#tshf_container .thumbScroller .content:last-child { margin-right: 0; }
#tshf_container .thumbScroller .content div{height:100%;}
#tshf_container .thumbScroller img{border:none;}
#tshf_container .thumbScroller .content div a{z-index: 5; display:block; width: 364px; height: 271px; }
#tshf_container .thumbScroller .content div a:hover{background: transparent url(images/mask.png);}

.mask {
	width: 364px;
	height: 271px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
	display: none;
	background: transparent url(images/mask.png);
}
#portfolio_gallery {
	margin-bottom:100px;
}
.portfolio_name {
	font-size: 16px;
	display: block;
	width: 310px;
	margin-top: 5px;
	color:#424242;
	/*font-family: 'Gentium Book Basic', serif;*/
}

.portfolio_overview {
	font-size: 10px;
	display: block;
	padding-top: 20px;
	color:#539497;
	font-style: italic;
	font-family: 'Gentium Book Basic', serif;
}

aside#portfolio_left {
	width: 556px;
	height: 340px;
	float: left;
	position: relative;
}

.website_url {
	color: #f02090;
	text-decoration: none;
	display: block;
	float: right;
    text-align: right;
}
.website_url:hover {
	text-decoration: underline;
}

#portfolio_pager {
	display: block;
	padding: 3px;
	float: left;
}

#portfolio_pager a {
	color: #fff;
	padding: 3px;
	margin: 0 2px;
	text-decoration: none;
	font-size: 12px;
	background: #c4c4c4;
}
.activeSlide {
	color: #fff !important;

}
#portfolio_pager .activeSlide {
	background: #231f20 !important;
}
.item_name {
    color: #231F20;
    font-size: 32px;
    letter-spacing: -1px;
    line-height: 16px;
    margin-bottom: 10px;
}
.item_services {
    margin: 10px 0;
	padding: 0;
}
.ptext { 
	margin: 10px 0;
}
.item_services li {
	list-style: none;
	color: #9f9f9f;
	width:150px;
	float:left;
}
.item_subheading {
	font-size: 15px;
	display: block;
	color:#539497;
	font-style: italic;
	font-family: 'Gentium Book Basic', serif;
	width:310px;
}
.pinkonwhite {
    color: #eb2192;
    padding:3px 0;
    text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
.whiteonpink {
	color: #fff;
	background: #eb2192;
	padding: 0 3px 3px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}
#showcase_sub .whiteonpink {
	padding: 2px 3px;
	text-transform: none;
}
.projwebsitetitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color:#9f9f9f;
	display:block;
}
.relatedtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color:#9f9f9f;
	display:block;
	margin-top: 15px;
}
.pageprev {
	display: block;
	width: 24px;
	height: 28px;
	background: transparent url(images/general_arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	float: right;
}
.pageprevnull {
	display: block;
	width: 24px;
	height: 28px;
	background: transparent url(images/general_arrows.png) no-repeat 0 -28px;
	text-indent: -9999px;
	float: right;
}
.pageprev:hover {
	/*background-position: 0 -28px;*/
}
.pagenext {
	display: block;
	width: 25px;
	height: 28px;
	background: transparent url(images/general_arrows.png) no-repeat -24px 0;
	text-indent: -9999px;
	float: right;
}
.pagenextnull {
	display: block;
	width: 25px;
	height: 28px;
	background: transparent url(images/general_arrows.png) no-repeat -24px -28px;
	text-indent: -9999px;
	float: right;
	display:none;
}
.pagenext:hover {
	/* background-position: -24px -28px; */
}
.testimonial_who {
	clear: both;
	margin-top: 50px;
    padding-top: 10px;
    font-weight: bold;
}
.testimonial_quote {
	margin: 5px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
	color: #6d6b6c;
	font-style: italic;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}



html, body {height: 100%;}

#content_wrapper {
	/*overflow:auto;*/
}  /* must be same height as the footer */



/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#PortfolioContent {
    margin: 20px auto;
    width: 960px;
}
#FilterResults {
	margin: 20px auto;
    width: 960px;
}
.viewer {
    overflow: hidden;
    position: relative;
}
.content-conveyor {
    position: relative;

}
.item {
    float: left;
    width: 320px;
	padding-top:30px;
}
}
.ui-state-default, .ui-widget-content .ui-state-default {
  border: 1px solid #D3D3D3;
  color: #555555;
  font-weight: normal;
  outline: medium none;
}

#slider {
	background: #afafaf;
	height: 10px;
	width: 410px;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.contentcontainer {
	width:960px;
	margin:0 auto;
}
#contentpane .leftcol {
    float: left;
    line-height: 17px;
    width: 320px;
}
#contentpane .leftcol h1 {
	color:#6CC069;
	font-family: 'PT Sans',serif;
	width: 300px;
}

#contentpane .middlecol {
    float: left;
    line-height: 17px;
    margin-left: 8px;
    margin-right: 12px;
    width: 300px;
}
#contentpane .middlecol h1 {
	color:#22b9ec;
	font-family: 'PT Sans',serif;
}
#contentpane .middlecol h2 {
    color: #22B9EC;
    font-family: 'Gentium Book Basic',serif;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
}
ul#slide-list {
    padding: 25px 0 !important;

}
#contentpane .middlecol ul li {
    background: url(images/homepage-bullet.png) no-repeat scroll 0 54% transparent;
    float: left;
    list-style: none outside none;
    padding-left: 17px;
    width: 143px;
}
#contentpane .rightcol {
	width: 320px;
	float:left;
	position:relative;
    margin-top: 13px;
}
#contentpane .rightcol h1 {
	margin-top:10px;
	color:#DD3188;
	width: 284px;
	font-family: 'PT Sans',serif;
	text-decoration: none;
}	

ul#home-feed {
	overflow: visible!important;
	list-style: none;
}

ul#home-feed li{

	display: none;
}

.middlecol ul {
    height: 84px;
    width: 320px;
    margin-left: 0px;
}
.blogpost a {
    border-bottom: 1px solid #ED86B8;
    border-top: 1px solid #ED86B8;
    color: #ED86B8 !important;
    display: block;
    font-family: 'Gentium Book Basic',serif !important;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    width: 270px !important;
    text-decoration: none;
    font-style: italic;
}
.blogicon {
	background: url(images/blog-icon.png) no-repeat;
	height: 37px;
    width: 28px;
    position:absolute;
    right:0;
    top:10px;
}
.uparrow {
	height: 11px;
    width: 276px;
    margin-top: 20px;
}
.downarrow {
	height: 11px;
    width: 276px;
}
#tweet_heading {
    /*background: url(images/latest_tweet.png) repeat scroll 0 0 transparent;*/
    height: 10px;
    margin-bottom: 10px;
    width: 86px;
}
.page-item-18 { display: none; }

a.filtertitle {
	display:block;
	background:#231f20 url(images/filterarrow-expand.png) no-repeat 95% center;
	color:#ffffff;
	text-decoration:none;
	width:140px;
	padding:5px;
	-moz-border--radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
}
a.memberfiltertitle {
	display:block;
	background:#231f20 url(images/filterarrow-expand.png) no-repeat 95% center;
	color:#ffffff;
	text-decoration:none;
	width:200px;
	padding:5px;
	-moz-border--radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
}

.filterresultslabel {
	color:#666666;
	font-family: 'PT Sans', sans-serif;
	font-weight: normal;
	float:right;
}
#portfolio_content {
	margin-top:20px;	
}
.element {
	margin-right:10px;
	height:320px;
}
.slidepanewrapper {
	width:100%;
	background:#231f20;
}
.slidepane {
	width:960px;
	margin:0 auto;
	color:#9f9f9f;	
	padding:10px;
	height:44px;
}
.collapsecontent {
	line-height: 44px;

}
.expandcontent {
	display:none;
	width: 100%;
	
}

.clientplus {
	float:left;
	display:inline-block;
	line-height: 44px;
	width: 60%;
}
a.backtoallwork {
	font-family: 'PT Sans', sans-serif;
	text-decoration:none;
	color:#ffffff;
	text-transform: uppercase;
	border-right:1px solid #787878;
	padding-right:20px;
	padding-left: 20px;
	background:url(images/back-arrow.png) no-repeat 7% 50%;
	display: inline-block;
	line-height: 44px;
	float:left;
    font-size: 12px;
}
a.backtoallwork:hover {
	color:#A4D2D4;
	text-decoration:none;
}
.clientname {
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	text-transform: uppercase;
	padding-left: 20px;
	float:left;
    font-size: 12px;
}
.projectname {
	font-family: 'Gentium Book Basic', serif;
	color:#a4d2d4;
	font-style: italic;
	font-size:16px;
	padding-left: 10px;
	float:left;
}

#home-video {
    background: #fff;
    height: 448px;
    width: 870px;
}

a.slidebar {
	background:url("images/team-more-bar.png") no-repeat;
	width:870px;
	height:24px;
	position: absolute;
	bottom:0px;
}
a.slidebar:hover {
	background-position: 0 -24px;
}

#home-video .funitems {
	position: absolute;
	width:100%;
	height:0;
	background:url("images/fancy-bg-1px.png") repeat;
	bottom:0;
	/* this box not clickable anymore cursor:pointer; */
	display:none;
	
}
#home-video .funfacts {
	float:left;
	width:440px;
	height:400px;
	padding-top:60px;
}

#home-video .refresh {
	background:url("images/refresh-btn.png") no-repeat;
	width:57px;
	height:57px;
	display:block;
	position:absolute;
	left:195px;
	top:110px;
	display:none;
}
#home-video .refresh:hover {
	background-position: 0 -57px;
}
#home-video .factanswer {
	border-top:1px solid #7f7d7d;
	border-bottom:1px solid #7f7d7d;
	width:80%;
	padding-top:40px;
	padding-bottom:20px;
	display:block;
	font-family: 'Gentium Book Basic', serif;
	font-style:italic;
	color:#ffffff;
	font-size:32px;
	margin:80px auto 0;
	text-align: center;
	
}

#home-video .factquestion {
	font-size:14px;
	text-transform:uppercase;
	color:#6cc069;
	display:block;
	padding:10px;
	font-family: 'PT Sans', sans-serif;
	margin:0 auto;
	width:80%;
	text-align: center;
}

#home-video .funlikes {
	float:left;
	width:420px;
	height:400px;
	padding-top:50px;
}

#home-video dl {
	height: 100px;
}
#home-video dt {
	float:left;
	width:111px;
	height:34px;
	display:inline-block;
}
#home-video dd {
	float:left;
	height:34px;
	/*line-height:34px;*/
	font-size:18px;
	color:#fff;
	display:inline-block;
	padding-left:20px;
	font-family: 'PT Sans', sans-serif;
	width:275px;
	padding-top:5px;
}

#home-video dt.drink {
	background:url("images/team-drink.png") no-repeat;
}
#home-video dt.band {
	background:url("images/team-band.png") no-repeat;
}
#home-video dt.website {
	background:url("images/team-website.png") no-repeat;
}
#home-video dt.youtube {
	background:url("images/team-youtube.png") no-repeat;
}
.plusbutton {
	background:url("images/plus-minus-sprite.png") no-repeat;
	width:20px;
	height:20px;
	display:inline-block;
	float:left;
    margin-left: 8px;
    margin-top: 13px;
}
.plusbutton .plus {
	background-position: 0 20px;
}
.nextproject {
	background:url("images/next-project-btn.png") no-repeat left center;
	width:100px;
	height:27px;
	display:inline-block;
	float:right;
	margin-top: 10px;
}
.pagenext {
	background: url("images/next-project-sprite.png") no-repeat scroll 0 0 transparent;
    display: inline-block;
    float: right;
    height: 27px;
    margin-top: 8px;
    width: 100px;
}
.pagenext:hover {
	background-position: 0 -27px;
}
.pageprev {
	background: url("images/next-project-btn.png") no-repeat transparent;
    display: inline-block;
    float: right;
    height: 27px;
    margin-top: 8px;
    width: 100px;
}
.projdescription {
	width: 460px;
	margin-left: 160px;
	display: inline-block;
	padding:10px;
	height:auto;
	font-family: 'PT Sans', sans-serif;
}
.projwebsite {
	display: inline-block;
	float: right;
	width: 300px;
	padding:10px 0;
	font-family: 'PT Sans', sans-serif;
	text-align: right;
}
.projwebsite a{
	color: #A4D2D4;
	font-style:italic;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.projwebsite a:hover {
	text-decoration: underline;
}

#filters {
	display:none;
}


/* TEAM GRID PAGE */

#teamgrid_wrapper {
	margin: 0 auto 40px;
    width: 800px;
}
.titlebox {
	background: #070200;
    /*height: 336px;*/
    height:529px;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 270px;
    padding:20px;
    float:left;
}
.intro {
	color:#ffffff;
	font-size:45px;
	display:block;
	font-family: 'Gentium Book Basic', serif;
	font-style:italic;
}
.title {
	font-size:60px;
	font-weight:bold;
	color:#6cc069;
	display:block;
	text-transform: uppercase;
	margin-bottom:10px;
	line-height: 1;
}
.textblock {
	color:#ffffff;
	font-family: 'PT Sans', sans-serif;
	font-size:13.5px;
	display:block;
	margin-top: 20px;
}
.teamblock {
	width:150px;
	height:183px;
	margin-bottom: 10px;
    margin-right: 10px;
    float:left;
    text-decoration:none;
}

.teamblockhover {
	background:#6cc069;
	width:150px;
	height:183px;
	margin-bottom: 10px;
    margin-right: 10px;
    text-decoration:none;
    position: absolute;
}

.memberplus {
	background:url("images/memberplus.png") no-repeat center center;
	width:22px;
	height:22px;
	display:block;
	text-align: center;
	margin: 30px auto 10px;
	display:none;
}
.membername {
	display:block;
	text-align: center;
	font-family: 'Gentium Book Basic', serif;
	color:#070200;
	font-size: 22px;
    font-style: italic;
	display:none;
}
.memberposition {
	display:block;
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	color:#ffffff;
	font-size:14px;
	width:80%;
	margin:0 auto;
	text-transform:uppercase;
	display:none;
}

/* TEAM MEMBER PAGE */

#team_wrapper {
	background: url("images/profile_bg.jpg") no-repeat center top;
	margin:0 auto;
	height:692px;
}
.teamhome {
	background:url("images/teambackbtn.png") no-repeat left center;
	padding-left:15px;
	color:#535353;
	font-family: 'Gentium Book Basic', serif;
	text-decoration:none;
	font-size:18px;
	line-height:11px;
	margin-bottom: 20px;
	display:block;
	margin-top: 50px;
	font-style: italic;
}
.teamhome:hover {
	color:#6cc069;
	background:url("images/teambackbtnhover.png") no-repeat left center;
}

.seriousimage {
	width:520px;
	height:692px;
	position: absolute;
	left:125px;
}

#memberfilters {
    position: absolute;
    border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-kit-border-radius: 0 0 3px 3px;
    z-index: 99;
    margin: 0;
    width: 427px;
    padding: 10px;
    background:#424242;
    display:none;
}

#memberfilters li {
    width: 57px;
    line-height: 69px;
    float: left;
    text-align:center;
    list-style: none;
    padding-right:4px;
    padding-bottom:4px;
}

#memberfilters li a {
    color: #dfdfdf;
    display: block;
    height: 69px;
    text-decoration: none;
    width: 57px;
    font-family: 'Gentium Book Basic', serif;
    border:1px solid #7a7a7a;
    font-size: 14px;
    font-style: italic;
}
#memberfilters li a:hover {
    color: #49B345;
    border:1px solid #49B345;
}

.membercontentpane {
    position: absolute;
    right: 20px;
    top: 100px;
    width: 312px;
}
.memberprofilename {
	display:block;
	font-size:30px;
	color:#49b345;
}
.memberrole {
	display:block;
	font-family: 'Gentium Book Basic', serif;
	color:#ffffff;
	font-size:24px;
	font-style:italic;
	border-bottom:1px solid #b1a7aa;
	padding-bottom: 20px;
}
.seperatorplus {
	display:block;
	/*border-bottom:1px solid #b1a7aa;*/
	background:url("images/profileplus.png") no-repeat right top;
	height:22px;
	width:22px;
	top:76px;
	right: 0px;
	position: absolute;
}
.seperatorplus:hover {
	background-position:right -22px;
}
.memberprofile {
	display:block;
	font-family: 'PT Sans', sans-serif;
	padding-top:20px;
	width: 260px;	
}

.gfield_select {
    display: none;
}

dl.dropdown{
	margin-bottom:8px;
	margin-top:-5px;
	
}

.dropdown dd, .dropdown dt, .dropdown ul { 
	margin:0px; 
	padding:0px; 
}
.dropdown dd { 
	position:relative; 
}
.dropdown a, .dropdown a:visited { 
	color:#816c5b; 
	text-decoration:none; 
	outline:none;
	font-weight: bold;
}
.dropdown a:hover { 
	color:#5d4617;
}

.dropdown dt a:hover { 
    background: url(images/subarrow.png) no-repeat scroll 99% 15% #444444;
    border: 0 none;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-kit-border-radius: 6px 6px 6px 6px;
    color: white;
    display: block;
    font-weight: normal;
    height: 23px;
    margin-top: 10px;
    padding-left: 12px;
    padding-top: 5px;
    width: 190px;
}
.dropdown dt a {
    background: url(images/subarrow.png) no-repeat scroll 99% 15% #444444;
    border: 0 none;
    border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px 6px 6px 6px;
    -moz-kit-border-radius: 6px 6px 6px 6px;
    color: white;
    display: block;
    font-weight: normal;
    height: 23px;
    margin-top: 10px;
    padding-left: 12px;
    padding-top: 5px;
    width: 190px;
}
#input_1_4-target dd ul {
    left: 2px;
    position: relative;
    right: 3px;
    top: 3px;
}
.dropdown dt a span {
	cursor:pointer; 
	display:block;
}
#field_1_4 label {
	margin-top: 2px !important;
}
.dropdown dd ul { 
	background: #dedede none repeat scroll 0 0; 
	color:#C5C0B0; 
	display:none;
	left:5px; 
	padding:0px; 
	position:absolute; 
	top:-60px; 
	width:auto; 
	width: 198px;
	list-style:none;
}
.dropdown span.value { 
	display:none;
}

.dropdown dd ul li{
	 margin-left: 0px !important;
	 border-bottom: 1px solid #A0A0A0;
}
.dropdown dd ul li a { 
	padding:5px 10px; 
	display:block;
	background: #444444;
	color: white;
	font-weight: normal;
}
.dropdown dd ul li a:hover { 
	background-color:#E50090;
	color: white;
}
#fsocialbuttons {
    border-right: 1px solid #212121;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    padding-right: 10px;
}

.aservices {
	color: #22b9ec;
	text-decoration: none;
}
.aservices:hover {
	text-decoration: underline;
	color: #22b9ec;
}

#field_1_4{
	z-index: 99;
}

.afunfact{
	display: none;
}

#fun6{
	display: block;
}

#contentpane.team-footer{
	background-image: none;
	background-color: #242021;
	position: relative; 

}
#contentpane.team-footer .leftcol, #contentpane.team-footer .rightcol{
	margin-top: 20px !important;
}

#contentpane.team-footer .leftcol{
	width: 410px;	
}

#contentpane.team-footer .leftcol p {
    color: #6CC069 !important;
    font-family: 'Gentium Book Basic',sans-serif;
    font-size: 17px;
    font-style: italic;
    left: 85px;
    position: relative;
    width: 300px;
}
#contentpane.team-footer .leftcol a {
    color: #6CC069 !important;
    font-family: 'Gentium Book Basic',sans-serif;
    font-size: 17px;
    font-style: italic;
}

#contentpane.team-footer .rightcol p{
    color: #FFFFFF;
    font-size: 13px;
    line-height: 18px;
    width: 420px;
}
