/*
Theme Name: Magic Belles Flutterbud Club
Theme URI: http://magicbelles.com/
Description: A reworking of the 2010 theme for WordPress for the Magic Belles Flutterbud Club.
Author: Nathan Barry/Luma Creative
Version: 1.1
*/

/* =Layout
-------------------------------------------------------------- */
#container {
	float: left;
	width: 1000px;
}
#content {
	float: left;
	width: 720px;
	margin-left: 15px;
}
.single-attachment #content {
	width: 970px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 225px;
	padding-right: 40px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/* =Fonts
-------------------------------------------------------------- */
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

/* =Structure
-------------------------------------------------------------- */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main {
	margin: 0 auto;
	width: 1000px;
}

/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
/* Text elements */
p {
	margin-bottom: 1em;
	line-height: 1.5;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-family: 'MuseoSans500Italic', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 2em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	border: 1px solid #b296c8;
	width: 280px;
	height: 30px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font: 1.6em 'MuseoSans500Italic', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #662d91;
}
input:focus {
	background-color: #f0eaf4;
	-moz-box-shadow: 0 0 5px #662d91;
	-webkit-box-shadow: 0 0 5px #662d91;
	box-shadow: 0 0 5px #662d91;
	border: 1px solid #fff;
}
.clearAll {
	clear: both;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	background: #000;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #aaa;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #333;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}


/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
}
#content {
	margin-bottom: 10px;
}
#content,
#content input,
#content textarea {
	font-size: 16px;
	line-height: 24px;
}
#content ul,
#content ol,
#content dd,
#content pre {
	margin-bottom: 1em;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content table {
	border: none;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: none;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.page-title a:link,
.page-title a:visited {
	color: #ab499b;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ec7cb1;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ef4036;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ef4036;
}
span.description, p.indicator-hint {
	float: left;
	clear: both;
	line-height: 1.2;
	padding-bottom: 1em;
	padding-top: 0.5em;
	width: 300px;
}
textarea#description {
	margin: 0;
}

/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img,
.gallery img,
a img.attachment-thumbnail {
	border: 10px solid #fff;
	margin-bottom: 0;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);	
     -moz-transform: rotate(-2deg);  
       -o-transform: rotate(-2deg);  
  -webkit-transform: rotate(-2deg);  
      -ms-transform: rotate(-2deg);  
          transform: rotate(-2deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.format-gallery .size-thumbnail img:hover,
.category-gallery .size-thumbnail img:hover,
.gallery img:hover,
a:hover img.attachment-thumbnail {
     -moz-transform: rotate(0deg);  
       -o-transform: rotate(0deg);  
  -webkit-transform: rotate(0deg);  
      -ms-transform: rotate(0deg);  
          transform: rotate(0deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb,
#content .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}

/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	color: #d3137d;
	font-size: .9em;
	margin-top: 1em;
	text-align: center;
}

/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-top: .25em;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 1em;
	margin-top: .25em;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: .5em;
}
.wp-caption {
	background: #fff;
	line-height: 18px;
	max-width: 580px !important; /* prevent too-wide images from breaking layout */
	padding: 10px 10px 5px 10px;
	text-align: center;
	margin-bottom: 1.5em;
	position: relative;
	z-index: 5;
}
.wp-caption img {
	margin: 0;
}
.wp-caption p.wp-caption-text {
	color: #d3137d;
	font-size: 1em;
	margin: 5px;
	line-height: 1.25;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #d3137d;
	font-size: .9em;
	margin: 0 0 12px;
	line-height: 1.25;
}
.gallery dl {
	margin: 0;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #ce137b;
	font-size: .9em;
	overflow: hidden;
	line-height: 1.25;
}
.navigation a:link,
.navigation a:visited {
	color: #ce137b;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #ef4036;
}
.nav-previous {
	float: left;
	padding-left: 30px;
	padding-right: 15px;
}
.nav-previous a {
	background: url(../../../../images/arrowleft.png) no-repeat left bottom;
	padding-bottom: 10px;
	display: block;
	padding-left: 25px;
}
.nav-next {
	float: right;
	text-align: right;
	margin-right: 30px;
	padding-left: 15px;
}
.nav-next a {
	background: url(../../../../images/arrowright.png) no-repeat right bottom;
	padding-bottom: 10px;
	display: block;
	padding-right: 25px;
}
#nav-below {
	margin: -1em 0 0 0;
	clear: both;
}

