/* /////////////////////////////////
	Sharkey Media CSS 
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 11px verdana, tahoma, arial, trebuchet, "sans serif";
	color: #000;
	background: #fff;
	line-height: 18px;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -500px;
}

.hidden {
	display: none;
}

#header {
	height: 75px;
	background: #fff url('../i/bg-header.gif') repeat-x left top;
}

#banner {
	height: 217px;
	background: transparent url('../i/bg-banner.gif') repeat-x left top;
	overflow: hidden;
}

#bannerHome {
	height: 317px;
	background: transparent url('../i/bg-banner-home.gif') repeat-x left top;
	overflow: hidden;
}

#content {
	background: transparent url('../i/bg-content.gif') repeat-x left top;
}

.mainCol {
	width: 549px;
	margin-top: 24px;
	padding-right: 40px;
	padding-bottom: 18px;
	float: left;
	background: transparent url('../i/bg-fauxcol-bottom.gif') no-repeat right bottom;
}

.mainCol ul {
  list-style-type: disc;
}
.mainCol li {
  margin-left: 12px;
}

.subCol {
	width: 371px;
	margin-top: 24px;
	float: right;
}

#footMenu {
	background: #f0fafd url('../i/bg-footmenu.gif') repeat-x left bottom;
	border-top: solid 1px #e0f4fb;
	margin-top: 12px;
	padding-bottom: 24px;
}

#footer {
	clear: both;
	height: 40px;
	background: #4c555b;
}

/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h1 {
	font: bold 14px arial, tahoma;
	margin: 0px 0px 0px 0px;
	color: #fff;
	letter-spacing: 0px;
	text-transform: uppercase;
	float: left;
	line-height: 40px;
}

h2 {
	font: bold 24px arial, tahoma;
	margin: 18px 0px -4px 0px;
	color: #0086c7;
	letter-spacing: -1px;
}

.subCol h2 {
	margin-left: 40px;
}

h3 {
	font: bold 17px arial, tahoma;
	margin: 4px 0px -4px 0px;
	color: #4e4e4e;
}

h3#startSomething {
	width: 233px;
	height: 49px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/start-something.gif') no-repeat left top;
	margin: 10px 0 0 81px;
}

h4 {
	font: bold 14px arial, tahoma;
	margin: 24px 0 8px 0;
	color: #454e53;
	text-transform: uppercase;
}

h4#h4allthefuss {
	background: transparent url('../i/h4-allthefuss.gif') no-repeat left 3px;
	overflow: hidden;
	text-indent: -5000px;
}

h4#h4ourclients {
	background: transparent url('../i/h4-ourclients.gif') no-repeat left 3px;
	overflow: hidden;
	text-indent: -5000px;
}

p, ul, ol {
	margin: 12px 0px 12px 0px;
}

ul {
	  list-style-type: none;  
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited {
	color: #0091d3;
	text-decoration: none;
}

a:hover {
	color: #0091d3;
	text-decoration: none;
}

#content a,
#content a:visited,
#footMenu a,
#footMenu a:visited {
	padding: 2px 1px;
}

#content a:hover,
#footMenu a:hover {
	background: #daf3fa;
	color: #0074a9;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#logo {
	display: block;
	width: 185px;
	height: 56px;
	background: transparent url('../i/logo.gif') no-repeat left top;
	text-indent: -5000px;
	float: left;
	margin-top: 19px;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

ul#nav {
	float: right;
	margin: 36px 0px 0px 0px;
	list-style-type: none;
	font: normal 12px tahoma;
	height: 22px;
}

ul#nav li {
	display: block;
	float: left;
	height: 22px;
	margin-right: 2px;
}

ul#nav li a,
ul#nav li a:visited {
	display: block;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
}

#navHome a {
	width: 59px;
	background: transparent url('../i/nav-home.gif') no-repeat left top;
}
#navOurPeople a {
	width: 96px;
	background: transparent url('../i/nav-ourpeople.gif') no-repeat left top;
}
#navCapabilities a {
	width: 103px;
	background: transparent url('../i/nav-capabilities.gif') no-repeat left top;
}
#navCaseStudies a {
	width: 106px;
	background: transparent url('../i/nav-casestudies.gif') no-repeat left top;
}
#navMedia a {
	width: 64px;
	background: transparent url('../i/nav-media.gif') no-repeat left top;
}
#navPartners a {
	width: 87px;
	background: transparent url('../i/nav-partners.gif') no-repeat left top;
}
#navContact a {
	width: 79px;
	background: transparent url('../i/nav-contact.gif') no-repeat left top;
}

#navHome a:hover,
#navOurPeople a:hover,
#navCapabilities a:hover,
#navCaseStudies a:hover,
#navMedia a:hover,
#navPartners a:hover,
#navContact a:hover,
#navHome a.current,
#navOurPeople a.current,
#navCapabilities a.current,
#navCaseStudies a.current,
#navMedia a.current,
#navPartners a.current,
#navContact a.current {
	background-position: 0px -22px;
}


/* /////////////////////////////////
	BANNER
///////////////////////////////// */

