/*

Theme Name: livinia

Theme URI: http://www.livinianixon.com.au

Author: Viv Rotstein

Description: Website for Livinia Nixon.

Version: 1.0



*/





/* Reset

----------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Francois+One);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);



* {

	margin: 0;

	padding: 0;

	outline: none;

}



html {

	margin: 0;

	padding: 0;

	height: 100%;

	overflow-x: hidden;

}



body {

	margin: 0;

	padding: 0;

	width: 100%;

	overflow: hidden;

}



body, div, dl,dt,dd, ul,ol,li,

h1,h2,h3,h4,h5,h6, pre, form,fieldset,

input,textarea, a, p,blockquote, th,td { 

	margin: 0;

	padding: 0;

	vertical-align: baseline;

}



img {

	border: 0;

	max-width: 100%;

}



address, caption, cite, code,

dfn, em, th, var {

	font-style: normal;

	font-weight: normal;

}

strong {

	font-weight: bold;

}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {

	font-size: 100%;

	font-weight: normal;

	line-height: 1.6em;

	text-align: center;

	display: block;

	width:100%;

}



code, pre {

	font-family: Monaco, "Lucida Console", Terminal, monospace;

}



pre {

	background: #f0f0f0;

	border: 2px solid #ccc;

	padding: 1em;

	margin: 0 0 1.6em;

	overflow: auto; /*--If the Code exceeds the width, a scrolling is available--*/

	overflow-Y: hidden;  /*--Hides vertical scroll created by IE--*/

	max-width: 700px;

}



/* HTML5

----------------------------------------------- */



article,aside,canvas,details,figure,

footer,header,hgroup,menu,nav,section,summary, mark {  

	display:block;

}



::-webkit-validation-bubble, ::-webkit-validation-bubble-message{

	padding: 12px;

}



video {

	max-width: 100%;

	height: auto;

}



/* Global

----------------------------------------------- */



* {

	line-height: 1.4em;

	font-family: 'Open Sans';

	font-weight: normal;

	font-size: 16px;

	font-weight: 100; 

	font-style: normal;

}



p {

	margin: 0 0 1.6em 0;

	line-height: 1.6em;

}



a {

	text-decoration: none;

}



span {

	font-size: 1em;

	font-weight: inherit;

}



a:hover {

	color: #000;

	text-decoration: underline;

	-webkit-transition: all 0.4s ease;

	   -moz-transition: all 0.4s ease;

		 -o-transition: all 0.4s ease;

		-ms-transition: all 0.4s ease;

			transition: all 0.4s ease;

}



a.up:after {

	content: " \2191";

}

a.down:after {

	content: " \2193";

}



h1 {

	font-size: 4em;

	font-style:normal;

}



h2 {

	font-size: 3em;

}



h3 {

	font-size: 2em;

}



h4 {

	font-size: 1.6em;

}



h5 {

	font-size: 1.4em;

}



textarea, input[type=text], input[type=password], input[type=email], input[type=url] {

	border: 1px solid #CFCFCF;

	padding: 6px;

	line-height: 1.4em;

	background-color: rgba(255, 255, 255, 0.7);

	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	   -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

			box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);

	padding: 2px;

}



blockquote {

	margin: 1em 3em 0em 3.2em;

	display:block;

}



blockquote, blockquote p {

	font-style: italic;

}



blockquote:before {

	color: #ccc;

	display: block;

	font-size: 9em;

	content: "\201C";

	height: 1px;

	position:relative;

	top: 0.2em;

	left: -0.43em;

}

blockquote:after {

	color: #ccc;

	display: block;

	font-size: 9em;

	content: "\201D";

	height: 1px;

	position:relative;

	top: -0.1em;

	right: -0.2em;

	text-align:right;

}



.responsive iframe, 

.responsive-video iframe,

.responsive object, 

.responsive-video object,

.responsive embed,

.responsive-video embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	border: none;

}



ol, ul {

	list-style-position: inside;

}



b, b * {

	font-weight: bold;

}



em, em * {

	font-style: italic;

}



figure {

	margin: 0 auto;

}



figcaption {

	margin: 0.5em;

	text-align: center;

}



.placeholder {

	color:#999; 

	font-style:normal;

}



.responsive,

.responsive-video {

	position: relative;

	padding-bottom: 56.25%;

	height: 0;

	overflow: hidden;

}



.hasjs .content-container {

	opacity: 0;

}



#preloader, .preloader {

	display: inline-block;

	position: relative;

	top: 0px;

	width: 100%;

	margin: 0 auto;

	min-width: 240px;

	min-height: 100px;

	text-align: center;

	z-index: 1;

}