/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	font-size: 1em;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
}
.widget-area .entry-meta {
	font-size: 11px;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}


/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}

/* Magic Belles classes - to overwrite classes from main layout.css file and add club specific code */
html {
	height: 100% !important;
}
body {
	font: normal 62.5% 'MuseoSans500', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	height: 100% !important;
	background: #acd7f3 url(../../../../images/bgbluebellsstars.png);
}
#wrapper { /* aka #page */
	position: relative;
	min-height: 100%;
	height: 100%;
	height: auto !important;
	background: none;
}
html>body #wrapper {
	height: auto !important;
}
h1 {
	background: url(../../../../images/mainlogo.png) no-repeat;
}
h2 {
	text-indent: 0;
}
/* nav classes all come in from the main layout.css file */

/* end nav classes */

/* login panel */
.loginpanel {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: 275px;
	padding: 5px;
	padding-top: 12px;
	background: rgba(255, 255, 255, 0.75);
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #fff;
	text-align: center;
	font-size: 1.1em;
}
.loginpanel p {
	margin: 0;
	line-height: 1;
}
/* end login panel */

#titleimage {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
	height: 240px;
	background: url(../../../../images/makesandbakesbelles.png) no-repeat center top;
	z-index: 2;
}

.ribbontitle {
	text-indent: -3300px;
	margin-top: -240px;
	background: url(../../../../images/curvetop.png) no-repeat 0 bottom;
	width: 1000px;
	height: 240px;
	position: relative;
	z-index: 1;
}
h2.ribbontitle span {
	width: 1000px;
	display: block;
	height: 240px;
	background: url(../../../../images/makesandbakesheader.png) no-repeat;
}

#container {
	background: url(../../../../images/curvemiddle.png) repeat-y;
	position: relative;
	z-index: 2;
}
.frillybottom {
	width: 1000px;
	height: 60px;
	background: url(../../../../images/curvebottom.png) no-repeat;
	display: block;
	clear: both;
	margin-bottom: 20px;
}
/* sidebar classes */
#primary {
	font-size: 1.5em;
}
#primary p {
	line-height: 1.33;
}
#primary ul li div ul, #primary ul li ul {
	list-style-type: none;
}
#primary ul li div ul li, #primary ul li ul li {
	padding-top: 10px;
}
a.introwidget {
	color: #662d91;	
}
a.introwidget:hover {
	color: #ef4036;
}
ul.bells li {
	background: url(../../../../images/bulletbell.png) no-repeat 0 4px;
	padding-left: 30px;
	padding-bottom: 5px;
}
ul.stars li {
	background: url(../../../../images/bulletstar.png) no-repeat 0 4px;
	padding-left: 30px;
	padding-bottom: 5px;
}
li.cat-item, ul.hearts li {
	background: url(../../../../images/bulletheart.png) no-repeat 0 4px;
	padding-left: 30px;
	padding-bottom: 5px;
}
ul.bells li a, li.cat-item a, ul.stars li a, ul.hearts li a {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
	display: block;
}
ul.bells li a {
	color: #662d91;
	padding-left: 0;
}
ul.bells li a:hover {
	color: #ab499b;
	padding-left: 5px;
}
li.cat-item a, ul.hearts li a {
	color: #d3137d;
	padding-left: 0;
}
li.cat-item a:hover, ul.hearts li a:hover {
	color: #ec7cb1;
	padding-left: 5px;
}
li.cat-item-14 {
	display: none;
}
ul.stars li {
	color: #ef4036;
}
ul.stars li a {
	color: #ef4036;
	padding-left: 0;
}
ul.stars li a:hover {
	color: #f7941e;
	padding-left: 5px;
}
div.category-fab-freebies div.post-date {
	display: none;
}
h3.widget-title {
	margin-top: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #289BD9;
	font-size: 1.2em;
	letter-spacing: .1em;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #289BD9;
		text-shadow: #A2D4F0 2px 2px 0,
	 #A2D4F0 2px 1px 0,
	 #A2D4F0 2px 0 0,
	 #A2D4F0 2px -1px 0,
	 #A2D4F0 0 2px 0,
	 #A2D4F0 0 1px 0,
	 #A2D4F0 1px 1px 0,
	 #A2D4F0 1px 0 0,
	 #A2D4F0 1px -1px 0,
	 #A2D4F0 1px 1px 0,
	 #A2D4F0 -1px 1px 0,
	 #A2D4F0 -1px 0 0,
	 #A2D4F0 -1px -1px 0,

	 #fff 0 -4px 0,
	 #fff 0 5px 0,
	 #fff -4px 0 0,
	 #fff 5px 0 0,	 

	 #fff 0 -4px 0,
	 #fff 0 5px 0,
	 #fff -4px 0 0,
	 #fff 5px 0 0,	 
	 #fff 1px -4px 0,
	 #fff 1px 5px 0,
	 #fff -4px 1px 0,
	 #fff 5px 1px 0,	 
	 #fff 2px -4px 0,
	 #fff 2px 5px 0,
	 #fff -4px 2px 0,
	 #fff 5px 2px 0,
	 	 
	 #fff 0 -4px 0,
	 #fff 0 5px 0,
	 #fff -4px 0 0,
	 #fff 5px 0 0,	 
	 #fff -1px -4px 0,
	 #fff -1px 5px 0,
	 #fff -4px -1px 0,
	 #fff 5px -1px 0,
	 		 
	 #fff -2px -3px 0,
	 #fff 3px -3px 0,
	 #fff -2px 4px 0,
	 #fff 3px 4px 0,
	 #fff -3px -2px 0,
	 #fff 5px -2px 0,
	 #fff -3px 3px 0,
	 #fff 4px 3px 0,

	 #fff -2px -3px 1px,
	 #fff 3px -3px 1px,
	 #fff -2px 4px 1px,
	 #fff 3px 4px 1px,
	 #fff -3px -2px 1px,
	 #fff 4px -2px 1px,
	 #fff -3px 3px 1px,
	 #fff 4px 3px 1px,
		 
	 rgba(0,0,0,0.5) 3px 3px 6px;

     -moz-transform: rotate(-1deg);  
       -o-transform: rotate(-1deg);  
  -webkit-transform: rotate(-1deg);  
      -ms-transform: rotate(-1deg);  
          transform: rotate(-1deg);
}

