/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */

 
 /*
 * Site name (h1)
 */
#site-name {
	font-size: 2.2em;
  margin: 0em 0em 0em 0.5em;
  font-family: 'Quark-Bold', Arial, Helvetica, sans-serif;
}

#site-name a {}

#site-name a:link,
#site-name a:visited {
  text-decoration: none;
  color: #fff;
}

#site-name a:hover,
#site-name a:focus {
  color: #59b8e1;
}

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0em 0em 0em 1em;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
   font-family: 'Quark-Light', Arial, Helvetica, sans-serif;
}

#primary-menu-bar {
		float: right;
	position: relative;
	bottom: 1em;
right: 0em;
}
 