#preloader div, .preloader div {

	margin: 0 auto;

	width: 240px;

	height: 100px;

	text-align: center;

	color: #767676;

	background: transparent url(images/preloader.gif) no-repeat center 72px;

	padding: 32px 0 0 0;

}



#wpstats,

.screen-reader-text,

.widget #searchform label.screen-reader-text {

	display: none;

}



/* Alignment

----------------------------------------------- */

.alignleft {

	display: inline;

	float: left;

	margin-right: 1.625em;

}

.alignright {

	display: inline;

	float: right;

	margin-left: 1.625em;

}

.aligncenter {

	clear: both;

	display: block;

	margin-left: auto;

	margin-right: auto;

}





/* AssistiveText

----------------------------------------------- */



.assistive-text {

	position: absolute !important;

	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */

	clip: rect(1px, 1px, 1px, 1px);

}

#access a.assistive-text:active,

#access a.assistive-text:focus {

	background: #eee;

	border-bottom: 1px solid #ddd;

	color: #1982d1;

	clip: auto !important;

	font-size: 12px;

	position: absolute;

	text-decoration: underline;

	top: 0;

	left: 7.6%;

}





/* Wrapper

----------------------------------------------- */



#wrapper {

	width: 100%;

	max-width: 2560px;

	min-width: 100px;

	padding: 0;

	margin: 0 auto;

	position:relative;

}



ol, ul {

	list-style-position: inside;

	margin: 0 0 1.6em 0;

	padding-left: 1em;

}



#wrapper li {

	line-height: 1.6em;

}



/* Branding

----------------------------------------------- */



#branding {

	width: 100%;

/*	overflow: hidden; */

}



#branding:after {

	content: ""; clear: both; display: block;

}



#branding .branding-container {

	padding: 0.6em 0;

	margin: 0 auto;

	text-align:center;

	/*	overflow: hidden; */

}



#branding .branding-container:after {

	content: ""; clear: both; display: block;

}



#branding #site-title {

	width: auto;

	margin: 0 auto;

}



#branding h1 a, 

#branding nav#access {

	display: block;

	margin: 0 auto;

}



#branding h1 a {

	font-size: 60px;

	line-height: 1em;

	text-transform: uppercase;

	text-align:center;

	margin: 10px auto;

	letter-spacing:-2px;

	font-family: "Francois One", "Helvetica Neue", Helvetica, Arial, sans-serif;

}



#branding h1 a:hover, .content header h1 a:hover {

	color: #121212;

	text-decoration:none;

}



#branding a:hover img {

	border: none;

	-webkit-box-shadow: none;

	   -moz-box-shadow: none;

			box-shadow: none;

}



/* Fixed Branding

----------------------------------------------- */



body.fixed #branding {

	position: fixed;

	z-index: 10000;

}



body.fixed #branding.shadow-container {

	border-width: 0px 0px 10px;

	-webkit-border-image: url(images/box-shadow.png) 10 22 repeat;

	   -moz-border-image: url(images/box-shadow.png) 10 22 repeat;

		 -o-border-image: url(images/box-shadow.png) 10 22 repeat;

			border-image: url(images/box-shadow.png) 10 22 repeat;

	border-image-width: 0px 0px 10px;

	border-style: solid;

}

body.fixed #branding.shadow-container:after {

	content: ""; clear: both; display: block;

}



body.fixed #branding .branding-container {

	padding: 0.6em 0 0;

}



body.fixed #branding .shadow-background {

	background-color: #fff;

	background-color: rgba(255,255,255,0.95);

}



body.fixed .content:first-of-type {

	padding-top: 75px;

}



body.fixed .content:first-of-type .shadow-container{

	border-width: 0px;

	border-image-width: 0px;

}



body.fixed .content:only-of-type .shadow-container{

	border-width: 0px 0px 10px;

	border-image-width: 0px 0px 10px;

}



/* Site nav */



nav#access {



}



nav#access ul ul {

	display: none;

}



	nav#access ul li:hover > ul {

		display: block;

	}



nav#access ul {

	list-style: none;

	position: relative;

	display: inline-table;

	margin:0;

	padding:0;

}

	nav#access ul:after {

		content: ""; clear: both; display: block;

	}

	nav#access ul li {

		float: left;

	}

		nav#access ul li a {

			font-family: 'Open Sans';

			text-transform: uppercase;

			font-weight:200;

			display: block;

			padding: 12px 12px;

			color: #4e4e4e;

			text-decoration: none;

			-webkit-transition: all 0.2s ease;

			   -moz-transition: all 0.2s ease;

				-ms-transition: all 0.2s ease;

					transition: all 0.2s ease;

		}

			nav#access ul li.has_submenu a:hover {

				color: #636363;

				background: #f9f9f9;

			}

			nav#access div > ul > li.has_submenu:hover {

				background: #f0f0f0;

				box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);

				-webkit-border-radius: 6px;

				   -moz-border-radius: 6px;

						border-radius: 6px;

			}

			nav#access div > ul > li.has_submenu > a:hover {

				-webkit-border-radius: 6px;

				   -moz-border-radius: 6px;

						border-radius: 6px;

			}



	nav#access ul ul {

		background: #f0f0f0;

		border-radius: 0px;

		box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25);

		padding: 0;

		position: absolute;

		top: 90%;

		text-align: left;

		z-index: 10;

	}

		nav#access ul ul li {

			float: none; 

			position: relative;

		}

			nav#access ul ul li a {

				padding: 12px 20px;

				color: #757575;

			}	

		

	nav#access ul ul ul {

		position: absolute;

		left: 100%;

		top:0;

		width: 100%;

		z-index: -1;

	}

