﻿@charset "utf-8";





/* IMPORT THE 'GOOGLE FONT' HERE */

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





/* CHANGE 'Website Name' FONT HERE */

.websitename, .websitename a, .websitename p, .websitename a:link, .websitename a:visited, .websitename a:active, .websitename a:hover

										{font-size:60px;			color:#2F383B;				font-family: 'Akronim', cursive;				text-shadow:1px 1px 1px rgba(255,255,255,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:#E5F4FC ;				font-family: "Trebuchet MS", Arial, sans-serif;		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;



}