@import  "../twentytwelve/style.css";
@import  'http://fonts.googleapis.com/css?family=Miniver|Lancelot';

/*
 Theme Name:    Fairy Tale 
 Theme URI:      http://flyhighrocketship.com/
 Description:    A child theme with a very happy ending just like any other fairy tale!
 Author:         Angelica Steele
 Author URI:     http://flyhighrocketship.com
 Template:       twentytwelve
 Version:        1.0.0
 Tags: light, two-columns, white, two-columns, custom-menu
*/

body {
	background-image: url(http://flyhighrocketship.com/fhrdesigns/wp-content/uploads/2014/02/fairytale-garland.png), url(http://flyhighrocketship.com/fhrdesigns/wp-content/uploads/2014/02/fairytale-bg.png);
	background-repeat: repeat-x, repeat;
	font-family: Lucida Sans, sans-serif !important;
	font-size: 10pt;
}

#page {
	background: #FDFAF3;
	border-radius: 20px;
}

h1.site-title {
	font-family: 'Miniver', cursive !important;
	text-align: center;
	font-size: 64px;
	font-weight: normal !important;
	margin-bottom: 0 !important;
	line-height: 60px !important;
}

h1.site-title a:hover {
	color: #673484 !important;
}

h2.site-description {
	font-family: 'Lancelot', cursive !important;
	text-align: center;
	font-size: 28px;
	font-weight: normal !important;
	line-height: 26px !important;
	margin-top: 0 !important;
	color: #673484 !important;
}

#primary h1 {
	font-family: 'Lancelot', cursive !important;
	font-size: 32px;
	font-weight: normal !important;
	line-height: 26px !important;
	color: #673484 !important;
}

#primary h1 a {
	color: #673484 !important;
}

#primary h1 a:hover {
	color: #A37AB9 !important;
}

h3.widget-title {
	font-family: 'Lancelot', cursive !important;
	font-size: 20px !important;
	font-weight: normal !important;
	line-height: 26px !important;
	color: #A37AB9 !important;
	text-transform: capitalize !important;
}

#main a {
	color: #9555B9 !important;
	font-weight: bold;
	text-decoration: none;
}

blockquote {
	border-left: 3px solid #D8CFBC;
	padding: 5px;
	font-size: 28px;
	font-family: 'Miniver', cursive !important;
	color: #673484;
	background: #FFFFFF;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	width: 70%;
	font-style: normal !important;
	margin: 0 auto;
}

.nav-menu ul {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.nav-menu ul li a {
	text-transform: uppercase;
	color: #FFFFFF !important;
	background: #A37AB9 !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	border-radius: 20px;
}

.nav-menu ul li a:hover {
	background: #9555B9 !important;
}

.nav-menu ul li.current_page_item a {
	background: #D8CFBC !important;
}

.nav-menu ul li.current_page_item a:hover {
	background: #F9ECCE !important; /*Copyright Angelica Steele*/
}

cite span {
	background: #673484 !important;
	border: 0 !important;
	border-radius: 10px !important;
	color: #A37AB9 !important;
}

img {
	border-radius: 10px !important;
}