.widget_archive select {
	background-color: #fff;
	width: 215px;
	font: 1em/1.25 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #005a7a;
	padding: 5px;
	height: 25px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	border: 1px solid #005a7a;
	margin-left: 5px;
	margin-top: 5px;
}
#primary input {
	width: 105px;
	height: 25px;
	margin: 5px;
}
#searchsubmit {
	margin-left: 10px;
}
#searchsubmit:hover {
}
#primary #searchsubmit {
	width: 80px;
	height: 30px;
	overflow: visible;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
}
#primary #searchsubmit:hover {
}
.tw_button {
	padding-top: 3px;
}
.facebookli a {
	display: inline-block !important;
	padding-top: 5px;
	margin-top: -5px;
}
.facebookLikeWidget {
	margin-left: 10px;
	margin-bottom: -5px;
	margin-top: -5px;
}

/* post classes */
.post, .type-page, .type-attachment {
	background-color: #fffafd;
	width: 600px;
	margin-left: 40px;
	-moz-border-radius: 20px;
	-khtml-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	padding: 20px;
	margin-bottom: 30px;
	border: 2px solid #d3137d;
	margin-top: 10px;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.type-attachment {
	width: 850px;
}

.post:hover, .type-page:hover, .type-attachment:hover {
	-moz-box-shadow: 0 0 20px #d3137d;
	-webkit-box-shadow: 0 0 20px #d3137d;
	box-shadow: 0 0 20px #d3137d;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.ribbonleft {
	display: inline-block;
	min-height: 110px;
	background: url(../../../../images/ribbonleft.png) no-repeat 0 15px;
	position: relative;
	top: -30px;
	left: -62px;
	padding-left: 60px;
	margin-right: -100px;
}
.entry-title {
	background: url(../../../../images/ribbonright.png) no-repeat right 0;
	height: 75px;
	display: inline-block;
	padding-right: 30px;
	font-size: 1.8em;
	color: white;
	float: left;
	text-shadow: rgba(0,0,0,0.25) 0 0 4px;
	font-weight: normal;
	font-style: normal;
}
h3.entry-title {
	padding-top: 30px;
}
h3.entry-title a {
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
	color: white;
	text-shadow: rgba(0,0,0,0.25) 0 0 4px;
	font-weight: normal;
	font-style: normal;
}
h3.entry-title a:hover {
	color: white;
	text-shadow: #f2abcc 0 0 10px;
}
/* overrides for list views */
.list-titles h3.entry-title {
	background: none !important;
	height: auto !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	float: none !important;
	font-size: 1.3em;
	margin-top: -5px;
	margin-bottom: 10px;
}
.list-titles h3.entry-title a, .list-titles h3.entry-title a:hover {
	color: #d3137d !important;
	text-shadow: #fff 0 0 0;
}
.list-titles .tag-butterfly-belle h3.entry-title a, .list-titles .tag-butterfly-belle h3.entry-title a:hover {
	color: #f37132 !important;
}
.list-titles .tag-cupcake-belle h3.entry-title a, .list-titles .tag-cupcake-belle h3.entry-title a:hover {
	color: #7bccc4 !important;
}
.list-titles .tag-flower-belle h3.entry-title a, .list-titles .tag-flower-belle h3.entry-title a:hover {
	color: #8dc63f !important;
}
.list-titles .tag-love-belle h3.entry-title a, .list-titles .tag-love-belle h3.entry-title a:hover {
	color: #cf3d84 !important;
}
.list-titles .tag-rainbow-belle h3.entry-title a, .list-titles .tag-rainbow-belle h3.entry-title a:hover {
	color: #2ac4f4 !important;
}
.list-titles .tag-star-belle h3.entry-title a, .list-titles .tag-star-belle h3.entry-title a:hover {
	color: #92278f !important;
}
.list-titles .entry-summary {
	margin-top: 0;
}
.list-titles .post {
	margin-left: 25px;
	margin-right: 0px;
	padding: 15px;
	margin-bottom: 15px;
	width: 290px;
	height: 290px;
	float: left;
}
.list-titles .gallery-thumb {
	margin-top: 5px !important;
	margin-right: 15px !important;
}
.gallery-thumb {
	position: relative;
	z-index: 5;
}
.list-titles img.attachment-thumbnail {
	border: 10px solid white;
	margin-bottom: 0;
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
	-ms-transform: rotate(-1deg);
	transform: rotate(-1deg);
}
.list-titles .entry-content p, .list-titles .entry-summary p {
	margin-top: -5px;
	margin-bottom: 0 !important;
	font-size: 0.95em;
}
/* end overrides */
.post-date {
	width: 90px;
	height: 90px;
	color: white;
	text-align: center;
     -moz-transform: rotate(6deg);  
       -o-transform: rotate(6deg);  
  -webkit-transform: rotate(6deg);  
      -ms-transform: rotate(6deg);  
          transform: rotate(6deg);
	position: relative;
	float: right;
	margin-top: -45px;
	margin-right: -45px;
	background: url(../../../../images/datestar.png) center center;
}
.post-month {
	font-size: 1.3em;
	top: 27px;
	position: relative;
	text-shadow: rgba(0,0,0,0.5) 0 0 4px;
	padding-left: 5px;
}
.post-day {
	font-size: 1.2em;
	top: 23px;
	position: relative;
	text-shadow: rgba(0,0,0,0.5) 0 0 4px;
}
.entry-content, .entry-summary {
	margin-top: -60px;
	color: #662d91;
}
.entry-content p, .entry-summary p {
	position: relative;
	z-index: 1;
}
.entry-content ul li {
	padding-bottom: 0.5em;
}
.entry-content ol li {
	padding-bottom: 0.75em;
}

hr {
	border-style: none;
}
.wp-caption {
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);	
}
.wp-caption.alignright:hover, .wp-caption.alignleft:hover, .wp-caption.aligncenter:hover {
     -moz-transform: rotate(0);  
       -o-transform: rotate(0);  
  -webkit-transform: rotate(0);  
      -ms-transform: rotate(0);  
          transform: rotate(0);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.wp-caption.alignright {
     -moz-transform: rotate(2deg);  
       -o-transform: rotate(2deg);  
  -webkit-transform: rotate(2deg);  
      -ms-transform: rotate(2deg);  
          transform: rotate(2deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.wp-caption.alignleft {
     -moz-transform: rotate(-2deg);  
       -o-transform: rotate(-2deg);  
  -webkit-transform: rotate(-2deg);  
      -ms-transform: rotate(-2deg);  
          transform: rotate(-2deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.wp-caption.aligncenter {
     -moz-transform: rotate(-1deg);  
       -o-transform: rotate(-1deg);  
  -webkit-transform: rotate(-1deg);  
      -ms-transform: rotate(-1deg);  
          transform: rotate(-1deg);	
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-ms-transition: all .25s linear;
	-o-transition: all .25s linear;
	transition: all .25s linear;
}
.wp-caption.alignnone {
     -moz-transform: rotate(0deg);  
       -o-transform: rotate(0deg);  
  -webkit-transform: rotate(0deg);  
      -ms-transform: rotate(0deg);  
          transform: rotate(0deg);	
}
.attribution {
	text-align: right;
	font-size: .6em;
	clear: both;
}
.clearNone {
	clear: none;
}

#content ul, #content ol {
	list-style-position: outside;
	padding-left: 20px;
	margin-left: 20px;
}

/* archive classes */
.cattitle {
	padding-left: 50px;
}
.taghead {
	padding-left: 30px;
	margin-top: -20px;
}
.taglogo {
	padding-left: 40px;
	margin-top: -10px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.archive-meta {
	padding-left: 50px;
	font-size: 1.2em;
	line-height: 1.33;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 10px;
	display: none;
}
.tagdescription {
	color: #ab499b;
}
.catdescription {
	color: #ec7cb1;
}
h2.page-title {
	color: #ec7cb1;
	margin-left: 50px;
	font-size: 1.4em;
	line-height: 1.5;
	margin-top: 10px;
	padding-bottom: 1em;
	margin-right: 50px;
}

p.intro {
	font-size: 1.2em;
}
p.smaller {
	font-size: .8em;
}

.tag-butterfly-belle {
	border-color: #f37132;
	background-color: #fffdfc;
}
.tag-butterfly-belle .ribbonleft {
	background: url(../../../../images/ribbonleftbutterfly.png) no-repeat 0 15px;
}
.tag-butterfly-belle .entry-title {
	background: url(../../../../images/ribbonrightbutterfly.png) no-repeat right 0;
}
.tag-butterfly-belle .post-date {
	background-image: url(../../../../images/butterflystar.png);
}
.tag-cupcake-belle {
	border-color: #7bccc4;
	background-color: #fcfffe;
}
.tag-cupcake-belle .ribbonleft {
	background: url(../../../../images/ribbonleftcupcake.png) no-repeat 0 15px;
}
.tag-cupcake-belle .entry-title {
	background: url(../../../../images/ribbonrightcupcake.png) no-repeat right 0;
}
.tag-cupcake-belle .post-date {
	background-image: url(../../../../images/cupcakestar.png);
}
.tag-flower-belle {
	border-color: #8dc63f;
	background-color: #fefffc;
}
.tag-flower-belle .ribbonleft {
	background: url(../../../../images/ribbonleftflower.png) no-repeat 0 15px;
}
.tag-flower-belle .entry-title {
	background: url(../../../../images/ribbonrightflower.png) no-repeat right 0;
}
.tag-flower-belle .post-date {
	background-image: url(../../../../images/flowerstar.png);
}
.tag-love-belle {
	border-color: #cf3d84;
	background-color: #fffcfd;
}
.tag-love-belle .ribbonleft {
	background: url(../../../../images/ribbonleftlove.png) no-repeat 0 15px;
}
.tag-love-belle .entry-title {
	background: url(../../../../images/ribbonrightlove.png) no-repeat right 0;
}
.tag-love-belle .post-date {
	background-image: url(../../../../images/lovestar.png);
}
.tag-rainbow-belle {
	border-color: #2ac4f4;
	background-color: #fcfeff;
}
.tag-rainbow-belle .ribbonleft {
	background: url(../../../../images/ribbonleftrainbow.png) no-repeat 0 15px;
}
.tag-rainbow-belle .entry-title {
	background: url(../../../../images/ribbonrightrainbow.png) no-repeat right 0;
}
.tag-rainbow-belle .post-date {
	background-image: url(../../../../images/rainbowstar.png);
}
.tag-star-belle {
	border-color: #92278f;
	background-color: #fffcff;
}
.tag-star-belle .ribbonleft {
	background: url(../../../../images/ribbonleftstar.png) no-repeat 0 15px;
}
.tag-star-belle .entry-title {
	background: url(../../../../images/ribbonrightstar.png) no-repeat right 0;
}
.tag-star-belle .post-date {
	background-image: url(../../../../images/starstar.png);
}
.type-page {
	border: 2px solid #ef4036;
	background-color: #fffdfc;	
}
.type-page .ribbonleft {
	background: url(../../../../images/ribbonleftpages.png) no-repeat 0 15px;
}
.type-page .entry-title {
	background: url(../../../../images/ribbonrightpages.png) no-repeat right 0;
}
#fontfixer {
}
/* form stuff - a lot possibly redundant as of 04/14 changes */
#mc_embed_signup {
	position: relative;
}
label {
	font-size: 1em;
	text-align: right;
	width: 295px;
	color: #F1E4EF;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-right: 5px;
}
.indicate-required {
	clear: left;
	font-size: 1.2em;
	text-align: right;
	width: 130px;
	padding-top: 10px;
}
.response, div.mce_inline_error {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font: 1.4em 'MuseoSans500Italic', "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	text-align: center;
	margin: 1em auto 1em 40px;
	padding: 1em;
	float: left;
	top: -1.5em;
	z-index: 1;
	width: 375px;
}
#mce-error-response, div.mce_inline_error {
	display: none;
	background: #f5cadd;
	color: #d2147e;
}
#mce-success-response {
	display: none;
	background: #bb9dcf;
	color: #662d91;
}
#mce-CBDAY-day, #mce-CBDAY-month {
	width: 70px;
	text-align: center;
}
#mc-embedded-subscribe.btn {
	float: right;
	width: 120px;
	height: 120px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	position: absolute;
	top: 0;
	background: transparent url(../../../../images/signupnow.png) no-repeat;
	right: 10px;
	text-indent: -9999px;
	/* these two to hide the text in IE */
	font-size: 0;
	color: #d2147e;
	/* this lot to cancel effects from other input stuff */
	-moz-box-shadow: 0 0 0 #000;
	-webkit-box-shadow: 0 0 0 #000;
	box-shadow: 0 0 0 #000;
	border: 0px;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
