/*
Theme Name: BOL Modern
Theme URI: http://businessol.com/
Description: The BusinessOnline theme created for the 2011 website relaunch.
Author: Ronnie Garcia
Version: 1.0
Tags: businessonline, modern
*/

/* BusinessOnline Stylesheet */

/*
Primary Color: #00B6F1
Hover Color: #0086B2
Text Color: #464646
Light Gray: #E2E2E2
*/

/* Reset and Common Styles */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}:focus{outline:0}body{line-height:1;color:black;background:white}ol,ul{list-style:none}table{border-collapse:separate;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}strong{font-weight:bold}.none{display:none}.hidden{visibility:hidden}.absolute{position:absolute}.relative{position:relative}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.float-left{float:left}.float-right{float:right}.float-none{float:none}.clear-fix{clear:both;height:0}

/* Links */
a {
	color: #00B6F1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.read-more {
	background: url(_images/plus-box.png) left -1px no-repeat;
	font-size: 9px;
	padding-left: 15px;
	text-transform: uppercase;
}
a.read-more:hover {
	background: url(_images/plus-box.png) left bottom no-repeat;
	text-decoration: none;
}

/* Text */
html {
	font-size: 100%;
}
body {
	color: #464646;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	margin: 0 0 50px;
}

/* Headings */
h1, h2, h3, h4 {
	font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a {
	color: #00B6F1;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #0086B2;
	text-decoration: none;
}
h1 {
	color: #00B6F1;
	font-size: 50px;
	line-height: 1.0em;
}
h2 {
	color: #000;
	font-size: 32px;
	line-height: 1.4em;
}
h2.listing {
	font-size: 18px;
}
h2.no-margin {
	margin-bottom: -0.8em;
}
h3 {
	color: #464646;
	font-size: 24px;
	margin-top: 1em;
}
h3.no-margin {
	margin-top: 0;
}
.post h3,
.tab-content h3 {
	margin-top: 0;
}
h4 {
	font-size: 16px;
}
p.intro {
	color: #000;
	font-size: 18px;
	line-height: 24px;
}

/* Wrappers */
.wrapper {
	width: 100%;
}
.container {
	margin: 0 auto;
	width: 960px;
}

/* Utility Bar */
.utility-bar {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 999;
}
.utility-content,
.utility-message {
	background-color: #555;
	color: #FFF;
	display: none;
	width: 100%;
}
.utility-content .container {
	padding: 10px 0;
}
.utility-message .container {
	padding: 10px 0;
}

/* Header */
.header {
	
}
.home .header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
}
.branding {
	float: left;
	margin-top: 55px; /* 85px Default */
}

/* Navigation */
.navigation {
	float: right;
	height: 28px;
	margin-top: 58px; /* 88px Default */
	width: 550px;
}
.navigation li {
	float: left;
	margin-left: 17px;
}
.navigation li:first-child {
	margin-left: 0;
}
.navigation a {
	background-image: url(_images/navigation.png);
	display: block;
	height: 28px;
}
.navigation a:hover {
	text-decoration: none;
}
.nav-home {
	background-position: 0 bottom;
	width: 68px;
}
.nav-home:hover {
	background-position: 0 center;
}
.nav-home.current {
	background-position: 0 top;
}
.nav-about {
	background-position: -85px bottom;
	width: 68px;
}
.nav-about:hover {
	background-position: -85px center;
}
.about .nav-about,
.nav-about.current {
	background-position: -85px top;
}
.nav-solutions {
	background-position: -170px bottom;
	width: 90px;
}
.nav-solutions:hover {
	background-position: -170px center;
}
.solutions .nav-solutions,
.nav-solutions.current {
	background-position: -170px top;
}
.nav-work {
	background-position: -277px bottom;
	width: 63px;
}
.nav-work:hover {
	background-position: -277px center;
}
.work .nav-work,
.nav-work.current {
	background-position: -277px top;
}
.nav-resources {
	background-position: -358px bottom;
	width: 95px;
}
.nav-resources:hover {
	background-position: -358px center;
}
.resources .nav-resources,
.nav-resources.current {
	background-position: -358px top;
}
.nav-contact {
	background-position: -471px bottom;
	width: 80px;
}
.nav-contact:hover {
	background-position: -471px center;
}
.nav-contact.current {
	background-position: -471px top;
}

