/*
 * Site-wide styles.
 */
@import url(https://fonts.googleapis.com/css?family=Rouge+Script|Noticia+Text:400,700,700italic,400italic|Lobster+Two);

html, body {
  height: 100%;
  background-color: #f7f3ef;
}

#main {
	text-align:center;
}
 
#site-name
{
  width: 388px;
  border:none;
  //margin: 100px auto;
  padding: 120px 20px 20px 20px;
}

#site-name-small
{
  width: 116px;
  height: 56px;
  border:none;
  //margin: 100px auto;
  padding: 16px;
}



#header {
	clear:both;
	text-align: left;
  margin: 0 auto;
	background-color: #c7c3cf; 
} 

p a
{
  color: #844;
  //font-weight: bold;
  font-weight: 700;
  text-decoration: none;
}

#main p, #main label
{
  color: #200;
  font-family: 'Noticia Text', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 120%;
 // margin: 0.5em 0;
}

h1, h2, h3, h4
{
  color: rgb(155,125,185);
  font-family: 'Rouge Script', cursive;
  font-weight: 400;
}

#footer_main
{
  color: #400;
  font-family: 'Lobster Two', cursive;
  font-weight: 400;
}