#mc-embedded-subscribe.btn:hover {
	background: transparent url(../../../../images/signupnow.png) no-repeat 0 -240px;
	/* this lot to cancel effects from other input stuff */
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;	
}
.budgeUp {
	margin-top: -60px;
}
.mc-field-group select {
	background-color: #fff;
	width: 300px;
	font: 1em/1.25 "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #662d91;
	padding: 5px;
	height: 25px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-ms-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	border: 1px solid #bb9dcf;
	margin-left: 10px;
	margin-top: -10px;
}
.fanClubTable, .fanClubTable tr td {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
.form-table label {
	font-size: 1.3em;
	text-align: right;
	font-weight: normal;
	width: 300px;
	color: #F0E3EE;
	float: left;
	clear: left;
	margin-top: 15px;
	margin-right: 5px;
	
}
.form-table input {
	margin-top: 0;
}
.desc-required {
	clear: left;
	font-size: .8em;
	font-style: italic;
	text-align: right;
	padding-top: 0 !important;
	color: #E284AC;
}
#cimy_uef_p_field_3 span {
	visibility: hidden;
}
#registerform label {
	padding-right: 20px;
	margin-top: 5px;
}
select#cimy_uef_8, select#display_name {
	width: 290px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #652F8E;
	font-family: 'MuseoSans500' !important;
	margin: 0;
	margin-bottom: .5em;
	border: 1px solid #cccccc;
}

