/*
Theme Name: Dealbreaker
Theme URI: http://breakingmedia.com/
Description: Theme adapted from previous MT design of Dealbreaker.
Version: 2.0
Author: Nick Scholl
Author URI: http://dismagazine.com/

The CSS, XHTML and design is copyrighted 2010.

*/


body {
	background: #FFF;
	border-top: 3px solid #3c3a39;
	padding: 0;
	margin: 0;
	margin-left: 0!important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #262626;
	overflow-x: hidden;
	}
	

a {
	color: #DC1E27;
	text-decoration: none;
	outline: none;
}
	a:hover { 
		text-decoration: none;
	}
	a img { border: none; }


abbr,
acronym { border: none; }
address { font-style: normal; }

h1, h2, h3, h4, h5 {
	margin: 0;
	font-weight: normal;
	line-height: 1em;
}

ul, 
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}
	br.clear { 
		height: 0;
		line-height: 0;
	}

/* 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 */

.clearText {
 	color: #999;
}

.hidden { display: none; }

.lil {
	color: #aeaeae;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-width {
	margin-left: auto;
	margin-right: auto;
	width: 980px;
}


#wrap {
	border: none;
	margin: 0 auto;
	width: auto
}

#header {
	background: #f1f1f1;
	border-bottom: 1px solid #9b9b9b;
	padding: 12px 0 15px;
}
	#header ul {
		float: right;
		font-size: 10px;
		color: #9b9b9b;
		margin-bottom: 8px;
		text-align: left;
		width: 270px;
	}
		#header ul li { 
			display: inline;
		}
		#header ul li:last-child { margin: 0; }
			#header ul li a { 
				color: #9b9b9b;
				text-decoration: underline;
			}
			
#logo {
	float: left;
	width: 455px;
	line-height:1em;
	margin:0;
}

	#logo a { 
		background:transparent url(/images/headers/logo-embossed.png) no-repeat;
		display:block;
		height:52px;
		text-indent:-6000px;
	}
		#logo a:hover {
			background-color: none;
			border: none;
		}	

#searchform { 
	background:#FFF;
	border: 1px solid #9c9996;
	clear: right;
	float:right;
	margin-right: 0;
	padding:1px;
	position:relative;
	text-align:right;
	white-space: nowrap;
}

	#searchform #s {
		background:#FFF none repeat scroll 0 0;
		border:none;
		font-size:11px;
		font-size-adjust:none;
		font-stretch:normal;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		height: 15px;
		line-height:11px;
		margin: 0;
		padding:4px 2px;
		vertical-align: middle;
		width:215px;
	}
		
	#searchform #searchsubmit {
		background:#3c3a39;
		border: none;
		color:#FFF;
		cursor: pointer;
		font-size: 10px;
		height: 23px;
		margin: 0;
		padding: 0 5px;
		vertical-align: middle;
		width: 44px;
	}
		#searchform #searchsubmit:hover,
		#searchform #searchsubmit:focus { background-color: #DC1E27; }

#navigation {
	background: #9b9b9b;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
	margin-bottom: 20px;
	-webkit-border-bottom-right-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-bottomleft: 7px;
}
	#menu {
		height: 16px;
		font-size: 11px;
		padding: 11px 15px 7px;
		text-transform: uppercase;
	}
	
	#menu li {
		float: left;
		margin: 0 3px 0 0;
	}
		#menu li a {
	    color: #FFF;
	    font-weight: bold;
	    padding: 12px 6px;
	    position: relative;
	    text-decoration: none;
			text-shadow: 1px 1px 2px #837f7d;
			-moz-transition: text-shadow 0.2s, color 0.2s ease-in-out 0s;
			-webkit-transition: text-shadow 0.2s, color 0.2s ease-in-out 0s;
		}
		#menu li a:hover,	
		#menu li.current-menu-item a,
		#menu li.current-menu-item a:hover {
			color: #3c3a39;
		}	
		
		#menu li a:hover { text-shadow: none; }

		#menu li.current-menu-item a,
		#menu li.current-menu-item a:hover {
			background: #FFF;
			border-top: 2px solid #DC1E27;
			text-shadow: none;
			-moz-box-shadow: 0 -10px 10px #666361;
		}
		
		#menu #menu-item-46522,
		#menu #menu-item-46523 {
			float: right;
		}
		
		#menu #menu-item-46697 a {
			background: #DC1E27;
			padding-bottom: 10px;
		}

