/*
Company:	Spot-on
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #f6dcb9;
}
body {

}
/* @end */

/* @group Layout */
/* Head */

div#hd {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #9e0a0f;
	background-color: #fff;
	padding: 0 0 10px 0;
}


div#hd2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-top: 6px solid #9e0a0f;
	background-color: #fff;
	padding: 0 0 10px 0;
}

/* Body */
div#bd {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 20px 0;
}
body.spoton div#bd {
	background: url(../images/spoton-cols-div.gif) no-repeat 603px 309px #fff;
}
body.home div#bd {
	background: url(../images/bg-home.gif) no-repeat 0px 309px #fff;
}

body.wide div#bd {
	background: url(../images/bg-home.gif) no-repeat 0px 309px #fff;
}

div#bd2 {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 20px 0;
}
body.spoton div#bd2 {
	background: url(../images/spoton-cols-div.gif) no-repeat 603px 180px #fff;
}

div#bd3 {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
	padding: 0 0 20px 0;
}
body.spoton div#bd3 {
	background: #fff;
}

div#bd h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd4 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	overflow: hidden;
	float:left;
	text-align: left;
	padding: 0 0 20px 0;
}
body.spoton div#bd4 {
	background: #fff;
}

div#bd2 h2 {
	font-size: 26px;
	line-height: 27px;
	font-weight: bold;
	color: #9e0a0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd2 h2 a, a:visited {
	color: #9e0a0f;
	text-decoration: none;
}

div#bd2 h2 a:hover, a:active {
	color: #9e0a0f;
	text-decoration: underline;
}

div#bd2 h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd2 h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #9e0a0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd2 h5 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #9e0a0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}


div#bd4 h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd4 h4 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #9e0a0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}

div#bd4 h5 {
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	color: #9e0a0f;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top: 5px;	
}



/* Footer */
div#ft {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	color: #666666;
}
div#ft p {
	margin: 0 0 8px 0;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}
div#ft p a:link, div#ft p a:visited {
	text-decoration: none;
}
div#ft p a:hover {
	text-decoration: underline;
}


div#ft2 {
	width: 921px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 20px;
	float: left;
	text-align: left;
	color: #666666;
}
div#ft2 p {
	margin: 0 0 8px 0;
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}
div#ft2 p a:link, div#ft2 p a:visited {
	text-decoration: none;
}
div#ft2 p a:hover {
	text-decoration: underline;
}

/* @end */

div#search {
	width: 380px;
	height: 24px;	
	margin: -20px 25px -20px 550px;
	float: right;
	display: inline;
	position: relative;
	vertical-align: center;
	
}

#searchdropbox {
	padding: 0;
	vertical-align:top;
}

#searchtextbox {
	padding: 0;
	vertical-align:top;
}

#searchbttn {
	padding: 0;
	vertical-align:top;
}
	
	
fieldset#zsearch {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

div#newsletter {
	width: 290px;
	height: 35px;
	background: url(../images/getournewsletter2.gif) no-repeat 0 0;
	border: 0;
	overflow: hidden;
	text-indent: -9000px;
	margin: -15px 25px 20px 0;
	float: right;
	display: inline;
}

div#newsletter2 {
	width: 290px;
	height: 35px;
	background: url(../images/getournewsletter2.gif) no-repeat 0 0;
	border: 0;
	overflow: hidden;
	text-indent: -9000px;
	margin: -10px 0 10px 10px;
	float: right;
	display: inline;
}

div#signup {
	width: 290px;
	height: 35px;
	background: url(../images/getournewsletter2.gif) no-repeat 0 0;
	border: 0;
	overflow: hidden;
	text-indent: -9000px;
	margin: -15px 25px 20px 0;
	float: right;
	display: inline;
}

div#newsletter a {
	display: block;
	height: 100%;
}

div#newsletter2 a {
	display: block;
	height: 100%;
}

/* @group Modules */
/* Logo */
div#logo {
	width: 295px;
	height: 120px;
	background: url(../images/pinpoint-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 0 15px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Spot-on Logo */
div#spoton-logo {
	width: 296px;
	height: 72px;
	background: url(../images/spoton-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	border:0;
	margin: 20px 0 0 35px;
	float: left;
	display: inline;
}
div#spoton-logo a {
	display: block;
	height: 100%;
}