nav#access ul li a:hover {

	background-color: #b5b5b5;

	color: #fff;

}



nav#access ul li#menu-item-223 a {

	padding:0;

	height: 46px;

	width: 117px;

	background:url(images/food-daily.png) center center no-repeat;

	font-size: 0;margin-left:10px;

}

nav#access ul li#menu-item-223 a:hover {

	font-size: 0; 

	display: block; 

	background: url(images/food-daily-over.png) center center no-repeat;

}

/* Posts nav */



nav#posts {

	width: 900px;

	margin: 3em auto 1em;

	display: block;

	overflow: hidden;

}



nav#posts .nav-previous {

	float: left;

}



nav#posts .nav-next {

	float: right;

}



/* Single nav */



nav#single {

	width: 450px;

	margin: 12px auto;

}



nav#single .nav-previous {

	float: left;

}



nav#single .nav-next {

	float: right;

}



/* Intrapage Nav */



nav#page {

	position: fixed;

	right: 15px;

	top: 40%;

	z-index: 10000;

}

nav#page li {

	height: 14px;

	width: 14px;

	position: relative;

	right: 0;

	padding-top: 4px;

	list-style-type: none;

	overflow: hidden;

}

nav#page li:hover {

	overflow: visible;

}

nav#page li > a {

	width: 10px;

	height: 10px;

	background: #999 0 100% no-repeat;

	text-indent: -9000px;

	overflow: hidden;

	border-radius: 8px;	display: block;

	-webkit-border-radius: 8px;

	-moz-border-radius: 8px;

	position: relative;

}

nav#page h6 {

	color: #fff;

	display: block;

	opacity: 0;

	position: absolute;

	right: 12px;

	top: -6px;

	white-space: nowrap;

	padding: 4px 12px 5px 28px;

	margin-right: 6px;

	-webkit-transition: all 0.5s ease;

	-moz-transition: all 0.5s ease;

	-o-transition: all 0.5s ease;

	-ms-transition: all 0.5s ease;

	transition: all 0.5s ease;

}

nav#page h6 a {

	color: #fff;

}

nav#page h6 a:hover {

	text-decoration: none;

}

nav#page h6:before {

	content:"";

	position:absolute;

	border-style:solid;

	display:block;

	width:0;

	top:9px;

	bottom:auto;

	left:auto;

	right:-6px;

	border-width:6px 0 6px 6px;

}

nav#page li:hover h6 {

	opacity: 1;

	right: 18px;

}



/* Posts

----------------------------------------------- */



#primary {

	clear: both;

}



.content,

.content-container {

	background: transparent 50% 0 no-repeat fixed;

	width: 100% !important;

	margin: 0;

	padding: 0;

	overflow: hidden;

	position: relative;

}



.has-background {

	min-height: 1200px;

}



.shadow-container {

	border-width: 10px 0px 0px;

	-webkit-border-image: url(images/box-shadow-inset.png) 10 22 repeat;

	   -moz-border-image: url(images/box-shadow-inset.png) 10 22 repeat;

		 -o-border-image: url(images/box-shadow-inset.png) 10 22 repeat;

			border-image: url(images/box-shadow-inset.png) 10 22 repeat;

	border-image-width: 10px 0px 0px;

	border-style: solid;

}



body .content:last-of-type .shadow-container {

	border-width: 10px 0px 10px;

	border-image-width: 10px 0px 10px;

}



body .content:only-of-type .shadow-container,

#container {

	border-width: 0px 0px 10px;

	border-image-width: 0px 0px 10px;

}



.content .overlay.shadow-container {

	display: block;

	position:absolute;

	height:auto;

	bottom:0;

	top:0;

	left:0;

	right:0;

}



.single .content {

	height: 100%;

	padding-bottom: 6em;

}



.content section.f3_section {

	width: 900px;

	margin: 0 auto;

	position: relative;

	z-index: 2;

}



.content header,

