/*
Theme Name:  Lovebirds
Theme URI:   http://theme.wordpress.com/themes/lovebirds/
Description: A sweet wedding theme to help you organize all the important details before the big day.
Author:      Automattic
Author URI:  http://automattic.com/
Template:    forever
Version:     1.1
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, two-columns, left-sidebar, fixed-width, custom-background, custom-header, custom-menu, flexible-header, featured-images, rtl-language-support, translation-ready
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: Lusitana, "Times New Roman", serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #462917;
	font-family: Lusitana, "Times New Roman", serif;
	font-weight: normal;
	margin: 15px 0;
}
h1 {
	font-size: 180%;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 140%;
}
h4 {
	font-size: 120%;
}
h5 {
	font-size: 100%;
}
h6 {
	font-size: 90%;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	border-left: 5px solid #462917;
	padding: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: rgba( 70, 41, 23, .03 );
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 13px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted rgba( 70, 41, 23, .5 );
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
td {
	border-bottom: 1px solid rgba( 70, 41, 23, .2 );
	padding: 5px;
}
tr.alternate {
	background: rgba( 0, 0, 0, .03);
}
th {
	background: #462917;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: .5em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #462917;
	text-decoration: none;
}
a:visited {
	color: #462917;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #66432f;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 1em 1.5em 1em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 1em 0 1em 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 1em auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}


/* =Header
----------------------------------------------- */

#masthead {
	margin: 50px auto 0;
	position: relative;
	width: 1000px;
	z-index: 50;
}
#masthead hgroup {
	float: left;
	width: 25%;
}
#masthead #header-image {
	display: block;
	float: none;
	margin: 0 auto 30px auto;
}
.site-description {
	color: #462917;
	font-family: Lusitana, "Times New Roman", serif;
	font-size: 16px;
	font-style: italic;
	margin: 10px 0;
	text-align: center;
}
.site-title,
.site-title a {
	color: #e55564;
	font-family: Niconne, script;
	font-size: 160%;
	line-height: 90%;
	text-align: center;
	text-decoration: none;
}
.vines {
	background: url('img/vines.png') no-repeat center center;
	margin: 0 auto;
	width: 100%;
	height: 57px;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	background: #462917;
	color: rgba(255,255,255,1.0);
	float: right;
	margin: 0 0 30px 0;
	padding: 0 1.5em;
	text-align: center;
	width: 652px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul li {
	display: inline;
	position: relative;
}
.main-navigation ul li:after {
	content: " o ";
	font-size: 10px;
	text-transform: none;
}
.main-navigation ul ul li:after,
.main-navigation ul > li:last-of-type:after {
	content: "";
}
.main-navigation a {
	color: rgba(255,255,255,1.0);
	display: inline-block;
	font-size: 12px;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation ul ul {
	background: #fff;
	border: 1px solid rgba(70,41,23,.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);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	color: #462917;
	width: 170px;
}
.main-navigation ul ul li {
	display: block;
	text-align: left;
	word-wrap: break-word;
}
.main-navigation ul li:hover > a {
	color: rgba(255,255,255,.5);
}
.main-navigation ul li li:hover > a {
	color: #462917;
}
.main-navigation ul ul li:hover > a {
	background: #f9f4f2;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation ul li.current_page_item a,
.main-navigation ul li.current-menu-item a {
	color: rgba(255,255,255,.5);
}
.main-navigation ul li li.current_page_item a,
.main-navigation ul li li.current-menu-item a,
.main-navigation ul li.current_page_item ul li a,
.main-navigation ul li.current-menu-item ul li a {
	color: #462917;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	background: #fff;
	border: 5px solid #e8d9d0;
	clear: both;
	margin: 0 0 1.5em;
	padding: 1.5em;
}
.entry-header {
	margin: 0 0 15px 0;
}
.hentry:before,
.hentry:after {
	content: "";
	display:table;
}
.hentry:after {
	clear: both;
}
.entry-title,
.entry-title a {
	color: #e55564;
	font-family: Niconne, script;
	font-size: 32px;
	margin: 0;
	text-decoration: none;
}
.entry-meta {
	clear: both;
	font-size: 75%;
	text-transform: uppercase;
}
footer.entry-meta {
	margin: 10px 0;
}
a.more-link {
	background: #462917;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: block;
	font-size: 75%;
	margin: 5px 0;
	padding: 7px;
	text-transform: uppercase;
	width: 150px;
}
.page-links {
	background: #462917;
	border-radius: 3px;
	clear: both;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	margin: 5px 0;
	padding: 7px;
	text-transform: uppercase;
}
.page-links a {
	color: #fff;
	margin: 0 2px;
}
a.more-link:hover,
.page-links a:hover {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
#content,
.entry-summary {
	margin: 1.5em 0 0;
}
.entry-thumb {
	float: right;
	margin: 0 0 15px 15px;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
h1.page-title {
	color: #462917;
	font-family: Lusitana, "Times New Roman", serif;
	font-size: 160%;
	margin: 10px 0;
}

.mejs-container,
.post-format-content {
	margin-bottom: 1.5em;
}

/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
#content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
#content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
#content img,
img.size-full,
#secondary img {
	max-width: 100%;
	height: auto;
}
#content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	font-size: 90%;
	line-height: normal;
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 1em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#nav-below,
#comment-nav-below,
#comment-nav-above {
	background: #462917;
	color: #fff;
	display: inline-block;
	font-family: Lusitana, "Times New Roman", serif;
	font-size: 12px;
	text-transform: uppercase;
	width: 100%;
}
#nav-below a,
#comment-nav-below a,
#comment-nav-above a {
	color: #fff;
	display: block;
	padding: 1.0em 1.5em;
}
#nav-below a:hover,
#comment-nav-below a:hover,
#comment-nav-above a:hover {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#image-navigation {
	clear: both;
	display: inline-block;
	margin: 15px 0;
	width: 100%;
}
.next-image {
	float: right;
}
#image-navigation a {
	background: #462917;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 75%;
	padding: 5px;
	text-transform: uppercase;
}