/* Writers Logo */
div#writers-logo {
	width: 230px;
	height: 105px;
	background: url(../images/logo-spoton-writers.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
}
div#writers-logo a {
	display: block;
	height: 100%;
}


/* Utility Blogs Logo */
div#utility-logo {
	width: 230px;
	height: 60px;
	background: url(../images/logo-spoton.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 20px 0 0 20px;
	float: left;
	display: inline;
	position: relative;
	z-index: 1;
}

div#utility-logo a {
	display: block;
	height: 100%;
}

/* Feature */
div#feature {
	margin: 0 0 20px 0;
}

/* Feature */
div#feature2 {
	margin: 0 0 20px 0;
	background: url(../images/pinpoint-feature-pic3.jpg) no-repeat 0 0;
	width: 961px;
	height: 320px;
	float: left;
	display: inline;
}
/*edited by bardicmedia, changed margin-bottom*/
div#feature-SO {
	margin: 0 0 4px 0;
	padding: 28px 0 0 28px;
	background: url(../images/media-buying-feature.jpg) no-repeat 0 0;
	width: 961px;
	height: 290px;
	float: left;
	display: inline;
}

a.blogfeedtext:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 160%;
	text-decoration: underline;
}

a.blogfeedtext:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 160%;
	text-decoration: none;
}

a.blogfeedtext:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #dfdfdf;
	line-height: 160%;
	text-decoration: none;
}

a.blogfeedtext:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 160%;
	text-decoration: underline;
}

.blogfeedtext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #fff;
	line-height: 160%;
}

.blogfeedhdr {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	line-height: 170%;
}

a.blogfeedhdr:link {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 170%;
}

a.blogfeedhdr:active {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #dfdfdf;
	font-weight: bold;
	text-decoration: underline;
	line-height: 170%;
}

a.blogfeedhdr:hover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #dfdfdf;
	font-weight: bold;
	text-decoration: underline;
	line-height: 170%;
}

a.blogfeedhdr:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	line-height: 170%;
}

/* feed on spot-on home */
.blogfeedhdrSO {
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:none;
}

a.blogfeedhdrSO:link {
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:none;
}

a.blogfeedhdrSO:active {
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:underline;
}

a.blogfeedhdrSO:hover {
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:underline;
}

a.blogfeedhdrSO:visited {
	font-family: Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5em;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:none;
}
/* end */

div#spotlight-feed {
	margin: 80px 50px 100px 550px;
	
}

div#feature-text {
	margin: 30px 515px 30px 30px;
}

div#index {
	margin: 0 0 20px 0;
	background: url(../images/header-editorialindex.gif) no-repeat 0 0;
	width: 961px;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}

div#index2 {
	margin: 0 0 20px 0;
	background: url(../images/header-editorialindex2.gif) no-repeat 0 0 #e1e1e1;
	width: 100%;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}

div#breadcrumbs {
	margin: -10px 0 10px 15px;
	float: left;
	display: inline;
}

.breadcrumbtxt {
	font-size: 70%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 90%;
}

a.breadcrumbtxt:link {
	font-size: 70%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 90%;
}

a.breadcrumbtxt:active {
	font-size: 70%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 90%;
	text-decoration: underline;
}

a.breadcrumbtxt:hover {
	font-size: 70%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 90%;
	text-decoration: underline;
}

a.breadcrumbtxt:visited {
	font-size: 70%;
	color: #666;
	font-family: Verdana, Arial, sans-serif;
	line-height: 90%;
}






div.wide-wrap {
	width: 961px;
	float: left;
}

div#hotspots {
	margin: 110px 0 10px 0;
	background: url(../images/header-hotspots.gif) no-repeat 0 0;
	width: 961px;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}

div#popspots {
	margin: 110px 0 10px 0;
	background: url(../images/header-popspots.gif) no-repeat 0 0;
	width: 961px;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}

div#books {
	margin: 110px 0 10px 0;
	background: url(../images/header-books.gif) no-repeat 0 0;
	width: 961px;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}

div#reading {
	margin: 10px 0 20px 0;
	background: url(../images/header-reading.gif) no-repeat 0 0;
	width: 961px;
	height: 70px;
	text-indent: -9000px;
	position: relative;
	z-index: 1;
}


div#bookstack {
	margin: -20px 0 0 10px;
	background: url(../images/bookstack.png) no-repeat 0 0;
	position: relative;
	z-index: 10;
	width: 89px;
	height: 81px;
}