#search-results #no-results header {

	margin-top: 6em;

}



#search-results.content header {

	margin-top: 2em;

}



.has-background header {

	margin-top: 16em;

}



.entry-content a {

	text-decoration: underline;

}



.content header,  

.content .entry-summary, .content .entry-content {

	float: left;

	clear: both;

	text-align: left;

}

.content header, .content .entry-summary, 

.content .entry-content, .content .edit-link, 

footer.entry-meta {

	position: relative;

	left: 0;

	width: 450px;

	z-index: 1000;

}



.content section.center header, 

.content section.center .entry-summary, 

.content section.center .entry-content, 

.content section.center footer.entry-meta  {

	left: 25%;

}



.content section.right header, 

.content section.right .entry-summary, 

.content section.right .entry-content, 

.content section.right footer.entry-meta  {

	left: 50%;

}



.content .full header, .search-results .content .entry-header,

.content .full .entry-summary, .search-results .content .entry-summary,

.content .full .entry-content, .search-results .content .entry-content,

.content .full .entry-meta, .search-results .content .entry-meta,

.content .full .edit-link, .search-results .content .edit-link {

	width: 100%;

}



.content header h1,

.content header h1 a,

.single .content header h1,

#search-results #no-results header h1 {

	display: block;

	line-height: 1em;

	margin: 0 0 0.5em 0;

}



.content header h1 a {

	font-size: 1em;

}



#search-results header h1 {

	margin: 0;

}



#search-results header h1 a {

	font-size: 0.5em;

}



.has-background header h2 a {

	margin: 0 0 1em 0;

}



.content .overlay {

	background: 50% top no-repeat fixed;

	width: 100%;

	height: 100%;

	position: absolute;

}



.content-container.repeat, .content .overlay.repeat {

	background-repeat: repeat;

}



.content-container.repeat-x, .content .overlay.repeat-x {

	background-repeat: repeat-x;

}



.content-container.repeat-y, .content .overlay.repeat-y {

	background-repeat: repeat-y;

}



.content-container.cover, .content .overlay.cover {

	-webkit-background-size: cover;

	   -moz-background-size: cover;

		 -o-background-size: cover;

			background-size: cover;

}



footer.entry-meta {

	margin: 0 0 3em 0;

	padding: 0;

	z-index: 1000;

}



#search-results footer.entry-meta {

	margin-bottom: 1em;

}



#search-results {

	padding-bottom: 3em;

}



#search-results section {

	overflow: hidden;

}



.sticky {}

.gallery-caption {}

.bypostauthor {}



/* Footer

----------------------------------------------- */



#footer {

	width: 900px;

	margin: 0 auto 0 auto;

	padding: 3em 0;

}



#footer h1 {

	font-size: 1.6em;

}



#footer-widgets {

	float: left;

	width: 100%;

	margin-bottom: 3em;

}



#footer a {

	color: #222;

	padding: 0;

	margin: 0;

	text-indent: 1px;

}



#site-copyright {

	text-align: center;

	margin-bottom: 0 auto 1.2em auto;

	font-weight: normal;

}



#site-generator {

	float: right;

	margin-bottom: 1.2em;

	text-align: right;

}



#site-copyright, #site-copyright a,

#site-generator, #site-generator a {

	color: #454545;

	font-size: 11px;

}



#links ul, #archives ul,

#meta ul, #pages ul {

	list-style-type: none;

}





/* Widget

----------------------------------------------- */



.widget {

	display: block;

	float: left;

	width: 225px;

}

.widget.Social_Widget.amr_widget {width:100%;margin:0 auto;text-align:center;}

.widgettitle {

	font-size: 1.6em;

}



.widget #searchform label {

	display: block;

}





/* Comments

----------------------------------------------- */



#comments {

	height: 250px;

	width: 450px;

	margin: 100px auto 30px;

	height: 100%;

	position: relative;

	z-index: 2;

}



#comments ul, #comments ol {

	list-style-type: none;

	text-indent: 0;

}

#comments-title {

	margin-bottom: 1.6em;

}



#comments label {

	display: block;

	width: 100%;

	margin: 0.5em 0 0.2em;

}



#comments .comment-author img {

	border: 2px solid rgba(255, 255, 255, 0.6);

	float: left;

	margin: -0.5em 0 0 -6em;

}

.comment-author, .comment-author cite, .comment-author a,

.comment-author a time, .comment-author span {

}

#commentform p {

	margin-bottom: 0;

}

#commentform #comment {

	height: 158px;

}



#commentform input, #commentform #comment {

	width: 436px; /* 450 - padding - border */

}

#commentform input[type=submit] {

	width: 450px;

}

#commentform p.comment-notes, #commentform p.form-allowed-tags {

	width: 100%;

}