#tips {
	background: #EEE;
	border: 1px solid #CCC;
	color: #9B9B9B;
	float: right;
	font-size: 11px;
	height: 78px;
	line-height: 1.3em;
	overflow: hidden;
	padding: 5px 10px;
	position: static;
	text-align: left;
	width: 220px;
}
	#tips h2 {
		color: #9B9B9B;
		font-size: 22px;
		font-weight: bold;
		letter-spacing: 0;
		text-shadow: 0 1px #EEE;
		text-transform: lowercase;
	}
	#tips p { margin: 0; }
	#tips a {
		color: #DC1E27;
		font-weight: bold;
		text-decoration: underline;
	}
	#tips span {
		color: #00cc66;
		font-weight: bold;
	}
	#tips small { 
		font-size: 10px; 
	}

#content { 
	border-top: 1px solid #E1E1E1;
	margin: 20px auto;
}

#main {
	float: left;
	width: 660px;
}

#mainContent {
	background: #FFF;
	border: 10px solid #FFF;
	padding: 20px 0 40px 0;
	position: relative;
}

#topStory {
	border-bottom: 1px solid #E1E1E1;
	padding: 0 20px 20px 0;
	margin: 0 0 20px 0;
}
	#topStory img,
	#featuredStories img {
		box-shadow: 2px 2px 5px #666;
		float: left;
		margin: 0 10px 0 0;
		-moz-box-shadow: 2px 2px 5px #666;
		-webkit-box-shadow: 2px 2px 5px #666;
	}
	
	#topStory .postHeader ul li,
	#featuredStories .postHeader ul li { display: block; }
	
	#topStory .postHeader h1,
	#featuredStories .postHeader h1 { margin-top: 0; }

#featuredStories {
	border-bottom: 1px solid #E1E1E1;
	margin: 0 0 40px 0;
	padding: 0 12px 20px 0;
}
	#featuredStories>li {
		float: left;
		margin-right: 8px;
		width: 306px;
	}
	#featuredStories .postHeader h1 {
		font-size: 1.2em;
		height: 103px;
		margin-bottom: 7px;
		overflow: hidden;
	}


.narrowcolumn .entry, 
.widecolumn .entry {
	line-height: 1.4em;
}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px dotted #ddd;
	border-width: 1px 0 0;
	z-index: 1;
}
.depth-2 {
	z-index: 2;
}
.depth-3 {
	z-index: 3;
}
.depth-4 {
	z-index: 4;
}
.depth-5 {
	z-index: 5;
}


.even, .alt {
	
}


/* Posts */
.post,
.hentry {
	clear: both;
  font-family: Georgia, Times, "Times New Roman", serif;
  margin: 0 0 40px;
  padding-right: 20px;
  text-align: left;
}
	.single .post { 
		background: none; 
		padding-bottom: 0;
	}
	
	#mainContent div.category-sponsored-content {
		background: #ECF3F6;
    padding: 20px 20px 0;
	}
	.single #mainContent div.category-sponsored-content { padding-bottom: 20px; }

