/*
Theme Name: Matt Report
Theme URI: http://mattreport.com
Description: Custom theme developed for MattReport.com
Version: 1.0
Author: Slocum Design Studio
Author URI: http://slocumstudio.com
*/

/* CSS RESET */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}


@font-face {
    font-family: "Gotham Medium";
    src: url(http://mattreport.com/html/fonts/Gotham-Medium.otf);
}

#header, #sitenav, .sectionhead, #footernav {
	font-family: "Gotham Medium";
}

html {
	width: 100%;
}

body {
	background-color: #fffbea;
}

em {
	font-style: italic;
}

/* ----------------------- TOP BAR ----------------------- */
#topbarshell {
	background: url(images/topbarbg.png) repeat-x center 0 transparent;
	height: 40px;
	min-width: 1052px;
}
	#topbar {
		margin: 0 auto;
		width: 960px;
		height: 40px;
	}


/* -- CONNECT CONTAINER -- */		
#connectcontainer {
	width: 365px;
	float: right;
}
	#enewsletter {
		background: url(images/enewsbg2.png) no-repeat 0 0 transparent;
		padding: 65px 84px 0 23px;
		height: 59px;
		position: relative;
		z-index: 10;
	}
		#enewsletter form input {
			float: left;
		}
		
		#enewsletter form input[type='text'] {
			background: url(images/newsletter-input.png) no-repeat 0 0 transparent;
			height: 31px;
			width: 162px;
			margin: 0 1px 0 0;
			padding: 0px 14px 4px 6px;
			color: #ffffff;
			text-shadow: #000000 1px 1px 1px;
			font-style: italic;
			font-weight: bold;
		}
		#enewsletter form input[type='submit'] {
			background: url(images/newsletter-submit.png) no-repeat 0 0 transparent;
			height: 30px;
			width: 70px;
			margin: 0 0 1px 0;
			text-indent: -9999px;
			cursor: pointer;
		}

	#headconnect {
		background: url(images/headconnectbg.png) no-repeat 0 0 transparent;
		width: 320px;
		height: 64px;
		margin: -16px 0 0 0;
		padding: 11px 20px 0 25px;
	}
		#headconnect a {
			display: block;
			text-indent: -9999px;
			float: left;
		}
			#headconnect a#followtwitter {
				background: url(images/followtwitter.png) no-repeat 0 0 transparent;
				width: 135px;
				height: 47px;
			}
			#headconnect a#subscriberss {
				background: url(images/subscriberss.png) no-repeat 0 0 transparent;
				width: 165px;
				height: 47px;
			}
	
/* -- TOP BAR NAVIGATION -- */		
#topbarnav {
	float: right;
	font-family: Arial;
	font-size: 12px;
}
	#topbarnav ul {
		list-style: none;
		padding: 0 10px 0 0;
	}
		#topbarnav ul li {
			float: left;
		}
			#topbarnav ul li a {
				color: #fff;
				text-decoration: none;
				display: block;
				padding: 13px 10px 0 10px;
			}
				#topbarnav ul li a:hover {
					color: #fff;
					text-decoration: underline;
				}
	
					
/* ----------------------- HEADER ----------------------- */
#headershell {
	background: url(images/headbg.png) no-repeat center 0 #5f0000;
	height: 85px;
	padding: 35px 0 35px 0;
	min-width: 1052px;
}
	#header {
		width: 960px;
 		background: url(images/logo.png) no-repeat 0 0 transparent; 
		margin: 0 auto;
		height: 77px;
	}
		#header h1, #header h2 {
			text-transform: uppercase;
			text-indent: -9999px;
		}
		
			#header h1 a, #header h2 a {
				text-decoration: none;
				text-shadow: #000000 1px 1px 1px;
				display: block;
			}
			
				#header h1 a {
					color: #ffffff;
					font-size: 30px;
					padding: 10px 0 0 0;
				}
				
				#header h2 a {
					color: #fff9dc;
					font-size: 16px;
					padding: 10px 0 7px 0;
				}
	
	