#news {
	height: 40px;
	background: #4c555b;
}

#news p {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	color: #d8d8d8;
	line-height: 40px;
}

#titleBar {
	height: 40px;
	background: #4c555b;
	border-top: solid 1px #393f43;
	overflow: hidden;
}

#bannerHome .left {
	width: 587px;
	height: 317px;
	overflow: hidden;
}

#bannerHome .right {
	width: 373px;
	height: 317px;
	background: transparent url('../i/banner-home-right.jpg') no-repeat left top;
	overflow: hidden;
}

#threeButtons {
	list-style-type: none;
	margin: 39px 0 0 15px;
}

#threeButtons li {
	width: 358px;
	height: 86px;
}

#threeButtons li#buttonStrat a {
	display: block;
	width: 358px;
	height: 86px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/home-button1.gif') no-repeat left top;
}

#threeButtons li#buttonWeb a {
	display: block;
	width: 358px;
	height: 86px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/home-button2.gif') no-repeat left top;
}

#threeButtons li#buttonMedia a {
	display: block;
	width: 358px;
	height: 86px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/home-button3.gif') no-repeat left top;
}

#threeButtons li#buttonStrat a:hover,
#threeButtons li#buttonWeb a:hover,
#threeButtons li#buttonMedia a:hover {
	background-position: left -86px;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

#content .center {
	background: transparent url('../i/bg-fauxcol.gif') no-repeat 588px top;
	padding-top: 1px;
}

#bubbles {
	margin-top: 8px;
}

#video {
	margin: 10px 0 18px 35px;
}

#video2 {
	margin: 24px 0 24px 0;
	display: block;
}

#coverflow {
	margin-top: 32px;
}

.caseStudy {
	clear: both;
	overflow: hidden;
	margin-top: 18px;
	margin-bottom: 12px;
}

#content a.thumb {
	display: block;
	padding: 0;
	float: left;
	margin: 0 18px 0 0;
	background: none;
}

a.thumb img {
	display: block;
}

#imageFlowContainer {
	width: 960px;
	height: 300px;
	background: #fff url('../i/bg-coverflow.gif') no-repeat left top;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}

#myImageFlow {
	width: 960px;
	height: 300px;
	margin: -17% 0;
}

a#podcast {
	display: block;
	width: 102px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-podcast.gif') no-repeat left top;
	float: right;
	margin: 20px 0 0 0;
}

a#podcast:hover {
	background: transparent url('../i/button-podcast.gif') no-repeat left top;
}

a#subscribe {
	display: block;
	width: 110px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-subscribe.gif') no-repeat left top;
	float: right;
	margin: 20px 0 0 0;
}

a#subscribe:hover {
	background: transparent url('../i/button-subscribe.gif') no-repeat left top;
}

.divideRight {
	width: 371px;
	height: 30px;
	background: transparent url('../i/divide-right.gif') no-repeat left top;
	margin: 24px 0 -24px 0;
}

ul.media {
	margin: 18px 0 18px 40px;
}

ul.media2 {
	margin: 18px 0 18px 0px;
}

ul.media li {
	padding: 2px 0 2px 20px;	
}

li.video {
	background: transparent url('../i/bullet-video.gif') no-repeat left 4px;
}

li.blog {	
	background: transparent url('../i/bullet-blog.gif') no-repeat left 4px;
}

li.pdf {	
	background: transparent url('../i/bullet-pdf.gif') no-repeat left 4px;
}

li.doc {	
	background: transparent url('../i/bullet-blog.gif') no-repeat left 4px;
}

a#mediaArchive {
	font: bold 16px arial;
	margin: 0;
}

#socialIcons {
	margin: 24px 0 -8px 0px;
	padding: 0 0 50px 40px;
	background: transparent url('../i/divide-right.gif') no-repeat left bottom;
}

a.social {
	display: block;
	float: left;
	margin-right: 10px;
}

