/*!
* 10/17/2014
* George Fox 
* @burblebeep
*/


/* html5doctor.com Reset v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* Apply a natural box layout model to all elements */

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Remove borders from images */

a img{
	border-width: 0;
}

/* Layout Defaults */

html {
	height: 100%;
}

body {
	background: -webkit-linear-gradient(top, #cbcbcb 0%, #f8f8f8 17.9%) no-repeat fixed;
	background: -moz-linear-gradient(top, #cbcbcb 0%, #f8f8f8 17.9%) no-repeat fixed;
	background: -ms-linear-gradient(top, #cbcbcb 0%, #f8f8f8 17.9%) no-repeat fixed;
	background: linear-gradient(to bottom, #cbcbcb 0%, #f8f8f8 17.9%) no-repeat fixed;
	height: 100%;
	width: 100%;
	margin: 0;
	color: #6d6f6e;
	font: 1em/1.6em 'cabinmedium';
}

section,
.container {
	margin: 2em auto;
	width: 80%;
}

header,
.masthead {
	
}

.logo {
	width: 50%;
	margin-top: 1em;
	margin-bottom: 1em;
}

nav,
.navcontainer {
	
}

article,
.content {
	
}

.banner {
	width: 100%;
	height: auto;
	margin-top: 1em;
	margin-bottom: 1em;
}

footer,
.footer {
	padding-bottom: 1em;
	font-size: .8em;
}

.navsmall {
	
}

.merch {
	
}

.imagelink {
	
}

.imagelink_sm {
	
}

.coname {
	float: left;
	margin-left: 2em;
}

.cotag {
	float: right;
	margin-right: 2em;
}

hr {
	color: .ccc;
	background-color: .ccc;
	text-align: left;
	/*width: 500px;*/
	height: 2px;
	float: left;
	border-width: 0;
}


a:visited {
	color: #5f809f;
}


a { 
	transition: color 0.5s ease;
	color: #2982d5;
	text-decoration: none;
}

a:hover { 
	color: #94cbff;
}



a.order {
	
}

/* Typography */




h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #373737;
}

h1 {
	font-size: 1.9em;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote {
	font-style: italic;
}

blockquote p {
	
}


.postcard {
	overflow: auto;
	border-top-style: solid;
	border: 1px solid #aa9ba4;
	padding: 2em;
	background: url(../images/chrome/bg-ar.svg) center center no-repeat rgba(202, 192, 183, 0.2);
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	color: #252525;
	position: relative;
	opacity: 1;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 2em;
}

/*.postcard p {
	position: absolute;
	z-index: 1;
	top: 1em;
	margin-left: 40%;
}*/

.postcard img:first-of-type {
	width: 100%;
	height: auto;
	margin-top: -2em;
	margin-left: -2em;
}

.postcard img:last-of-type {
	width: 30%;
	float: right;
}

.address {
	color: #6589ab;
	padding-top: 1em;
}

/* Navigation */

.s000 .s000,
.s001 .s001,
.s002 .s002,
.s003 .s003,
.s010 .s010,
.s020 .s020,
.s030 .s030,
.s040 .s040,
.s050 .s050,
.s060 .s060,
.s070 .s070,
.s080 .s080,
.s090 .s090,
.s999 .s999 {
	background-color: silver;
	color: white;
}


/* Media Queries */


@media only screen and (max-width: 600px) {
    
    body {
		font-size: 1.2em;
	}
    
	.logo {
		width: 100%;
	}
	
	.postcard {
		padding: 1em;
		font-size: 1.2em;
	}
	
	.postcard img:first-of-type {
		margin-top: -1em;
		margin-left: -1em;
	}

}
