body{
	color: rgb(55, 55, 55);
	font-family: proxima-nova, "helvetica neue", helvetica, arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	line-height:28px;
	margin:0px;
}
#wrap,.wrap{
	margin:0px auto;
	width:950px;
}
#footer{
	color:white;
	height:200px;
	line-height:20px;
	text-align:center;
	border-top:2px solid #eee;
	margin-top:100px;
	padding-top:100px;
	padding-bottom:100px;
	background:url('https://www.cameronhuff.com/blog/_assets/img/footer.jpg') no-repeat right rgb(39, 136, 182);
}
#footer a:link,#footer a:visited{
	color:white;
}
a:link,a:visited{
	color: rgb(55, 55, 55);
}
a img{
	border:0px;
}
h1{
	padding-top:30px;
}
h1 a:link,h1 a:visited{
	text-decoration:none;
	color: rgb(55, 55, 55);
}
h1,h2{
	/*margin:0px auto;*/
}
h2,h2 a:link,h2 a:visited{
	color:rgb(39, 136, 182);
	font-size:19px;
	font-weight:normal;
}
#photo{
    display: inline;
    height: 80px;
    float: left;
    padding-top: 30px;
    margin-right: 10px;
}
.disclaimer{
	margin:0px;
	background-color:#eee;
	padding:5px;
	font-size:13px;
	line-height:13px;
}
.article .disclaimer{
	margin-top:30px;
	font-size:15px;
	line-height:15px;
}

h3{
	font-size:30px;
	font-weight:bold;
	line-height:33px;
}
h4{
}
.article{
	margin:80px auto;
}
.article img{
	max-width:100%;
}
.article-author{
	text-transform:uppercase;
}
.article h3 a:link,.article h3 a:visited, .article-author a:link,.article-author a:visited{
	text-decoration:none;
}
.article h3 a:hover, .article-author a:hover{
	color:rgb(39, 136, 182);
	border-bottom:3px solid rgb(39, 136, 182);
}
.article-date{
	letter-spacing:0.1em;
	text-transform:uppercase;
	float:right;
	color:white;
	background-color:rgb(39, 136, 182);
	padding-left:5px;
	padding-right:5px;
	font-size:13px;
	margin-top:-2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#twitter{
	position:relative;
	top:3px;
}
.button{
	background-color:rgb(39, 136, 182);
	border:0px;
	color:white;
	font-size:13px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding:5px 15px;
}
a.button:link,a.button:visited{
	color:white;
	text-decoration:none;
}
a.button:hover{
	background-color:#666;
}
.arrow{
	margin-left:10px;
}
.share{
	margin-bottom:30px;
}
.IN-widget{
	position:relative;
	top:-4px;
	left:-25px;
}
/*
	Fix mobile problems
*/
@media (max-width: 1000px) {
	.article{
		margin:10px;
	}
}

/*
	Fix long link problem (on mobile?)
*/
a{
	-ms-word-break: break-all;

		 /* Be VERY careful with this, breaks normal words wh_erever */
		 word-break: break-all;

		 /* Non standard for webkit */
		 word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
        hyphens: auto;
}

/*
	Make tables look nicer
*/
td:first-child ~ td{
	text-align:center;
}

/*
	Twitter button
*/
#twitter-widget-0{
	position:relative;
	top:3px;
}
.br{
	float:right;
	display:inline-block;
}
.bl{
	display:inline-block;
}