/* ----------------------- SITE NAV ----------------------- */
#sitenavshell {
	background: url(images/navbg.png) repeat-x 0 0 transparent;
	height: 61px;
	margin: -4px 0 0 0;
	clear: both;
	min-width: 1052px;
}
	#sitenav {
		width: 960px;
		margin: 0 auto;
		text-shadow: #000000 1px 1px 1px;
		text-transform: uppercase;
	}
		#sitenav ul {
			list-style: none;
			padding: 4px 0 0 0;
		}
			#sitenav ul li {
				float: left;
			}
				#sitenav ul li.current-menu-item {
					background: url(images/navselected.png) center bottom no-repeat transparent;
				}
				
				#sitenav ul li a {
					color: #ffffff;
					text-decoration: none;
					padding: 20px 10px 20px 10px;
					display: block;
				}
					#sitenav ul li a:hover {
						text-decoration: underline;
					}
	
/* ----------------------- CONTENT AREA ----------------------- */				
#contentshell {
	width: 960px;
	margin: 0 auto;
	background: url(images/contentbg.png) repeat-y 0 0 transparent;
	padding: 17px 0 0 0;
	color: #3b3625;
	line-height: 24px;
	font-family: Arial;
}

	#leftcontent {
		width: 630px;
		float: left;
		padding: 0 0 100px 0;
	}
		#leftcontent a {
			color: #002e5c;
			text-decoration: none;
			
		}
			#leftcontent a:hover {
				text-decoration: underline;
			}
			
		#leftcontent h1, #leftcontent h2, #leftcontent h3, #leftcontent h4, #leftcontent h5, #leftcontent h6 {
			color: #002e5c;
			font-family: Arial;
			font-weight: 600;
		}
			#leftcontent h1 a, #leftcontent h2 a, #leftcontent h3 a, #leftcontent h4 a, #leftcontent h5 a, #leftcontent h6 a {
				color: #002e5c;
				text-decoration: none;
			}
		#leftcontent h1, #leftcontent h2 {
			padding-bottom: 20px;
		}
		 #leftcontent h3, #leftcontent h4, #leftcontent h5, #leftcontent h6 {
			padding-bottom: 10px;
		}

		#leftcontent h1 {
			font-size: 24px;
			line-height: 28px;
		}
		#leftcontent h2 {
			font-size: 22px;
			line-height: 26px;
		}
		#leftcontent h3 {
			font-size: 20px;
			line-height: 20px;
		}
		#leftcontent h4 {
			font-size: 18px;
			line-height: 22px;
		}
		#leftcontent h5 {
			font-size: 16px;
			line-height: 20px;
		}
		#leftcontent h6 {
			font-size: 14px;
			line-height: 18px;
		}
		
		#leftcontent ul, #leftcontent ol {
			margin: 10px 20px 20px 40px;
		}
		
		#leftcontent dl {
			margin-bottom: 20px;
		}
		
			#leftcontent dl dt {
				font-weight: bold;
			}
			#leftcontent dl dd {
				text-indent: 20px;
			}
		
		#leftcontent pre {
			width: 570px;
			overflow: auto;
			padding: 20px;
			border: 1px solid #ece7cf;
			background-color: #fffdf7;
			
		}
		
		#leftcontent strong {
			font-weight: bold;
		}
		
		#leftcontent .post {
			margin: 0 0 10px 0;
			font-size: 14px;
		}

		body.single #leftcontent .post {
			margin: 0;
		}

		.featuredpost {
			border-bottom: 3px solid #e9e3cb;
			padding: 0 0 20px 0;
		}
			.featuredpost a.readmore {
				padding: 7px 13px 7px 13px;
				background-color: #5f0000;
				color: #ffffff !important;
				font-style: italic;
				font-size: 14px;
				margin: 0 0 20px 0;
			}

		#leftcontent .featuredimage {
			width: 550px;
			height: 250px;
			border: 10px solid #f1e7c0;
			margin: 0 0 20px 0;
		}
				
	#leftcontent .featuredpost h2.posttitle {
		border-bottom: 3px solid #e7e1c8;
		padding: 0 0 3px 0;
		margin: 0 0 3px 0;
		font-size: 25px;
		font-weight: 600;
	}
	
		#leftcontent .postlistingmeta {
			font-family: Arial;
			color: #d2c79b;
			text-transform: uppercase;
			font-size: 15px;
			margin-bottom: 10px;
		}
			.postlistingmeta a {
				color: #b0a476 !important;
			}
				
				body.single #leftcontent .featuredpost {
					margin-bottom: 0 !important;
					padding-bottom: 0px;
				}
				
		#leftcontent .featuredpost .entry p {
			margin: 0 60px 14px 0;
		}
		
		#leftcontent .entry a {
			font-weight: bold;
		}
		
		#leftcontent .entry h2 {
			font-size: 20px;
					}
		#leftcontent .entry h3 {
			text-transform: none;
			font-weight: normal;
		}

	#leftcontent .magazinerow {
		border-bottom: 1px solid #e7e1c8;
		margin: 0 0 20px 0;
	}
		#leftcontent .featuredmagazine {
			width: 90px;
			height: 90px;
			line-height: 90%;
			border: 5px solid #f1e7c0;
			margin: 0 5px 0 0;
			float:left;
		}

		#leftcontent .magazinepost {
			width: 295px;
			padding: 0 20px 0 0;
			float: left;
		}
			#leftcontent .magazinepost h3 {
				font-size: 14px;
				padding-bottom: 0;
			}
			#leftcontent .magazinepost .postlistingmeta {
				font-size: 11px;
			}
				#leftcontent .magazinepost .entry p {
					font-size: 13px;
					margin: 5px 0 5px 0;
				}
				#leftcontent .magazinepost .entry a {
					font-size: 13px;
					font-style: italic;
					font-weight: bold;
				}
				
		#leftcontent .entry img {