#text-14 .postMetadata {
	float: none;
	width: auto;
}
#text-14 .postFeedback li {
	border-top: none;
	float: left;
	width: 84px;
	padding: 0!important;
}

	.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 {
	color: #999;
	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 { font-weight: bold; }
		

.postTitle {
	font-size: 2.3em;
	font-weight: normal;
	line-height: 1.1em;
	margin: 2px 0 4px;
	text-align: left;
}
	
.postAuthor {
	color: #999;
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: left;
}
	.postAuthor a,
	.postAuthor span {
		text-decoration: none;
	}

	.entry {
		clear: left;
		float: left;
		margin: 20px 0;
		text-align: left;
	}
	#sponsoredContent .entry { width: auto; }
		body.author .bio {
			float: none; 
			font-size: 13px;
			margin-bottom: 40px;
		}
		.entry a {
			color: #DC1E27;
		}
			.entry a:hover {
				text-decoration: underline;
			}
		.entry blockquote {
			border-bottom:1px dotted #C7C6C5;
			border-top:1px dotted #C7C6C5;
			color:#292929;
			font-family: Helvetica, Arial, sans-serif;
			font-size:13px;
			font-size-adjust:none;
			font-stretch:normal;
			font-style:normal;
			font-variant:normal;
			font-weight:normal;
			line-height:20px;
			margin:10px auto 15px;
			padding:15px 0;
			width:90%;
		}
			.entry blockquote p { 
				font-size:13px;
				line-height:20px;
				margin:15px 0 0;
			}

		.entry blockquote.chat {
			background-color: #f5f5f5;
			background-image: none;
			border: 2px solid #444;
			font-family: Arial, Helvetica, sans-serif;
			color: #111;
		}
		
		.entry h2 { margin-top: 1.5em; }
		
		.entry img {
			box-shadow: 2px 2px 5px #666;
			-moz-box-shadow: 2px 2px 5px #666;
			-webkit-box-shadow: 2px 2px 5px #666;
		}
		
		.entry p {
			color:#292929;
			font-size:14px;
			line-height:21px;
			margin:0 0 15px;
		}
			.entry p:first-child {
				margin-top: 0;
			}
			.entry p small { font-size: 11px; }

		.entry ol {
			width: 85%;
			margin-bottom: 25px;
			font-size: 1.65em;
			font-style: italic;
			color: #999;
		}
			.entry ol li p {
				font-size: 13px;
				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;
				list-style: square;
				margin-bottom: 7px;
			}
				.entry ul li br { display: inline; }
				.entry ul li p { display: block; }

		.entry .mt-enclosure-image a { border: none; }

	.post a.more-link,
	a.more-link {
		font-weight: bold;
	}

#sidebar .entry { width: auto; }
#sidebar a.more-link {
	padding: 3px 5px;
}

.postHeader { text-align: left; }
	.postHeader h1 {
		font-family: Georgia, Times, "Times New Roman", serif;
		font-size: 2.3em;
		font-weight: normal;
		line-height: 1.1em;
		margin: 2px 0 4px;
		text-align: left;
	}
	
	.postHeader a { color: #141413; }
	.postHeader a:hover { text-decoration: underline; }
	
	.postHeader h1 a {
		color:#292929;
		text-decoration:none;
	}	
		.postHeader h1 a:hover {
			color: #DC1E27;
			text-decoration: none;
		}
		
	h1 span.editPost {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal;
		text-transform: uppercase;
	}
		h1 span.editPost a {
			color: #CCC;
			line-height: 1em;
		}
	

	.postHeader ul,
	#sidebar .widget .postHeader ul {
		color: #CCC;
		font-family: Helvetica, Arial, sans-serif;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.postHeader ul li { 
			display: inline; 
			font-size: 11px;
			margin: 0;
			padding: 0;
		}
			.postHeader ul li.timestamp { margin-left: 0; }

	.postMetadata {
		clear: both;
		float: right;
		font-size: 11px;
		margin-bottom: 20px;
		margin-top: 21px;
		width: 60px;
	}
		.postMetadata a { 
		}
			.postMetadata a:hover { color: #66E3C6; }

		.postMetadata span.icon {
			font-size: 12px;
		}

	.postFeedback {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}
		.postFeedback li { 
			border-top: 1px dotted #CCC; 
			padding: 7px 0;
		}
		

.postFooter {
	background:#f1f1f1;
	clear:both;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	margin: 10px 0 0;
	overflow: hidden;
	padding: 9px;
}
	.postFooter ul {
		color: #CCC;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		.postFooter ul li { 
			float: left;
			line-height: 19px;
			margin: 0;
		}
		.postFooter ul li.commentCount {
			float: right;
		}

.commentCount { 
	cursor: pointer; 
	font-size: 11px;
}
.commentCount a {
	background: #DC1E27;
	border-radius: 5px; 
	color: #FFF;
	font-style:normal;
	margin-right: 1px;
	padding: 3px 7px 2px;
	text-align: center;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
	.commentCount a:hover {
		text-decoration:underline;
	}


#commentsWarning {
	background:#EEE none repeat scroll 0 0;
	display:block;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0;
	line-height:1em;
	padding:7px;
}

#comments {
	background: #f9f9f9;
	border: 1px solid #CCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 20px;
}
#warning {
	font-size: 18px;
}



