/*
	Theme Name: Genesis Child
	Description: Child Theme for Genesis
	Author: Jon Watson (Control Art Delete)
	Author URI: http://ControlArtDelete.com/
	Template: genesis
*/


/* Stylesheet copied from Genesis 1.9.1 */

 

/* Table of Contents

	01 Import Fonts
	02 Defaults
	03 Typography
		- Font Color
		- Font Family
		- Font Size
		- Font Miscellaneous
	04 Layout
		- Structure
		- 1152px CSS Grid
		- Header
		- Main Content
		- Post Info & Meta
		- Column Classes
		- Miscellaneous
	05 Menus
		- Primary Navigation Extras
	06 Headings
	07 Lists
	08 Post Navigation
	09 Comments
	10 Sidebars
	11 Footer
		- Footer Widgets
	12 Forms & Buttons
		- Gravity Forms
	13 Images & Captions
	14 Media Queries
		width: 1024px
		width: 768px
		width: 480px

*/


/*
01 Import Fonts
---------------------------------------------------------------------------------------------------- */

@import url(//fonts.googleapis.com/css?family=Lato:400,700);

@font-face {
	font-family: 'Conv_FashionVictim';
	src: url('https://tisanticattery.com/wp-content/themes/tisanticattery/fonts/FashionVictim.eot');
	src: local('☺'), url('fonts/FashionVictim.woff') format('woff'), url('fonts/FashionVictim.ttf') format('truetype'), url('fonts/FashionVictim.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*
02 Defaults
---------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
input, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 100%; /* 16px browser default */
}

body {
	background-color: #A3AB86;
	line-height: 1;
}

body,
input,
select,
textarea,
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a,
a:visited,
button,
input[type="button"],
input[type="submit"],
.btn {
	-moz-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a img {
	border: none;
}


/*
03 Typography
-------------------------------------------------------------------------------------------------------

	This section covers font colors, families, size, styles and weight.

	This style sheet uses rem values with a pixel fallback.
	The rem values are calculated per the examples below:

	12 / 16 =		0.75rem
	14 / 16 =		0.875rem
	16 / 16 =		1rem	
	18 / 16 =		1.125rem
	20 / 16 =		1.25rem
	24 / 16 =		1.5rem
	30 / 16 =		1.875rem
	36 / 16 =		2.25rem
	42 / 16 =		2.625rem
	48 / 16 =		3rem
	
	Further reading on the use and compatibility of rems:
	
	http://caniuse.com/rem
	http://snook.ca/archives/html_and_css/font-size-with-rem
	
*/

/* 03a - Font Color ----------- */

a:hover,
body,
h4.widgettitle a,
input,
.author,
.date,
.genesis-nav-menu a,
.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited,
.post-comments,
#title a,
#title a:hover {
	color: #006633;
}

a,
h2 a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li:hover a,
.genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item a {
	color: #336699;
}

.post-info,
.post-meta,
#description {
	color: #636363;
}

blockquote::before,
blockquote p,
input,
select,
textarea {
	color: #999;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.genesis-nav-menu .highlight-menu-item a,
.genesis-nav-menu .highlight-menu-item a:hover,
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
}

/* 03b - Font Family ----------- */

body,
input,
textarea,
.author-box h1 {
	font-family: 'Georgia', Times New Roman, Times, serif;
	/*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

h3,
h4,
h5,
h6,
#title {
	font-family: 'Georgia', Times New Roman, Times, serif;
	/*font-family: 'Lato', sans-serif;*/
}

h1,
h2,
h2 a,
.entry-title a {
	font-family: 'Conv_FashionVictim';
}

/* 03c - Font Size ----------- */

#title {
	font-size: 42px;
}

h2,
h2 a {
	font-size: 34px;
	color: #6E4136;
	text-align: center;
	font-weight: 100 !important;
	text-shadow: 4px 4px 3px #B1A597;
}