/* 			margin: 0 !important; */
			border: 10px solid #f1e7c0;
		}

		
			
		#leftcontent .entry .wp-caption {
			background: #f1e7c0;
			padding: 0 10px 10px 0;
		}
		
		#leftcontent .entry .wp-caption .wp-caption-text{
			margin: 0;
			text-align: center;
			background: #f1e7c0;
			font-size: 12px;
		}

		
	#leftcontent .entry .alignleft {
		float: left;
		margin: 10px 20px 10px 0;
	}
	#leftcontent .entry .alignright {
		float: right;
		margin: 10px;
	}
	#leftcontent .entry .aligncenter {
		text-align: center;
	}


blockquote {
	margin: 20px 10px 20px 50px;
	color: #888888;
}
/* --------------- DEFAULT FORM STYLING -------------- */

#leftcontent fieldset {
	background: #fffdf7;
	border: 1px #dddddd solid;
	padding: 10px 20px 10px 20px;
}

#leftcontent legend {
	font-weight:bold;
}

#leftcontent label {
	margin: 0 10px 0 0;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}

#leftcontent input[type="text"], #leftcontent input[type="password"], #leftcontent textarea {
	background-color: #fffdf7;
	padding: 10px;
	border: 1px solid #ece7cf;
	margin: 10px 20px 20px 65px;
}

#leftcontent input[type="submit"], #leftcontent input[type="reset"], #leftcontent input[type="button"]{ 
	color: #ffffff;
	background-color: #5F0000;
	font-size: 14px;
	padding: 10px;
	cursor: pointer;
}

#leftcontent textarea {
	width: 400px;
	height: 200px;
}

#leftcontent select {
	margin: 0 10px 0 10px;
	font-size: 14px;
}

/*--------------- TABLE STYLES --------------------- */
table { 

}

	table th {
		padding: 5px 10px 15px 10px;
		
		font-weight: bold;
	}

	table td {
		padding: 5px 10px 5px 10px;
	}

body.single #leftcontent .featuredpost {
	border-bottom: none;
}

.authormeta, .socialfind, .relatedpostscontainer {
	background-color: #fffdf7;
	border: 1px solid #ece7cf;
	padding: 17px;
	width: 534px;
}	

.relatedpostscontainer {
	margin: 10px 0 10px 0;
}

	.relatedpostscontainer ol {
		margin-bottom: 0px !important;
	}
	
.authormeta {
	display: none;
	color: #747269;
	font-size: 14px;
}
	.authormeta a {
		color: #61541c !important;
	}
	
	.authormeta p.authordescription {
		margin-bottom: 10px;
	}

	.authormeta img {
		float: left;
		margin: 0 20px 0 0;
	}