.chicklet {
	height: 19px;
}

ul.smallButtons {
	margin-bottom: 15px;
}

ul.smallButtons li {	
	text-align: left;
	min-width: 110px;
	border-right: 1px solid #EEE;
	margin-right: 8px;
}
	ul.smallButtons li:last-child {
		border-right: none;
	}

.postTags {
	color: #999;
	width: 75%;
}
	.postTags a { 
		color: #000;
	}
	.postTags p { 
		line-height: 1.3em;
		margin: 0; 
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
	
.category-quicklisting {
	background: #e5d6cf!important;
	cursor: pointer;
	font-size: 11px;
	padding: 15px 15px 10px!important;
}
	.category-quicklisting .postHeader {
		display:inline;
	}
	.category-quicklisting .postHeader ul,
	.category-quicklisting .postMetadata,
	.category-quicklisting .postAuthor,
	.category-quicklisting .postFooter { display: none; }
	.category-quicklisting .postTitle { 
		display: inline;
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		font-weight:bold;
		text-transform:uppercase;
	}
	.category-quicklisting .entry,
	.category-quicklisting .entry p {
		clear: none;
		display: inline;
		float: none;
		margin: 0;
	}
	.category-quicklisting .entry p {
		font-family:Helvetica, Arial, sans-serif;
		font-size:11px;
		line-height:1.4em;
	}

/* Pagination */
.pagination {
	border-bottom:1px solid #DC1E27;
	border-top:1px solid #DDD;
	font-size:14px;
	font-variant:small-caps;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height: 1em;
	text-transform:lowercase;
}
	.pagination .pages { color: #CCC; }
	.pagination .pages,
	.pagination .current,
	.pagination a {
		border-bottom:4px solid #FFF;
		padding:4px 10px 2px;
		display:block;
		float:left;
		margin-right:1px;
	}

	.pagination .current {
		background:#EEE;
		border-color:#DC1E27;
	}

.archive_individual .post {
	background: none;
}

/* End Pagination */



/* End Typography & Colors */



/* Begin Structure */


.post hr {
	display: block;
	}


#footer {
	background: #FFF;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 15px;
	clear: both;
	text-align: left;
	}
	#footer h2 {
		float: left;
		margin: 10px 15px 0 0;
	}
	#footer p {
		clear: both;
		margin: 0;
		padding: 8px 20px 0;
		text-align: left;
	}
	#footer ul {
		line-height: 1em;
		list-style: none;
		margin: 0;
		padding: 0 20px;
	}
		#footer ul.clear {
			text-align: center;
			text-transform: uppercase;
		}
		#footer li {
			float: left;
			margin-right: 15px;
		}
			#footer li a { margin-right: 7px; }
		#footer li.last { border: none; }

	#footer .sites {
		border-bottom:1px solid #E1E1E1;
		border-top:1px solid #E1E1E1;
		margin-bottom:10px;
		padding: 12px 20px 10px;
	}
		#footer .sites ul { 
			float: left;
		}
			#footer .sites ul li { 
				background-position: center center;
				background-repeat: no-repeat;
				margin-right: 20px; 
			}
			#footer .sites li a {
				display: block;
				height: 31px;
				text-indent: -6000px;
			}
				#footer .sites li.atl {
					background-image: url(http://cache.dealbreaker.com/images/icons/atl.gif);
					width: 208px;
				}
				#footer .sites li.db {
					background-image: url(http://cache.dealbreaker.com/images/icons/db.gif);
					width: 169px;
				}
				#footer .sites li.fash {
					background-image: url(http://cache.dealbreaker.com/images/icons/fash.gif);
					width: 105px;
				}
				#footer .sites li.gc {
					background-image: url(http://cache.dealbreaker.com/images/icons/gc.gif);
					width: 149px;
				}
/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.aligncenter {
	background: #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto;	
	padding: 4px;
}

img.alignright {
	background: #FFF;
	padding: 4px;
	display: inline;
	}

