﻿@charset "utf-8";



@import "http://fonts.googleapis.com/css?family=Rosarivo";


/* CHANGE 'Website Name' FONT HERE */
.websitename, .websitename a, .websitename p, .websitename a:link, .websitename a:visited, .websitename a:active, .websitename a:hover
										{font-size:45px;			color:#004d71;				font-family: 'Rosarivo', serif;		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: 1em;
	color:#004d71;
	font-family: inherit;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}


/* 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;

}