.entry-title,
.entry-title a {
	font-size: 48px;
}

h1 {
	font-size: 48px;
	color: #6E4136;
	text-align: center;
	font-weight: 100 !important;
	text-shadow: 4px 4px 3px #B1A597;
	font-family: 'Conv_FashionVictim';
}

blockquote::before {
	font-size: 32px;
}

h3 {
	font-size: 20px;
	color: #6A4636;
}

h4,
.archive-title,
.taxonomy-description h1,
.widgettitle {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6,
.author-box h1,
.sidebar h2 a {
	font-size: 16px;
}

input,
select,
textarea,
.genesis-nav-menu,
.post-info,
.post-meta,
.wp-caption,
#footer p {
	font-size: 14px;
}


/* 03d - Font Miscellaneous ----------- */

blockquote p {
	font-style: italic;
}

cite {
	font-style: normal;
}

button,
input[type="button"],
input[type="submit"],
h1,
h2,
h3,
h4,
h5,
h6,
.btn,
.entry-title a,
.genesis-nav-menu,
.post-comments,
.post-info .author,
.post-info .date,
.wp-caption,
#footer p,
#title {
	font-weight: 700;
}

.wp-caption {
	text-align: center;
}

h2 a,
h2 a:visited,
.genesis-nav-menu a,
.navigation li a,
.widgettitle a,
#title a {
	text-decoration: none;
}


/*
04 Layout
---------------------------------------------------------------------------------------------------- */

/* 04a - Structure ----------- */

#wrap {
	background:url('images/bg2.jpg');
	margin: 0 auto;
	width: 930px;
}

#inner {
	background:url('images/innerbg.jpg') repeat-y;
	clear: both;
	overflow: hidden;
	padding-left: 170px;
    	padding-right: 40px;
}

/* 04b - 1152px CSS Grid ----------- */

#sidebar-alt {
	width: 15.277777777%; /* 176px / 1152px */
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.sidebar,
#header .widget-area {
	width: 30.555555555%; /* 352px / 1152px */
}

.content-sidebar-sidebar .sidebar,
.sidebar-content-sidebar .sidebar,
.sidebar-sidebar-content .sidebar {
	width: 37.931034482%; /* 352px / 928px */
}

.content-sidebar-sidebar #content,
.sidebar-content-sidebar #content,
.sidebar-sidebar-content #content {
	width: 56.896551724%; /* 528px / 928px */
}

.content-sidebar #content,
.sidebar-content #content,
#title-area {
	width: 65.277777777%; /* 752px / 1152px */
}

.content-sidebar-sidebar #content-sidebar-wrap,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	width: 80.555555555%; /* 928px / 1152px */
}


.full-width-content #content,
.full-width-content #content-sidebar-wrap {
	width: 100%;
	float: right;
}

.sidebar-content #content-sidebar-wrap {
	width: 80%;
	float: left;
	margin-right: 25px;
}

.content-sidebar #content-sidebar-wrap {
	width: 100%;
	float: right;
}

.footer-widgets-1,
.footer-widgets-2,
.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar,
#content,
#content-sidebar-wrap,
#footer .gototop,
#sidebar-alt,
#title-area {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt,
.footer-widgets-3,
.sidebar,
.sidebar-content #content,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content,
.sidebar-sidebar-content #content-sidebar-wrap,
#footer .creds,
#header .widget-area {
	float: right;
}

/* 04c - Header ----------- */

#header {
	margin-top: 8px;
	background:url('images/header2.jpg');
	height: 365px;
	overflow: hidden;
}

#title {
	line-height: 1;
	margin: 40px 0 8px;
}

.header-image #title {
	margin: 0;
}

#description {
	line-height: 1.25;
}

.header-full-width #title,
.header-full-width #title a,
.header-full-width #title-area {
	width: 100%;
}

.header-image #title,
.header-image #title a,
.header-image #title-area {
	display: block;
	float: left;
	min-height: 120px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50%;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