#content a.social:hover {
	background: none;
}

.subCol p {
	margin-left: 40px;
}

p.marginBottom {
	margin-bottom: 30px;
}

a#caseStudies {
	display: block;
	width: 114px;
	height: 22px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-casestudies.gif') no-repeat left top;
	float: left;
	margin: 9px 10px 0 0;
}

a#caseStudies:hover {
	background: transparent url('../i/button-casestudies.gif') no-repeat left top;
}

img#screenShot {
	display: block;
	margin: 30px 0 0 0;
}

#content a.screenThumb {
	display: block;
	float: left;
	padding: 0;
	margin: 10px 10px 18px 0;
}

#content a.screenThumb img {
	display: block;
}

#content a.screenThumb:hover {
	background: none;
}

#content a#emailAddress img {
	position: relative;
	top: 2px;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */

form#start {
	margin: 18px 0;
}

fieldset {
	border: 0;
}

label { 
	display: block;
	font: bold 14px arial;
	color: #4d4d4d;
	height: 28px;
	width: 80px;
	line-height: 28px;
	float: left;
	clear: left;
	text-align: right;
	margin-top: 7px;
	margin-right: 19px;
	overflow: hidden;
}

#nameLabel {
	text-indent: 5000px;
	background: transparent url('../i/label-name.gif') no-repeat right 9px;
}

#emailLabel {
	text-indent: 5000px;
	background: transparent url('../i/label-email.gif') no-repeat right 9px;
}

#phoneLabel {
  text-indent: 5000px;
  background: transparent url('../uploads/images/label-phone.gif') no-repeat right 9px;
}

#messageLabel {
	text-indent: 5000px;
	background: transparent url('../i/label-message.gif') no-repeat right 10px;
}

/* Changes made here by Chris Sharkey */
input.input, #starts input {
	background: #fff url('../i/bg-input.gif') no-repeat left top;
	height: 18px;
	width: 201px;
	padding: 7px 5px 3px 5px;
	border: 0;
	margin-top: 7px;
	font: normal 11px verdana, arial;
}

.input:focus, #starts .input:focus {
	border: 0;
	outline: 0;
}

textarea.input, #starts textarea {
	background: #fff url('../i/bg-textarea.gif') no-repeat left top;
	height: 121px;
	width: 201px;
	padding: 7px 5px 3px 5px;
	border: 0;
	margin-top: 7px;
	font: normal 11px verdana, arial;
}

.button {
	margin: 12px 0 0 99px;
}
/* End changes by Chris Sharkey */


/* /////////////////////////////////
	FOOTER
///////////////////////////////// */

#footMenu .left {
	width: 300px;
}

#footMenu .right {
	width: 660px;
}

ul#footNav {
	margin: 0;
	list-style-type: none;
	line-height: 15px;
}

ul#clients {
	margin: 16px 0 0 0;
	list-style-type: none;
}

ul#clients li {
	display: block;
	float: left;
	margin-right: 30px;
}

ul#clients li a:hover {
	background: none;
}

#footer p {
	text-align: center;
	color: #d8d8d8;
	line-height: 40px;
	margin: 0;
}

#footer a,
#footer a:visited {
	color: #d8d8d8;
	border-left: solid 1px #6a7277;
	padding: 2px 0 2px 15px;
	margin-left: 15px;
}

#footer a:hover {
	color: #a7e2ff;
}


/* /////////////////////////////////
	added by Benek 22 Dec.
///////////////////////////////// */

h5 {
	font: bold 12px arial, tahoma;
	margin: 18px 0 12px 0;
	color: #0086c7;
	text-transform: uppercase;
}

h3.marginTop {
	margin: 18px 0px 0px 0px;
}

.box {
	background: #effafd;
	border: solid 1px #e1f5fb;
	margin: 24px 0 24px;
	padding: 6px 20px;
}

.box h5 {
	margin: 12px 0 6px 0;
}

.half {
	width: 49%;
}

.check { list-style-type: none; }
.check li {
	padding-left: 20px;
	background: transparent url('/i/check.gif') no-repeat left 2px;
	margin-bottom: 5px;
        list-style-type: none;
}

/* /////////////////////////////////
	added by Benek 05 March
///////////////////////////////// */

#footMenu {
	padding-bottom: 14px;
}

#footMenu #footCol1 {
	width: 230px;
}

#footMenu #footCol2 {
	width: 456px;
}

#footMenu #footCol3 {
	width: 260px;
}