.socialfind {
	display: none;
	border-top: none;
	width: 534px;
	margin: 0 0 20px 0;
}
	.socialfind a {
		display: block;
		float: left;
		width: 152px;
		height: 22px;
		text-indent: -9999px;
		margin: 0 12px 0 12px;
	}
	.socialfind a.findfacebook {
		background: url(images/find-facebook.png) no-repeat 0 0 transparent;
	}
	.socialfind a.findlinkedin {
		background: url(images/find-linkedin.png) no-repeat 0 0 transparent;
	}
	.socialfind a.findwebsite {
		background: url(images/find-website.png) no-repeat 0 0 transparent;
	}
	.socialfind a.findtwitter {
		background: url(images/find-twitter.png) no-repeat 0 0 transparent;
	}

	.slocummebadge {
		display: none;
		width: 570px;
		color: #ffffff;
		text-shadow: #000000 1px 1px 1px;
		font-weight: bold;
	}
	
	.slocummebadge a {
		color: #ffffff !important;
		text-decoration: underline !important;
	}
		.slocummebadge a:hover {
			color: #f7f1dc !important;
			text-decoration: none !important;
		}
	
		.slocummebadge .topsection {
			background: #3d0000;
			border: 1px solid #3d0000;
			border-top: 1px solid #430807;
			padding: 18px 20px 18px 20px;
			font-size: 20px;
		}
		
		.slocummebadge .bottomsection {
			background: url(images/slocummebadgebg.png) no-repeat 0 0 transparent;
			border: 1px solid #3d0000;
			height: 248px;
			padding: 10px 20px 30px 20px;
			font-size: 12px;
		}
			.slocummebadge .bottomsection p {
				padding: 0 205px 10px 0;
			}
			
			.slocummebadge .bottomsection ul {
				list-style-image:url("images/arrow.png");
				margin: 10px 0 0 40px;
			}
				.slocummebadge .bottomsection ul li {
					
				}

	#leftcontent .postnavigation {
		clear: both;
		font-weight: bold;
		font-size: 14px;
		padding: 0px 0 10px 0;
		margin: 0 0 20px 0;
		border-bottom: 3px solid #e7e1c8;
	}
		#leftcontent .postnavigation .alignleft {
			float: left;
			width: 280px;
			margin-left: 10px;
		}
		#leftcontent .postnavigation .alignright {
			float: right;
			width: 280px;
			text-align: right;
			margin-right: 10px;
		}
		




#sidebar {
	width: 330px;
	float: left;
}
	#sidebar a {
		text-decoration: none;
		color: #002e5c;
		font-weight: bold;
		font-style: italic;
	}
		#sidebar a:hover {
			text-decoration: underline;
		}
		
	#sidebar img {
		max-width: 260px;
		margin: 0 0 10px 0;
	}

	#sidebar h3.sectionhead {
		background: url(images/sidebarheadbg.png) no-repeat 0 0 transparent;
		color: #ffffff;
		font-size: 14px;
		padding: 10px 0 10px 30px;
		text-shadow: #000000 1px 1px 1px;
		text-transform: uppercase;
		height: 23px;
	}
	
	#sidebar .contentarea {
		font-size: 12px;
		line-height: 20px;
		color: #686141;
		width: 260px;
		margin: 0 0 0 30px;
		padding: 20px;
	}

		#sidebar .contentarea img {
			border: 2px solid #e6e1cb;
		}
		
	#sidebar ul {
		list-style: none;
	}
		#sidebar ul li {
			padding: 2px 10px 2px 0;
		}

span.postdate {
	text-transform: uppercase;
}

a.authorlink {
	text-transform: uppercase;
	text-decoration: none;
	color: #b0a476;
}