#commentform #comment-reply {

	width: 450px;

}



#commentform .form-submit {

	clear:both;

	margin-top: 0.5em;

}



.commentlist .reply {

	text-align: right;

	margin: -1.5em 0 2em;

}



.commentlist .reply a {

	font-size: 0.8em;

}

.commentlist .children {

	margin-left: 4em;

}



#comments .children .comment-author img {

	margin-left: -4em;

}



.comment-meta {

	background: rgba(255,255,255,0.6);

	font-size: 0.6em;

	margin: 0 0 1em -1em;

	padding: 1em;

	border-radius: 1em;

}



#reply-title {

	margin-bottom: 0.5em;

}



#reply-title a {

	font-size: 1em;

}



#cancel-comment-reply-link {

	float: right;

}





/* 404 Page

----------------------------------------------- */



.error404 #searchform {

	margin: 2em 0;

}



.error404 .entry-content ul {

	list-style-type: none;

}



.hit-the-floor {

	color: #fff;

	font-size: 16em;

	font-weight: bold;

	text-shadow: 0 1px 0 #ccc, 

		0 2px 0 #c9c9c9,

		0 3px 0 #bbb,

		0 4px 0 #b9b9b9,

		0 5px 0 #aaa,

		0 6px 1px rgba(0,0,0,.1),

		0 0 5px rgba(0,0,0,.1),

		0 1px 3px rgba(0,0,0,.3),

		0 3px 5px rgba(0,0,0,.2),

		0 5px 10px rgba(0,0,0,.25),

		0 10px 10px rgba(0,0,0,.2),

		0 20px 20px rgba(0,0,0,.15);

}





/* Image Box Shadow

----------------------------------------------- */



.entry-content a img, .avatar img {

	background-color: rgba(255, 255, 255, 0.6);

	border: solid 1px #efefef;

	padding: 6px; 

	-webkit-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2) inset;

	   -moz-box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2) inset;

			box-shadow:0 1px 1px rgba(0, 0, 0, 0.3), 0 0 3px rgba(0, 0, 0, 0.2) inset;

}



a:hover img {

	border: solid 1px #999;

	-webkit-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.2) inset;

	   -moz-box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.2) inset;

			box-shadow:0 1px 2px rgba(0, 0, 0, 0.4), 0 0 4px rgba(0, 0, 0, 0.2) inset;

}



/* Image Box Shadow with Caption

----------------------------------------------- */



.entry-content .wp-caption a img {

	padding-bottom: 2.6em;

}



.wp-caption-text {

	text-align: center;

	font-style: italic;

	color: #757575;

	top: 0em;

	position: relative;

}



/* ThemeDesigner

----------------------------------------------- */



#theme-designer {

	color: #f0f0f0;

	background: rgb(22,22,22);

	background-color: rgba(22,22,22,.85);

	display: none;

	position: fixed;

	width: 300px;

	top: 50px;

	right: 50px;

	list-style-type: none;

	z-index: 10000;

	-webkit-border-radius: 10px;

	   -moz-border-radius: 10px;

			border-radius: 10px;

	-webkit-box-shadow: 0 0 5px #888;

	   -moz-box-shadow: 0 0 5px #888;

			box-shadow: 0 0 5px #888;

}



#theme-designer a:hover {

	color: #FFF!important;

}



#theme-designer .ui-resizable-se {

	float: right;

	cursor: se-resize;

	width: 16px;

	height: 16px;

	background: transparent url(images/resizable-icon.png) top left no-repeat;

}



#theme-designer h2,

#theme-designer h3 {

	color: #f0f0f0;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 1.2em;

	background-color: rgb( 11, 11, 11 );

	-webkit-border-radius: 10px;

	-moz-border-radius: 10px;

	border-radius: 10px;

	padding: 6px 6px 6px 12px;

}



#theme-designer h2 {

	cursor: move;

}



#theme-designer h2 span {

	background-color: #C00;

	cursor: pointer;

	font-weight: 400;

	float: right;

	-webkit-border-radius: 1em;

	-moz-border-radius: 1em;

	border-radius: 1em;

	padding: 0px 8px 3px;

	margin-top: -2px;

	border: 1px solid #121212;

}



#theme-designer h3 {

	cursor: pointer;

	margin: 1.2em 0 0.6em;

	border: 1px solid #545454;

}



#theme-designer h3:after {

	content: '\2193'; 

	height: 16px; 

	width: 16px;   

	position: relative; 

	right: 0px; 

	top: 0px; 

	float: right;

	-webkit-transition:all 1.0s ease-in-out;

	-moz-transition:all 1.0s ease-in-out;

	-o-transition:all 1.0s ease-in-out;

	-ms-transition:all 1.0s ease-in-out;	

	transition:all 1.0s ease-in-out;

}