img.alignleft {
	background: #FFF;
	padding: 4px;
	display: inline;
}

.alignright {
	float: right;
	margin: 0 0 15px 20px;
	}

.alignleft {
	float: left;
	margin: 0 20px 15px 0
}
	

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	
}


.entry ol {
	padding: 0 0 0 35px;
	margin: 15px 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}


/* End Entry Lists */



/* Begin Form Elements */

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.req {
	color: #e50404;
}


/* End Form Elements */


/* Begin Sidebar */

#sidebar {
	background-color: #FFF;
	background-color: rgba(255,255,255,.8);
	border-left: 1px solid #E1E1E1;
	border-bottom: 1px solid #E1E1E1;
	color: #222;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 9px 10px 10px;
	width: 300px;
	overflow: hidden;
}
	#sidebar h2 {
		color: #999;
		font-size: 20px;
		font-weight: bold;
		letter-spacing: -1px;
		margin-bottom: 10px;
		text-align: left;
		border-bottom: 1px solid #E1E1E1;
		padding: 5px 0 5px 10px;
	}
		#BF_Widget .bf-header {
			background: none!important;
			padding: 0!important;
		}		
			#BF_Widget .bf-header h2 {
				font-size:20px!important;
				padding: 5px 0 5px 10px !important;
			}
			
			#BF_Widget .bf-feed { padding: 0 10px; }
			
			#text-13 .textwidget { padding: 0; }
		
		#sidebar #text-4 h2 {
			margin-bottom: 0;
		}
	
	
	
/* Follow Us */
#text-11 { 
	background: #FFF;
	border: 1px solid #cdd1d6;
	border-bottom: 3px solid #cdd1d6;
	margin: 0 auto 10px;
	padding: 0;
	text-align: left;
	width: 298px;
}
	#text-11 .textwidget {
		padding: 0;
	}
	#text-11 p { 
		font-size: 11px; 
		padding: 5px 0 0 10px;
	}

#miniForm {
	background:#9b9b9b;
	padding:8px 10px;
	text-align: left;
}

	#miniForm label { display: none; }
	#miniForm p {
		color: #FFF;
		font-size: 12px;
		line-height: 1em;
		margin: 0;
		padding: 9px 0 0;
		text-align: left;
		text-shadow: 1px 1px 0 #6a6a6a;
	}
	#miniForm .text { 
		color: #848484;
		font-size: 12px; 
		margin-right: 5px;
		vertical-align: middle;
		width: 180px;
	}


.box_fb {
	padding-right: 10px;
	border-bottom: 1px solid #eee;
}

.box_tw,
.box_gp {
	padding: 8px 10px;
	border-bottom: 1px solid #eee;
}
.box_sub {
	font-size: 11px;
	padding: 8px 10px;
}
	.box_sub img {
		margin-right: 8px;
		vertical-align: middle;
	}		
		
		
	
	.page-id-14903 .hentry form {
		background:#F7F6F2 none repeat scroll 0 0;
		border-left:5px solid #666;
		color:#222;
		line-height:1.45em;
		margin:0;
		padding:20px;
		text-align:left;
	}
	
	#sidebar hr {
		background:#C6C2B3 none repeat scroll 0 0;
		border:medium none;
		color:#C6C2B3;
		height:1px;
		margin:20px 45px 15px 55px;
	}
	#sidebar p {
		margin-top: 0;
	}
	#sidebar ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#sidebar li.widget li {
		padding: 3px;
		margin-bottom: 1px;
	}
	
	.sidebarBox {
		position: relative;
	}



#sidebar .widget_most_comments { /* Most Commented */
	
}
	#sidebar .widget_most_comments ul li,
	#sidebar .ST4_most_read_widget ul li {
		padding: 0;
		position: relative;
	}
	#sidebar .widget_most_comments ul li a,
	#sidebar .ST4_most_read_widget ul li a {
		bottom:0;
		color:#141413;
		display:block;
		font-size:11px;
		left:23px;
		line-height:1.1em;
		padding:3px 3px 3px 75px;
		position:absolute;
		right:0;
		top:0;
	}
		#sidebar .widget_most_comments ul li a:hover,
		#sidebar .ST4_most_read_widget ul li a:hover { color: #FFF; }
		#sidebar .widget_most_comments ul li a img,
		#sidebar .ST4_most_read_widget ul li a img {
			height:56px;
			left:0;
			position:absolute;
			top:0;
			width:70px;
		}
	#sidebar .widget_most_comments ul li span	,
		#sidebar .ST4_most_read_widget ul li span {
		background: #141413;
		color: #FFF;
		display: block;
		float: left;
		font-size: 2.3em;
		line-height: 56px;
		padding: 0 4px;
		text-align: center;
	}

