/******************************
	Impress Design / Jack McDaniel
	impress-design.com
	720.495.1368
	
	SITE COLORS
	Teal: #2aa3b0;
	Light Teal: #46e2df;
	Red: #AA1111;
	Brown: #400d12;
	
******************************/

/**********************
	GLOBAL RESET
**********************/
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 {font-family:'Helvetica',sans-serif;line-height:1.6em;font-size: 16px;}
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:'';content:none;}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
    font-weight: 100;
}
ins {
    background-gridor:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-gridor:#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-gridlapse:gridlapse; border-spacing:0;}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {vertical-align:middle;}
img { max-width: 100%;}
p { margin-bottom: 15px; }
/***********END CSS RESET*************/
	body {
		background: #46e2e0 url(../img/BG.jpg) top center repeat-x;
		color: #400d12;
		font-weight: 100;
	}
	body.dropcaps .dittoPost > p:nth-of-type(1):first-letter {
		float:left;
		font-size:72px;
		margin:15px 8px 11px 0;
		display:block;
	}
	.mainContain {
		margin: 0 auto;
		width: 90%;
		max-width: 1100px;
	}
	.bodyWrap {
		margin: 0 auto;
		width: 100%
	}
	.clear {clear: both;}
	a {color: #AA1111;}
	a:hover {color: #2aa3b0;}
	.imgLeft {
		float:left;
		max-width:33%;
		margin:5px 10px 10px 0;
	}
	.imgFull {
		float:left;
		max-width:100%;
		margin: 10px 0;
	}
    .imgRight {
        float: right;
        margin: 10px 0 10px 10px;
        max-width: 33%;
     }
     .noImg {
        display:none;
     }
	.hi275 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.textRight {text-align: right;}
/*************************************
		HEADER
*************************************/
	header {
		width: 100%;
		height: 144px;
		background: url(../img/headerBG.png) top center no-repeat;
		font-family: 'Yanone Kaffeesatz',sans-serif;
		font-size: 1.0em;
		margin-bottom: 30px;
	}
	.menuLeft {
		float: left;
		width: 27.5%;
	}
	.menuLeft ul {
		list-style:none;
		margin-top: 60px;
	}
	.menuLeft ul li {
		float: left;
		width: 50%;
		text-align: center;
		line-height: 40px;
	}
	.menuLeft a {color:#FFF;}
	.menuLeft a:hover {color:#46e2df;}
	.logo {
		float:left;
		width: 45%;
		height:144px;
		margin-top:-5px;
	}
	.headerRight {
		float: left;
		width: 27.5%;
		height: 56px;
		text-align: right;
		position: relative;
		z-index: 500;
	}
	.menuRight {
		float: left;
		width: 27.5%;
	}
	.menuRight ul {
		list-style:none;
		margin-top: 4px;
	}
	.menuRight ul li {
		float: left;
		width: 50%;
		text-align: center;
		line-height: 40px;
	}
	.menuRight a {color:#FFF;}
	.menuRight a:hover {color:#46e2df;}
	.headRight {
		float:left;
		width: 70%;
		height: 80px;
		line-height: 80px;
	}
	.logo2 {display: none;}
	.menu2 {display: none;}
        .erLogo { display: none; }

/**INFO SECTION**/
#whySS {
	display: none;
	margin: 0 auto;
	max-width: 1100px;
}
.infoItem {
	margin: 0 auto;
	margin-top: -55px;
	margin-right: 45px;
	float: right;
	position: relative;
	z-index: 500;
	width: 75%;
	overflow: hidden;
	background: url(../img/bg.png) top left repeat;
	font-size: 14px;
	font-family: 'Helvetica',sans-serif;
	text-align: left;
	border: 5px solid #2aa3b0;
	border-top: none;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.menuIcon {
	position: relative;
	z-index: 1000;
}
/*******************************
		FORMS
*******************************/
form {float:left;width:100%;}
input {
	float: left;
	padding: 3px;
	background: #d8f9f8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #46e2e0;
	width: 70%;
	/*max-width: 250px;*/
}
label {
	float: left;
	padding: 0 5px;
}
#ajaxSearch_submit {
	float: left;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #46e2e0;
	width: 25%;
	max-width: 100px;
}
.inputInfo {
	float:left;
	max-width: 150px;
	margin-top: 10px;
	padding: 3px;
	background: #d8f9f8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #400d12;
}
#leaveComm {
	display: none;
}
.labelOut {
    clear: both; 
    width: 100%;
}
.formIn {
    clear:both;
    width: 94%;
    padding: 7px 2%;
}
textarea { 
    clear:both;
    width: 94%;
    padding: 7px 2%;
}
select { clear:both; }
.cfContact { 
    padding: 10px;
    background: #AA1111;
    width: 200px;
    color: #FFF;
}

/*******************************
		FOOTER
*******************************/
	footer {
		clear: left;
		width: 100%;
		margin: 0 auto;
		font-family: 'Yanone Kaffeesatz', sans-serif;
	}
	.copy {
		font-size: 1.0em;
		padding: 30px 0 30px 0;
	}
	.fLinks {
		font-size: 1.0em;
		padding: 30px 0 30px 0;
	}
/***********************************
		CLOUD
***********************************/
.cloud a {color: #2aa3b0;}
.cloud a:hover {color: #AA1111;}
.cloud1 {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.3em;
}
.cloud2 {font-weight: bold;}

/***********************************
		RESPONSIVE GRID
***********************************/
.grid10 {float: left;width: 10%;}
.grid20 {float: left;width: 20%;}
.grid25 {float: left;width: 25%;}
.grid30 {float: left;width: 30%;}
.grid33 {float: left;width: 33%;}
.grid35 {float: left;width: 35%;}
.grid40 {float: left;width: 40%;}
.grid45 {float: left;width: 45%;}
.grid50 {float: left;width: 50%;}
.grid55 {float: left;width: 55%;}
.grid60 {float: left;width: 60%;}
.grid65 {float: left;width: 65%;}
.grid67 {float: left;width: 67%;}
.grid70 {float: left;width: 70%;}
.grid75 {float: left;width: 75%;}
.grid80 {float: left;width: 80%;}
.grid85 {float: left;width: 85%;}
.grid90 {float: left;width: 90%;}
.grid95 {float: left;width: 95%;}
.grid100 {float:left;width:100%;}
.inner {
	margin: 10px 10px;
	padding: 5px 3px;
}
/*************************
	HIDDEN MENU
*************************/
.menuBadge {
	display: none;
}
.navigation {
	display: none;
}
#hiddenMenu {
	display: none;
}
/*********************************************************************************
		FRONTPAGE STYLINGS
*********************************************************************************/
.fpBlogCont {
	float:left;
	width:33%;
	margin-bottom:5px;
}
.fpInner {
	margin:7px;
	background:url(../img/bg.png)repeat;
	overflow:hidden;
	border:1px solid #FFF;
}
.fpInner:hover {
	background: url(../img/bgH.png) repeat
}
.fpContent {
	margin:12px;
	padding-bottom:2px;
	line-height: 1.4em;
}
.fpMainImg {
	height:155px;
	overflow:hidden;
}
.fpCategory {
	padding:5px 0;
	width:100%;
	color:#2aa3b0;
	text-align:center;
}
.hilite {
	color:#AA1111;
	font-style:italic;
	font-size:14px;
}
.fpBlurb {
	height:148px;
	overflow:hidden;
	line-height: 1.4em;
}
.fpContent h2 {
	color:#AA1111;
	font-weight:100;
	font-family:'Yanone Kaffeesatz';
	font-size:24px;
	margin:5px 0;
	text-transform: uppercase;
}
.fpContinue {
	margin-top:-36px;
	position:relative;
	z-index:500;
	text-align:center;
}
.fpVid {
	float:right;
	position:relative;
	z-index:500;
	margin:-397px 8px 0 0;
}
.erinPhoto {
	position: relative;
	z-index: 500;
	float: right;
	margin-top: -220px;
}
.sigTag {
	margin-top: 15px;
}
.about {float:left;}
.fpAbout {margin-top: 200px;}
.aboutInner {
	float:left;
	margin-bottom: 10px;
}
.firstLetter {
	display: block;
	float: left;
	margin: 20px 5px 10px 0;
	font-size: 72px;
	color: #aa1111;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
.fpInner2 {
	clear: both;
	margin: 10px;
	margin-top: -10px !important;
}
.teal a {color: #2aa3b0;}
.teal a:hover {color: #AA1111;}
.wild1 {font-weight:bold;}
.wild2 {
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size:1.3em;
}
.wild3 {
	font-family: 'Yanone Kaffeesatz',sans-serif;
	font-size:1.5em;
}
/*******************************************
		CONTENT PAGES
*******************************************/
.content {
	background: url(../img/bg.png) repeat;
}
.linksCol {
	background: url(../img/linksBG.png)repeat;
}
.adsCol {
	background:url(../img/adsBG.png)repeat;
}
.cInner {
	margin: 10px;
	padding: 7px 15px;
}
.hilite {
	font-style: italic;
	color: #AA1111;
}
.date {color: #2aa3b0;margin: 0 0 10px 0;}
.ditto {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #46e2df;
}
.podcast { margin: 20px 0; }
.tags { margin: 20px 0; }

/*******************************************
		RIGHT COL LISTS
*******************************************/
.block {
	width: 100%;
	margin-bottom: 15px;
}
.block ul {
	display: block;
	list-style:none;
}
.block ul li {
	margin-left: 12px;
	padding: 5px 0;
	padding-left: 25px;
	line-height: 1.2em;
	background: url(../img/esIcon.png) 0 7px no-repeat;
	border-bottom: 1px solid #46e2df;
}
.blockDate {
	font-style: italic;
	color: #400d12;
	font-size: .85em;
}
.indenture {padding-left:15px;}
/*******************************************
		ADVERTISING MODULES
*******************************************/
.rightAd {
	margin: 5px 0;
}
/*******************************************
		PRODUCT PAGES
*******************************************/
.center { text-align:center; }
.product { 
    background: #EFEFEF;
    margin: 10px;
    padding: 7px;
    border: 1px solid #CCC;
}

/*******************************************
		PAGINATION
*******************************************/
ul.PagingNav {
	float: left;
	list-style: none;
	display: block;
	text-align: center;
}
ul.PagingNav li {
	float: left;
	text-align: center;
	line-height: 1.0em;
	padding: 5px;
	margin: 0 1px;
	background: #a90329; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-8 */
	border: 1px solid #333;
	border-radius: 5px;
}
ul.PagingNav li a {color: #FFF;}
/*******************************************
		COMMENTS
*******************************************/
li.quip-comment {border-bottom: 1px solid #2aa3b0;}
.commentsContain {margin-bottom: 20px;}
/*******************************************
		SOCIAL / SEARCH
*******************************************/
.social {
	float: left;
	margin-top: 15px;
	height: 46px;
	line-height: 46px;
	border-top: 1px solid #AA1111;
	border-bottom: 1px solid #AA1111;
}
.socialHilite {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 1.5em;
	line-height: 46px;
	padding: 0;
}
.ajaxsearch_submit {
	float: left;
	margin-top:10px;
	padding: 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #400d12;
	background: #AA1111;
	color: #FFF;
	width: 25%;
	max-width: 50px;
}
.sisea-search-form {
	width: 100%;
}
input.searchIn {
	float: left;
	padding: 3px;
	height: 21px;
	font-size: 13px;
	background: #d8f9f8;
	border-radius: 5px;
	-moz-border-radius: 5px;
	border: 1px solid #46e2e0;
	width: 80%;
	max-width: 250px;
}
input.searchBTN {
	float: left;
	width: 15%;
	max-width: 48px;
	height: 29px;
	background: none;
	padding: 0;
	border: none;
}
.linksCol2 {display: none;}
.adsCol2 {display: none;}
/*******************************************
		RESPONSIVE STYLING
*******************************************/
/*1 column for Medium Windows*/
@media only screen and (min-width: 0px) and (max-width: 960px) {
	body {
		font-size: 1.2em;
	}
	.mainContain {
		margin: 0 auto;
		width: 98%;
	}
	header {background: none;height:154px; }
	.logo {
		display: none;
	}
	.menu {
		display: none;
	}
	.menuLeft {display: none;}
	.menuRight {display: none;}
	.headerRight {display: none;}
	.logo2 {
		display: block;
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}
	.menu2 {
		display: block;
		clear: both;
		text-align: center;
		font-size: 24px;
	}
	.menu2 a { font-size:32px;padding: 5px 15px 10px 15px; }
	#whySS {display: none;}
	.infoItem {display: none;}
	.menuIcon {display: none;}

	.contentContainer {
		width: 100%;
	}
	.content {
		/*width: 100%;*/
	}
        .cInner { padding: 25px; }
	.grid30 .linksCol {display:none;}
	.grid20 .adsCol {display:none;}
	.grid30a {
		float: left;
		clear: both;
		width:100%;
	}
	.grid20 .adsCol {
		float: left;
		clear: both;
		width:100%;
	}
	.linksCol2 {
		display: block;
		background: url(../img/linksBG.png)repeat;
	}
	.adsCol2 {
		display: block;
		background:url(../img/adsBG.png)repeat;
	}
	.rightAd {
		float: left;
		width: 50%;
	}
	.social {height:94px;}
	.social .grid30 {
		width: 100%;
		height: 45px;
		text-align: center;
	}
	.fLinks {text-align:center;}
	.grid20 {width:35%;}
	.grid25 {width:50%;}
	.grid30 {width:65%;}
	.grid33 {width:100%;}
	.grid35 {width:100%;}
	.grid40 {width:100%;}
	.grid45 {width:100%;}
	.grid50 {width:100%;}
	.grid55 {width:100%;}
	.grid60 {width:100%;}
	.grid65 {width:100%;}
	.grid67 {width:100%;}
	.grid70 {width:100%;}
	.grid75 {width:100%;}
	.grid80 {width:100%;}
	.grid85 {width:100%;}
	.grid90 {width:100%;}
	.grid95 {width:100%;}
	h1 {font-size:1.65em !important;}
	h2 {font-size:1.45em !important;}
	h3 {font-size:1.3em !important;}
	h4 {font-size:1.2em !important;}
	
	.textRight {display:none;}
	
	/*******************HIDDEN ITEMS*******************/
	.menuBadge {
		display: block;
		float: right;
		width: 35%;
	}
	.navigation {
		display: block;
	}
	#hiddenMenu {
		display: block;
	}
}
/*1 column for Narrow Windows*/
@media only screen and (min-width: 0px) and (max-width: 600px) {
	body { font-size:1.25em;}
	.grid30 .linksCol {display:none;}
	.grid20 .adsCol {display:none;}
	.grid30a {
		float: left;
		clear: both;
		width:100%;
	}
	.linksCol2 {
		display: block;
		background: url(../img/linksBG.png)repeat;
	}
	.labelNews {
		clear: both;
		float: left;
		width: 100%;
	}
	.inputInfo {
		clear: both;
		float: left;
		width: 80%;
		margin: 4px 10%;
		max-width: 80%;
	}
	#newsletter {display: none;}
	.social {height:45px;}
}

/*** END RESPONSIVE STYLING ***/

/****************
	HEADERS
****************/
h1, h2, h3, h4, h5 {
	font-weight: 100 !important;
	font-style: normal !important;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: normal;
	margin: 0px;
	text-transform: uppercase;
}
h1 {
	font-size: 2.2em;
	color: #400d12;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	margin-bottom: 15px;
}
h2 {
	font-size: 2.0em;
	color: #AA1111;
	/*margin: 2px 0 2px 0;*/
}
h3 {
	font-size: 1.85em;
	color: #AA1111;
	margin: 2px 0 2px 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h4 {
	font-size: 1.65em;
	color: #AA1111;
	margin: 2px 0 7px 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}
h5 {
	font-size: 1.5em;
	color: #666;
	margin: 5px 0;
	font-family: 'Yanone Kaffeesatz', sans-serif;
}