/*
Theme Name: Breaking Media
Theme URI: http://breakingmedia.com
Description: Designed for BreakingMedia.com's information site.
Version: 1.0
Author: Nick Scholl
Author URI: http://dismagazine.com/


*/

/* GENERAL ----------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
	background-color: #fff;
	font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #333;
	text-align: center;
}

a { 
	outline: none;
	text-decoration: none; 
}

a:link {
  color: #3574ab;
	margin: 0;
	padding: 0;
}

a img {
  border: 0;
	padding: 0;
}

a:visited {
  color: #3574ab;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	line-height: 1em;
	margin: 0;
}

hr {
	background: #eee6d7;
	border: none;
	color: #eee6d7;
	height: 1px;
	margin: 25px 0;
}

p {
	color: #232323;
	line-height: 1.46em;
	margin: 0 0 15px 0;
}

strong {
	color: #000;
}

span.highlight {
  background-color: #ffcc00;
  color: #000;
  padding: 2px;
  margin: 5px 0;
}

span.red {
	color: #FF0000;
}

h1 {
	text-align: center;
	font-size: 2.5em;
	letter-spacing: -1px;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
  clear: both;
}

/* clearfix - for closing elements containing floats across browsers */
.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 */

.hidden { display: none; }

.hl {
	background: #fff8a5;
}
	.hl a { 
		color: #3487d0;
		font-weight: bold; 
		text-decoration: underline;
	}

a.pill,
span.pill {
	background: url(images/pill-left.gif) no-repeat left center;
	padding: 3px 0 3px 6px;
}
	a.pill span,
	span.pill span {
		background: url(images/pill-right.gif) no-repeat right center;
		padding: 3px 10px 3px 4px;
	}

.pullquote {
  font-family: Georgia;
  color: #3399cc;
  font-size: 36px;
  text-align: left;
  padding: 0 15px;
  margin: -7px 0 30px 0;
}

.site-width {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 980px;
}

#top {
	background: #f8f8f8 url(images/nav.gif) repeat-x center top;
	border-bottom: 3px solid #dedede;
	height: 58px;
}

#logo {
	position: absolute;
	width: 217px;
	height: 77px;
	left: -13px;
	top: -6px;
	z-index: 100;
}
	#logo h1 a {
		background: url(images/logo3.png) no-repeat center top;
		display: block;
		height: 77px;
		text-indent: -6000px;
	}
	
#navigation {
	margin-left: 230px;
}

#menu { }
	#menu li {
		float: left;
		margin: 0;
	}
		#menu li a {
			background-position: center center;
			background-repeat: no-repeat;
			color: #111;
			display: block;
			font-size: 14px;
			height: 58px;
			text-indent: -6000px;
			width: 150px;
		}
			#menu li a:hover {
				background-color: #FFF;
			}
			#menu li.active a,
			#menu li.active a:hover {
				background-color: #dfdfdf;
			}
			
#navOurSites a { background-image: url(images/our-sites.png); }
#navAudience a { background-image: url(images/audience.png); }
#navAdvertising a { background-image: url(images/advertising.png); }
#navServices a { background-image: url(images/other-services.png); }
#navContact a { background-image: url(images/contact-us.png); }

#main {
	border: 1px solid #eee6d7;
	border-width: 0 1px;
}

#content {
	border-right: 1px solid #eee6d7;
	float: left;
	min-height: 900px;
	/*padding: 55px 15px 25px;*/
	padding: 30px 15px 25px;
	width: 629px;
}

#sidebar {
	background: url(images/beige.gif) repeat-x center top;
	float: right;
	padding-top: 25px;
	width: 320px;
}
	#sidebar ul {

	}
	
	#sidebar h2 {
		background-position: 10px top;
		background-repeat: no-repeat;
		border-bottom: 1px solid #eee6d7;
		height: 19px;
		padding: 0 10px 5px;
		text-indent: -6000px;
	}
	
.textwidget {
	padding: 10px 10px 5px;
}