/* end form stuff */
.shr-getshr {
	text-indent: -9999px;
}
.shr-bookmarks {
	padding-top: 30px;
	background: url(../../../../images/dottedline.png) no-repeat 30px 10px;
}
#comments {
	display: none;
}

#push {
	height: 100px;
	clear: both;
	margin: 0;
}
#footer {
	position: absolute;
	bottom: 0;
	background: white url(../../../../images/bgfooter.png) repeat-x center top;
	min-height: 50px;
	width: 100%;
	margin: 0;
	padding: 45px 0 0;
}
#footer p {
	width: 1000px;
	text-align: center;
	line-height: 1.25;
	margin-right: auto;
	margin-left: auto;
}
p.links {
	font-size: 1.3em;
	margin-bottom: 5px;
}
#footer a:hover {
	color: #662d91;	
}
p.copyright {
	font-size: 1em;
	margin-bottom: 10px;
}

/* colorbox classes */
#colorbox {
	font: 1em 'MuseoSans500' !important;
}
#cboxTitle {
	color: #d3137d !important;
	font-size: 1.6em !important;
	padding-bottom: 1em !important;
}
#cboxCurrent {
	color: #ec7cb1 !important;
	font-size: 1.2em !important;
	padding-bottom: 15px !important;
}
.blogphotos #cboxLoadedContent {
	border: 15px solid white !important;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.75) !important;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.75) !important;
	box-shadow: 0 0 10px rgba(0,0,0,0.75) !important;
	margin: 10px !important;
	margin-bottom: 10px !important;
	padding-bottom: 2em !important;
	background-color: white !important;
}
.popups #cboxLoadedContent {
}