#theme-designer h3.open-accordion:after {

	content: '\2191'; 

}



#theme-designer h4 {

	color: #f0f0f0;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;

	font-size: 1em;

}



#theme-designer .accordion-pane {

	display: none;

	color: #f0f0f0;

	padding: 26px 12px 12px;

	margin: -22px 0 0;

	border: 1px solid #545454;

	border-top: none;

	-webkit-border-bottom-right-radius: 10px;

	-webkit-border-bottom-left-radius: 10px;

	-moz-border-radius-bottomright: 10px;

	-moz-border-radius-bottomleft: 10px;

	border-bottom-right-radius: 10px;

	border-bottom-left-radius: 10px;

}



#theme-designer .accordion-pane label {

	display: block;

}



#theme-designer .accordion-pane input[type="text"] {

	width: 95%;

}



.livinia-color-picker {

	margin-bottom: 20px;

}



.livinia-color-input {

	margin: 0px 5px 5px 0px;

	width: 8em;

}

#theme-designer input[type="text"].livinia-color-input {

	width: 8em;

}

.livinia-color-label {

	height: auto;

}



#theme-designer a.livinia-color-pick {

	color: #EFEFEF;

	white-space: nowrap;

}



#theme-designer .farbtastic {

	margin: 0 auto;

}



#theme-designer form {

	padding: 12px;

}



#theme-designer fieldset {

	border: none;

}



#theme-designer input {

	border: 1px solid #666;

}



#theme-designer #livinia-fonts {

	font-size: 20px;

	width: 135px;

	line-height: 1.6em;

	display: inline-block;

	border: none;

}

#theme-designer small {

	color: #767676;

	display: inline-block;

	font-style: italic;

	font-size: 0.8em;

	line-height: 1.4em;

	margin-bottom: 0.6em;

}



/* Grunion Contact Form

----------------------------------------------- */

.contact-form > div {

	margin: 0.5em 0;

}



.contact-form label {

	display: inline-block;

	width: 40%;

}



.contact-form label span {

	color: #545454;

	font-weight: 200!important;

}



.contact-form input {

	display: inline-block;

	width: 55%;

}



.contact-form input.checkbox, 

.contact-form input.radio {

	clear: left;

	width: auto;

}



.contact-form label.radio {

	display: inline-block;

	width: 90%;

}



.contact-form .contact-submit input[type=submit] {

	width: 100%;

}



/* jQuery Select Box Styles

----------------------------------------------- */



a.selectBox:hover, .selectBox a:hover {

	text-decoration: none;

}



/* Inline control */

.selectBox-inline {

	width: 100%;

	outline: none;

	border: solid 1px #BBB;

	background: rgba(22,22,22,.85);

	display: inline-block;

	overflow: auto;

}



.selectBox-inline:focus {

	border-color: #666;

}



/* Options */

.selectBox-options,

.selectBox-options li,

.selectBox-options li a {

	list-style: none;

	display: block;

	cursor: default;

	padding: 0;

	margin: 0;

}



.selectBox-options li a {

	color: #EFEFEF;

	font-size: 2.6em;

	line-height: 1.2;

	padding: 0 5px;

	white-space: nowrap;

	overflow: hidden;

	background: 6px center no-repeat;

}



.selectBox-options li.selectBox-hover a {

	background-color: rgba(66,66,66,.85);

	-webkit-transition: background-color 0.4s ease;

	-moz-transition: background-color 0.4s ease;

	-o-transition: background-color 0.4s ease;

	-ms-transition: background-color 0.4s ease;

	transition: background-color 0.4s ease;

}



.selectBox-options li.selectBox-disabled a {

	color: #888;

	background-color: transparent;

}



.selectBox-options li.selectBox-selected A {

	background-color: rgba(55,55,55,.85);

}



.selectBox-options .selectBox-optgroup {

	color: #666;

	background: #EEE;

	font-weight: bold;

	line-height: 1.5;

	padding: 0 .3em;

	white-space: nowrap;

}



/* Disabled state */

.selectBox.selectBox-disabled {

	color: #888;

}



.selectBox-dropdown.selectBox-disabled .selectBox-arrow {

	opacity: .5;

	filter: alpha(opacity=50);

	border-color: #666;

}



.selectBox-inline.selectBox-disabled {

	color: #888;

}



.selectBox-inline.selectBox-disabled .selectBox-options A {

	background-color: transparent;

}



/* Boxes

----------------------------------------------- */



.third-box {

	width: 26%; 

	margin: 1em 1.5%; 

	float: left; 

	padding: 1em;

	border-width: 2px; 

	border-style: solid; 

	-webkit-border-radius: 0.5em;

	   -moz-border-radius: 0.5em;

			border-radius: 0.5em;

}





