/* 

Title: Master CSS for Gloss & Gradients
Author: Taylor Carrigan
Copyright 2015 Taylor Carrigan, all rights reserved. Please don't steal, be inspired to learn more.

*/



html,body {

	background-color: rgba(250, 250, 250, 1.0);
	background-image: url("canvas.png");
	background-repeat: repeat;
	font-family: "Helvetica", sans-serif;
	text-align: center;
	border:0; 
	margin:0; 
	padding:0;
	height: 100%;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: subpixel-antialiased;
}



/* Gobal Formatting */

a, a:link, a:link:visited {
	
	color: rgba(31, 37, 32, 1.0);
	text-decoration: underline;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}


a:hover, a:link:hover, a:link:visited:hover {
	
	color: rgba(65, 77, 66, 1.0);
	
}


div#wrapper {
	
	min-height: 100%;
	width: 100%;
	position: relative;

}



div#topBar {
	
	width: 100%;
	height: 206px;
	background: url("topbar.png") repeat-x;
	
}


div#logo {
	
	width: 600px;
	height: 206px;
	margin: 0 auto;

}


div#logo a, div#logo a:link, div#logo a:visited, div#logo a:hover, div#logo a:link:hover, div#logo a:link:visited:hover {
	
	width: 600px;
	height: 206px;
	display: block;	
}

div#logo a:active, div#logo a:link:active, div#logo a:link:visited:active {
	
	outline: none;
	
}



div#logo img {
	
	border: none;
	background: url("illumination.png") 0 0 no-repeat;
	
}

div#logo img:hover {
	
	border: none;
	background: url("illumination.png") -600px 0 no-repeat;
	
}

div#logo img:active {
	
	outline: none;
	
}


/* Colophon */

div#colophon {
	
	width: 100%;
	height: 200px;
	background: url("colophon-tile.png") repeat-x;
	background-color: rgba(239, 239, 239, 1.0);
	
	
}


div#colophonContainer {
	
	width: 800px;
	height: 200px;
	margin: 0 auto;
	text-align: left;
	display: table;	
	
}


div#colophonContainer ul#colophonContent {
	
	margin: 0 auto;
	padding: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	
}

div#colophonContainer ul#colophonContent li {
	
	display: inline-block;
	text-align: center;
	width: 230px;
	height: 165px;
	padding: 0 15px 0 15px;
	margin: 5px 0 0 0;
	vertical-align: top;
}


ul#colophonContent li:not(:last-child) { border-right: 1px dashed rgba(195, 195, 195, 1.0); }

div#colophonContainer ul#colophonContent h1 {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-size: 16px;
	color: rgba(31, 37, 32, 1.0);
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	
}



div#colophonContainer ul#colophonContent p {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-align: left;
	
}


div#colophonContainer a, a:link, a:link:visited {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	color: rgba(31, 37, 32, 1.0);
	text-decoration: underline;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}


div#colophonContainer a:hover, a:link:hover, a:link:visited:hover {
	
	color: rgba(65, 77, 66, 1.0);
	
	
}


div#colophonContainer ul#colophonContent ul#featured {
	
	list-style: none;
	text-align: left;
	width: 100%;
	height: 100%;
	top: 0;
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	margin: 0;
	padding: 0;
	
}

div#colophonContainer ul#colophonContent ul#featured li {
	
	margin: 0 0 10px 0;
	padding: 0;
	border-right: none;
	text-align: left;
	height: auto;
	
}

div#colophonContainer ul#colophonContent ul#featured li a, div#colophonContainer ul#colophonContent ul#featured li a:link, div#colophonContainer ul#colophonContent ul#featured li a:link:visited {
	
	
		font-family: "Verdana", Sans-Serif;
		font-size: 11px;
		color: rgba(31, 37, 32, 1.0);
		text-decoration: underline;
		text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}



div#colophonContainer ul#colophonContent ul#featured li a:hover, div#colophonContainer ul#colophonContent ul#featured li a:link:hover, div#colophonContainer ul#colophonContent ul#featured li a:link:visited:hover {
	
	color: rgba(65, 77, 66, 1.0);
	
}