div#lighter {
	margin: -50px 0 0 25px;
	background: url(../images/hotspots-lighter.png) no-repeat 0 0;
	position: relative;
	z-index: 10;
	width: 66px;
	height: 115px;
}

div#headphones {
	margin: -25px 0 0 20px;
	background: url(../images/popspots-headphones.png) no-repeat 0 0;
	position: relative;
	z-index: 10;
	width: 77px;
	height: 88px;
}

/* Showcase */
div.showcase {
	background: url(../images/showcase-bkg.gif) no-repeat 0 0;
	width: 258px;
	height: 159px;
	padding: 44px 22px 0 22px;
}
div.showcase img {
	border: 1px solid #d9d9d9;
	padding: 2px;
	background-color: #fff;
	margin: 0 0 5px 0;
}
div.showcase h2 {
	font-size: 100%;
	color: #9e0a0f;
	margin: 0 0 2px 0;
}
div.showcase h3 {
	font-size: 123.1%;
	margin: 0 0 2px 0;
	font-weight: bold;
	color: #000;
}
div.showcase p {
	font-size: 85%;
	font-family: Verdana, Arial, sans-serif;
}

/* Tip */
div.tip {
	background: url(../images/tip-bkg.gif) no-repeat 0 0;
	width: 258px;
	height: 200px;
	padding: 46px 32px 0 32px;
}

div.tipshort {
	background: url(../images/tip-bkg-short.jpg) no-repeat 0 0;
	width: 258px;
	height: 180px;
	padding: 46px 32px 0 32px;
}

div.tiptall {
	background: url(../images/tip-bkg-tall.jpg) no-repeat 0 0;
	width: 258px;
	height: 240px;
	padding: 46px 32px 0 32px;
}

div.tip h2 {
	font-size: 116%;
	margin: 0 0 2px 0;
	color: #9e0a0f;
}
div.tip p {
	font-size: 88%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 155%;
	color: #333;
}

div.tipshort h2 {
	font-size: 116%;
	margin: 0 0 2px 0;
	color: #9e0a0f;
}

div.tipshort p {
	font-size: 88%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 155%;
	color: #333;
}

div.tiptall h2 {
	font-size: 116%;
	margin: 0 0 2px 0;
	color: #9e0a0f;
}
div.tiptall p {
	font-size: 88%;
	font-family: Verdana, Arial, sans-serif;
	line-height: 155%;
	color: #333;
}

/* Main */
body.pinpoint-home div.main {
	width: 590px;
	margin: -20px 0 0 24px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
}
div.tack-box {
	padding: 0 0 10px 48px;
	background: url(../images/icon-thumbtack.gif) no-repeat 0 0;
}
div.notack-box {
	padding: 0 0 10px 48px;
}
body.pinpoint-inside div.main {
	width: 590px;
	margin: 0 0 0 24px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
}
body.spoton div.main {
	width: 564px;
	margin: 0 0 0 25px;
	float: left;
	display: inline;
}

body.pinpoint-inside2 div.main {
	width: 690px;
	margin: 0 30 0 24px;
	padding: 15px 0 0 0;
	float: left;
	display: inline;
}

body.home div.main {
	width: 930px;
	margin: 0 0 0 30px;
	float: left;
	display: inline;
}
body.home div.main-left {
	width: 280px;
	padding: 0 30px 0 0;
	float: left;
	display: inline;
}

div.main2 {
	width: 90%;
	margin: 0;
	float: left;
	display: inline;
}

body.home div.main-center {
	width: 280px;
	padding: 0 30px 0 0;
	float: left;
	display: inline;
}

body.home div.main-right {
	width: 288px;
	padding: 0 0 30px 0 0;
	float: left;
	display: inline;
}

/* Case Studies Page */
body.pinpoint-inside div.main2col {
	width: 850px;
	margin: -30px 40px 0 73px;  /* 73 = 48 from no-tack box and 25 from main */
	padding: 0;
	float: left;
	display: inline;
}

div.main2col div.row {
	clear: both;
	width: 100%;
	margin-bottom: 30px;
	position: relative; 
}

div.main2col div.leftcol {
	width: 420px;
	margin: 0 0 30px 0;
	float: left;
	display: inline;
}

div.main2col div.rightcol {
	width: 420px;
	margin: 0 0 30px 0;
	float: right;
	display: inline;
}

