﻿/*
	Layout Containers
	-----------------------------
*/
.event-container {
	background-image:url(../images/gsync_bg_logo.png);
	background-position:top;
	background-repeat:no-repeat;
	width:940px;
	margin:-10px 10px 20px;
	padding:20px 10px 0px;
}

.mainNavSection .section-container-inner {
	background-color: #94c948;
}

.section-container.footerSection {
	height:75px;
}

.section-container .footer-container {
	background-image: url(../images/footer_bg.png);
	background-position: top left;
	background-repeat: repeat-x;
	height:75px;
}

/* 
	Header Styles
	-------------------------
*/
.header {
	background-color: #808080;
	height:96px;
	background-image:none;
	padding:0 20px;
}

.logo {
	height:96px;
	width:390px;
	background-image:url(../images/header_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
}

.logo a {
	height:66px;
	margin:15px 6px 15px 6px;
	width:378px;
	display:block;
}

.pubInfo {
	color:#dfdfdf;
	text-transform:none;
}

.masthead {
	background-color:#808080;
}

#mastheadImage {
	display:none;
}

/*
#mastheadAd.bannerad-container {
	display:none;
}
*/

.HomePage #mastheadImage {
	display:block;
}


/* 
	Main Navigation 
	-------------------------
*/
#mainNav {
	background-image:none;
	background-color:#94c948;
	display:inline-block;
}

#mainNav ul {
	background-image:url(../images/nav_bg.png);
	background-position:left top;
	background-repeat:no-repeat;
}

#mainNav ul ul {
	background-image:none;
}

#mainNav a {
	color:#ffffff;
}

#mainNav a:hover {
	color:#ffffff;
}

#mainNav li {
	background-image:url(../images/nav_tab.png);
}

#mainNav li.empty, #mainNav li.wide  {
	background-image:url(../images/nav_tab_div.png);
}

#mainNav li li {
	border-bottom:1px solid #779f40;
}

#mainNav li ul a {
	color:#779f40;
}

#mainNav li ul a:hover {
	color:#779f40;
}

#mainNav li.empty:hover {
	background-image:url(../images/nav_tab_empty_on.png);
}

#mainNav li:hover, #mainNav li.sfhover {
	background-image:url(../images/nav_tab_on.png);
	background-repeat:no-repeat;
}


/* 
	Subscribe Starburst
	-------------------------
*/