/* Body */


div#container {
	
	width: 600px;
	margin: 0 auto;	
}


div#content {
	
	width: 500px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 150px;

	
}



/* Global Post Elements */


div.post {
	
	width: 500px;
	border-bottom: 1px dashed rgba(195, 195, 195, 1.0);
	margin: 0 auto;
	margin-top: 50px;
	text-align: left;
	
}


div.post h1, div.post h1 a, div.post h1 a:link, div.post h1 a:link:visited {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-size: 18px;
	color: rgba(31, 37, 32, 1.0);
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-decoration: none;
	margin-bottom: 20px;
	
	
	
}

div.post h1 a:hover, div.post h1 a:link:hover, div.post h1 a:link:visited:hover { color: rgba(65, 77, 66, 1.0); }

div.post p {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}


div.postContent {
	
	margin-bottom: 30px;
	
}

div.postContent h2 {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 20px 0 20px 0;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}

div.postContent a, div.postContent a:link, div.postContent a:link:visited {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	color: rgba(31, 37, 32, 1.0);
	text-decoration: underline;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}

div.postContent a:hover, div.postContent a:link:hover, div.postContent a:link:visited:hover { color: rgba(65, 77, 66, 1.0); }

div.postContent ul li  {
	
	list-style: square;
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-align: left;
	
}


hr {
	
	border-style: solid;
	border-color: rgba(195, 195, 195, 1.0);
	
}

div.postContent blockquote, div.mediaPostContent blockquote {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	border-left: 3px solid rgba(85, 85, 85, 1.0) !important;
	padding: 0 0 0 10px !important;
	margin: 4px 20px !important;
	line-height: 17px;
	text-align: left;	
	
}

/* Quote Posts */

div.quoteContent {
	
	padding-left: 15px;
	margin-bottom: 50px;
	
}