/* 04d - Main Content ----------- */

#content {
	padding-bottom: 40px;
}

.entry,
.page .post.entry {
	margin-bottom: 40px;
}

.single .entry {
	margin-bottom: 48px;
}

.page .entry {
	margin: 0;
}

.entry-content {
	overflow: hidden;
}

.entry-content,
.entry-content p {
	line-height: 1.625;
}

.entry-content p {
	margin-bottom: 16px;
	font-size: 15px;
}

blockquote {
	padding: 24px 64px;
}

blockquote::before {
	content: "“";
	display: block;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

/* 04e - Post Info & Meta ----------- */

.post-info,
.post-meta {
	clear: both;
	line-height: 1.5;
}

.post-info {
	margin-bottom: 24px;
}

.post-comments {
	background: url(https://tisanticattery.com/wp-content/themes/tisanticattery/images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	padding-left: 20px;
}

.post-meta {
	padding-top: 10px;
}

.categories,
.tags {
	display: block;
}

/* 04f - Column Classes ----------- */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}

/* 04g - Miscellaneous ----------- */

p.subscribe-to-comments {
	padding: 24px 0 16px;
}

p.pages,
.clear,
.clear-line,
.first {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ccc;
	margin-bottom: 26px;
}

.alignleft,
.archive-page {
	float: left;
}

.alignright {
	float: right;
}

.archive-page {
	width: 50%;
}

.author-box,
.sticky {
	margin-bottom: 80px;
}

.author-box,
.author-box h1,
.taxonomy-description {
	line-height: 1.5;
}

.author-box,
.breadcrumb,
.sticky,
.taxonomy-description {
	background-color: #f5f5f5;
	margin-bottom: 48px;
	overflow: hidden;
	padding: 32px;
}


/*
05 Menus
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	text-align: center;
	float: right;
	width: 650px;
	clear: both;
	overflow: hidden;
	margin-top: -95px;
	padding: 0 13.5px;
	font-family: 'French Script W02';
}

#header .genesis-nav-menu {
	float: right;
	margin-top: 48px;
	width: auto;
}

.genesis-nav-menu.menu-primary,
.genesis-nav-menu.menu-secondary {
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	font-size: 24px;
	display: inline-block;
	list-style-type: none;
	text-align: left;
	text-shadow: 4px 4px 3px #B1A597;
}

.genesis-nav-menu a {
	display: block;
	padding: 10px;
	position: relative;
}

.genesis-nav-menu li a {
    font-family: 'French Script W02' !important;
}

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #336699;
}

.genesis-nav-menu li li a,
.genesis-nav-menu li li a:link,
.genesis-nav-menu li li a:visited {
	background-color: #fff;
	border: 1px solid #ccc;
	border-top: none;
	padding: 20px;
	position: relative;
	width: 170px;
}

.genesis-nav-menu li ul {
	left: -9999px;
	position: absolute;
	width: 212px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
#header .genesis-nav-menu li:hover>ul,
#header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;

}

.genesis-nav-menu li.right a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu li.search {
	padding: 6px 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(https://tisanticattery.com/wp-content/themes/tisanticattery/images/rss.png) no-repeat center left;
	margin-left: 20px;
	padding-left: 20px;
}

.genesis-nav-menu li.twitter a {
	background: url(https://tisanticattery.com/wp-content/themes/tisanticattery/images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
}


/*
06 Headings
---------------------------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 16px;
	margin-top: 16px;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
}

.archive-title {
	margin-bottom: 24px;
}


/*
07 Lists
---------------------------------------------------------------------------------------------------- */

.entry-content ol,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol li,
.entry-content ul li {
	line-height: 1.625;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}


/*
08 Post Navigation
---------------------------------------------------------------------------------------------------- */

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #336699;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #336699;
}


/*
09 Comments
---------------------------------------------------------------------------------------------------- */

#comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: inherit;
}

.ping-list,
#comments {
	margin-bottom: 48px;
}

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
}

#comment {
	margin: 12px 0;
}

label {
	margin-left: 12px;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	padding: 32px;
}

.comment-list li ul li {
	margin-right: -32px;
}

.comment-header {
	overflow: hidden;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content p {
	margin-bottom: 24px;
}

.bypostauthor {
}

#comments .navigation {
	margin-top: 32px;
}


/*
10 Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	line-height: 1.5;
	margin-top: 16px;
}

.sidebar p {
	margin-bottom: 16px;
}

.sidebar .widget {
	margin-bottom: 32px;
	padding-bottom: 32px;
	overflow: hidden;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}


/*
11 Footer
---------------------------------------------------------------------------------------------------- */

#footer {
	height: 100px;
	background: url('images/bttmborder.png');
	clear: both;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 8px;
	margin-top: -90px;
	width: 930px;
}

#footer .wrap {
	margin: 0 auto;
	overflow: hidden;
	padding: 48px 0;
	margin-left: 180px;
	width: 710px;
}

#footer .creds {
	text-align: right;
}

#footer .creds,
#footer .gototop {
	margin: 8px 0;
}

/* 11a - Footer Widgets ----------- */

.footer-widgets {
	border-top: 2px solid #1e1e1e;
	clear: both;
	line-height: 1.5;
	overflow: hidden;
	padding: 32px 0 16px;
}

.footer-widgets p {
	margin-bottom: 16px;
}

.footer-widgets .widget {
	margin-bottom: 24px;
}

.footer-widgets .widget-area ul li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.footer-widgets-1 {
	margin-right: 4.166666666%; /* 48px / 1152px */
}


/*
12 Forms & Buttons
---------------------------------------------------------------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 0 5px #ddd inset;
	padding: 16px;
	width: 100%;
}

#header .search-form {
	float: right;
	margin-top: 56px;
	width: 100%;
}

button,
input[type="button"],
.btn {
	background-color: #006633;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	width: auto;
}

input[type="submit"] {
	background-color: #006633;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 16px 24px;
	width: 100%;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.btn:hover {
	background-color: #336699;
}

.enews input[type="submit"],
.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* 12a - Gravity Forms ----------- */

#content div.gform_wrapper input,
#content div.gform_wrapper select,
#content div.gform_wrapper textarea,
#content div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	padding: 16px;
}

#content div.gform_wrapper input[type="submit"] {
	padding: 16px 24px;
}

#content div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}


/*
13 Images & Captions
---------------------------------------------------------------------------------------------------- */

embed,
img,
object,
video {
	width: 100%;
}

img {
	width: auto;
	height: auto;
}

.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.author-box .avatar {
	float: left;
	margin-right: 24px;
}

.comment-list li .avatar {
	float: left;
	margin: 0 16px 24px 0;
}

img.centered,
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 24px;
}

.divider img.centered,
.divider .aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 16px;
}

img.alignnone {
	display: inline;
	margin-bottom: 12px;
}

img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0 24px 24px 0;
}

#gallery img.alignleft,
.post-image,
.wp-caption.alignleft {
	display: inline;
	margin: 0;
}

img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0 0 24px 24px;
}

#gallery img.alignright,
.wp-caption.alignright {
	display: inline;
	margin: 0;
}

p.wp-caption-text {
	line-height: 1.2;
	margin-top: 12px;
}

.gallery-caption {
}


/*
14 Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape) ----------- */

@media only screen and (width: 1024px) {

	#wrap {
		width: 960px;
	}	

}

/* Wider Siderbars ------- */

.page-template-wideside-php #content {
	width: 55%;
}

.page-template-wideside-php .sidebar {
	width: 45%;
}

/* Gallery ------ */

#gallery img {
	width: 334px;
	height: 223px;
	padding-bottom: 25px;
}