#text-5 h2 {
	background-image: url(images/about-breaking-media.gif);
}
#text-5 p {
	font-size: 12px;
	line-height: 1.4em;
}
#text-5 a.pill { 
	color: #d93c21; 
	font-size: 12px;
	font-weight: bold;
}

#text-3 { /*Follow Us */
	text-align: left;
}
	#text-3 h2 {
		background-image: url(images/follow-us.png);
		border: none;
	}
	#text-3 .textwidget { padding: 0 10px 5px; }
	#text-3 p { 
		margin: 0;
		text-align: center; 
	}

	#text-3 ul { 
		margin: 0;
		padding: 0 10px 10px; 
	}
		#text-3 ul li {
			display: inline;
			margin: 10px 0 15px;
			padding: 0;
			text-align: center;
		}
			#text-3 ul li a {
				color: #666;
				display: block;
				float: left;
				font-size: 11px;
				margin: 5px 4px;
				padding: 67px 0 0;
				width: 60px;
			}
				
				#text-3 ul li#twitterButton a { background: url(http://cache.fashionista.com/images/icons/twitter.png) no-repeat; }
				#text-3 ul li#facebookButton a { background: url(http://cache.fashionista.com/images/icons/facebook.png) no-repeat; }
				#text-3 ul li#emailButton a { background: url(http://cache.fashionista.com/images/icons/email.png) no-repeat; }
				#text-3 ul li#rssButton a { background: url(http://cache.fashionista.com/images/icons/rss-feed.png) no-repeat; }

#text-7 h2 {
	background-image: url(images/breakingmediacom.gif);
}
#staff dl {
			line-height: 1.3em;
			padding: 0;
			margin: 0 0 25px;
		}
			#staff dl dt {
				font-weight: bold;
				line-height: 1.3em;
				margin: 0;
				padding: 0;
			}
			#staff dl dd {
				line-height: 1.3em;
				margin:0 0 7px;
				padding:0;
			}


#footer {
	background: url(images/footer.gif) repeat-x left bottom;
	border-top: 1px solid #eee6d7;
	clear: both;
	font-size: 11px;
	padding: 15px;
	text-align: left;
}

#text-4 h2 { background-image: url(images/our-sites.gif); }
.sites a.logo {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 50px;
	text-indent: -6000px;
}
.sites .pill {
	background: #EEE6D7;
	color: #807b72;
	display: block;
	float: right;
	font-size: 10px;
	line-height: 1.2em;
	margin-top: 7px;
	padding: 5px;
	width: 50px;
}
	.sites .pill span { 
		background: none;
		padding: 0; 
	}

ul.sites li  {
	clear: both;
	line-height: 1.3em;
	margin-bottom: 15px;
	text-align: left;
}

	ul.sites li.atl a.logo {
		background-image: url(images/atl.gif);
		width: 208px;
	}
	