div.quoteContent blockquote.quote {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: rgba(31, 37, 32, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-decoration: none;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	
}

div.quoteContent blockquote.quote p {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: rgba(31, 37, 32, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-decoration: none;
	margin-top: 0;
	
}

div.quoteContent blockquote.quote:before, div.quoteContent blockquote.quote:after {
	
	font-family: "Georgia", Serif;
	font-weight: bold;
	font-size: 70px;
	color: rgba(218, 218, 218, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	display: block;
	width: 50px;
}

div.quoteContent blockquote.quote:before { content: '\201C'; margin: 0 0 -5px -25px; height: 0; }


div.quoteCaption {
	
	margin: 20px 0 0 0;
	text-align: left;
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 17px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
	
}

div.quoteCaption p, div.quoteCaption blockquote p {
	
	text-align: left;
	font-family: "Verdana", Sans-Serif !important;
	font-weight: normal;
	font-size: 11px;
	line-height: 17px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0); 
	
}


div.quoteCaption blockquote {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	border-left: 3px solid rgba(85, 85, 85, 1.0) !important;
	padding: 0 0 0 10px !important;
	margin: 4px 20px !important;
	line-height: 17px;
	text-align: left;	
	
}

div.quoteCaption .mdash {
	
	width: 1px; 
	padding:0px 10px 0px 0px;
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 17px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
}

div.quoteCaption .source p:nth-child(1), div.quoteCaption .source a:nth-child(1) {
	
	margin: 0;
	padding: 0;
	
}



/* Media Posts */

div.mediaPostContent { margin-bottom: 30px; }

div.mediaPostContent a, div.mediaPostContent a:link, div.mediaPostContent a:link:visited {
	
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	color: rgba(31, 37, 32, 1.0);
	text-decoration: underline;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
}

div.mediaPostContent a:hover, div.mediaPostContent a:link:hover, div.mediaPostContent a:link:visited:hover { color: rgba(65, 77, 66, 1.0); }


div.mediaPostContent ul li  {
	
	list-style: square;
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-align: left;
	
}

div.mediaContent {
	
	
	background-color: rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	text-align: center;
	width: 400px;
	padding: 20px;
	display: block;
	margin: 0 auto;
}

div.mediaContent div.caption {
	
	text-align: left;
	margin-top: 10px;
	
}


div.mediaContent div.caption p {
	
	text-align: left;
	margin-top: 10px;
	
}

div.mediaContent div.caption ul li  {
	
	text-align: left;
	line-height: 16px;
	
}


div.mediaContent object, div.mediaContent embed, div.mediaContent video { margin: 0 auto 0 auto; }

div.post div.mediaPostContent div.mediaContent img {
	
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin: 0;
	
}



/* Chat Posts */

div.postContent ul.chat {
	
	width: 450px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px dotted rgba(200, 200, 200, 1.0);
	font-family: "Verdana", Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	color: rgba(85, 85, 85, 1.0);
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);	
	
}

div.postContent ul.chat li {
	
	list-style: none;
}

.chat .label {
	font-weight: bold;
	color: rgba(64, 159, 188, 1.0);
}
 
.odd {
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	list-style: none;
	border-bottom: 1px dotted rgba(200, 200, 200, 1.0);	
}

.even {
	
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	list-style: none;
	border-bottom: 1px dotted rgba(200, 200, 200, 1.0);
	
}

.label-1 {
	
	color: rgba(52, 63, 54, 1.0);
	font-weight: bold;
	padding-left: 2px;	
}

.label-2 {
	
	color: rgba(179, 214, 188, 1.0);
	font-weight: bold;
	padding-left: 2px;	
}

.label-3 {
	
	color: rgba(127, 178, 96, 1.0);
	font-weight: bold;
	padding-left: 2px;	
}


.chatPost ul li { padding: 6px 15px 6px 15px; }

/* Formatting */

div.post div.postContent img, div.post div.postContent p img {
	
	border: 5px solid rgba(255, 255, 255, 1.0);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	max-width: 450px;
	margin: 30px auto 30px auto;
	display: block;	
	
}


/* Permalinks */

div.permalinkCell {
	
	width: 500px;
	text-align: center;
	margin: 30px 0 30px 0;
	display: block;
	
}


div.permalinkCell ul.permalinks {
	
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

div.permalinkCell ul.permalinks li {
	
	display: inline;
	margin: 0;
	padding: 2px 10px 2px 10px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	
}

div.permalinkCell ul.permalinks li:last-child { border-right: none; padding: 2px 0px 2px 10px; }

div.permalinkCell ul.permalinks li:first-child { padding: 2px 10px 2px 0px; }

div.permalinkCell ul.permalinks li a, div.permalinkCell ul.permalinks li a:visited {
	
	
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Georgia", Serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.5);
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1);
	-webkit-transition: all .125s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	
}

div.permalinkCell ul.permalinks li a:hover, div.permalinkCell ul.permalinks li a:visited:hover { 
	
	font-family: "ff-tisa-web-pro-1","ff-tisa-web-pro-2", "Georgia", Serif;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.7);
	
	}