.subscribe {
	margin-bottom:20px;
}
.HomePage .subscribe {
	margin:10px 0 20px;
	background-image:url(../images/subscribe_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding:6px 10px 0 80px;
	background-color:#ffffff;
	font-size:.7em;
	border-bottom: solid 1px #d1d1d1;
}

.HomePage .subscribe input[type="text"], .HomePage .subscribe input.text {
	width:140px;
}


/* 
	Style Overrides 
	-------------------------
*/
a:link, a:hover {
	color:#70a525;
}
a:hover {
	text-decoration:underline;
}

a:visited {
	color:#666666;
}

h1 {
	color:#94c948;
	border-bottom:2px solid #94c948;
	padding:0 0 3px;
	text-transform:lowercase;
	font-family:Arial;
	font-style:normal;
	font-weight:bold;
	font-size:2.8em;
}

h1.featureTitle {
	/*display:none;*/
	font-size:1.5em;
	text-transform:lowercase;
	color:#333;
}

h3.newsTitle {
	text-transform:lowercase;
	font-weight:bold;
}

.headlines h1 {
	display: none;
}

h2 {

}

.textBody, .address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
/*
	Abstract items
	-----------------------------
*/
.abstractItem h2 {
	font-family:Arial;
	font-weight:bold;
	font-size:1.5em;
}

.abstractItem h2 a {
	color: #94C948;
	font-size: 1.05em;
	line-height: 1.2em;
}

/*
	Control Layouts - In the News
	-----------------------------
*/

.span-15 .inTheNews {
	background-image: none;
	background-color:#deeef3;
}

.inTheNews a.moreInfo {
	display:none;
}

.inTheNews .sponsor {
	display:none;
}

.inTheNews .textWrapList {
}


/*  16ade1
	Control Layouts - COLUMNS
	-------------------------
*/

.columnList {
	background:none;
	padding-right:0;
/*
	background-image:url("../images/column_bg.gif");
	background-position:left top;
	background-repeat:no-repeat;
*/
}

.span-15 .columnList {
	background:none;
	padding-right:0;
	padding-left:0;
}
.columnList h3 {
	color:#94c948;
	border-bottom:1px solid #94c948;
	padding-bottom:3px;
	font-family:Arial;
	font-weight:bold;
	font-size:1.8em;
	text-transform:lowercase;
	font-style:normal;
}

.columnList h3 span {
	display:block;
	font-size:0.8em;
}

.columnList.relatedItems h4 {
	color:#94C948;
	border-bottom:solid #cccccc 1px;
	font-size: 1.3em;
	padding-bottom:3px;
	margin-bottom:0.5em;
}

.columnList ul {
	color:#666666;
	font-size: 1.3em;
}

.columnList ul li a:link, .columnList ul li a:hover {
	color: #333333;
}

.columnList ul li a:hover {
	color:#70a525;
	text-decoration:underline;
}

.columnList ul li a:visited {
	color: #666666;
}

a.readOn:link, a.readOn:visited, a.readOn:hover {
	text-decoration:underline;
	color:#999999;
}

a.readOn:hover {
	text-decoration:none;
}

a.moreInfo:link, a.moreInfo:visited, a.moreInfo:hover {
	float:right;
}

.columnList .grouped-column h4 {
	font-weight:bold;
}

.content-block .columnList.specialEditions.bottom, .NewsItem .columnList.specialEditions.bottom {
	/*border-top: 1px solid #94c948;*/
	padding:5px 0;
	margin: 20px 0;
}

.content-block .columnList.specialEditions.bottom h3, .NewsItem .columnList.specialEditions.bottom h3 {
	border-bottom: 1px solid #94c948;
}

.content-block .columnList.specialEditions h3, .NewsItem .columnList.specialEditions h3 {
	color: #666;
	text-transform: none;
}

.content-block .columnList.specialEditions ul, .NewsItem .content-block .columnList.specialEditions ul {
	margin: 0 0 0 1.2em;
	list-style-image: url(/images/bullet.png);
}

.content-block .columnList.specialEditions ul a:link, .content-block .columnList.specialEditions ul a:visited, .NewsItem .columnList.specialEditions ul a:link, .NewsItem .columnList.specialEditions ul a:visited {
	color:#70a525;
}

.columnList.specialEditionStories h3  {
	color: #666;
	text-transform: none;
}

/*
	Tags
*/

.tags, .tags a {
	color:#88b9d1;
}

/*
	Growing Companies (columnList Overrides)
	-------------------------
*/
.columnList.growingCompanies {
	background-image:none;
	padding:0px 0px 10px 0px;
}

.columnList.growingCompanies h3 {
	color:#94c948;
	border-bottom:2px solid #94c948;
	padding:0 0 3px;
	font-family:Arial;
	font-weight:bold;
	font-style:normal;
	font-size:2.8em;
	text-transform:lowercase;
}

div.article,
div.peopleLgItem .innerContent p {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.columnList.people h3, .columnList.companies h3, .columnList.organizations h3 {
	margin-bottom:0px;
}

.columnList.people.noBottom {
	border-bottom:none;
}

.columnList.companies h4  {
	padding-bottom:4px;
}

.columnList.companies .info  {
	color:#999999;
}

.peopleSmItem {
	margin:0;
	border-top: 1px solid #D6D6D6;
	padding: 10px 0px 8px;
	font-family:Palatino, Georgia, Times, 'Times New Roman', serif;
	font-size:14px;
}

.peopleSmItem.top {
	border:0;
}


.peopleSmItem div, .peopleSmItem a, .companiesSmItem a {
	font-family:Palatino, Georgia, Times, 'Times New Roman', serif;
	/*font-size:14px;*/
}

.peopleSmItem div.city {
	font-family:'Helvetica Neue', Arial, Helvetica, sans-serif;;
}

.columnList.people ul {
	border-top: 1px solid #D6D6D6;
	list-style-type:none;
	font-size:1.2em;
	line-height:1.25;
	margin:0px;
}

.columnList.people ul li {
	border-bottom: 1px solid #D6D6D6;
	margin: 0px;
	padding: 10px 15px 8px;
}

.companiesSmItem {
	border-bottom:1px solid #d6d6d6;
	margin:0;
	padding:8px 0px 10px 5px;
}

.peopleSmItem img, img.square60  {
	width:60px;
	/*height:60px;*/
	float:left;	
	margin:0px 10px 10px 0px;
}

.peopleSmItem img {
	height:auto;
}

.peopleLgItem img.rectangle60  {
	width:60px;
	float:left;	
	margin:0px 10px 0px 0px;
}

.companiesSmItem img {
	width:60px;
	float:left;	
	margin:0px 10px 0px 0px;
}

.peopleSmItem .innerContent {
	width:220px;
	float:left;
}

.HomePage .peopleSmItem .innerContent {
	width: 210px;
}

.companiesSmItem h5 {
	width:20px;
	float:left;	
	text-transform:uppercase;
	color:#9B2219;
}

.companiesSmItem .innerContent {
	width:180px;
	float:left;	
	word-wrap: break-word;
}

.peopleSmItem p {
	padding:0px;
	margin:0px;
}

.peopleSmItem .city, .companiesSmItem .city, .companiesSmItem .industry {
	color:#999999;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}

.HomePage .columnList.people .peopleSmItem {
	width: 280px;
	display: inline-block;
	margin: 0 10px 0 0;
	border: 0;
	vertical-align:top;
}
/*
	Founders
*/

.Founder .span-5 {
	background-color:#f0f0f0;
	padding:10px 0;
}

.Founder .span-5 .centered {
	text-align:center;
}

.Founder .span-5 img.image {
	width:160px;
}

.Founder .span-5 .companyInfo {
	padding:20px 0 0 0;
	margin: 0 0 0 10px;
}

.Founder .span-5 .companyInfo h3 {
	margin:0 0 10px 0;
}

.Founder .span-5 .companyInfo .centered {
	text-align:left;
}

.Founder .span-5 .companyInfo h4 {

}

.Founder .span-5 .companyInfo .contactInfo {
	
}

.Founder .span-5 .companyInfo .addressInfo {
	
}

/*
	Companies
*/
.FounderList .peopleLgItem, .CompanyList .peopleLgItem {
	border-bottom:solid 1px #e5e5e5;
	margin-bottom:10px;
}

.FounderList .peopleLgItem img.rectangle60, .CompanyList .peopleLgItem img.rectangle60 {
	width:60px;
}

.Company .span-10 img.image {
	width:160px;
	margin: 0 10px 10px 0;
	background:none;
}

/*
	Insiders Guide
	-------------------------
*/

.insiderGuideContainer {
	background:url(../images/insidersGuideHomeBg.jpg) repeat-y 20px 0px;
}

.insiderGuide {
	padding-bottom:10px;
}

.InsidersGuide h3 {
	color:#25B2E3;
	font-size:1.667em;
	margin-bottom:0.5em;
	text-transform:uppercase;
	border-bottom:1px solid #25B2E3;
}

.insiderGuideBody {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideProfiles {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideProfiles h3, .insiderGuidePicks h3 {
	border-bottom:none;
}

.insiderGuideProfiles a {
	color:#25B2E3;
	text-decoration:none;
	display:block;
}

.insiderGuideProfiles a:hover {
	text-decoration:underline;
}

.insiderGuidePicks h2 {
	color:#25B2E3;
	font-size:3em;
	line-height:1.2em;
	margin:0 0 0.2em;
}

.insiderGuidePickGroup {
	border-bottom:1px solid #25B2E3;
	margin:0 0 10px;
	padding:0 0 10px;
}

.insiderGuideLocation {
	width:194;
	float:left;
	margin:0 19px 0 0;
}

.insiderGuideLocation .last{
	margin:0;
}

.insiderGuideLocation .igThumb {
	width:194px;
	padding:0 0 6px 0;
	display:block;
}

.insiderGuideLocation .igTitleLink {
	display:block;
	width:194px;
}

.insiderGuideLocation a {
	text-decoration:none;
}

.insiderGuideLocation a:hover {
	text-decoration:underline;
}

.insiderGuideLocation span {
	color:#999999;
}

.insiderGuideSideBar {
	padding:0 0 10px 0;	
}

.insiderGuideSideBar ul {
	color:#25B2E3;
	padding:0 1.5em;
}

.insiderGuideHeader {
	background:url(../images/insiderguide.jpg) no-repeat 10px 0px;
	height:60px;
}

.insiderGuideHeader .calloutHeading, .insiderGuideHeader .calloutCityTitle {
	display:none;
	z-index:0;
}

.calloutLink {
	display:block;
	height:40px;
	width:160px;
	padding:10px 0 0 20px;
}

.insiderGuideCategories {
	width:260px;
}

.insiderGuideCategory {
	margin: 0px 20px 0px 20px;
}

.insiderGuideCategory h5 {
	color:#666666;
	font-size:1.4em;
	margin-bottom:.8em;
	text-transform:uppercase;
}

.insiderGuidePlace {
	width:260px;
	padding-bottom:10px;
}

img.insiderGuideThumb {
	width:80px;
	float:left;
	margin:0px 10px 0px 0px;
	border:0px;
}

.insiderGuidePlaceTitle p {
	width:180px;
	float:left;
}

a.insiderGuidePlaceTitle {
	text-decoration:none;
}

a.insiderGuidePlaceTitle:hover {
	text-decoration:underline;
}

.insiderGuideSubcategory {
	color:#999999;
}

/* Insider Guide Nights */
.insiderGuide.nights .insiderGuideHeader {
	background:url(../images/InsiderGuide7Nights.jpg) no-repeat 10px 0px;
	height:60px;
}

.insiderGuideNightContent {
	margin: 0px 20px 10px 20px;
}

.insiderGuideNightContent h5 {
	color:#666666;
	font-size:1.4em;
	margin-bottom: 0px;
	text-transform:uppercase;
	line-height:1.0em;
}

.insiderGuideNightContent a {
	text-decoration:none;
}

.insiderGuideNightContent a:hover {
	text-decoration:underline;
}

/* Insider Guid Profile */
.insiderGuide.profiles .insiderGuideHeader{
	height:70px;
}

.insiderGuideProfileContent {
	margin: 0px 20px 0px 20px;
}

img.insiderGuideProfileImage {
	width:140px;
}

.insiderGuideProfileContent a {
	text-decoration:none;
}
.insiderGuideProfileContent h5 {
	margin: 0 0 0.5em 0;
}

.insiderGuideProfileContent a:hover {
	text-decoration:underline;
}

/* 
	Footer Styles
	-------------------------
*/
.footerLogo {
	background-image:url(../images/footer_logo.png);
	background-position:left top;
	background-repeat:no-repeat;
	height:75px;
	width:215px;
	float:left;
}

.footerLinks {
	float:right;
	padding:30px 20px 0 10px;
	color:#9ddb43;
	width:714px;
	text-align:right;
}

.footerLinks a {
	margin:0 2px;
	color:#94c948;
}

.mediaPlayer {
}
.mediaPlayerGallery {
	padding: 10px 0px 10px 0px;
}
.mediaPlayerPlay {
	display: none;
	width: 13px;
	margin: 15px 0px 0px 0px;
}
.mediaPlayerPrevious {
	float: left;
	width: 13px;
	margin: 15px 7px 0px 0px;
}
.mediaPlayerNext {
	float: right;
	width: 13px;
	margin: 15px -2px 0px 7px;
}
.mediaPlayerGalleryItem {
	float: left;
	height: 52px;
}
.mediaPlayerThumb {
	float: left;
	margin: 0px 10px 0px 0px;
	width: 68px;
}
.mediaPlayerImage {
	width: 340px;
}
.mediaPlayerCaption {
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	color:#cccccc;
	border-bottom: solid 1px #cccccc;
}
.mediaPlayerSelected {
	padding:0px 0px 0px 0px;
	height: 250px;
}

.mediaPlayerVideo {
	width:340px;
	height:220px;
}

/*
	Attribute Browser
	-------------------------
*/

.attributeBrowser ul li {
	background: url(../images/attributeBrowserBullet.gif) no-repeat 2px 6px;
	padding-left: 10px;
}

.attributeBrowser ul li.selected {
	padding-left: 10px;
	background: url(../images/attributeBrowserBulletSel.gif) no-repeat 0px 8px;
}

.attributeBrowser ul li li.selected, .attributeBrowser ul li li {
	background: none;
	padding-left: 0px;
}

/*
	Social Media
	---------------------
*/

.HomePage .toolBar {
	margin: 0 0 6px;
}

.toolBarTitle {
	background-color: #808080;
	border-bottom: 1px solid #808080;
	color: #ffffff;
}
			
.toolBarLike {
	border-bottom: 1px dotted #808080;
}

.HomePage .toolBarItem {
	margin-right: 4px;
}

/*
	Tiles
	---------------------
*/
.tileItem.featured.noImage .tileFront {
	background-color:#808080;
}

/*
	Masthead slideshow
*/
#photo_slideshow_container .caption_overlay .title {
	font-size: 20px;
	line-height: 22px;
	text-transform:none;
}
#photo_slideshow_container .caption_overlay .caption {
	font-size: 16px;
	line-height: 18px;
	text-transform:none;
}

#slideshow_nav a.current, #slideshow_nav a:hover, #slideshow_nav a:focus {
	border-color: #00ACE3;
}

/*
	focus area slider
*/
.abstractSlider.focusareaSlider {
	margin: 10px 0 20px;
}

.abstractSlider.focusareaSlider .sliderWindow {
	height: 133px;
	overflow: hidden;
	position: relative;
	width: 840px;
	margin: 0 0 0 53px;
}

.abstractSlider.focusareaSlider div.abstractItems {
	height:133px;
	margin-top:0;
}

.abstractSlider.focusareaSlider div.abstractItem {
	width: 210px;
	height: 133px;
	position:relative;
	margin-bottom: 0;
}

.abstractSlider.focusareaSlider  .abstractItem .byline {
	display: none;
}

.abstractSlider.focusareaSlider div.abstractItem h3 {
	height: 2.1em;
	width: 200px;
	background: transparent url(../images/bg_tile_black.png) repeat top left;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	height: auto;
	min-height: 3.0em;
	line-height: 14px;
	padding: 0;
	width: 200px;
	display: table;
	position: absolute;
	color: #e5e5e5;
}

.abstractSlider.focusareaSlider .abstractItem h3 a {
	color:inherit;
	text-decoration:none;
	font-size:inherit;
	display:block;
	margin: 8px 10px 10px;
}


.abstractSlider.focusareaSlider .abstractItem img.slider {
	width: 200px;
	height: 133px;
}

.abstractSlider .slider-left-nav, .abstractSlider .slider-right-nav {
	margin-top: 48px;
}

.section-container.mastheadSection {
	padding-bottom:0;
}

.section-container.photoCreditSection {
	display:none;
}

.photo_slideshow_container .caption_overlay .title, .photo_slideshow_container .caption_overlay .caption {
	background: #666;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}

.contentMeta .share {
	background-image:none;
	background-color:transparent;
	color:#666;
}

.share {
	background-color:#f5f5f5;
	font-size:14px;
}

.tileListViews {
	display:none;
}

.featureMasthead img {
    width: auto;
}