div.greyline {
	clear: both;
	width: 100%;
	padding: 20px 0 8px 0;
	display: block;
	border-top: 1px solid #ddd;
}

/* Side */
body.pinpoint-home div.side {
	width: 302px;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}
body.pinpoint-inside div.side {
	width: 302px;
	margin: 0 15px 0 0;
	float: right;
	display: inline;
}
body.spoton div.side {
	width: 314px;
	margin: 0 22px 0 0;
	float: right;
	display: inline;
}
/* @end */




/* @group Nav */
div#pinpointnav {
	width: 660px;
	height: 20px;
	margin: 31px 20px 0 0;
	float: right;
	display: inline;
}
div#pinpointnav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#pinpointnav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#pinpointnav ul li a {
	display: block;
	background: url(../images/nav.gif) no-repeat 0 0;
	height: 20px;
	text-indent: -9000px;
	outline: none;
	border: 0;
}

div#pinpointnav ul li#n-spotlight a {
	width: 83px;
	background-position: 0 0;
}
div#pinpointnav ul li#n-workingwithus a {
	width: 147px;
	background-position: -83px 0;
}
div#pinpointnav ul li#n-products a {
	width: 92px;
	background-position: -230px 0;
}
div#pinpointnav ul li#n-casestudies a {
	width: 119px;
	background-position: -322px 0;
}
div#pinpointnav ul li#n-faqs a {
	width: 55px;
	background-position: -441px 0;
}
div#pinpointnav ul li#n-onlinemedia a {
	width: 164px;
	background-position: -496px 0;
}

div#pinpointnav ul li#n-spotlight a:hover, div#pinpointnav ul li#n-how a.active {
	background-position: 0 -19px;
}
div#pinpointnav ul li#n-workingwithus a:hover, div#pinpointnav ul li#n-showcase a.active {
	background-position: -83px -19px;
}
div#pinpointnav ul li#n-products a:hover, div#pinpointnav ul li#n-best a.active {
	background-position: -230px -19px;
}
div#pinpointnav ul li#n-casestudies a:hover, div#pinpointnav ul li#n-faqs a.active {
	background-position: -322px -19px;
}

div#pinpointnav ul li#n-faqs a:hover, div#pinpointnav ul li#n-faqs a.active {
	background-position: -441px -19px;
}
div#pinpointnav ul li#n-onlinemedia a:hover, div#pinpointnav ul li#n-sign a.active {
	background-position: -496px -19px;
}





/* Spoton Nav */
div#spotonnav {
	width: 570px;
	height: 25px;
	margin: 20px 28px 0 0;
	float: right;
	display: inline;
}
div#spotonnav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#spotonnav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#spotonnav ul li a {
	display: block;
	background: url(../images/spoton-nav.gif) no-repeat 0 0;
	height: 25px;
	text-indent: -9000px;
	border: 0;
	outline: none;
}
div#spotonnav ul li#n-about a {
	width: 137px;
	background-position: 0 0;
}
div#spotonnav ul li#n-pinpoint a {
	width: 181px;
	background-position: -137px 0;
}
div#spotonnav ul li#n-writers a {
	width: 152px;
	background-position: -318px 0;
}
div#spotonnav ul li#n-contact a {
	width: 100px;
	background-position: -470px 0;
}

div#spotonnav ul li#n-about a:hover, div#spotonnav ul li#n-about a.active {
	background-position: 0 -23px;
}
div#spotonnav ul li#n-pinpoint a:hover, div#spotonnav ul li#n-pinpoint a.active {
	background-position: -137px -23px;
}
div#spotonnav ul li#n-writers a:hover, div#spotonnav ul li#n-writers a.active {
	background-position: -318px -23px;
}

div#spotonnav ul li#n-contact a:hover, div#spotonnav ul li#n-contact a.active {
	background-position: -470px -23px;
}
/* @end */


/* Writers Nav */

div#writersnav {
	width: 640px;
	height: 20px;
	margin: 20px 28px 0 0;
	float: right;
	display: inline;
}
div#writersnav ul {
	margin: 0;
	padding: 0;
	float: left;
	display: inline;
}
div#writersnav ul li {
	list-style: none;
	float: left;
	display: inline;
}
div#writersnav ul li a {
	display: block;
	background: url(../images/nav-writers.gif) no-repeat 0 0;
	height: 20px;
	text-indent: -9000px;
	outline: none;
	border: 0;
}