/* ----------------------- FOOTER ----------------------- */
#footershell {
	background: url(images/footernavbg.png) no-repeat center 0 #003b75;
	min-width: 1052px;
}
	#footersection1, #footersection2, #footersection3 {
		width: 960px;
		margin: 0 auto;
		clear: both;
	}
	
	#footersection1 {
		padding: 4px 0 4px 0;
	}
	
		#footersearch {
			width: 630px;
			float: left;
			padding: 8px 0 8px 0;
		}
			#footersearch form input[type='text'] {
				background: url(images/searchinput.png) no-repeat 0 0 transparent;
				height: 38px;
				width: 197px;
				margin: 0;
				padding: 0px 8px 4px 8px;
				color: #ffffff;
				text-shadow: #000000 1px 1px 1px;
				font-style: italic;
				font-weight: bold;
			}
			#footersearch form input[type='submit'] {
				background: url(images/searchbtn.png) no-repeat 0 0 transparent;
				height: 38px;
				width: 87px;
				margin: 0 0 1px 0;
				text-indent: -9999px;
				cursor: pointer;
			}
		
		#footerconnect {
			width: 300px;

			float: left;
			margin: 0 0 0 30px;
		}
			#footerconnect ul {
				list-style: none;
				width: 260px;
				margin: 0 auto;
			}
				#footerconnect ul li {
					float: left;
				}
					#footerconnect ul li a {
						background-image: url(images/socialicons.png);
						height: 52px;
						width: 52px;
						display: block;
						text-indent: -9999px;
					}
					
					#footerconnect ul li a.facebook {
						background-position: 0 0;
					}
					#footerconnect ul li a.linkedin {
						background-position: -52px 0;
					}
					#footerconnect ul li a.twitter {
						background-position: -104px 0;
					}
					#footerconnect ul li a.vimeo {
						background-position: -156px 0;
					}
					#footerconnect ul li a.youtube {
						background-position: -208px 0;
					}
						#footerconnect ul li a.facebook:hover {
							background-position: 0 -52px;
						}
						#footerconnect ul li a.linkedin:hover {
							background-position: -52px -52px;
						}
						#footerconnect ul li a.twitter:hover {
							background-position: -104px -52px;
						}
						#footerconnect ul li a.vimeo:hover {
							background-position: -156px -52px;
						}
						#footerconnect ul li a.youtuve:hover {
							background-position: -208px -52px;
						}

	#footernav {
		font-size: 12px;
		text-shadow: #000000 1px 1px 1px;
		text-transform: uppercase;
	}
		#footernav ul {
			list-style: none;
			padding: 5px 0 0 0;
			height: 37px;
		}
			#footernav ul li {
				float: left;
				padding: 13px 18px 17px 0;
			}
				#footernav ul li a {
					color: #ffffff;
					text-decoration: none;
					display: block;
				}
					#footernav ul li a:hover {
						text-decoration: underline;
					}

#footersection3 {
	padding: 0 0 15px 0;
	font-family: Arial;
}
		#footersection3 .postcolumn {
			float: left;
			width: 267px;
			margin: 0 48px 0 0;
		}
		
			#footersection3 .postcolumn.last {
				margin: 0;
				width: 327px;
			}
			
			#footersection3 h4 {
				padding: 20px 0 8px 0;
				margin: 0 0 8px 0;	
				color: #ffffff;
				text-shadow: #000000 1px 1px 1px;
				font-style: italic;
				font-size: 20px;
				font-weight: bold;
				border-bottom: 3px solid #002e5c;
			}
			
			#footersection3 ul {
				list-style: none;
			}
				#footersection3 ul li {
					padding: 0 10px 8px 0;
					border-bottom: 1px solid #002e5c;
					margin: 0 0 8px 10px !important;
				}
					#footersection3 ul li a {
						color: #f1e1c6;
						text-decoration: none;
						font-size: 12px;
					}
						#footersection3 ul li a:hover {
							color: #ffffff;
						}
		
		ul.categorylist li {
			width: 143px;
			float: left;
		}

#legalshell {
	min-width: 1052px;
	background-color: #002e5c;
	border-top: 1px #00274e solid;
}
	#legal {
		font-family: Arial;
		color: #fff;
		width: 960px;
		margin: 0 auto;
		clear: both;
		text-transform: uppercase;
		padding: 15px 0 100px 0;
		font-size: 11px;
	}
		#legal a {
			color: #b7b8fb;
			font-weight: bold;
			text-decoration: none;
		}
			#legal a:hover {
				color: #b7b8fb;
				text-decoration: underline;
			}
			
	#legal a#plug {
		display: block;
		float: right;
		text-indent: -9999px;
		background: url(images/plug.png) no-repeat 0 0 transparent;
		height: 20px;
		width: 225px;
	}
	
.clear {
    width: 100%;
    height: 0px;
    font-size: 0px;
    clear: both;
}	