/* bbPress >= 2.1

----------------------------------------------- */



#container {

	width: 100%;

	overflow: hidden;

}



#content table.bbp-forums {

	margin-bottom: 2em;

}

.wp_themeSkin .mceIframeContainer iframe {

	position: relative;

	background: #fff;

}

.wp_themeSkin .mceStatusbar div {

	height: 20px;

	padding: 0 2px !important;

}

.bbp-author-avatar img {

	padding: 0 !important;

}

.bbp-author-role {

	display: none;

}

.bbp-topic-description .bbp-author-avatar img,

.bbp-forum-description .bbp-author-avatar img,

.bbp-topic-started-by .bbp-author-avatar img,

.bbp-reply-revision-log-item img,

.bbp-topic-freshness-author .bbp-author-avatar img {

	box-shadow: 0 0 0 #fff !important;

	border: 0 !important;

	margin: 0 !important;

	vertical-align: middle !important;

}

#bbpress-forums .bbp-reply-content a {

	text-decoration: underline;

}

.bbp-topic-meta a,

.bbp-template-notice a,

.bbp-topic-freshness-author a {

	font-size: 12px;

}

.bbPress #content {

	max-width: 900px;

	margin: 1em auto 3em;

}

.bbPress.fixed #content {

	margin: 6em auto 3em;

}



#bbpress-forums #author-description {

	margin: -5em 0 0 80px;

}

#bbpress-forums td{

	padding: 0.5em;

}

.bbp-single-user {

	padding-top: 2em;

}

.bbp-forum-freshness a,

.bbp-topic-freshness a,

.bbp-forum-info a,

.bbp-topic-title a,

.bbp-reply-author a {

	text-decoration: none;

}

img.mceIcon {

	padding: 0;

	border: 0;

	-webkit-box-shadow: none;

	   -moz-box-shadow: none;

			box-shadow: none;

}



/* bbPress >= 2.2

----------------------------------------------- */



.forum .content-container header,

.forum .content-container .entry-summary,

.forum .content-container .entry-content,

.forum .content-container .edit-link,

.forum footer.entry-meta,

.topic .content-container header,

.topic .content-container .entry-summary,

.topic .content-container .entry-content,

.topic .content-container .edit-link,

.topic footer.entry-meta,

.reply .content-container header,

.reply .content-container .entry-summary,

.reply .content-container .entry-content,

.reply .content-container .edit-link,

.reply footer.entry-meta,

.forum-search .content-container header,

.forum-search .content-container .entry-summary,

.forum-search .content-container .entry-content,

.forum-search .content-container .edit-link,

.forum-search footer.entry-meta, 

.bbp-user-page .content-container header,

.bbp-user-page .content-container .entry-summary,

.bbp-user-page .content-container .entry-content,

.bbp-user-page .content-container .edit-link,

.bbp-user-page footer.entry-meta {

	width: 100%;

}



.bbp-forum-title {

	font-weight: bold;

}



.div.bbp-submit-wrapper {

	margin-top: -150px;

}



.bbp-forum-form,

.bbp-topic-form,

.bbp-reply-form {

	background-color: #f3f3f3;

}



.forum .has-background header,

.topic .has-background header,

.reply .has-background header {

	margin-top: 4em;

}



/* WooCommerce 2.0+

----------------------------------------------- */



.woocommerce-breadcrumb {

	display: none;

}



.single-product .product.content header,

.single-product .product footer.entry-meta,

.single-product .product.content .entry-summary,

.single-product .product.content .entry-content {

	clear: none;

}



.single-product .product section.center .entry-summary,

.single-product .product section.center .entry-content,

.single-product .product section.center .entry-meta,

.single-product .product section.right .entry-summary,

.single-product .product section.right .entry-content,

.single-product .product section.right .entry-meta {

	left: 0;

}



.single-product .product section .woocommerce-breadcrumb,

.single-product .product section .product {

	clear: left;

	position: relative;

	left: 0;

	width: 450px;

	z-index: 1000;

	margin-top: 8em;

}



.single-product .product section.center .woocommerce-breadcrumb,

.single-product .product section.center .product {

	left: 25%;

}



.single-product .product section.right .woocommerce-breadcrumb,

.single-product .product section.right .product {

	left: 50%;

}



.single-product .product section.full .woocommerce-breadcrumb,

.single-product .product section.full .product {

	width: 100%;

}



.woocommerce .content section.f3_section {

	margin-top: 8em;

}



.product a:hover img {

	border: none;

}



.woocommerce .f3_section div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce-page .f3_section div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce #content .f3_section div.product .woocommerce-tabs ul.tabs li.active,

.woocommerce-page #content .f3_section div.product .woocommerce-tabs ul.tabs li.active{

	background: #ffffff;

	background: rgba( 255, 255, 255, 0.9 );

}