#text-3 a {
	color: #dc1e27;
}

#sidebar #staff {
	font-size: 11px;
	text-align: left;
	overflow: hidden;
}

	#sidebar #staff h3,
	#sidebar #help h3 { 
		font-size: 12px;
		font-weight: bold; 
		margin: 15px 0 3px;
	}
		
	#staff dl {
			line-height: 1.3em;
			padding: 15px 0 0;
			margin: 0;
		}
			#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;
			}
			
	#sidebar #help {
		font-size: 11px;
	}
		#sidebar #help ul {
			font-size: 11px;
			margin: 15px 0;
		}
		#sidebar #help li {
			padding: 0;
		}

#get-recent-comments {
	text-align: left;
	color: #141413;
	font-size: 11px;
	margin-bottom: 15px;
	position: relative;
}
	#get-recent-comments ul { 
		padding: 0 10px;
	}
	#get-recent-comments ul li {
		padding: 10px 0;
		border-bottom: 1px dotted #999;
	}
	
.idw-container {
	text-align: left;
}	

#sidebar h2 span {
	display: block;
	height: 12px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -6000px;
}


#sidebar .widget ul {
	margin: 15px 8px 15px 10px;
	padding: 0;
}
	#sidebar .widget ul li {
		margin: 0 0 7px;
	}

#sidebar .wppp_list {
	padding: 0;
	text-align: left;
}
	#sidebar li.widget .wppp_list li {
		border-bottom: 1px dotted #AEAEAE;
		clear: both;
		color: #111;
		padding: 10px 10px 2px;
	}
		#sidebar .wppp_list li a {
			font: 13px/14px Georgia, Times, "Times New Roman", serif;
		}
	
		#sidebar .wppp_list li a span.views {
			color: #999;
			font: 10px/14px Helvetica, Arial, sans-serif;
			white-space: nowrap;
		}

	#sidebar .wppp_list img {
		float: left;
		margin: 0 8px 8px 0;
		width: 90px;
	}
	
	
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}


.widget {
	margin: 15px 0;
}
	.widget dl,
	.widget ul,
	.widget p {
		text-align: left;
	}

.textwidget,
.widget_tag_cloud div {
	text-align: left;
}	

.widget_text {
	font-size: 12px;
	position: relative;
}

.stamp {
	color: #888;
	font-size: 11px;
	position: absolute;
	top: 17px;
}	
	.stamp abbr { border: none; }

.tagline {
	color: #24736D;
	display: block;
	font-size: 10px;
	padding-right: 30px;
}
	.tagline a {
		color: #1978E2;
		font-size: 11px;
		font-weight: bold;
		text-decoration: underline;
		vertical-align: middle;
	}

#atmo-biz .channel-link { display:none; }

#market-charts .watchlist { padding: 0 0; }
#market-charts .fc .box,
#market-charts .fc .subhead {
	text-align: left;
}


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a img {
	border: none;
	}

.navigation {
	clear:both;
	margin:0 10px;
	overflow:hidden;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto 20px;
}

.wp-caption {
	color: #666;
	font-size: 11px;
	text-align: left;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:1.3em;
	margin:5px 0 0;
	padding:0;
}
/* End captions */



/* Ads */

.banner {
	clear: left;
	float:left;
	margin:0 3px 0 0;
	height: 90px;
	width:728px;
}
	.banner #google_ads_div_Dealbreaker_Home_728x90_Top,
	.banner #google_ads_div_Dealbreaker_Other_728x90_Top {
	
	}