h4#h4thegoss {
	background: transparent url('/i/h4-thegoss.gif') no-repeat left 3px;
	overflow: hidden;
	text-indent: -5000px;
	margin-left: 12px;
}

#tweet {
	width: 257px;
	height: 77px;
	padding: 1px 0;
	background: transparent url('/i/bg-tweet.gif') no-repeat left top;
	position: relative;
}

#tweet p {
	font-family: tahoma, arial;
	font-size: 11px;
	line-height: 14px;
	margin: 8px 12px;
}

#tweet #bird,
#tweet #bird:visited {
	position: absolute;
	top: 75px;
	right: 0px;
	border: 0;
	padding: 0;
	margin: 0;
}

#tweet #bird img {
	display: block;
}

#tweet #bird:hover {
	background: transparent;
}

/* /////////////////////////////////
	added by Benek 10 March
///////////////////////////////// */

body#landing #banner {
	height: 157px;
	background: transparent url('/i/bg-banner-landing.gif') repeat-x left top;
	overflow: visible;
}

body#landing #banner .center {
	position: relative;
}

body#landing #banner .center img {
	display: block;
}

#callUs {
	position: absolute;
	top: 0px;
	left: 618px;
}

body#landing #footer a,
body#landing #footer a:visited {
	margin: 0;
	padding: 0;
	border: 0;
}

h3#readyHire {
	width: 184px;
	height: 51px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/ready-tohireus.gif') no-repeat left top;
	margin: 10px 0 0 40px;
}

body#landing #footer {
	margin-top: 18px;
}

h2#whyDiff {
	width: 223px;
	height: 29px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/why-weredifferent.gif') no-repeat left top;
	margin: 10px 0 22px 0;
}

ul.stars {
	margin: 18px 0 18px 4px;
}

ul.stars li {
	padding: 0 0 0 28px;
	background: transparent url('/i/bullet-star.gif') no-repeat left 1px;
	margin-bottom: 16px;
}

ul.stars li h3 {
	color: #0085c6;
	margin-bottom: 2px;
}

h2#whatSay {
	width: 227px;
	height: 31px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/what-ourclientssay.gif') no-repeat left top;
	margin: 28px 0 22px 0;
}

#landingVideo {
	float: left;
	margin-right: 20px;
}

#clientTiles {

}

#clientTiles a {
	display: block;
	float: left;
	width: 80px;
	height: 80px;
	border: 0;
	padding: 0;
	margin: 0 12px 12px 0;
}

#clientTiles a img {
	display: block;
}

/* /////////////////////////////////
	added by Benek 11 March
///////////////////////////////// */

#freeReport { /* this is the orange button that opens lightbox */
	position: absolute;
	top: 24px;
	left: 773px;
}

#freeReportPopup {
	width: 600px;
	height: 500px; /* 448px; */
	/* the 2 following rules (margin, border) are just to help me see it when building. Remove them for the real thing */
	margin: 100px;
	border: solid 10px #000;
}

#freeReportPopup .left {
	width: 196px;
	padding-left: 25px;
}

h2#freeMarketReport {
	width: 158px;
	height: 108px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/free-market-report.gif') no-repeat left top;
	margin: 24px 0 22px 0;
}

#freeReportPopup h3 {
	color: #0085c6;
	margin-top: 18px;
	margin-bottom: 14px;
}

form#analysis {
	width: 358px;
	height: 500px; /*448px; */
	float: right;
	border-left: solid 1px #e8e8e8;
}

form#analysis fieldset {
	padding-top: 24px;
}

form#analysis label {
	width: 100px!important;
}

form#analysis #phoneLabel2 {
	text-indent: 5000px;
	background: transparent url('/i/label-phone.gif') no-repeat 65px 9px;
}

form#analysis #websiteLabel {
	text-indent: 5000px;
	background: transparent url('/i/label-website.gif') no-repeat 31px 9px;
}

form#analysis #industryLabel {
	text-indent: 5000px;
	background: transparent url('/i/label-industry.gif') no-repeat 24px 10px;
	height: 75px;
}

form#analysis .button {
	margin: 12px 0 0 119px;
}

form#analysis p {
	margin: 18px 24px;
}

/* /////////////////////////////////
	added by Benek 11 March
///////////////////////////////// */

body#contentNetwork #banner {
	height: 157px;
	background: transparent url('/i/bg-banner-landing.gif') repeat-x left top;
	overflow: visible;
}

body#contentNetwork #banner .center {
	position: relative;
	background: transparent url('/i/banner-network.jpg') no-repeat left top;
	height: 157px;
}