/* placed at end to override post bg colours */
body {
	background-color: #c6e9fb !important;
}
/* overrides for the slider homepage */
#post-6871:hover {
	-moz-box-shadow: 0 0 0 #fff !important;
	-webkit-box-shadow: 0 0 0 #fff !important;
	box-shadow: 0 0 0 #fff !important;
}
#post-6871 {
	background-color: #e9ddf9 !important;
	width: 670px !important;
	margin-left: 30px !important;
	-moz-border-radius: 0 !important;
	-khtml-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.0) !important;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.0) !important;
	box-shadow: 0 0 0 rgba(0,0,0,0.0) !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
	border: 0 !important;
	margin-top: 20px !important;
}
#post-6871 .alignright {
	margin-left: 0 !important;
     -moz-transform: rotate(0deg);  
       -o-transform: rotate(0deg);  
  -webkit-transform: rotate(0deg);  
      -ms-transform: rotate(0deg);  
          transform: rotate(0deg);	
}
#post-6871 .alignleft {
	margin-right: 0 !important;
     -moz-transform: rotate(0deg);  
       -o-transform: rotate(0deg);  
  -webkit-transform: rotate(0deg);  
      -ms-transform: rotate(0deg);  
          transform: rotate(0deg);	
}
/* Theme My Login overwrites */
.login p.message {
	border: 1px solid #d3137d !important;
	background-color: #F0ACCC !important;
	color: #d3137d !important;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}
/* overrides for the new index pages, numbers will be different on live site */
.one-column #content {
	width: 970px;
}
.one-column #content .type-page {
	width: 890px;
	padding: 0;
}
.page-template-onecolumn-page-php div.ribbonleft {
	visibility: hidden;
	height: 40px !important;
	min-height: 0;
}
.page-template-onecolumn-page-php .type-page {
	background: none !important;
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	border: none;
	font-size: 1em;
}
.page-template-onecolumn-page-php .entry-content p:first-child {
	width: 800px;
	font-size: 1.6em;
	text-align: center;
	line-height: 1.33;
	margin-bottom: 2em;
	margin-left: auto !important;
	margin-right: auto !important;
}
.page-template-onecolumn-page-php p.wp-caption-text {
	display: none ;
}
.page-template-onecolumn-page-php .smooth_slider {
	width: 800px;
}