div#writersnav ul li#n-writers a {
	width: 138px;
	background-position: 0 0;
}
div#writersnav ul li#n-books a {
	width: 138px;
	background-position: -138px 0;
}
div#writersnav ul li#n-pinpoint a {
	width: 174px;
	background-position: -276px 0;
}
div#writersnav ul li#n-about a {
	width: 93px;
	background-position: -450px 0;
}
div#writersnav ul li#n-contact a {
	width: 97px;
	background-position: -543px 0;
}

div#writersnav ul li#n-writers a:hover, div#writersnav ul li#n-writers a.active {
	background-position: 0 -20px;
}
div#writersnav ul li#n-books a:hover, div#writersnav ul li#n-books a.active {
	background-position: -138px -20px;
}
div#writersnav ul li#n-pinpoint a:hover, div#writersnav ul li#n-pinpoint a.active {
	background-position: -276px -20px;
}
div#writersnav ul li#n-about a:hover, div#writersnav ul li#n-about a.active {
	background-position: -450px -20px;
}

div#writersnav ul li#n-contact a:hover, div#writersnav ul li#n-contact a.active {
	background-position: -543px -20px;
}






/* Writers List */

div#writerslist {
	width: 450px;
	margin: 10px 30px 10px 0;
	float: right;
	text-align: right;
	display: inline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
}

div#writerslist a, a:visited {
	color: #000;
	text-decoration: none;
}

div#writerslist a:hover, a:active {
	color: #9e0a0f;
	text-decoration: underline;
}

.grey {
	color: #ccc;
}

/* @group Default Headings */
h2.hd-step-one {
	margin: 0 0 5px 0;
	height: 36px;
	background: url(../images/hd-step-one.gif) no-repeat 0 0;
	text-indent: -9000px;
}

h2.hd-step-two {
	margin: 0 0 5px 0;
	height: 36px;
	background: url(../images/hd-step-two.gif) no-repeat 0 0;
	text-indent: -9000px;
}

h2.hd-step-three {
	margin: 0 0 5px 0;
	height: 52px;
	background: url(../images/hd-step-three.gif) no-repeat 0 0;
	text-indent: -9000px;
}

h1.hd-faqs {
	margin: 0 0 20px 0;
	height: 29px;
	background: url(../images/hd-faqs.gif) no-repeat -2px 0;
	text-indent: -9000px;
}
h1.hd-bestpractices {
	margin: 0 0 20px 0;
	height: 29px;
	background: url(../images/hd-bestpractices.gif) no-repeat -2px 0;
	text-indent: -9000px;
}
div.main h4 {
	margin: 0 0 10px 0;
	color: #9e0a0f;
	font-size: 116%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.main2col h4 {
	margin: 0 0 10px 0;
	color: #9e0a0f;
	font-size: 116%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body.spoton div.side h4 {
	margin: 0 0 0 0;
	color: #9e0a0f;
	font-size: 116%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.spoton div.side h4 a:link, body.spoton div.side h4 a:visited {
	text-decoration: none;
}
body.spoton div.side h4 a:hover {
	text-decoration: underline;
}

body.spoton div.side h5 {
	margin: 0 0 0 0;
	color: #9e0a0f;
	font-size: 108%;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.spoton div.side h5 a:link, body.spoton div.side h4 a:visited {
	text-decoration: none;
}
body.spoton div.side h5 a:hover {
	text-decoration: underline;
}
/* @end */

/* @group Common Text Styles */
div.main {
	font-family: Verdana, Arial, sans-serif;
}

div.main2col {
	font-family: Verdana, Arial, sans-serif;
}

div.main p {
	font-size: 90%;
	color: #333;
	line-height: 160%;
}

div.main2col p {
	font-size: 90%;
	color: #333;
	line-height: 160%;
}

body.spoton div.side p {
	font-size: 90%;
	color: #333;
	line-height: 160%;
	font-family: Verdana, Arial, sans-serif;
}

/* seo edit font size to 130 from 150 */
h2 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
	color: #000;
	margin: 10px 0 10px 0;
	}
	

.center {
	text-align: center!important;
}
/* @end */


/* Ad Placements */

div.banner {
	width: 728px;
	height: 90px;
	margin: 0px 120px 20px 120px;
}

div.banner img {
	border: none;
}

/* Calendar - Blog Post Date Style */

.calendar /* controls date display on posts */
{ 
	float: left;
	text-align: center;
	margin: 0 5px 5px 0; /* margin between box and text/content */
	width: 30px; /* width of box */
	padding: 5px; /* padding within box */
}
.cal-month 
{ 
	text-transform:uppercase;
	color: #656565; 
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
    line-height: 1em;  /* space on top of mnth */
	font-weight: bold;
}
.cal-date 
{ 
	color: #656565;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height:1em;
	font-weight: bold;
}
.cal-year 
{ 
	color: #656565;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
}

/* Sidebar Category Menu Format */

#sidemenu ul {
	margin: 0;
	padding: .1em 0 1em 0;		
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-serif;		
	border-top: 1px solid #ddd;
}
#sidemenu li {
	padding: 0; 
    margin-left: -25px;	
	border-bottom: 1px solid #ddd;
	list-style:none;
}

* html body #sidemenu ul li { height: 1%; }

#sidemenu li a {
	display: block;
	font-weight: normal;
	color: #9e0a0f;
	text-decoration: none;
	padding: .25em 0;
	line-height: 1.5em;
	font-size: 14px;
	margin-left: 5px;
}
#sidemenu a {
	color: #9e0a0f;
}
#sidemenu a:hover {
	color: #656565;				
}
#sidemenu li a:hover {
	color: #656565;				
}