#google_ads_div_Dealbreaker_Home_560x200,
#google_ads_div_Dealbreaker_Other_560x200,
#google_ads_div_Dealbreaker_Home_560x200_ad_container,
#google_ads_div_Dealbreaker_Other_560x200_ad_container {
	background:transparent url(http://cache.dealbreaker.com/images/bg/dottedRule.gif) repeat-x 0 bottom;
	margin:0 auto 40px;
	padding-bottom:35px;
	text-align:center;
}
#text-13 .textwidget {
	text-align: center;
}
#google_ads_div_Dealbreaker_Home_88x31_Left_ad_container,
#google_ads_div_Dealbreaker_Other_88x31_Left_ad_container,
#google_ads_div_Dealbreaker_Home_88x31_Middle_ad_container,
#google_ads_div_Dealbreaker_Other_88x31_Middle_ad_container,
#google_ads_div_Dealbreaker_Home_88x31_Right_ad_container,
#google_ads_div_Dealbreaker_Other_88x31_Right_ad_container {
	display: inline;
}

.sponsoredBy {
	width: 250px;
	float: right;
	margin: 0 0 10px 10px;
}


#execphp-3 {
	margin: 0 0 10px;
	padding: 0;
}

.page-id-1502 .entry form {
	background: #edfaf7;
	border-left: 5px solid #b5cdc7;
	padding: 20px;
	margin: 0;
	color: #222;
	line-height: 1.45em;
	text-align: left;
}
	.page-id-1502 .entry form label { display: none; }

.error404 .entry {
	width: auto;
}
.error404 .entry h1 {
	margin-bottom: 15px;
}

.dsq-comment-count {
	background: #e6ddc7;
	border: 1px solid #dad3c1;
	color: #141413;
	letter-spacing: 2px;
	padding: 3px 7px;
	text-transform: uppercase;
}
	.dsq-comment-count:hover {
		background: #141413;
		color: #e6ddc7;
	}

body.page .hentry .entry {
	margin-bottom: 15px; 
}

.page-id-14034 .entry form {
	background: #edfaf7;
	border-left: 5px solid #b5cdc7;
	padding: 20px;
	margin: 0;
	color: #222;
	line-height: 1.45em;
	text-align: left;
}
	.page-id-14034 .entry form label { display: none; }
	

body.error404 .entry h1 {
	font-size: 40px;
}

/* GLOSSARY STYLES */

.page-id-14052 dl#glossaryTerms br { display:none; }

.page-id-14052 dl#glossaryTerms dt {
		font-weight:normal;
		color:#888;
	}
.page-id-14052 dl#glossaryTerms dt strong { color: #777; }

.page-id-14052 dl#glossaryTerms dt a { 
	font-weight:bold; 
	margin-right:5px; 
	text-decoration: none;
}
	.page-id-14052 dl#glossaryTerms dt a span { display: none; }
	.page-id-14052 dl#glossaryTerms dt img { width: 18px; height: 18px; }

.page-id-14052 dl#glossaryTerms dt br, 
.page-id-14052 dl#glossaryTerms dd br { display:inline; }

.page-id-14052 dl#glossaryTerms dt { margin-left:10px;}

.page-id-14052 dl#glossaryTerms dd {
	margin-top: 5px;
	margin-bottom: 10px;
}

.entry ol.alphaAnchors {
		background:#272727;
		padding: 5px 10px;
	 	list-style:none;
		text-align:center;
		font-size:1em;
		font-style: normal;
		line-height:1em;
		width: auto;
	}
		ol.alphaAnchors li {
			display:inline;
			margin:0 4px;
		}
			ol.alphaAnchors li a {
				color:#CCC;
				text-decoration: none;
			}

	a.alpha {
		color:#444;
		font-weight:bold;
		background:none;
		text-decoration: none;
	}

	a.gloss {
		border-bottom: 1px dotted #660099;
		color:#660099;
		text-decoration: none;
	}
		a.gloss:hover { color: #FFF; }

div.gallery {
	clear: both;
}
	div.gallery .gallery-icon { text-align: left; }
	div.gallery dl.gallery-item .gallery-caption {
		text-align: left;
		width: 150px;
	}

#wallst247 {
	margin: 15px 0;
}
	#wallst247 h2 { 
		padding: 0; 
		margin: 0;
	}
		#wallst247 h2 a {
			background: url(http://cache.dealbreaker.com/images/headers/247wallst.gif) no-repeat;
			display: block;
			height: 80px;
			text-align: left;
			text-indent: -6000px;
		}
	#sidebar .widget #wallst247 ul {
		border: 1px dotted #99cc67;
		border-top: none;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 11px;
		padding: 0 7px 10px;
		margin: 0 7px;
	}
		#sidebar #wallst247 ul li {
			border-bottom:1px dotted #D2D1CD;			
			line-height:15px;
			padding:10px 0;
		}
		#wallst247 ul li span {
			color: #999;
			font-size: 10px;
		}