/*------------ ADD TO ANY ADJUSTMENTS ------------ */

.addtoanybox {
	background: #fffdf7;
	border: 1px #ddd solid;
	width: 530px;
	padding: 20px 20px 10px 20px;
	margin: 0;
	line-height: 16pt;
}

.addtoanybox h4 {
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
	color: #544a21 !important;
	font-family: Arial !important;
	text-transform: none !important;
}

.addtoanybox p {
	margin: 0 0 12px 0;
} 

.addtoanybox li a {
	margin: 0;
	padding: 0;
}

.addtoanybox li img {
	width: 32px !important;
	height: 32px !important;
}

ul.addtoany_list {
	list-style: none;
}
	ul.addtoany_list li {
		float: left !important;
	}
	ul.addtoany_list li a.addtoany_share_save img {
		width: 136px !important;
		height: 32px !important;
	}
	
ul.addtoany_list li a{padding:0 6px !important;}

/*------------ BOTTOM POST NEWSLETTER ADJUSTMENTS ------------ */

.newsletterbox {
	background: url(images/post_newsletterarrow2.png) no-repeat;
	width: 530px;
	padding: 20px 20px 10px 20px;
	margin: 0 0 10px 0;
	line-height: 16pt;
}

.newsletterbox h4 {
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
	color: #544a21 !important;
	font-family: Arial !important;
	text-transform: none !important;
}

.newsletterbox p {
	margin: 0 0 12px 0;
} 

.newsletterbox li a {
	margin: 0;
	padding: 0;
}

.newsletterbox li img {
	width: 32px !important;
	height: 32px !important;
}

/*------------ BOTTOM SHARE BOX ------------ */
.bottomsharebox {
	background: url(images/post_shareline4.png) no-repeat;
	width: 530px;
	padding: 20px 20px 50px 20px;
	margin: 0 0 10px 0;
	line-height: 16pt;
}

.bottomsharebox h4 {
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
	color: #544a21 !important;
	font-family: Arial !important;
	text-transform: none !important;
}

.bottomsharebox p {
	margin: 0 0 12px 0;
} 

.bottomsharebox li {
	text-decoration: none;
	list-style: none;
	float:left;
	margin-right: 5px;
}
.bottomsharebox li a {
	margin: 0;
	padding: 0;
}

.bottomsharebox li img {
	width: 32px !important;
	height: 32px !important;
}

/*------------ BOTTOM ACTION1 BOX ------------ */
.bottomaction1box {
	width: 530px;
	padding: 20px 20px 100px 20px;
	margin: 0 0 10px 0;
	line-height: 16pt;
}

.bottomaction1box h4 {
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
	color: #544a21 !important;
	font-family: Arial !important;
	text-transform: none !important;
}

.bottomaction1box p {
	margin: 0 0 12px 0;
} 


/*------------ TOP POST ACTION1 BOX ------------ */
.topaction1box {
	float:right;
	margin-right: 10px;
	border: 1px solid #ece7cf;
	width: 250px;
	line-height: 16pt;
}

.topaction1box h4 {
	color: #840000 !important;
	padding: 5px 0 0 10px;
	background: #f7f2d9;
	font-size: 14px !important;
}

.topaction1box form #actionbox1form {
	margin: 5px 5px 5px 5px;
}

/*------------ FACEBOOK LIkE ----------- */
.facebooklike {
	margin: 20px 0 0 0;
}

/* ---------- SITE MEMORY ADJUSTMENTS ----------- */
.evernoteSiteMemory {
	display: none;
	background-color: #fffdf7 !important;
	border: 1px solid #ece7cf;
	border-top: none;
	width: 530px;
	padding: 20px;
	margin-top: 0 !important;
}

.evernoteSiteMemoryDescription {
	background: none !important;
	border: none !important;
	width: 445px !important;
	max-width: none !important;
	padding: 0 0 0 20px !important;
	height: auto !important;
	margin: 0 0 0 0 !important;
	float: left !important;
	font-weight: bold;
}

.evernoteSiteMemoryLink {
	float: left !important;
}

.evernoteSiteMemory a {
	color: #458E0B !important;
}


.dd_post_share{
	width: 100% !important;
}

#disqus_thread {
	width: 570px;
}

#wpstats {
	display: none !important;
}