/* =Comments
--------------------------------------------------------------*/

.comments-link {
	color: #fff;
	float: right;
	margin: -55px 0 15px 15px;
	position: relative;
	text-align: center;
	width: 35px;
	height: 27px;
}
.comments-link:hover a {
	color: rgba(255,255,255,.8);
}
.comments-link:before,
.comments-link:after {
	position: absolute;
	content: "";
	left: 17px;
	top: 0;
	width: 17px;
	height: 27px;
	background: #e55564;
	-moz-border-radius: 25px 25px 0 0;
	border-radius:      25px 25px 0 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform:    rotate(-45deg);
	-ms-transform:     rotate(-45deg);
	-o-transform:      rotate(-45deg);
	transform:         rotate(-45deg);
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin:    0 100%;
	-ms-transform-origin:     0 100%;
	-o-transform-origin:      0 100%;
	transform-origin:         0 100%;
}
.comments-link:after {
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	transform:         rotate(45deg);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin:    100% 100%;
	-ms-transform-origin:     100% 100%;
	-o-transform-origin:      100% 100%;
	transform-origin :        100% 100%;
}
.comments-link a {
	color: #fff;
	font-size: 16px;
	display: block;
	position: relative;
	text-decoration: none;
	width: 100%;
	height: 100%;
	z-index: 90;
}
#comments-title {
	margin: 15px 0;
}
#commentform .required {
	display: inline-block;
	margin-left: -5px;
	color: #c4513f;
	font-weight: bold;
}
#respond {
	padding: 1.5em;
}
li.comment {
	min-height: 100px;
}
li.comment,
li.pingback,
li.trackback {
	border-bottom: 1px solid rgba(70,41,23,.2);
	padding: 1.5em;
	clear: both;
}
li.pingback,
li.trackback {
	background-repeat: no-repeat;
	background-color: rgba(70,41,23,.03);
	min-height: 60px;
}
li.pingback p,
li.trackback p {
	clear: both;
	border: 0 none;
	min-height: 25px;
	word-wrap: break-word;
	margin: 20px 0 0 0;
}
ol.commentlist,
ul.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.commentlist blockquote,
ul.commentlist blockquote {
	background-color: transparent;
}
ol.commentlist ul.children,
ul.commentlist ul.children {
	list-style: none;
	margin: 0px;
}
ol.commentlist ul.children li,
ul.commentlist ul.children li {
	list-style: none;
	border-bottom: 0 none;
}
ul.children {
	padding: 0px;
}
ul.children .comment-author {
	float: none;
	width: auto;
	border-right: 0 none;
	margin: 0px;
	min-height: 0px;
	clear: left;
}
ul.children .comment-author cite.fn {
	font-weight: bold;
	width: auto;
	float: none;
}
ul.children .comment-content,
ul.children .comment-content .comment-meta,
ul.children .reply {
	padding-left: 0px;
}
.alt {
	background-color: rgba(70,41,23,.03);
}
.avatar {
	float: left;
	margin-right: 10px;
	border-radius: 4px;
}
.bypostauthor {
	background-color: rgba(70,41,23,.05);
}
.comment-content,
.comment-content .comment-meta,
.reply {
	padding-left: 171px;
}
.comment-author {
	width: 150px;
	float: left;
	border-right: 1px solid rgba(70,41,23,.2);
	margin-right: 20px;
	min-height: 100px;
}
.comment-author cite.fn {
	font-weight: bold;
	word-wrap: break-word;
	width: 100px;
	display: block;
	float: left;
}
.comment-form-comment label {
	display: block;
	width: 85px;
	float: left;
	font-weight: bold;
}
.commentmetadata {
	text-transform: uppercase;
	color: #666;
	font-size: 12px;
	margin-bottom: 5px;
}
.nocomments {
	padding: 20px;
	margin-bottom: 0px;
}
.says {
	display: none;
}
.form-allowed-tags,
.form-allowed-tags code {
	font-size:80%;
}