/* Splash */
.splash {
	background: url(_images/splash-bkg.jpg) center top no-repeat;
	height: 600px;
	width: 100%;
	z-index: -999;
}
.splash .container {
	height: 600px;
	position: relative;
}
.splash .container .slider {
	bottom: 0;
	height: 450px;
	opacity: 0.5;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

/* Main */
.main {
	clear: both;
}
.main p {
	margin-bottom: 1em;
}
.title {
	padding-top: 30px;
}
.sub-navigation {
	border-bottom: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
	clear: both;
	font-size: 10px;
	margin-bottom: 20px;
	height: 19px;
	padding: 6px 10px;
	position: relative;
	text-transform: uppercase;
}
.page-child .sub-navigation {
	background: url(_images/sub-nav-bkg.gif) left bottom repeat-x;
	border-bottom: none;
	height: 37px;
	padding: 6px 10px 0;
}
.sub-navigation li {
	float: left;
	margin-right: 30px;
}
.sub-navigation li a {
	color: #464646;
}
.sub-navigation li a:hover {
	color: #00B6F1;
	text-decoration: none;
}
.sub-navigation li.current_page_item a {
	color: #000;
	font-weight: bold;
}
.sub-navigation li.current_page_item a:-moz-any-link {
	position: relative;
	top: -1px;
}

/* Home - Featured Content */
.home .column {
	font-size: 12px;
	line-height: 18px;
}
.home .thumbnail {
	float: left;
	margin: 3px 18px 0 0;
}
.home .column p {
	margin-bottom: 5px;
}

/* Column Grid */
.column {
	float: left;
	margin-left: 30px;
}
.column.single {
	width: 300px;
}
.column.double {
	width: 630px;
}
.column.triple {
	width: 960px;
}
.column.quint {
	margin-left: 15px;
	width: 180px;
}
.column.half {
	margin-left: 60px;
	width: 450px;
}
.column.portfolio {
	margin-bottom: 20px;
	margin-left: 60px;
	width: 280px;
}
.column:first-child {
	margin-left: 0;
}

/* Content */
.content ol {
	list-style: decimal;
	margin:  0 0 1em 1em;
	padding: 0 0 0 1.5em;
}
.content ul {
	list-style: disc;
	margin:  0 0 1em 1em;
	padding: 0 0 0 1.5em;
}
.content li {
	margin-bottom: 0.5em;
}

/* Solutions */
.client-logos {
	border: 1px solid #E2E2E2;
	margin-top: 30px;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.client-logos strong {
	background-color: #FFF;
	color: #808080;
	font: bold 16px Arial, Helvetica, sans-serif;
	left: 15px;
	padding: 5px;
	position: absolute;
	top: -17px;
}
.client-logos img {
	margin: 0 10px;
	vertical-align: middle;
}
.related-resources {
	padding: 0 30px;
}
.related-resources ul {
	border-bottom: 1px solid #E2E2E2;
	list-style: none;
	margin-bottom: 5px;
}
.related-resources li {
	border-top: 1px solid #E2E2E2;
	padding: 10px 0 12px;
}
.related-resources p {
	line-height: 16px;
	margin: 0;
}
.related-resources p.date {
	color: #B5B5B5;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
}
.related-resources a {
	color: #464646;
}
.related-resources a:hover {
	color: #00B6F1;
	text-decoration: none;
}
.related-resources .read-more {
	color: #00B6F1;
}
.banners {
	height: 300px;
	margin-bottom: 40px;
	position: relative;
	width: 960px;
}
.banners-container {
	height: 300px;
	width: 960px;
}
.banners-container img {
	display: block;
	height: 300px;
	width: 960px;
}
.banners-pagination {
	bottom: 16px;
	left: 20px;
	position: absolute;
	width: 500px;
	z-index: 50;
}
.banners-pagination li {
	background: url(_images/pagination-dot.png) center bottom no-repeat;
	float: left;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.banners-pagination li.current {
	background: url(_images/pagination-dot.png) center top no-repeat;
}
.banners-pagination a {
	display: block;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
}

/* Tab Styles */
.content-tabs {
	margin-top: 20px;
	position: relative;
}
.content-tabs .tabs {
	background: url(_images/tab-content-border.gif) right bottom no-repeat;
	float: left;
	padding-bottom: 40px;
	width: 180px;
}
.content-tabs .tabs ul,
.content-tabs .tabs li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.content-tabs .tabs li a {
	background-color: #F5F5F5;
	border-bottom: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	color: #606060;
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px 15px;
	width: 149px;
}
.content-tabs .tabs li:first-child a {
	border-top: 1px solid #E1E1E1;
}
.content-tabs .tabs li a.active {
	background-color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #000000;
}
.content-tabs .contents {
	border-top: 1px solid #E1E1E1;
	margin-left: 180px;
	padding-left: 1px;
	width: 441px;
}
.content-tabs .contents .tab-content {
	display: none;
	min-height: 100px;
	padding: 20px;
}

/* Press Releases */
.column.single h3 {
	font-size: 12px;
	border-bottom: 2px solid #d9d9d9;
	line-height: 14px;
	margin-bottom: 7px;
}

.column.single p {
	line-height: 0px;
}

.column.single ul {
}

.column.single #contacts ul li {
	margin-top: 20px;
}

.column.single .downloads li {
	padding-left: 17px;
	margin-left: 5px;
	background-image: url(_images/pdf-icon.jpg);
	background-repeat: no-repeat;
}

/* Posts */
.post, .pagination {
	border-top: 1px dotted #E2E2E2;
	margin-bottom: 20px;
	padding-top: 20px;
}
.post-thumbnail {
	float: left;
	margin-top: 3px;
	width: 80px;
}
.post-content {
	margin-left: 100px;
}
.post-content .date {
	color: #B5B5B5;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
.post .more-link {
	margin-top: 5px;
}

/* Profiles */
.content-profile {
	margin-left: 150px;
}

/* Portfolio */
.thumbnail {
	margin-bottom: 3px;
	position: relative;
}
.thumbnail .overlay {
	background-color: #000;
	bottom: 7px;
	color: #FFF;
	display: none;
	font-weight: bold;
	left: 4px;
	opacity: 0.8;
	padding: 10px 20px;
	position: absolute;
	width: 232px;
	z-index: 20;
}
.thumbnail .overlay:hover {
	text-decoration: none;
}
.client {
	float: left;
	font-weight: bold;
}
.services {
	float: right;
}
.services a {
	background-position: center bottom;
	background-repeat: no-repeat;
	display: inline-block;
	height: 20px;
	margin-left: 3px;
	text-indent: -9999px;
	width: 20px;
}
.services a:hover {
	background-position: center top;
}
.services a.organic-search {
	background-image: url(_images/organic-search-icon-20.png);
}
.services a.paid-search {
	background-image: url(_images/paid-search-icon-20.png);
}
.services a.social-media {
	background-image: url(_images/social-media-icon-20.png);
}
.services a.user-experience {
	background-image: url(_images/user-experience-icon-20.png);
}
.services a.creative {
	background-image: url(_images/creative-icon-20.png);
}
.services a.web-development {
	background-image: url(_images/web-development-icon-20.png);
}
.services a.analytics {
	background-image: url(_images/analytics-icon-20.png);
}
.services a.testing {
	background-image: url(_images/testing-icon-20.png);
}
.slides {
	background-color: #E2E2E2 !important;
	height: 600px;
	width: 630px;
}
.slides-pagination {
	display: block;
	height: 20px;
	margin-top: 10px;
}
.slides-pagination li {
	background: url(_images/pagination-dot-gray.png) center bottom no-repeat;
	float: left;
	height: 10px;
	margin-right: 5px;
	width: 10px;
}
.slides-pagination li.current {
	background: url(_images/pagination-dot-gray.png) center top no-repeat;
}
.slides-pagination a {
	display: block;
	height: 10px;
	text-indent: -9999px;
	width: 10px;
}

/* Client List */
.page-id-50 .content ul {
	margin: 0;
	padding: 0;
}
.page-id-50 .content li {
	float: left;
	list-style: none;
	margin: 20px 20px;
}

/* Pagination */
.pagination,
.wp-pagenavi {
	font-size: 10px;
	text-transform: uppercase;
}
.pagination a,
.wp-pagenavi a,
.wp-pagenavi .current {
	border: 1px solid #E2E2E2;
	color: #808080;
	margin: 0 4px;
	padding: 3px 8px;
}
.pagination a:hover,
.wp-pagenavi a:hover {
	background-color: #F2F2F2;
	text-decoration: none;
}
.pagination a.current,
.wp-pagenavi .current {
	background-color: #00B6F1;
	border: 1px solid #00B6F1;
	color: #FFF;
}
.wp-pagenavi .pages {
	color: #808080;
	margin-right: 10px;
}

/* Blogs */
.blog-entry {
	border-bottom: 1px solid #E2E2E2;
	padding: 10px 10px 5px;
}
.blog-entry .date {
	color: #B5B5B5;
	font: italic 12px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0;
}
.blog-entry a {
	font-weight: bold;
	margin: 0;
}
.view-more {
	padding: 5px 10px;
}

/* Sidebars */
.calls-to-action {
	margin-bottom: 10px;
}
a.talk-to-an-expert {
	background: url(_images/talk-to-an-expert.png) center top no-repeat;
	display: block;
	height: 110px;
	text-indent: -9999px;
	width: 300px;
}
a.talk-to-an-expert:hover {
	background: url(_images/talk-to-an-expert.png) center bottom no-repeat;
}
.resources {
	background-color: #363636;
	padding: 20px 20px 15px;
}
.resources img {
	margin-bottom: 15px;
}
.resources li {
	border-top: 1px solid #545454;
}
.resources li a {
	background: url(_images/arrow-white.gif) 246px center no-repeat;
	color: #FFF;
	display: block;
	padding: 10px;
}
.resources li a:hover {
	background-color: #464646;
	text-decoration: none;
}
.download {
	margin-top: 40px;
}

/* Footer */
.footer {
	clear: both;
	padding-top: 30px;
}
.footer .container {
	border-top: 1px solid #E2E2E2;
	color: #808080;
	font-size: 10px;
	padding-top: 3px;
}
.footer .copyright {
	float: left;
}
.footer .links {
	float: right;
}
.footer .links img {
	margin-left: 5px;
	vertical-align: -3px;
}
.footer .sitemap-link {
	background: url(_images/arrow-down.gif) right center no-repeat;
	padding-right: 10px;
	text-transform: uppercase;
}
.footer .sitemap-link:hover {
	color: #0086B2;
	text-decoration: none;
}
.sitemap {
	display: none;
	margin-top: 20px;
}
.sitemap .column {
	font-size: 10px;
}
.sitemap a {
	color: #808080;
	text-decoration: none;
}
.sitemap a:hover {
	color: #00B6F1;
	text-decoration: none;
}
.search-box {
	background: url(_images/bkg-search.jpg) no-repeat;
	margin-bottom: 5px;
	width: 140px;
}
#searchform {
	margin-bottom: 10px;
}
.formSearch-query {
	background: none;
	border: none;
	color: #505050;
	font-size: 11px;
	padding: 3px 5px;
	width: 103px;
}
.formSearch-submit {
	vertical-align: -45%;
	width: 27px;
	height: 24px;
}
.search-result {
	border-top: 1px dotted #E2E2E2;
	margin-bottom: 20px;
	padding-top: 20px;
}
.permalink a {
	color: #808080;
	font-style: italic;
	text-decoration: none;
}
.permalink a:hover {
	text-decoration: underline;
}

/* sIFR */
@media screen{.sIFR-flash{visibility:visible!important;margin:0;padding:0}.sIFR-replaced,.sIFR-ignore{visibility:visible!important}.sIFR-alternate{position:absolute;left:0;top:0;width:0;height:0;display:block;overflow:hidden}.sIFR-replaced div.sIFR-fixfocus{margin:0;padding:0;overflow:auto;letter-spacing:0;float:none}}@media print{.sIFR-flash{display:none!important;height:0;width:0;position:absolute;overflow:hidden}.sIFR-alternate{visibility:visible!important;display:block!important;position:static!important;left:auto!important;top:auto!important;width:auto!important;height:auto!important}}@media screen{.sIFR-active h1{font-family:Arial,Helvetica,sans-serif;visibility:hidden}.sIFR-active h2{font-family:Arial,Helvetica,sans-serif;visibility:hidden}}

/* Tipsy */
.tipsy{padding:5px;font-size:10px;opacity:.8;filter:alpha(opacity=80);background-repeat:no-repeat;background-image:url(../images/tipsy.gif)}.tipsy-inner{padding:5px 8px 4px 8px;background-color:black;color:white;max-width:200px;text-align:center}.tipsy-inner{-moz-border-radius:3px;-webkit-border-radius:3px}.tipsy-north{background-position:top center}.tipsy-south{background-position:bottom center}.tipsy-east{background-position:right center}.tipsy-west{background-position:left center}