/* Notes */

			ol.notes {
				
				text-align: left;
                padding: 0px;
                margin: 50px 0px 0px 0px;
                list-style-type: none;
                font-family: "Verdana", Sans-Serif;
				font-size: 11px;
				line-height: 17px;
				color: rgba(85, 85, 85, 1.0);
				text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);

            }


			ol.notes a, ol.notes a:link, ol.notes a:link:visited {
	
				font-family: "Verdana", Sans-Serif;
				font-size: 11px;
				color: rgba(31, 37, 32, 1.0);
				text-decoration: underline;
				text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	
			}


			ol.notes a:hover, ol.notes a:link:hover, ol.notes a:link:visited:hover {
	
				color: rgba(65, 77, 66, 1.0);
	
			} 

          

		            ol.notes li.note {
		                border-top: 1px dashed rgba(195, 195, 195, 1.0);
		                padding: 10px;
						text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
		            }

		            ol.notes li.note img.avatar {
		                vertical-align: -4px;
		                margin-right: 10px;
		                width: 16px;
		                height: 16px;
						border: 3px solid rgba(255, 255, 255, 1.0);
						-webkit-box-shadow: 0 0 2px #424242;
						-moz-box-shadow: 0 0 2px #424242;
						

		            }

		            ol.notes li.note span.action {
		                font-weight: normal;
						text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);

		            }

		            ol.notes li.note .answer_content {
		                font-weight: normal;
						text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);

		            }

		            ol.notes li.note blockquote {
		               	font-size: 11px;
						text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
						border-left: 3px solid rgba(85, 85, 85, 1.0) !important;
						padding: 0 0 0 10px;
						margin: 4px 50px !important;
						line-height: 17px;


		            }

		            ol.notes li.note blockquote a {
		                text-decoration: none;
		            }
		
		
		
					a.more_notes_link, a.more_notes_link:link, a.more_notes_link:link:visited {
						
						font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif !important;
						font-weight: bold;
						font-size: 21px;
						text-transform: uppercase;
						
						
					}





/* Disqus */

#dsq-comments { text-align: left !important; }

.dsq-comment-text { text-align: left !important;}

#disqus_thread {

font-family: "Verdana", Serif !important;
font-size: 11px !important;
line-height: 17px !important;
color: rgba(85, 85, 85, 1.0) !important;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0) !important;

}

.dsq-comment-message {

font-family: "Verdana", Serif !important;
font-size: 11px !important;
line-height: 17px !important;
color: rgba(85, 85, 85, 1.0) !important;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0) !important;


}

#disqus_thread a {

font-family: "Verdana", Serif !important;
font-size: 11px !important;
color: rgba(31, 37, 32, 1.0) !important;
text-decoration: none !important;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0) !important;

}

#disqus_thread a:hover, #disqus_thread a:visited:hover {

color: rgba(65, 77, 66, 1.0) !important;

}


.dsq-brlink {
	
	display: none;
	
}


/* Pagination */


div#pagination {
	
	width: 500px;
	height: 50px;
	margin: 0 auto;
	margin-top: 50px;
	
}



a.previousbutton {
	
	float: right;
	margin: 0;
	display: block;
	background: url("nextbuttonsprite.png") 0 0 no-repeat;
	width: 143px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: rgba(157, 157, 157, 1.0);
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
	
}

a.previousbutton:hover {
	
	background: url("nextbuttonsprite.png") -143px 0 no-repeat;
	color: rgba(157, 157, 157, 1.0);
	text-decoration: none;
	
}

a.previousbutton:active {
	
	margin-top: 1px;
	background: url("nextbuttonsprite.png") -286px 0 no-repeat;
	color: rgba(157, 157, 157, 1.0);
	text-decoration: none;
	outline: none;
	
	
}

a.nextbutton{
	
	float: left;
	margin: 0;
	display: block;
	background: url("previousbuttonsprite.png") 0 0 no-repeat;
	width: 143px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: rgba(157, 157, 157, 1.0);
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0px 1px 0px rgba(255, 255, 255, 1.0);
	
}

a.nextbutton:hover {
	
	background: url("previousbuttonsprite.png") -143px 0 no-repeat;
	color: rgba(157, 157, 157, 1.0);
	text-decoration: none;
	
	
}

a.nextbutton:active {
	
	margin-top: 1px;
	background: url("previousbuttonsprite.png") -286px 0 no-repeat;
	color: rgba(157, 157, 157, 1.0);
	text-decoration: none;
	outline: none;
	
}


/* Footer */


div#footer {
	
	bottom: 0;
	position: absolute;
	height: 52px;
	width: 100%;
	background: url("footer.png") repeat-x;
	text-align: center;
	
	
}


div#footer p {
	
	font-family: "ff-din-web-1","ff-din-web-2", "Helvetica", Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	padding-top: 11px;
	color: rgba(31, 37, 32, 1.0);
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 1.0);
	text-decoration: none;
	
	
}