.widget_tag_cloud a {
	color: #666;
}
	
/* Comments */

.sectionHeader,
.pagetitle {
	border-bottom:4px solid #DFDBDC;
	color:#545454;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -1px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	text-align: left;
}
	body.tag h2.pagetitle { text-transform: lowercase; }

select {
	width: 130px;
	}
	
.post-comment-notes {
	text-align: left;
}	
.post-comment-notes p {
	margin: 0 0 10px;
}

#commentform {
	background: #DFDBDC;
	padding: 20px;
	text-align: left;
}
#commentform label {
	font-weight: bold;
}
#commentform .text {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 550px;
	padding: 2px;
	}
#commentform .commentform-footer {
	margin: 15px 0 0;
}	
	#commentform .commentform-footer input,
	#commentform .commentform-footer img {
		vertical-align: middle;
	}
	#commentform .commentform-footer img { cursor: pointer; }

#ajax-comment-preview { margin-top: 15px; }

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}


	.alt {
		margin: 0;
		padding: 10px;
		}

	.commentlist {
		margin: 0;
		padding: 0;
		text-align: justify;
	}

	.commentlist .comment,
	.commentlist .pingback {
		padding: 10px 10px 10px 70px;
		list-style: none;
		position: relative;
	}
	
.rating {
	float: right; 
	margin: 0 0 10px 20px;
}
	.comment-body .rating p { margin: 0; }

.comment-meta {
	color: #999;
	font-size: 11px;
}
	
.commentnumber {
	color:#CCC;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:32px;
	left: 10px;
	line-height:1.1em;
	position: absolute;
	top: 10px;
}
	.commentnumber a {
		color:#CCC;
	}

	.commentlist p {
		line-height: 1.4em;
		margin: 10px 5px 10px 0;
	}
	
	.children { padding: 0; }

	.nocomments {
		text-align: center;
		margin: 0;
		padding: 0;
		}

	.commentmetadata {
		margin: 0;
		display: block;
		}
		
.page-id-14901 .post .alignleft,
.page-id-14901 .post .alignright {
	width: 45%;
}

/* Sphere Module */
#relatedStories {
	margin: 30px 0 20px;
}
#relatedStories h3 {
	color:#666;
	font-size:20px;
	font-weight:bold;
	margin-bottom:20px;
	text-align:left;
}

#relatedStories .ad {
	float: right;
	width: 300px;
}

#relatedStories .ob_org_header {
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform: lowercase;
}
.ob_empty {
	display: none;
}
#relatedStories .AR_2 ul {
	padding-left: 0;
}

#relatedStories .AR_2 .odb_li {
	list-style: none;
}

#relatedStories .strip-rec-link-title,
#relatedStories .rec-link {
	color: #000;
	font-size: 12px!important;
}

.dsq-widget-list {
	text-align: left;
}

/* clearfix - for closing elements containing floats across browsers */
.dsq-widget-list li:after {
	content:"."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.dsq-widget-list li.dsq-widget-item { 
	display: inline-block; 
	border-bottom: 1px dotted #999;
	margin: 0;
	padding: 15px 0;
}
/* Hides from IE-mac \*/
* html .dsq-widget-list li { height: 1%; }
.dsq-widget-list li { display: block; }
/* End hide from IE-mac */

.dsq-widget-list p.dsq-widget-meta { clear: none!important; }
.dsq-widget-list .dsq-widget-user,
.dsq-widget-list .dsq-widget-comment,
.dsq-widget-list p.dsq-widget-meta {
	display: block;
	margin-left: 47px;
}