ul.sites li.axp a.logo {
		background-image: url(http://cache.breakingmedia.com/uploads/2010/07/axp.gif);
		width: 223px;
	}
	
	ul.sites li.db a.logo {
		background-image: url(images/db.gif);
		width: 170px;
	}
	ul.sites li.fash a.logo {
		background-image: url(images/fash.gif);
		width: 200px;
	}
	ul.sites li.gc a.logo {
		background-image: url(images/gc.gif);
		width: 150px;
	}

	ul.sites li p {
		clear: left;
		text-align: justify;
		width: 540px;
	}

.entry ul.sites {
	margin: 0;
}
	.entry ul.sites .pill { margin-top: 25px;}

/* Posts */
.post,
.hentry {
	clear: both;
	margin-bottom: 40px;
	text-align: left;
}
	.single .post { 
		background: none; 
		padding-bottom: 0;
	}

	.hentry:after {
		content:"."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	.hentry { display: inline-block; }
	/* Hides from IE-mac \*/
	* html .hentry { height: 1%; }
	.hentry { display: block; }
	/* End hide from IE-mac */

.timestamp {
	font-size: 11px;
	padding: 7px 0 7px 1px;
	vertical-align: middle;
}
	.timestamp a { color: #CCC; }
		.timestamp a:hover .postTime {
			color: #66E3C6;
		}

.postCategories {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
	margin-right: 7px;
	vertical-align: middle;
}
	.postCategories a {  }
		

.postTitle {
	font-size: 32px;
	font-weight: normal;
	letter-spacing:-1px;
	line-height: 1.1em;
	margin: 2px 0 4px;
	text-align: left;
}

	.postTitle span.editPost {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		letter-spacing: 0;
		text-transform: uppercase;
	}
		.postTitle span.editPost a {
			color: #CCC;
			line-height: 1em;
		}
	
.postAuthor {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
	.postAuthor a,
	.postAuthor span {
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
	}
	.page .postAuthor { display: none; }

	.authorBio {
		color: #888;
		margin-top: 20px;
	}

	.entry {
		clear: left;
		float: left;
		margin: 35px 0;
		text-align: left;
		width: 540px;
	}
	
	body.page .entry {
		float: none;
		width: auto;
	}
	
	#sponsoredContent .entry { width: auto; }
		body.author .bio {
			float: none; 
			font-size: 13px;
			margin-bottom: 40px;
		}

		.entry blockquote {
			width: 90%;
			background: url(images/quote.gif) no-repeat left top;
			padding: 0 0 0 50px;
			margin: 30px auto;
			line-height: 1.45em;
			text-align: left;
		}
			.entry blockquote p { 
				margin: 1.5em 0 0; 
			}
		
		.entry h2,
		h2.pagetitle {
			color: #f04f04;/* d23115*/
			font-family:Georgia, Times, "Times New Roman", serif;
			font-weight:normal;
			margin-bottom:9px;
		}
		.entry * + h2 {
			margin-top: 30px;
		}
		.entry * + h3 {
			margin: 25px 0 5px;
		}
		h2.pagetitle {
			margin-bottom: 25px;
			padding-bottom: 10px;
			border-bottom: 1px solid #f04f04;
		}
		
		
		.entry p {
			color: 141413;
		}
			.entry p:first-child {
				margin-top: 0;
			}

		.entry ol {
			width: 85%;
			margin-bottom: 25px;
		}
			.entry ol li p {
				font-style: normal;
				color: #000;
			}

		.entry ul {
			margin: 15px 25px;
			text-align: left;
			list-style: square;
		}
			.entry ul br,
			.entry ul p { display: none; }
			.entry ul li, 
			.entry ol li {
				font-size: 13px;
				margin-bottom: 7px;
			}
				.entry ul li br { display: inline; }
				.entry ul li p { display: block; }

		.entry .mt-enclosure-image a { border: none; }

	.hentry form,
	.entry form {
		/*background:#E3FAF9 none repeat scroll 0 0;
		border-left:5px solid #294C4A;
		color:#294C4A;*/
		line-height:1.45em;
		margin:0;
		/*padding:20px;*/
		text-align:left;
	}
		.entry form label { font-weight: bold; }
			.entry form label span { 
				font-weight: normal; 
			}
			
	#sailthru-3 label {
		font-size: 14px;
	}	
	#sailthru-3 .text {
		font-size: 18px;
		width: 80%;
	}		
	#sailthru-submit-3 {
		background: #4CA7F9;
		color: #FFF;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-size: 20px;
		line-height: 1em;
		padding: 7px 15px 5px;
		border-radius: 7px;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
	}
	#text-8 { margin-bottom: 20px; }
	#miniForm {
		background: #FFFFCC;
		border: 1px dotted #CCC;
		margin-bottom: 25px;
		padding: 10px 10px 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		#sailthru-email-5 {
			width: 165px;
		}

	.post a.more-link,
	a.more-link {
		font-weight: bold;
	}
	
	.post a.more-link { color: #000; }
		.post a.more-link:hover { color: #ff0000; }




#sidebar a.more-link {
	padding: 3px 5px;
}

.postHeader { 
	color: #d7cfc1;
	text-align: left; 
}
	.postHeader a { color: #141413; }
	.postHeader a:hover { text-decoration: underline; }
	
	.postHeader h1 a {
		color:#2f2e2b;
		text-decoration:none;
	}	
		.postHeader h1 a:hover {
			color: #989287;
			text-decoration: none;
		}

	.postHeader ul,
	#sidebar .widget .postHeader ul {
		color: #CCC;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.postHeader ul li { 
			background: #FFF;
			display: inline; 
			font-size: 11px;
			margin: 0;
			padding: 0 3px;
		}
			.postHeader ul li.timestamp { 
				margin-left: 0; 
				padding-left: 0;
			}

	.postMetadata {
		clear: both;
		float: right;
		font-size: 11px;
		margin-bottom: 20px;
		margin-top: 36px;
		text-align: left;
		width: 52px;
	}
		.postMetadata a { 
		}
			.postMetadata a:hover { color: #66E3C6; }

		.postMetadata span.icon {
			font-size: 12px;
		}

	.postFeedback {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: left;
	}
		.postFeedback li { 
			border-top: 1px dotted #CCC; 
			padding: 7px 0;
		}
		.postFeedback .facebook .fb_share_count_top {
			width:48px;
		}
		.postFeedback .facebook .fb_share_count_inner {
			line-height:34px;
		}
		.postFeedback .facebook .FBConnectButton_Text {
			margin-left:12px !important;
			padding:3px 3px 2px !important;
		}
		.postFeedback .facebook .FBConnectButton_Small {
			background-position:-5px -232px !important;
			border-left:1px solid #1A356E;
		}
		

.postFooter {
	border-top: 4px solid #eee6d7;
	clear:both;
	color: #696969;
	font-size: 11px;
	line-height: 16px;
	margin: 10px 0;
	overflow: hidden;
}
	.postFooter a {
		color: #696969;
	}
	.postFooter ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.postFooter ul li { 
			float: left;
			line-height: 19px;
			margin: 0;
		}
		.postFooter ul li.commentCount {
			float: right;
		}
		
.postPages {
		clear: both;
		font-size: 11px;
		padding: 0 0 40px;
		text-align: right;
	}
		.postPages a {
			font-weight: normal;
			margin: 0 4px;
			text-decoration: underline;
		}
		.postPages strong { margin: 0 4px; }
		
		.postPages .prevNext a {
			background: #ed4203;
			border: 1px solid #ed4203;
			color: #FFF;
			letter-spacing: 2px;
			margin: 0 5px;
			padding: 2px 10px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			-moz-border-radius: 5px; 
			-webkit-border-radius: 5px;
		}
		.postPages .prevNext a:hover {
			background: #FFF;
			color: #ed4203;
		}		
		
		
.commentCount { cursor: pointer; }
a.dsq-comment-count,
.commentCount a {
	background: #4ca7f9 url(images/blue.gif) repeat-x center top;
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
	padding: 7px 14px;
}
	a.dsq-comment-count:hover {
		color: #ff0000;
	}

#commentsWarning {
	background:#EEE none repeat scroll 0 0;
	display:block;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0;
	line-height:1em;
	padding:7px;
}

#shareEmail {
	background: url(http://cache.abovethelaw.com/images/icons/email.gif) no-repeat;
	cursor: pointer;
	line-height: 1em;
	margin-right: 12px;
	padding: 1px 0 4px 17px;
}
#shareShare {
	background: url(http://cache.abovethelaw.com/images/icons/share.gif) no-repeat;
	cursor: pointer;
	line-height: 1em;
	padding: 1px 0 4px 17px;
}
	#shareEmail:hover,
	#shareShare:hover { 
		color: #ff0000; 
		text-decoration: underline;
	}