.ngg-gallery-thumbnail img {
	margin: 5px 15px !important;
}

/* Contact form --------- */

.contact h2 {
	text-align: left !important;
	display: inline;
}

.contact a {
	margin-left: 15px;
}

.contact .phone {
	margin-left: 15px;
	display: inline;
}

/* Contact Siderbars ------- */

.page-template-conside-php #content {
	width: 58%;
	padding: 20px;
}

.page-template-conside-php .sidebar {
	width: 35%;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	width: 100% !important;
}

/* Image Shadows ------- */

.page-template-imgshadow-php a img {
	-moz-box-shadow: 5px 5px 5px #B1A597;
 	-webkit-box-shadow: 5px 5px 5px #B1A597;
	box-shadow: 5px 5px 5px #B1A597;
	margin-top: 20px;
}

/* Kindred ------ */

.Kindred a img {
	margin-top: 0;
}

/* Link colours for titled cats ----- */

.page-template-newdefault-php #content a {
	color: #006633;
}

.title {
	font-size: 15px;
	margin-bottom: 10px;
}

.title a {
	color: red !important;
	font-size: 15px;
}

/* Guestbook ------ */

.guestbook {
	position: relative
}

.border{
	position: absolute;
	bottom: 0;
	width: 310px !important;
	margin-bottom: 20px;
}

/*.guestbook-image img {
	width: 310px !important;
	height: auto;
	margin-bottom: 20px;
}*/

.page-template-guestbook-php .entry-content {
	overflow: visible;
}

gform_confirmation_message_2 {
	text-align: center;
}

#article {
	width: 300px;
	float: right;
}

#article a img {
	width: 300px;
	float: right;
}

#article .fl-photo-caption.fl-photo-caption-below {
	text-overflow: initial;
	white-space: normal;
}

#attachment_988 {
	width: 300px !important;
}

#members {
	width: 420px;
	position: absolute;
	display: table-row;
}

#members img {
	width: 420px;
}

/* Kittens */

#dillyprev,
#violetta09,
#miley10,
#betsy14,
#nutella13,
#dilly14 {
	width: 220px;
	height: 170px;
	margin-right: 10px;
	background: url(images/lineage.png) no-repeat;
	padding: 5px;
	margin-top: -175px;
	overflow: hidden;
	margin-bottom: 30px;
}

#dillyprev a,
#violetta09 a,
#miley10 a,
#betsy14 a,
#nutella13 a,
#dilly14 a {
	color: #bf0202;
	font-weight: normal;
}

#dillyprev a:hover,
#violetta09 a:hover,
#miley10 a:hover,
#betsy14 a:hover,
#nutella13 a:hover,
#dilly14 a:hover {
	color: #006633;
	font-weight: normal;
}

.parent-container {
	margin-top: 10px;
}

.parent-box {
	height: 75px;
}

.parent-title {
	float: left;
	width: 20px;
	padding: 29px 15px;
	font-size: 14px;
}

.parent {
	font-size: 14px;
	width: 157px;
	padding-top: 16px;
	float: right;
	margin-right: 10px;
}

.sire,
.dam {
	font-weight: 700;
	margin-bottom: 20px;
	margin-top: 20px;
}


#attachment_1114 img {
margin-right: 20px;
}

.national-13th-dec-2014 #gallery img.alignright, .wp-caption.alignright {
margin-left: 20px;
}

attachment_1354 #gallery img.alignleft, #attachment_1114 .post-image, #attachment_1114 .wp-caption.alignleft {
margin-right: 0;
}

#attachment_258 img {
margin-right: 20px;
}

#attachment_1398.wp-caption.alignleft {
	margin-right: 20px;
}

.full-width-graphic {
   margin: 0 auto;
   text-align: center;
   width: 100% !important;
   height: auto;
}

.form-notification {
    font-size: 16px;
    padding: 10px;
}

button#catapultCookie {
    border: 1px solid white;
}