﻿@charset "utf-8";


/* IMPORT THE 'GOOGLE FONT' HERE */
@import "http://fonts.googleapis.com/css?family=Aguafina+Script";


/* CHANGE 'Website Name' FONT HERE */
.websitename, .websitename a, .websitename p, .websitename a:link, .websitename a:visited, .websitename a:active, .websitename a:hover
										{font-size:85px;			color:#0AA8D7;				font-family: 'Aguafina Script', cursive;			text-shadow:1px 1px 1px rgba(0,0,0,0.3); }/* must use px as the logo uses a jquery gradient script */
	

/* CHANGE 'Tagline goes here' FONT HERE */
#logo_tagline, #logo_tagline a, #logo_tagline p, #logo_tagline a:link, #logo_tagline a:visited, #logo_tagline a:active, #logo_tagline a:hover
										{font-size: 90%;			color:#042846;				font-family: "Trebuchet MS", Arial, sans-serif;		text-shadow:1px 1px 1px rgba(0,0,0,0.3);}


/* CHANGE 'Website Name' PADDINGS AND MARGINS HERE */
.websitename, .websitename a, .websitename p, .websitename a:link, .websitename a:visited, .websitename a:active, .websitename a:hover
										{padding:0px 0px 0px 0px; 	margin:0px 0px 0px 0px; 	text-align:left; 								text-decoration:none;}
										

/* CHANGE 'Tagline goes here' PADDINGS AND MARGINS HERE */
#logo_tagline, #logo_tagline a, #logo_tagline p, #logo_tagline a:link, #logo_tagline a:visited, #logo_tagline a:active, #logo_tagline a:hover
										{padding:0px 0px 0px 0px; 	margin:0px 0px 0px 0px;		text-align:left;	 							text-decoration:none;}












/* do not EDIT below this line.. this is the styling used for the gradient in the 'Website Name' */

.sn-pxg SPAN.pxg-source {
  position: relative;
  display: inline-block;
  z-index: 2;
}
.sn-pxg U.pxg-set, .sn-pxg U.pxg-set S.s, .sn-pxg U.pxg-set S.s B.b {
white-space: nowrap;

  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: inherit;
  width:inherit;
  position: absolute;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  font-weight:inherit; 
  padding:0px 0px 0px 0px; /* for left aligned text.. change the right padding to 400px; ... padding:0px 400px 0px 0px;*/
}
.sn-pxg U.pxg-set {
  text-decoration: none;
  z-index: 1;
  display:inline-block;
  position:relative;

}