.postTags {
	color: #292929;
	margin-top: 10px;
}
	.postTags a { 
		color: #696969;
	}
	.postTags p { margin: 0; }

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	


/* Pagination */
.pagination {
	border-bottom:1px solid #FF0000;
	border-top:1px solid #DDDDDD;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}

.wp-pagenavi {
	color: #CCC;
	font-weight: bold;
	font-variant: small-caps;
	padding: 4px 0 7px;
	text-transform: lowercase;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #141413;
	background-color: #FFF;	
}
.wp-pagenavi a:visited {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #141413;
	background-color: #FFF;	
}
.wp-pagenavi a:hover {	
	background-color: #FFF;
	border-bottom: 4px solid #141413;
}
.wp-pagenavi a:active {
	padding: 4px; 
	margin: 2px;
	text-decoration: none;
	color: #0066cc;
	background-color: #FFF;	
}
.wp-pagenavi span.pages {
	padding: 4px; 
	margin: 2px 2px 2px 2px;
	background-color: #FFF;
	color: #CCC;
}
.wp-pagenavi span.current {
	padding: 4px 10px;
	margin: 2px;
	font-weight: bold;
	color: #000;
	background-color: #eae9e6;
	border-bottom: 4px solid #141413;
}
.wp-pagenavi span.extend {
	padding: 4px; 
	margin: 2px;	
	color: #000000;
	background-color: #FFF;
}

.archive_individual .post {
	background: none;
}

/* End Pagination */


table {
	margin-bottom: 15px;
	width: 100%;
}

th {
	text-align: left;
}

td { 
	vertical-align: top;
	font-size: 11px; 
}

.mainhead th {
	background: #21201e;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	color: #EEE;
	text-transform: uppercase;
	line-height: 1em;
	letter-spacing: 1px;
}

.tier,
.odd td.tier,
.even td.tier {
	width: 120px;
	padding: 4px 3px 3px 5px;
	color: #FFF;
	text-align: left;
}

.odd td.tier { background: #474541; }
.even td.tier { background: #6e6b64; }

.odd td {
	background: #c7c2b3;
	padding: 4px 3px 3px 5px;
}
.even td {
	background: #e5e0cf;
	padding: 4px 3px 3px 5px;
}

.even td.hl,
.odd td.hl {
	background: #ffff66;
	font-weight: bold;
}

.demographic th {
	padding: 10px 3px 3px 0;
}

td acronym {
	color: #999;
}

tfoot td {
	padding-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
}

.imageRow td img {
	width: 110px;
}

.footnote {
	font-size: .85em;
}

#dimensions {
	height: 1210px;
}

.expander { 
	position: relative;
	width: 728px;
}

.ad {
	position: absolute;
	background: #111;
	border: 1px solid #000;
	font-family: Helvetica, Arial, sans-serif;
	color: #eee;
}
	.ad:hover { 
		background: #CC0000; 
		z-index: 100;
	}

.ad h3,
.ad p {
	margin: 10px;
}

.ad h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.ad p {
	font-size: .9em;
}

.skyscraper {
	top: 100px;
	right: 0;
	width: 160px;
	height: 600px;
}

.leaderboard {
	width: 726px;
	height: 88px;
}
	.leaderboard:hover {
		height: 358px;
	}

.island {
	right: 170px;
	top: 100px;
	width: 298px;
	height: 248px;
}
	.island:hover {
		width: 598px;
		height: 498px;
	}

.interrupter {
	right: 170px;
	top: 360px;
	width: 558px;
	height: 198px;
}
	.interrupter:hover {
		height: 400px;
	}

.bigbox {
	right: 170px;
	top: 570px;
	width: 298px;
	height: 598px;
}
	.bigbox:hover { width: 598px; }

.editsponsor {
	top: 100px;
	left: 0;
	width: 248px;
	height: 68px;
}

.searchsponsor {
	top: 180px;
	left: 0;
	width: 86px;
	height: 29px;
	overflow: hidden;
}
	.searchsponsor h3 {
		margin: 3px;
		font-size: 9px;
		line-height: 0.9em;
		font-weight: normal;
	}

.alignright {
	float: right;
	margin: 0 0 15px 20px;
	}

.alignleft {
	float: left;
	margin: 0 20px 15px 0
	}

#quantcast .alignleft {
	width: 45%;
}

#lijit-search {
	border-bottom: 1px solid #fff7e8;
	margin-bottom: 10px;
	padding: 0 10px 15px 10px;
}

#lijit-search label,
#lijit-search h2,
#lijit-search #lwp_f {
	display: none!important;
}