/* Guestbook comments */
.page-template-guestbook-php #content {
	background: #fff;
	border: 5px solid #e8d9d0;
}
.page-template-guestbook-php .hentry {
	background: transparent;
	border: 0 none;
	margin: 0;
	padding: 1.5em 1.5em 0 1.5em;
}
.page-template-guestbook-php .post-edit-link {
	float: right;
	position: relative;
}
.guestbook #comments-title {
	display: none;
}
.guestbook .comment-author img {
	float: right;
	margin: 0 0 15px 15px;
}
.guestbook .comment-author,
.guestbook .comment-author cite.fn {
	border: 0px none;
	float: none;
	margin: 0;
	min-height: 1px;
	width: auto;
}
.guestbook #comments-title {
	padding: 0 15px;
}
.guestbook .comment-content,
.guestbook .comment-content .comment-meta,
.guestbook .reply {
	padding: 0;
}
.guestbook .commentlist {
	float: left;
	width: 100%;
}
.guestbook .commentlist > li.comment {
	background: transparent;
	border-bottom: 1px dashed rgba(70,41,23,.2);
	display: block;
	float: left;
	padding-top: 1.615em;
	width: 40.6%;
}
.guestbook .commentlist > li.comment > article .avatar {
	margin-top: 1.615em;
}
.guestbook .reply {
	display: none;
}
.guestbook #respond {
	clear: both;
	padding: 1.5em;
}


/* =Widgets
----------------------------------------------- */

.widget {
	border-bottom: 1px solid #e55564;
	display: inline-block;
	font-size: 90%;
	margin: 0 0 1.5em;
	padding: 0 0 1.5em;
	width: 100%;
	word-wrap: break-word;
}
.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget:last-of-type {
	border: 0px none;
}
h1.widget-title,
h1.widget-title a {
	color: #e55564;
	font-family: Niconne, script;
	font-size: 24px;
	margin: 0 0 10px 0;
	text-decoration: none;
}
.widget ul li {
	border-top: 1px solid rgba(70,41,23,.2);
	padding: 10px 0;
}
.widget ul li:first-child,
.widget ul li li {
	border-top: 0;
}
.widget ul li:last-child {
	padding: 10px 0 0;
}
.widget li ul {
	padding: 0 0 0 15px;
}
.widget_flickr #flickr_badge_uber_wrapper {
	margin: 0;
}
.widget_flickr #flickr_badge_wrapper {
	background: transparent;
	border: 0 none;
}
.widget_flickr #flickr_badge_uber_wrapper td {
	border: 0 none;
	margin: 0 auto;
}


/* Search widget */
#searchsubmit {
	display: none;
}


/* =Site Layout
----------------------------------------------- */

#page {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}
#page #site-description,
#nav-above {
	display: none;
}
#primary {
	float: right;
	margin: 0 0 0 -30%;
	width: 100%;
}
#content {
	margin: 0 0 0 30%;
	min-height: 700px;
}
#secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 25%;
}
#tertiary { /* Sidebar 2 */
	clear: left;
}
#colophon {
	clear: both;
	display: inline-block;
	font-size: 12px;
	margin: 30px 0;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}


/* =Calendar
----------------------------------------------- */

#wp-calendar caption {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
}
#wp-calendar #prev {
	text-align: left;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar td,
#wp-calendar th {
	text-align: center;
}


/* =Responsive Layout
----------------------------------------------- */

@media only screen and ( min-width: 320px ) and ( max-width: 1024px ) {

	#page {
		width: 100%;
	}
	#masthead {
		clear: both;
		width: 100%;
	}
	#masthead hgroup {
		clear: both;
		float: none;
		margin: 0 auto;
		padding: 10px 0;
		width: 100%;
	}
	#masthead #header-image {
		margin: 0 auto;
		max-width: 250px;
		width: 50%;
	}
	h1.page-title {
		padding: 0 15px;
	}
	#secondary {
		clear: both;
		float: none;
		margin: 1.5em 1.5em 0 1.5em;
		width: auto;
	}
	#primary {
		clear: both;
		float: none;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
	}
	.hentry {
		border-top: 5px solid #e8d9d0;
		border-left: 0px none;
		border-right: 0px none;
		border-bottom: 0px none;
		margin: 0;
	}
	#colophon {
		background: url('img/vines-2x.png') top center no-repeat;
		background-size: 200px auto;
		margin: 0;
		padding: 55px 0 0 0;
		text-align: center;
	}
	.comment-author img {
		float: right;
		margin: 0 0 15px 15px;
	}
	.comment-author,
	.comment-author cite.fn {
		border: 0px none;
		float: none;
		margin: 0;
		min-height: 1px;
		width: auto;
	}
	#comments-title {
		padding: 0 15px;
	}
	.comment-content,
	.comment-content .comment-meta,
	.reply {
		padding: 0;
	}
	.main-navigation {
		float: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.guestbook .commentlist > li.comment {
		width: 87%;
	}
}


/* =Retina Images
----------------------------------------------- */

@media 	only screen and (-moz-min-device-pixel-ratio: 1.5),
		only screen and (-o-min-device-pixel-ratio: 3/2),
		only screen and (-webkit-min-device-pixel-ratio: 1.5),
		only screen and (min-device-pixel-ratio: 1.5) {

	.vines {
		background-image: url('img/vines-2x.png');
		background-size: 200px auto;
	}
}
