@charset "utf-8";
/* CSS Document */

/* ******************************************
	GENERAL
****************************************** */
.mainContent h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	/*
	letter-spacing: -1px;
	*/
	margin: 0.5em 0;
}
h2 {
	color: #333333;
	font-size: 165%;
	font-weight: normal;
	margin-bottom: 0;
}
h3 {
	font-size: 130%;
	font-weight: bold;
	margin: 1em 0 4px;
}
	.home h3 {
		color: #666;
	}
a, .link {
	color: #0066cc;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 a, h1 a:hover,
h2 a, h2 a:hover,
h3 a, h3 a:hover {
	text-decoration: none;
	color: #333333;
}
/*
.technologyNews h4 a, .technologyNews h4 a:hover,
*/
.footer h2 {
	font-size: 100%;
	line-height: 16px;
	margin-bottom: 1em;
}
.linkSmall {
	color: #0066cc;
	float: right;
	font-size: 90%;
	font-weight: bold;
	margin-top: 5px;
	padding-right: 14px;
	padding-left: 14px;
}
	.linkSmall img {
		margin-right: 5px;
	}
p, dd, dt, li {
	line-height: 16px;
	margin-bottom: 1em;
}
.header {
	background: url(../images/elements/header_bg.jpg) no-repeat right top;
	height: 132px;
	padding: 21px 0 20px 3px;
	width: 942px;
}
.logo a:link, .logo a:visited {
	background: url(../images/elements/logo_techmarketer.png) no-repeat;
	cursor: pointer;
	display: block;
	margin: 0 0 0 10px;
	text-indent: -9000px;
	height: 70px;
	width: 261px;
}
.search {
	float: right;
	margin-top: 4px;
	width: 142px;
}
.search input {
	background: url(../images/elements/search.jpg) no-repeat top left;
	border: 0;
	padding: 3px 15px 0 22px;
	height: 20px;
	width: 104px;
}
	.googleForMarketers .search input {
		background: url(../images/elements/search_02.jpg) no-repeat top left;
	}
.btn {
	margin: 1em 0 0.5em;
}
.btn a:hover img {	
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
.leftThumb {
	display: block;
	/*
	float: left;
	*/
	margin: 0 10px 0 0;
}
.rightThumb {
	display: block;
	/*
	float: right;
	*/
	margin: 0 0 0 10px;
}
.fltLeft { float: left; }

.fltRight { float: right; } 

.center { text-align: center; }
.last { margin-right: 0 !important; }

hr {
	border: none;
	border-top: 1px solid #E2E2E2;
	clear: both;
	display: inline-block;
	height: 1px;
	margin: 15px 0 5px;
	width: 100%;
}
	.sideContent hr {
		margin: 5px 0;
	}
cite {
	color: #8f8f8f;
	font-size: 90%;
	float: left;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1.5em;
	width: 100%;
}
	.home cite {
		float: none;
	}
cite a, cite a:hover { 
	color: #8f8f8f;
	font-weight: normal; 
	text-decoration: none;
}
/* MAIN CONTENT */
.mainContent {
	float: left;
	display: inline-block;
	width: 630px;
}
	.mainContent, .sideContent {
		padding-bottom: 50px;
		_padding-bottom: 60px;
	}
/* SIDE CONTENT */

.sideContent {
	float: right;
	width: 300px;
}
.sideContent .archives, .sideContent .tags, .sideContent .share, .sideContent .subscribe, .sideContent .caseStudy, .sideContent .sideFAQ, .sideContent .ad, .sideContent .poll, .sideContent .rss {
	background: #FFF;
	border: 1px solid #dce0e5;
	float: right;
	margin-bottom: 9px;
	padding: 13px 6px 0;
	width: 288px;
}
.sideContent .archives h2, .sideContent .tags h2, .sideContent .share h2, .sideContent .subscribe h2, .sideContent .caseStudy h2, .sideContent .sideFAQ h2, .sideContent .ad  h2 {
	font-weight: normal;
	margin: 0 40px 0 10px;
}
.sideContent .leftThumb {
	float: left;
}
.sideContent ul, .sideContent .tags ul {
	list-style: none;
}
.sideContent .tags ul { 
	display: inline-block;
	margin: 0 10px;
	padding-bottom: 13px;
}
.sideContent .tags li {
	display: inline;
	line-height: 18px;
	margin-right: 4px;
}
	.sideContent .tags li a {
		color: #0065ca;
		font-weight: normal;
	}
	.sideContent .tags li a em {	
		font-size: 130%;
		font-weight: bold;
		font-style: normal;
	}
.sideContent .share h2 {
	float: left;
	display: inline;
	padding-bottom: 13px;
}
.sideContent .share li {
	float: left;
	margin-right: 10px;
}
.sideContent .subscribe .leftThumb, .sideContent p, .sideContent .sideFAQ dl {
	margin-left: 10px;
	margin-right: 10px;
}
.sideContent .sideFAQ {
	background: url(../images/elements/sideFAQ_bg.gif) no-repeat center bottom;
}
.sideContent .sideFAQ dl { 
	clear: both; 
}
.sideContent .sideFAQ dt {
	float: left;
	width: 20px;
}
.sideContent .sideFAQ dd {
	float: left;
	margin-bottom: 5px; 
	width: 245px;
}
.sideContent .sideFAQ dd.question { 
	font-weight: bold; 
}
.sideContent .sideFAQ .btn img {
	display: block;
	float: right;
	margin: 12px 0 5px auto;
}
.sideContent .ad img {
	margin: 2px 10px 5px;
}
.sideContent .archives ul {
	margin: 0 10px;
}
.sideContent .archives ul ul li, .sideContent .archives ul ul li a {
	font-weight: normal;
	margin-bottom: 0;
}

.sideContent .poll ul { padding: 0 0 10px 10px; float: left; }
.sideContent .poll ul li { margin: 0px; padding: 0 0 2px 0; clear: both; float: left; }
.sideContent .poll ul li input { margin: 0 5px 0 0; }
.sideContent .poll ul li input.subres { width: 77px; height: 23px; background: url('../images/elements/btn_submit.gif') 0 0 repeat-x; border: 0px;
	margin: 5px 0 0px 0;
	padding: 0px;
	text-indent: -9999px;
	font-size: 0px;
	cursor: pointer;
}

.sideContent .poll ul li label { width: 80px; float: left; }

.sideContent span.result { height: 15px; display: block; background: url('../images/elements/img_bar.gif') 0 3px no-repeat; float: left; }
.sideContent span.percent { padding-left: 10px; }

.sideContent .rss p { float: left; }
.sideContent .rss a img { float: left; }
.sideContent .rss a.subnow { padding: 0 0 0 5px; float: left; }
.sideContent fieldset  { padding-bottom: 10px; }

.mainContent .indent {
	clear: both;
	margin: 0 14px;
}
	.mainContent .rightThumb img, .mainContent .leftThumb img, .marketingNews .indent img  {
		border: 1px solid #dce0e5;
		display: block;
		padding: 4px;
	}
	.mainContent .rightThumb img {
		margin: 0 0 0 1em;
		float: right;
	}
	.mainContent .leftThumb img {
		margin: 0 1em 0 0;
		float: left;
	}
	 .marketingNews .indent img {
		margin: 0 0 0 1em;
		float: right;
	}

/* ******************************************
	HOME
****************************************** */

.home .onlineTrends, .home .marketingNews, .home .technologyNews {
	margin-bottom: 30px;
}
.home .onlineTrends h1, .home .marketingNews h2, .home .technologyNews h2 {
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	height: 29px;
	width: 100%;
}
.home .onlineTrends h1 { background: url(../images/header/title_online_trends.jpg) no-repeat; }
.home .marketingNews h2 { background: url(../images/header/title_marketing_news.jpg) no-repeat; padding-bottom: 4px; }
.home .technologyNews h2 { background: url(../images/header/title_technology_news.jpg) no-repeat; }

.mainContent .cornerClose {
	background: url(../images/elements/corner_bottom_main.gif) no-repeat top left;
	clear: both;
	margin: 0 2px;
	height: 10px;
	width: 626px;
}
.home .onlineTrends .info {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	float: left;
	margin: 0 2px;
	_margin: 0 1px;
	padding: 0 10px;
	background: #fff;
}
.home .onlineTrends h2 {
	color: #ff0000;
	font-size: 220%;
	font-weight: normal;
	margin: 0;
	padding: 0.5em 0 0;
}
.home .onlineTrends h3 {
	color: #333333;
	font-size: 135%;
	margin-top: 0.5em;
}
.home .onlineTrends .chart {
	margin: 1em 0;
}
.technologyNews .panelHolder {
	padding-left: 14px;
	padding-bottom: 30px;
}
.technologyNews .panel {
	float: left;
	margin: 18px 8px 30px 0;
	width: 200px;
}
.technologyNews .panel h4, .technologyNews .panel p {
	width: 95%;
}
.technologyNews .panel img {
	border: 1px solid #dce0e5;
	display: block;
	float: left;
	margin-bottom: 1em;
	padding: 4px;
}

/** 
	HOME: TECH NEWS 
**/
.home .technologyNews .indent .info, .home .technologyNews .twoCol  {
	float: left;
	margin: 1em 0 0.5em;
	width: 100%;
}
.home .technologyNews .indent .twoCol .info {
	margin: 0;
	width: 80%;
}
.home .technologyNews .indent .twoCol .pic {
	float: left;
	margin: 0.5em 1em 1em 0;
}
.home .technologyNews h3 {
	font-size: 1em;
	margin: 5px 0 3px;
}
.home .technologyNews h3 a {
	color: #0066CC;
}
.home .technologyNews h3 a:hover {
	text-decoration: underline;
}
.home .technologyNews cite {
	font-size: 100%;
}

/* ******************************************
	ONLINE TRENDS AND ARTICLE TEMPLATE
****************************************** */
.onlineTrends .feature h1, .onlineTrends .mainContent h2,
.article h1 {
	font-size: 140%;
}
.onlineTrends .feature h1 a, .onlineTrends .mainContent h2 a,
.article h1 a {
	color: #333;
	text-decoration: none;
}
.onlineTrends .feature h2, .onlineTrends .mainContent h3,
.article .mainContent h2 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.onlineTrends .feature h2 {
	margin-top: 0;
}
.onlineTrends h2 {
	margin-top: 1em;
}
.onlineTrends h3 {
	margin-top: 0.8em;
}
.searchSummary {
	float: left;
	margin-bottom: 10px;
}

/* ******************************************
	MARKETING NEWS
****************************************** */

.marketingNews h1, .marketingNews .mainContent h2 {
	font-size: 130%;
}
.marketingNews .mainContent h2 {
	margin: 1em 0 4px;
}


/* ******************************************
	FORMS
****************************************** */

.formContainer {
	clear: both;
	padding: 2px 0 5px;
}
.formContainer label {
	font-size: 100%;
}
.formContainer dl {
	float: left;
	/*
	width: 100%;
	*/
}
.formContainer p {
	margin: 0 0 14px;
}
.formContainer dt {
	clear: both;
	display: inline;
	float: left;
	width: 110px;
}
.formContainer dd {
	float: left;
	margin-bottom: 10px;
	width: 490px;
}
.formContainer dd p {
	margin: 0 14px 0 0;
}
.formContainer input {
	height: 20px;
	width: 260px;
}
.formContainer textarea {
	height: 85px;
	width: 260px;
}
.formContainer dd.checkbox input {
	clear: both;
	height: auto;
	margin-right: 5px;
	width: auto;
}
.formContainer .btn {
	clear: both;
	padding: 0 0 0 110px;
}
	.formContainer .btn img {
		margin-top: 5px;
	}

/* ******************************************
	FAQ
****************************************** */

.faq .mainPanel {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #DCE0E5;
	margin-bottom: 2em;
	padding: 13px 13px 0;
}
	.mainPanel hr {
		margin: 0 0 6px -4px;
		width: 610px;
	}
.faq .mainContent h1 {
	font-size: 165%;
	margin: 0 0 8px;
}
.faq h2 {
	clear: both;
	font-size: 140%;
	font-weight: bold;
	line-height: 18px;
	margin: 1em 0;
}

/* ******************************************
	SUBSCRIBE
****************************************** */
.subscribe h1 {
	font-size: 165%;
	margin: 14px 0 0;
}
.subscribe .mainContent hr {
	margin-top: 5px;
}

/* ******************************************
	SEARCH RESULTS
****************************************** */
.results .mainContent h1 {
	font-size: 140%;
}
.results .mainContent h2 {
	font-size: 100%;
	font-weight: bold;
	margin: 1.5em 0 5px;
}
.results .mainContent hr {
	padding: 0;
	margin: 0;
}
.results .mainContent cite {
	margin: 0.2em 0 0.4em 0;
}
.mainContent ul.breadcrumb {
	margin-top: 10px;
}
.mainContent ul.breadcrumb li {
	padding-bottom: 5px;
}
.mainContent ul.breadcrumb li a {
	font-weight: normal;
	margin-right: 30px;
}
.mainContent ul.breadcrumb li.selected a {
	font-weight: bold;
}
.mainContent ul.breadcrumb li {
	float: left;
	margin-bottom: 0;
}

ul.siteMapLinks li ul
{
    margin-top: 5px;
    margin-bottom: 20px;
}
ul.siteMapLinks li ul li 
{
    padding-left: 20px;
    margin-bottom: 7px;
}
ul.siteMapLinks li ul li span 
{
    padding-right: 4px;
    display:block;
    float: left;
    margin-top: -1px;
    color: #0066cc;
    font-weight: bold;
}
ul.siteMapLinks li a:link, ul.siteMapLinks li a:visited 
{
    font-size: 115%;
}
ul.siteMapLinks li ul li a:link, ul.siteMapLinks li ul li a:visited 
{
    font-size: 100%;
}

/* ******************************************
	GOOGLE FOR MARKETERS
****************************************** */
.googleForMarketers h1 {
	margin-bottom: -3px;
}
.googleForMarketers .mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 275%;
	font-weight: bold;
	margin-bottom: -12px;
}
.googleForMarketers .mainContent h3 {
	font-size: 100%;
	margin: 2em 0 0.5em;
}
.googleForMarketers .panelHolder {
	float: left;
	padding-bottom: 1em;
	margin-right: 3%;
	margin-top: 5px;
	width: 44%;
}