/* on ad_technology.htm */
#adtechlist li {
	margin:0 0 0.75em 10px;
}



/* @group Default Lists */
div.main li {
	font-size: 90%;
	color: #333;
	line-height: 160%;
}
div.main li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #a50010;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */






/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 385px; margin:0.5em 0.5em 0.5em 0; font-size: 1em; color: #666; }
input.text, input.search, input.subscribe  { border:1px solid #bbb; background:#f6f6f6; padding:3px; }

input.search			  { width: 253px; margin:7px 2px 7px 0; }
input.subscribe			  { width: 210px; margin:7px 2px 7px 0; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 150px; margin:0.5em 0.5em 0.5em 0; }
textarea.message    { width: 600px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:300px; margin: 0 0 15px 0; }
select.jcalendar-select-day     { border:1px solid #ccc; background:#f6f6f6; width: 50px; }
select.jcalendar-select-month     { border:1px solid #ccc; background:#f6f6f6; width: 70px;  }
select.jcalendar-select-year     { border:1px solid #ccc; background:#f6f6f6; width: 60px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

#button-search {
  width: 33px;
  height: 23px;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/button-searchgo.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#button-subscribe {
  width: 80px;
  height: 23px;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/button-subscribe.gif) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

/*------------------------------------------------------
      PAGINATION STYLE CLASSES
------------------------------------------------------*/

#tnt_pagination {
	display:block;
	text-align:left;
	height:22px;
	line-height:21px;
	margin-left: -7px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#777;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#DEDEDE;
	border:1px solid #E1E1E1;
	color:#9e0a0f;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #CCC;
	margin-left:10px;
	text-decoration:none;
	background-color:#DDD;
	color:#9e0a0f;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}



ul.blocks {
	padding: 0;
	width: 1600px;
	display: block;
	height: 275px;
}
ul.blocks li {
	width: 285px;
	margin: 0 30px 0 0;
	float: left;
	display: block;
	height: 275px;
	font-size: 90%;
	color: #333;
	line-height: 150%;
	font-family: Verdana, Arial, sans-serif;
}
.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 20px;
}


#pane5 {
	height: 275px;
	width: 100%;
	padding: 0;
	display: block;
	_overflow: hidden;
}

div#slider { }

div#slider h3 {
	font-size: 20px;
	line-height: 21px;
	margin-top: 0px;
	color: #9e0a0f;
	font-weight: bold;
	text-decoration:none;
}

div#slider h3 a {
	text-decoration: none;
}

div#slider h3 a:hover {
	text-decoration: underline;
}

#spoton-feed, #spotlight-feed2 {
	color: #333!important;
	line-height: 160%!important;
	font-size: 90%!important;
}

/*------------------------------------------------------
      TWEAKS FOR SEO CHANGES
------------------------------------------------------*/


h3 {
	font-size: 106% !important;
	margin: 0 0 2px 0;
	color: #9e0a0f !important;
}