.woocommerce .f3_section div.product .woocommerce-tabs ul.tabs li,

.woocommerce-page .f3_section div.product .woocommerce-tabs ul.tabs li,

.woocommerce #content .f3_section div.product .woocommerce-tabs ul.tabs li,

.woocommerce-page #content .f3_section div.product .woocommerce-tabs ul.tabs li {

	background: #999999;

	background: rgba( 230, 230, 230, 0.9 );

	margin: 0 0;

}



.woocommerce .product .images {

	display: none;

}



.woocommerce .f3_section div.product div.summary,

.woocommerce-page .f3_section div.product div.summary,

.woocommerce #content .f3_section div.product div.summary,

.woocommerce-page #content .f3_section div.product div.summary {

	width: 100%;

}



.payment_box fieldset {

	border: none;

}



/* Responsive Menu */

nav#access {

	display: none;

}

nav#access a#pull {

	display: none;

	background: #d5d5d5;

	background: rgba(100,100,100,0.2);

	padding: 0.3em 0;

}

nav#access li:last-child a {

	border-right: 0;

}

nav#access.responsive-menu {

	width: 100%;

	height: auto;

}

nav#access.responsive-menu ul {

	width: 100%;

	display: block;

	height: auto;

	padding: 0;

	margin: 0 auto;

	border-top: 1px solid #d5d5d5;

}

nav#access.responsive-menu li {

	display: inline;

	width: 50%;

	float: left;

	position: relative;

}

nav#access.responsive-menu ul li a {

	margin: 0;

	padding: 0.2em 0;

	border-bottom: 1px solid #d5d5d5;

	border-right: 1px solid #d5d5d5;

}

nav#access.responsive-menu div > ul > li.has_submenu:hover {

	background: transparent;

	box-shadow: none;

	-webkit-border-radius: 0px;

	   -moz-border-radius: 0px;

			border-radius: 0px;

}

nav#access.responsive-menu div > ul > li.has_submenu > a:hover {

	background: transparent;

	-webkit-border-radius: 0px;

	   -moz-border-radius: 0px;

			border-radius: 0px;

}

nav#access.responsive-menu a {

	text-align: left;

	width: 100%;

	text-indent: 15px;

}

nav#access.responsive-menu a:hover, nav a:active {

	color: #121212;

}

nav#access.responsive-menu a#pull:after {

	content:"";

	background: url('images/nav-icon.png') no-repeat;

	width: 30px;

	height: 30px;

	display: inline-block;

	position: absolute;

	right: 15px;

	top: 6px;

}

nav#access.responsive-menu ul {

	display: none;

	height: auto;

}

nav#access.responsive-menu a#pull {

	display: block;

	width: 100%;

	position: relative;

}

.edit-link {

	display:none;

}

article:after {

	background-color: #b5b5b5;

    content: "";

    display: inline-block;

    height: 1px;

    position: relative;

    verticamiddle;

    width: 100%;l-align: 

}

body.archive div.entry-content p {

	text-align: left;

}

body.single div.entry-content p {

	text-align: left;

}

body.archive footer.entry-meta {

	font-size: 12px;

}

body.single footer.entry-meta {

	font-size: 12px;

}

body.archive footer.entry-meta a {

	font-size: 12px;

}

body.single footer.entry-meta a {

	font-size: 12px;

}

body.archive time {

	font-size: 12px;

}

body.single time {

	font-size: 12px;

}

img.alignnone {

	margin-left: 10px;

	margin-bottom: 10px;

}

body.blog div.entry-content p {

	text-align: center;

}

section#post-88  div.entry-content p {

	text-align: left;

}

span.comments-link {

	display:block;

	float:none;

	text-align:center;

	width:100%;

	clear:both;



}

span.leave-reply {

	font-family: Indie Flower;

	font-size:30px;

	padding:20px 0;

	display:block;

}

#ssba center {

	font-family: Indie Flower;

	font-size:30px;

}

body.archive footer.entry-meta span.comments-link a {

	font-family: Indie Flower;

	font-size:30px;

	padding:20px 0;

	display:block;

} 

body.single footer.entry-meta span.comments-link a {

	font-family: Indie Flower;

	font-size:30px;

	padding:20px 0;

	display:block;

} 

body.archive footer.entry-meta span.comments-link a b {

	font-family: Indie Flower;

	font-size:30px;

} 

body.single footer.entry-meta span.comments-link a b {

	font-family: Indie Flower;

	font-size:30px;

} 

footer.entry-meta {

	float: none;

	clear:both;

	width:100%;

	text-align:center;

}

div.comment-content p {

	font-family: Indie Flower;

	font-size: 20px;

}