.page-template-default h2.ribbontitle span,
.tag h2.ribbontitle span,
.error404 h2.ribbontitle span,
.search h2.ribbontitle span,
.author h2.ribbontitle span,
.date h2.ribbontitle span {
	background: none;
}
.page-template-default #titleimage,
.tag #titleimage,
.error404 #titleimage,
.search #titleimage,
.author #titleimage,
.date #titleimage {
	background: url(../../../../images/holdinghands.png) no-repeat center top;
}
.page-template-fairyplayclub-page-php .entry-title {
	padding-right: 5px;
	
}
ul.thumbnailList {
	list-style: none;
	list-style-image: none;	
}
ul.thumbnailList li {
	width: 280px;
	float: left;
	clear: left;
	margin-right: 30px;
	margin-bottom: 40px;
	background: #fff;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
	border: 10px solid #fff;
	text-align: center;
}
ul.thumbnailList li:nth-child(2n) {
	float: right;
	clear: right;
}
ul.thumbnailList li p {
	text-align: center;
	margin-bottom: 0;
	line-height: 1.25;
}
ul.thumbnailList li img {
	max-width: 280px;
}

/* EU cookie bar */
#eu-cookie-bar {
	color: #fff;
	font-size: 1.2em;
	direction: ltr;
	height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 600px;
	z-index: 99999;
	padding: 2px 20px 0;
	background-color: #464646;
	background-image: -ms-linear-gradient(bottom, #373737, #464646 5px);
	background-image: -moz-linear-gradient(bottom, #373737, #464646 5px);
	background-image: -o-linear-gradient(bottom, #373737, #464646 5px);
	background-image: -webkit-gradient(linear,left bottom,left top,from( #373737),to(#464646));
	background-image: -webkit-linear-gradient(bottom, #373737, #464646 5px);
	background-image: linear-gradient(bottom, #373737, #464646 5px);
	text-align:center;
}
#eu-cookie-bar a {
	color:#fff;
}
button#euCookie {
	line-height: 1 !important;
	padding: .25em .5em;
	margin: .25em 1em 1em 1em;
	text-transform: uppercase;
	font-family: 'MuseoSans500', sans-serif;
	font-size: 1em !important;
	font-weight: bold;
	color: #fff;
	background: #d0147d;
	background-image: -moz-linear-gradient(top, #dc199c, #c40f5e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dc199c), to(#c40f5e));
	background-image: -webkit-linear-gradient(top, #dc199c, #c40f5e);
	background-image: -o-linear-gradient(top, #dc199c, #c40f5e);
	background-image: linear-gradient(to bottom, #dc199c, #c40f5e);
	background-repeat: repeat-x;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 7px rgba(0, 0, 0, 0.5);
	border: 2px solid #e570a3;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
button#euCookie:hover {
	-moz-box-shadow: 0px 0px 10px #e684ad !important;
	-webkit-box-shadow: 0px 0px 10px #e684ad !important;
	box-shadow: 0px 0px 10px #e684ad !important;
	-webkit-transition: color .25s ease-out;
	-moz-transition: color .25s ease-out;
	-ms-transition: color .25s ease-out;
	-o-transition: color .25s ease-out;
	transition: color .25s ease-out;
}
h2.page-title {
	margin-bottom: 10px;
	height: auto;
	color: #d0157c;
	font-size: 2.1em;
	letter-spacing: .05em;
	line-height: 1;
	text-shadow: #e683ad 2px 2px 0,
				 #e683ad 2px 1px 0,
				 #e683ad 2px 0 0,
				 #e683ad 2px -1px 0,
				 #e683ad 0 2px 0,
				 #e683ad 0 1px 0,
				 #e683ad 1px 1px 0,
				 #e683ad 1px 0 0,
				 #e683ad 1px -1px 0,
				 #e683ad 1px 1px 0,
				 #e683ad -1px 1px 0,
				 #e683ad -1px 0 0,
				 #e683ad -1px -1px 0,

				 #fff 0 -5px 0,
				 #fff 0 6px 0,
				 #fff -5px 0 0,
				 #fff 6px 0 0,				 

				 #fff 1px -5px 0,
				 #fff 1px 6px 0,
				 #fff -5px 1px 0,
				 #fff 6px 1px 0,				 
				 #fff 2px -5px 0,
				 #fff 2px 6px 0,
				 #fff -5px 2px 0,
				 #fff 6px 2px 0,				 
				 #fff 3px -5px 0,
				 #fff 3px 6px 0,
				 #fff -5px 3px 0,
				 #fff 6px 3px 0,
				 				 
				 #fff -1px -5px 0,
				 #fff -1px 6px 0,
				 #fff -5px -1px 0,
				 #fff 6px -1px 0,				 
				 #fff -2px -5px 0,
				 #fff -2px 6px 0,
				 #fff -5px -2px 0,
				 #fff 6px -2px 0,
				 		 
				 #fff -3px -4px 0,
				 #fff 4px -4px 0,
				 #fff -3px 5px 0,
				 #fff 4px 5px 0,
				 #fff -4px -3px 0,
				 #fff 5px -3px 0,
				 #fff -4px 4px 0,
				 #fff 5px 4px 0,

				 #fff -3px -4px 1px,
				 #fff 4px -4px 1px,
				 #fff -3px 5px 1px,
				 #fff 4px 5px 1px,
				 #fff -4px -3px 1px,
				 #fff 5px -3px 1px,
				 #fff -4px 4px 1px,
				 #fff 5px 4px 1px,
					 
				 #000 4px 4px 8px;

    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #d0157c;
     -moz-transform: rotate(-2deg);  
       -o-transform: rotate(-2deg);  
  -webkit-transform: rotate(-2deg);  
      -ms-transform: rotate(-2deg);  
          transform: rotate(-2deg);
}

#text-17 a,
#text-18 a {
	color: #662d91; 
}