body#contentNetwork #banner .center img {
	display: block;
}

body#contentNetwork h1 {
	font: bold 48px arial;
	margin: 0;
	padding: 62px 0 0;
	letter-spacing: -1px;
}

.breadcrumb p {
	margin: 0;
	padding: 12px 0;
	font: normal 14px arial;
	text-transform: uppercase;
	color: #fff;
}
.breadcrumb a,
.breadcrumb a:visited {
	color: #fff;
	font-weight: bold;
}

body#contentNetwork #content .center {
	background: transparent url('/i/bg-fauxcol2.gif') no-repeat left top;
}

body#contentNetwork .leftCol {
	width: 220px;
	margin-top: 24px;
	padding-right: 20px;
	padding-bottom: 18px;
	float: left;
}

body#contentNetwork .mainCol {	width: 349px;
	margin-top: 24px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 18px;
	float: left;
	background: transparent url('/i/bg-fauxcol2-bottom.gif') no-repeat left bottom;
}

body#contentNetwork .subCol {
	width: 311px;
	margin-top: 24px;
	float: right;
}

body#contentNetwork .mainCol h3 {
	margin: 16px 0 12px;
}

body#contentNetwork ul.media {
	margin: 12px 0;
}

body#contentNetwork label { 
	width: 73px;
	margin-right: 16px;
}

body#contentNetwork .button {
	margin: 12px 0 0 89px;
}

body#contentNetwork h3#startSomething {
	margin: 10px 0 0 71px;
}

h3#startTalking {
	width: 134px;
	height: 50px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/start-talking.gif') no-repeat left top;
	margin: 34px 0 0 71px;
}

div#startTalkingFrame {
  margin: 14px 0 0 71px;
}

li.news {	
	background: transparent url('/i/bullet-news.gif') no-repeat left 6px;
}

li.link {	
	background: transparent url('/i/bullet-link.gif') no-repeat left 5px;
}

h3#relatedPages {
	width: 159px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/related-pages.gif') no-repeat left top;
	margin: 24px 0 0 0;
}

h3#recentMedia2 {
	width: 147px;
	height: 20px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('/i/recent-media2.gif') no-repeat left top;
	margin: 36px 0 0 0;
}

body#contentNetwork #callUs {
	position: absolute;
	top: 0px;
	left: 708px;
}

body#contentNetwork #freeReport { /* this is the orange button that opens lightbox */
	position: absolute;
	top: 24px;
	left: 863px;
}

body#contentNetwork #phoneLabel {
	text-indent: 5000px;
	background: transparent url('/i/label-phone.gif') no-repeat 38px 9px;
}

body#contentNetwork form#start {
	overflow: hidden;
	width: 310px;
}

body#contentNetwork input.input {
	float: left;
}

/* /////////////////////////////////
	added by Benek 19 March
///////////////////////////////// */

a#analysisButton,
a#analysisButton:visited {
	display: block;
	width: 291px;
	height: 63px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-analysis.gif') no-repeat left top;
	margin: 5px 0 24px 18px;
}

a#analysisButton:hover {
	background: transparent url('../i/button-analysis.gif') no-repeat left top;
}

#freeReportPopup { 
	height: auto;
        margin: 70px auto 0px;
	overflow: hidden;
        background: #fff;
}

#freeReportPopup .right {
	width: 338px;
	float: right;
	border-left: solid 1px #e8e8e8;
	padding: 1px 0px 12px 20px;
}

#freeReportPopup .right h2 {
	margin-top: 34px;
}

#freeReportPopup .results {
	margin: 24px 0 18px 0;
}

#freeReportPopup .results h3 {
	color: #4e4e4e;
	margin: 0;
}

#freeReportPopup .results p {
	margin: 8px 0;
	line-height: 15px;
}

#freeReportPopup .results li {
	margin-top: 12px;
	padding: 16px 18px 8px 56px;
}

#freeReportPopup .results li.pass {
	background: #ebf4e3 url('../i/results-pass.gif') no-repeat 12px 10px;
}

#freeReportPopup .results li.fail {
	background: #fddccc url('../i/results-fail.gif') no-repeat 12px 10px;
}

#freeReportPopup .results li.summary {
	background: #fff7d1;
}

/* Added by Chris */

#darkBackground {
  display: none; position: absolute; height: 800px; width: 100%; background: black; z-index: 998;
}

#freeReportContent {
  display: none; position: absolute; width: 100%; height: 100%; z-index: 999;
}

