/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Cherokee Impact													*/
/* Created: 05-27-2014 by Krunal									*/
/* Updated: 05-27-2014 by Krunal									*/
/********************************************************************/

@font-face {
	font-family: 'fairviewregular';
	src: url('fonts/fairview_regular-webfont.eot');
	src: url('fonts/fairview_regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/fairview_regular-webfont.woff') format('woff'),
		 url('fonts/fairview_regular-webfont.ttf') format('truetype'),
		 url('fonts/fairview_regular-webfont.svg#fairviewregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Comman CSS */
/********************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,
caption,tbody,tfoot,thead,tr,th,td			{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%;
										 background: transparent; }
blockquote,q								{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,q:after						{ content:''; content: none; }
:focus									{ outline:none; }
ins										{ text-decoration:none; }
del										{ text-decoration:line-through; }
form										{ height: 100%; }
img										{ border: 0; padding: 0; margin: 0; }
html, body								{ text-align: left; font-size: 14px; margin: 0; padding: 0;
										font-family: "fairviewregular",Georgia,Serif; height: 100%;
										background: #fff; color: #000; line-height: 20px; 
										font-weight: normal; }

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6					{ font-family: "fairviewregular",Georgia,Serif; 
										font-weight: bold; color: #561334; padding: 0 0 18px 0; }
h1										{ font-size: 28px; line-height: 32px; }
h2										{ font-size: 26px; line-height: 30px; }
h3										{ font-size: 24px; line-height: 26px; }
h4										{ font-size: 20px; line-height: 22px; }
h5	 									{ font-size: 18px; line-height: 20px; }
h6										{ font-size: 16px; line-height: 20px; }
p										{ padding: 0 0 18px 0; }
ul, ol									{ padding: 0 0 18px 0; margin: 0 0 0 24px;}
ul ul, ol ol,
ul ol, ol ul 								{ padding: 0; }
ul li, ol li									{ padding: 0; margin: 0;list-style-type: disc;}
sup										{ vertical-align: top; font-size: 8px; }
small									{ font-size: 8px; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject								{ font-family: "fairviewregular",Georgia,Serif; font-weight:normal;
										font-size: 14px; line-height: 20px; text-align: left; }

.Normal, .NormalDisabled				{ color:#000; }
.BoldText								{ color:#000; font-weight:bold;}
.NormalRed								{ color:#cd0000; font-weight:bold; }
.SubHead								{ color:#561334; }
.SkinObject								{ color:#561334; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited					{ font-family: "fairviewregular",Georgia,Serif; font-size: 14px; 
										line-height: 20px; color: #561334; font-weight: normal; 
										text-decoration: underline; }
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active						{ color: #000; }
.paneOutline							{ outline: 1px dotted #000; border: none; }
.paneOutline center						{ text-align: center; }
.paneOutline .SubHead					{ color: #000; }

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane							{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox						{ font-family: "fairviewregular",Georgia,Serif;
										font-weight:normal; font-size: 14px; line-height: 22px;
										height: 22px; background: #f6f6f6; border: 1px solid #acacac; 
										padding: 2px 8px; margin: 2px 0px; color:#222; }
select.NormalTextBox						{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover				{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
										{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton							{ background: #561334; color: #fff; display: inline-block; border: 1px solid #35041c;
										font-size: 14px; line-height: 20px; margin: 12px 0; padding: 8px 12px; }
.StandardButton:hover, 
.StandardButton:focus					{ background: #222; border-color: #000; outline: none; 
										text-decoration: none; color: #fff; }

/* Float CSS */
/********************************************************************/
.float-left								{ float:left; }
.float-right							{ float:right; }
.clear:after							{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear-both								{ clear:both; font-size: 0px; line-height: 0px; height: 0px; }

/* DNN 6 Fix */
/********************************************************************/
#dnnCPWrap a,
#dnnCPWrap a:link,
#dnnCPWrap a:visited						{ text-decoration: none; }
#dnnCPWrap a:hover span, #dnnCPWrap a:active span,
#dnnCPWrap a:focus span, #dnnCommonTasks a:hover, 
#dnnCommonTasks a:active, #dnnCommonTasks a:focus, 
#dnnCurrentPage a:hover, #dnnCurrentPage a:active, 
#dnnCurrentPage a:focus, #dnnOtherTools a:hover, 
#dnnOtherTools a:active, #dnnOtherTools a:focus
										{ text-decoration: underline; }

/* Skin */
/********************************************************************/
.skArea									{ height: 100%; width: 100%; background: #3e0a11 url(images/skbg.jpg) center center no-repeat; }
.skArea a,
.skArea a:link,
.skArea a:visited						{ display: inline-block; *display: inline: 1; }
.skInterior								{ background: transparent url(images/skbginterior.png) center -160px no-repeat; }
.skLogo td								{ padding: 60px 0; background: transparent url(images/sklogoshadow.png) center center no-repeat; }
.skLinks ul								{ margin: auto; padding: 12px 0; display: table; width: 100%; text-align: center; background: #b45459; 
										background-color: rgba( 180,84,89,0.3); border-top: 8px solid #233e52; border-bottom: 8px solid #233e52; 
										border-top: 8px solid rgba(35,62,82,0.5); border-bottom: 8px solid rgba(35,62,82,0.5); }
.skLinks li								{ margin: 0; padding: 0 20px; display: inline-block; *display: inline; zoom: 1; }
.skLinks a,
.skLinks a:link,
.skLinks a:visited						{ font-family: "fairviewregular",Georgia,Serif; font-weight: normal; font-size: 56px; line-height: 62px;
										color: #71b3ed; text-transform: uppercase; text-decoration: none; cursor: pointer;
										text-shadow: -2px -2px 2px rgba(0,0,0,0.5); }
.skLinks a:hover,
.skLinks a:focus,
.skLinks a:active						{ color: #37020a; text-shadow: 1px 1px 1px rgba(255,255,255,0.5); }
.skSponsor > td							{ padding: 60px 0;}
.skSponsor  td							{ vertical-align: top;}
.skSocial td								{ padding: 26px 0; }
a.social,
a.social:link,
a.social:visited						{ height: 65px; width: 65px; display: inline-block; text-align: left; text-indent: -999px; overflow: hidden;
										background: transparent url(images/icn-social.png) 0 0 no-repeat; margin: 0 26px; }
a.newsletter,
a.newsletter:link,
a.newsletter:visited					{ background-position: -65px 0; }
a.newsletter:hover,
a.newsletter:focus,
a.newsletter:active						{ background-position: -65px -65px; }
a.facebook,
a.facebook:link,
a.facebook:visited						{ background-position: 0 0; }
a.facebook:hover,
a.facebook:focus,
a.facebook:active						{ background-position: 0 -65px; }

@media screen and (max-width: 980px){ 
	img									{ max-width: 100%; }
	.skLinks li							{ padding: 6px; display: block; }
	.skLogo td							{ background: transparent; padding: 40px 0; }
	.skLogo img							{ width: 250px; }
	.skInterior							{ background-position: center -280px; }
}
@media screen and (max-width: 480px){ 
	.skLinks a,
	.skLinks a:link,
	.skLinks a:visited					{ font-size: 36px; line-height: 42px; }
	.skSponsor img						{ max-width: 50%; }
	.skLogo img							{ width: 200px; }
	.skInterior							{ background-position: center top; background-size: 800px; }
}