
html {
    -webkit-font-smoothing: antialiased;
    height: 101%;
	background: url(../images/tutorials_bg.png);
}

.site {
    margin: 0 auto;
}

.site {
    padding: 0 0 50px 0;
    line-height: 1;
    font-size: 15px;
    color: #333;
}

.site h1, .site h2, .site h3, .site p, .site a, .site strong, .site em {
	color: #333;
}

/* Links
-------------------------------------------------------------- */

.site a:link,
.site a:visited {
    color: #dd4a38;
    text-decoration: none;
}

.site a:hover,
.site a:active {
    color: #333;
}

.site a:focus {
    background: #ddd;
}

/* Grid
-------------------------------------------------------------- */

.grid-container  h2 {
	margin-top: 40px;
	margin-left: 8px;
	margin-bottom:6px;
    font-size: 20px;
	font-family: "Avenir-Black", sans-serif;    
}

.item-grid a:link, .item-grid a:visited {
	color: #3c3c50;;
}

.item-grid a:hover {
	color: #999;
}

.subtext {
	font-size: 12px;
	margin: 0px 10px 16px 12px;
	line-height: normal;
	color: #333;
}

.item-grid h4 {
	font-size: 16px;
	font-weight: bold;
    margin: 15px 15px 10px;
}

.item-grid li {
	background: white;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .35);
	overflow: hidden;

	/* width: 300px;
    min-height: 280px; */
    width: 31%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    zoom: 1;
    *display: inline;
    text-align: left;
}

/* .item-grid li:not(:first-child){
    margin-left: 20px;
}  */

.item-grid li img {
	width: 300px;
	/* height: 200px; */
	border-bottom: 1px solid #e0e0e0;
}

/* Header
-------------------------------------------------------------- */

.headerImage {
	height: 500px;
	overflow: hidden;
}

.headerImage img {
	width: 960px;
	height: auto;
}

.headerImage p {
	padding: 0;
	margin: 0;
}

/* Format Buttons
-------------------------------------------------------------- */

#formatButtons
{
	float: right;
    margin-left: 15px;
	margin-top: 30px;
	margin-bottom: 30px;
}

#formatButtons a {
	margin-right: 10px;
}

#formatButtons a:link,
#formatButtons a:visited {
    text-decoration: none;
	border: none;
}

.share-button {
	padding-left: 6px;
}

.share-footer {
	display: block;
	text-align: center;
	padding-top: 30px;
	margin: auto 0;
	width: 100%;
}

.share-footer a {
	margin: 2px;
}

/* Article
-------------------------------------------------------------- */

article {
	padding: 0;
	margin: 0;
    overflow: hidden;
	background: #FFF;
	font-family: AvenirNext, "Avenir Next", sans-serif;
}
article p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: 10px 0;
    font-weight: normal;
	max-width: 100%;
}
article h1 {
    font-size: 2.5em;
    margin: 0 0 5px 0;
    color: #444;
    font-weight: 100;
    line-height: 1.3em;
}
article h2 {
    font-size: 1.7em;
    margin: 30px 0 0 0;
    font-weight: 600;
}
article h3 {
    font-size: 1.3em;
    margin: 20px 0 0 0;
    font-weight: 700;
}
article h4 {
    font-size: 1.1em;
    margin: 20px 0 0 0;
    font-weight: 700;
}
article .content ol,
article .content ul {
    list-style-type: square;
    margin: 10px 30px 30px 30px;
    line-height: 1.6em;
}
article .content ol {
    list-style-type: decimal;
}
article blockquote {
    margin: 30px 20px;
    padding: 5px 15px;
    font-style: italic;
    border-left: 10px solid #e5e5e5;
}
article pre {
    margin: 25px 0;
    padding: 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    line-height: 1.5em;
    overflow: auto;
}

/* Content
-------------------------------------------------------------- */

.content {
	padding: 0 30px 12px 30px;
	border: 1px solid #CCC;
	border-radius: 0px 0px 7.5px 7.5px;
}

.category {
    display: inline;
}
.category li {
    display: inline;
    margin: 0 2px 0 0;
}
.category li:after {
    content: ',';
}
.category li:last-child:after {
    content: none;
}
.content a {
    border-bottom: 1px solid #ccc;
}

/* Media
-------------------------------------------------------------- */

.content img {
    display: block;
    height: auto;
    width: auto;
    margin: 38px auto;
}

.bordered {
	margin-top: 30px;
    margin-bottom: 40px;
}

.bordered img {
	border: solid 6px #fff;
	outline: solid 1px #ccc;
}



.tutorial_steps img {
	margin-top: 30px;
    margin-bottom: 40px;
	width: 680px;
	height: auto;
}

.tutorial_steps video {
	margin-top: 30px;
    margin-bottom: 40px;
	width: 680px;
	height: auto;
}

iframe {
    max-width: 100%;
}

/* Media
-------------------------------------------------------------- */

.blog .post-sub-button {
	margin: 0;
	padding: 0;
	float:left;
}

.post-meta {
    color: #888;
    font-size: 0.85em;
    padding: 0 0 0px 0;
}

.blog .post-sub-button a {
    background: #333;
    padding: 6px 12px;
    color: #fff;
    border-radius: 5px;
}

.blog .post-sub-button a:hover {
    background: #dd4a38;
}

.blog .post-sub {
	margin: 50px 0 30px 0;
	padding: 0;
}

.blog .post-sub p {
    float: right;
    margin-top: -10px;
}

.blog .post-sub a {
	border: 0;
}

.blog .post-sub p img {
	margin: 0 2px -13px 2px;
    display: inherit;
}

/* Pagination
-------------------------------------------------------------- */

.centered {
    text-align: center;
}

.pagination {
    display: inline-block;
	padding: 18px 0;
}

.pagination a {
    color: black;
    float: left;
    padding: 10px 18px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #dd4a38;
    color: white;
    border: 1px solid #dd4a38;
}

.pagination a:hover:not(.active) {
	background-color: #ddd;
}

/* Comments
-------------------------------------------------------------- */

.comments {
	width: 90%;
	margin: 30px auto;
}

/* Clearfix
---------------------------------------------------------------*/
.cf:before,
.cf:after {
    content: ' ';
    display: table;
}
.cf:after {
    clear: both;
}



/* Visually hidden
------------------------------------------------------------------------*/
.vh {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
