/*
 Theme Name:     twentytwelve Child Theme
 Theme URI:      http://hyperlinkcode.com/blog/?p=950
 Description:    A bare-bones child theme for use with twentytwelve Theme. To use this Child Theme, you must have twentytwelve parent theme installed.
 Author:         Ed Zivkovic
 Author URI:     http://www.wez.com.au/
 Template:       twentytwelve
 Version:        1.0.0
 License:        GNU General Public License v2 or later
 License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/
 
/* Add Custom CSS after this line */

/* blog button image in top main navigation */
img.attachment-full.wp-post-image {
	width: 100px;
}

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}


/* Form fields, general styles first */
button,
input,
textarea {
	border-radius: 0px;
	font-family: inherit;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
    border-radius: 0px;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}


/* Buttons */

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 10px;
	line-height: 1.428571429;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	background-color: #7c7365;
	background-repeat: no-repeat;
	background-image: none;
	border: none;
	border-radius: 0px;
	box-shadow: none;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #fff;
	background-color: #d4b164;
	background-repeat: no-repeat;
	background-image: none;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #7c7365;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	display: none;
}










/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-content img,
.comment-content img,
.widget img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	border-radius: 0;
	box-shadow: none;
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}

.post img {
	width: 100%;
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}
#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin-top: 24px;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #7c7365;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #7c7365;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-rendering: optimizeLegibility;
	color: #7c7365;
}
body.custom-font-enabled {
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	outline: none;
	color: #d4b164;
}
a:hover {
	color: #d4b164;
}

a:visited {
	color: #d4b164;
}

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #7c7365;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */

.site {
	padding: 24px;
	padding: 1.714285714rem;
	background-color: #ffffff;
}
.site-content {
	margin: 24px 0 0;
	margin: 1.714285714rem 0 0;
}


/* Header */

.site-header {
	padding: 24px 0;
	padding: 1.714285714rem 0;
	width: 100%;
	margin-bottom: -40px;
	overflow: visible;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}

.site-header h1 a,
.site-header h2 a {
	color: #d4b164;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #21759b;
}
.site-header h1 {
	font-size: 24px;
	font-size: 1.714285714rem;
	line-height: 1.285714286;
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #7c7365;

}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}

/* Navigation Menu */
.main-navigation {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;

}
.main-navigation li {
	margin-top: 15px;
	margin-top: 0.914285714rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.42857143;
}

.main-navigation li li {
		border-bottom: none;
	}


.main-navigation a {
	color: #7c7365;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;

}
.main-navigation a:hover,
.main-navigation a:focus {
	color: #d4b164;
}

.main-navigation li.nav-menu {
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: none;

}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: inline-block;

}

/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	word-wrap: break-word;
}
.widget-area {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-bottom: 0rem;
	padding-top: 25px !important;
	margin-top: 0px !important;

}

.widget h3 {
	background: url(images/banner.png) no-repeat;
	background-size: 100%;
	height: auto;
	color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0px !important;
	margin-top: 30px;
	letter-spacing: 1px;
	color: #ffffff;
	text-transform: uppercase;
	padding-left: 30px;
}

.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1;
}
.widget-area .widget p {
	margin-bottom: 0px;
	margin-bottom: 0rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0px;
	margin: 0rem;
}
.widget-area .textwidget li {
	margin-left: 0px;
}

.textwidget {
	margin-bottom: -25px;
	margin-left: 30px !important;
}

.widget-area .widget a {
	color: #d4b164;
}
.widget-area .widget a:hover {
	color: #d4b164;
}
.widget-area .widget a:visited {
	color: #d4b164;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}


/* Blog "Sidebar Image" Margins */

.widget_sp_image img {
	margin-top: 20px;
	width: 100%;
}

/* End Blog "Sidebar Image" Margins */



/* Search */

#searchform {
	margin-top: 8px;
	margin-left: 30px !important;
	margin-bottom: -7px !important;
}

#searchsubmit {
	padding: 5px;
	margin-left: 6px;
	font-size: 8px;
	background-color: #d4b164;
}


/* Mail Subscribe List Form CSS Newsletter */

.sml_subscribe {
   margin-top: 8px;
   width: 100%;
   color: #7c7365;
  padding-bottom: 25px !important;
}
.sml_subscribe p.prepend {
   margin-bottom: 5px;
   line-height: 1.5em;
   font-size: 12px;
   hyphens: none !important;
   -webkit-hyphens: none;
  -moz-hyphens: none;
}
.sml_subscribe p.sml_thankyou {
  color: #d4b164;
  font-style: italic;
  font-weight: bold;
}
.sml_subscribe p {
   font-style: italic;
}
.sml_subscribe p label {}
.sml_subscribe p label input {}  
.sml_subscribe p input[type=submit] {
  font-size: 8px;
  display: block;
  font-style: bold;
  padding: 5px 5px 5px 6px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  cursor: pointer;
  background-color: #d4b164 !important;
  color: #fff !important;
  font-family: Georgia, "Times New Roman", Times, serif;
}

input.btn sml_submitbtn {
  background-color: #d4b164 !important;
}

form input.sml_emailinput {
  background-color:transparent;
  float:left;
  margin-right: 9px;
}


/* End Mail Subscribe List Form CSS */




/* Footer */
footer[role="contentinfo"] {
	border-top: 1px dashed #e3dcc9;
	clear: both;
	font-size: 1.1em;
	text-transform: uppercase !important;
	line-height: 2;
	letter-spacing: .15em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 12px 0;
	padding: .814285714rem 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #aa9e87;
	overflow: hidden;
}
footer[role="contentinfo"] a {
	letter-spacing: .15em;

}
footer[role="contentinfo"] a:hover {
	color: #d4b164 !important;
	letter-spacing: .15em;

}

/* =Main content and comment content
-------------------------------------------------------------- */

.entry-header {
	margin-bottom: 10px;
}
.page-id-5429 .entry-header {
display: none;
}
.page-id-11510 .entry-header {
display: none;
}
.page-id-11511 .entry-header {
display: none;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header .entry-title {
	color: #7c7365;
	font-size: 18px !important;
	font-weight: normal;
	background: url(images/blog_title_bg.png) repeat-x left top;
	height: 40px;
	margin-bottom: 25px;
}

.entry-title {
	padding-top: 25px !important;
	padding-left: 10px;
}

.entry-header .entry-title a {
	text-decoration: none;
	color: #7c7365;
}
.entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-bottom: -30px !important;
	font-size: 13px;
	font-size: 0.928571429rem;
	color: #7c7365;
}

.comments-link a,
.entry-meta a {
	color: #d4b164;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #d4b164;
}


.comments-link a {
}

.comments-title {
	margin-top: -20px !important;
	margin-bottom: 25px !important;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-bottom: 1px dashed #e3dcc9;
	line-height: 35px;
}


.form-allowed-tags { display: none; }



article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #7c7365;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;

}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 1.714285714;
	color: #7c7365;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 24px 0;
	margin: 1.714285714rem 0;
	line-height: 1.714285714;
	color: #7c7365;
}
.entry-content h1,
.comment-content h1 {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.5em;
	color: #7c7365;

}

.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
	color: #7c7365;

}
.entry-content h3,
.comment-content h3 {
	font-size: 16px;
	font-size: 1.142857143rem;
	color: #7c7365 !important;
	line-height: 1.846153846;
}
.entry-content h4,
.comment-content h4 {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.846153846;
}
.entry-content h5,
.comment-content h5 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 12px;
	line-height: 1.714285714;
	color: #7c7365 !important;
}


.entry-content a:visited,
.comment-content a:visited {
	color: #d4b164;
}
.entry-content .more-link {
	white-space: nowrap;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #7c7365;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	overflow: auto;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.comment-content {
	margin-top: -50px !important;

}


.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #7c7365;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	border-bottom: 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
    	margin-bottom: 20px;
	padding-bottom: 0px;
	background-color: transparent !important;
	margin-top: -5px;
}

.comment-content td {
}


.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-bottom: -60px;
}

.mu_register h2 {
	color: #7c7365;
	font-weight: normal;
}


.comment-author {
	margin-left: -85px !important;
	margin-top: 15px !important;
	color: #7c7365 !important;
	
}

.comment-author a {
	color: #d4b164 !important;
}

.comment-meta {
	font-style: italic;
	margin-bottom: 50px !important;
}


.comments-area article header time {
	color: #d4b164 !important;
	font-style: italic;
	font-size: 11px;
	display: none;
}


.comments-area article header cite {
	font-weight: bold !important;
}

.comments-area article header cite a {
}






/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	border-bottom: 1px solid #ededed;
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	padding-bottom: 22px;
	padding-bottom: 1.571428571rem;
}
.archive-meta {
	color: #7c7365;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}

/* =Single audio/video attachment view
-------------------------------------------------------------- */

.attachment .entry-content .mejs-audio {
	max-width: 400px;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}

/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #d4b164;
}
article.format-aside h1 a:hover {
	color: #d4b164;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #7c7365;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}

/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #7c7365;
	background-color: #ffffff;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #7c7365;
	background: #efefef;
}



/* =Comments
-------------------------------------------------------------- */

.bypostauthor {
	margin-left: 20px;
	padding-top: 0px;
	margin-bottom: 10px;
	border-top: 1px dashed #d4b164;
}


/* Comment form */
#respond {
	margin-top: 40px;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	color: #7c7365 !important;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #7c7365 !important;
}

a.comment-reply-link {
    	color: #d4b164 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	text-decoration: none;
}

a.comment-edit-link {
    	color: #d4b164 !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	text-decoration: none;
}



#respond form {
	margin: 0px 0;
	margin: 0rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
	color: #7c7365 !important;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 0px;
	padding: 0rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #7c7365;
}
.required {
	color: red;
}

/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;

}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #d4b164;
}
.template-front-page .widget-area .widget li a:hover {
	color: #d4b164;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}

/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}



#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #7c7365;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}

/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}




/* =Media queries
-------------------------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 600px) {
	img.attachment-full.wp-post-image {
	margin-bottom: 0px;
	}
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	.site {
		max-width: 960px;
		margin: 0 auto;
		max-width: 68.571428571rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 67.5%;

	}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.widget-area {
		float: right;
		width: 26.041666667%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}






/* Main Navigation, Top Links, CSS */

	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		border-top: 1px dashed #e3dcc9;
		border-bottom: 1px dashed #e3dcc9;
		display: inline-block !important;
		text-align: center;
		width: 100%;
		letter-spacing: 1.5px;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		color: #7c7365;
		line-height: 3.692307692;
		text-transform: uppercase;
		white-space: nowrap;
	}
	.main-navigation li a:hover,
	.main-navigation li a:focus {
		color: #d4b164;

	}
	.main-navigation li {
		margin: 0 18px 0 0;
		margin: 0 1.5rem 0 0;
		position: relative;
	}
	.main-navigation li ul {
		margin-left: -18px;
		padding-top: 0px;
		text-size: 10px;
		position: absolute;
		top: 100%;
		z-index: 1;
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);
		text-align: left;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;

	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;

	}
	.main-navigation li ul li a {
		background: #ffffff;
		display: block;
		font-size: 11px;
		font-size: 0.785714286rem;
		line-height: 2.181818182;
		padding: 4px 20px;
		padding: 0.25rem 1.25rem;
		width: 100px;
		width: 10.85714286rem;
		white-space: normal;

	}
	.main-navigation li ul li a:hover,
	.main-navigation li ul li a:focus {
		background: #ffffff;
		color: #d4b164;

	}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color: #d4b164;
		font-weight: normal;
	}
	.menu-toggle {
		display: none;
	}

	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
}



/* Minimum width of 960 pixels. */
@media screen and (min-width: 960px) {
	img.attachment-full.wp-post-image {
	margin-bottom: -12px;
	}
	body {
		background-color: #ffffff;
	}
	body .site {
		padding: 0 20px;
		padding: 0 2.857142857rem;
		margin-top: 48px;
		margin-top: 3.428571429rem;
		margin-bottom: 48px;
		margin-bottom: 3.428571429rem;
		box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);

	}
	body.custom-background-empty {
		background-color: #fff;
	}
	body.custom-background-empty .site,
	body.custom-background-white .site {
		padding: 0;
		margin-top: 0;
		margin-bottom: 0;
		box-shadow: none;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #7c7365;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}

	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #7c7365;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #7c7365;
	}

	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}






/* MY CSS */

.post {
   margin-top: 20px;
}

.page .entry-title { }


body {
	margin: 35px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(images/bg_top_stripes.jpg), url(images/paper_texture_bg.jpg);
	background-position: left top, left top;
	background-repeat: repeat-x, repeat;
}

/* .nav-menu is the original menu (removed !important from .nav-menu ul) */
.nav-menu ul{
  display:none;
}
.slicknav_menu {
  display:block;
}

/*CSS Menu Style*/
  @media screen and (min-width:600px) {
  .slicknav_menu {
  display:none;
  }
  .nav-menu ul{
  display:block;
  }
}

.nav-menu li > a:after {
    content: ' ▾';
}

.nav-menu li > a:only-child:after {
    content: '';
}


/* SlickNav CSS */

.slicknav_menu {
    background-color: transparent !important;
    font-family: font-family: Georgia, "Times New Roman", Times, serif;
    letter-spacing: 2px;

}

 .slicknav_nav li {
	margin-right: 5px;
	border-top: 1px dotted #c5c0b6;
	border-bottom: 0;

}


.slicknav_btn {
    background-color: #fff !important;
    color: #7c7365 !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.slicknav_nav {
    background-color: transparent !important;
    text-shadow: none !important;
    color: #7c7365 !important;


}

.slicknav_row:hover {
    background-color: transparent !important;
}

 .slicknav_nav a:hover {
    background-color: transparent !important;
    color: #d4b164 !important;
}

 .slicknav_nav a:active {
	    outline: 0 !important;
}


/* --- Scalable Grid --- */

.grid {
  width: 100%;
}

.grid img {
  width: 100%;
  height: auto;
}

.grid-c1 {
  float: left;
  width: 32%;
  padding-right: 1%;
  text-align: center;
}

.grid-c2 {
  float: left;
  width: 32%;
  padding-right: 1%;
  padding-left: 1%;
  text-align: center;
}

.grid-c3 {
  float: left;
  width: 32%;
  padding-left: 1%;
  text-align: center;
}


/* --- Footer Grid --- */

.footergrid {
  width: 100%;
  max-width: 970px;
}

.footergrid-c1 {
  float: left;
  padding: 10px;
  text-align: center;
  width: 300px;
  height: 100px;

}

.footergrid-c2 {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
  float: left;
  padding: 10px;
  text-align: center;
  width: 20%;
  height: 100px;

}

.footergrid-c3 {
  border-right: 1px solid #ededed;
  border-top: 1px solid #ededed;
  width: 20%;
  padding: 10px;
  float: left;
  text-align: center;
  height: 100px;

}

.footergrid-c4 {
  border-top: 1px solid #ededed;
  width: 20%;
  float: left;
  padding: 10px;
  text-align: center;
  height: 100px;

}


/* --- woocommerce --- */


.onsale {

background-color: #d4b164 !important;

}


/* removes filename from lightbox */
div.pp_woocommerce div.ppt {display:none !important;}



h1.page-title {
	color: #7c7365;
	line-height: 4.5em;
	font-size: 16px !important;
	letter-spacing: 2px;
	font-weight: normal;
	background: url(images/blog_title_bg.png) repeat-x left top;
	height: 60px;
	margin-bottom: 15px;
	margin-top: -20px;
	padding-left: 10px;
}


.search-field {
	width: 150px !important;
	border-radius: 0 !important;
	float: left;
	margin-bottom: 25px !important;
}


.search-field,
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
 	-webkit-border-radius: 0;
}


.woocommerce-product-search input {
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 5px !important;
	float: left;
	-webkit-appearance: none;
 	-webkit-border-radius: 0;
}


.woocommerce a.button, button.button, input.button, #review_form #submit { 
	background: #7c7365; 
	border-radius: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px;
}

.cart .actions .button { 
	background: #e2dbcd !important; 
	border-radius: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #7c7365;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px;
}

.cart:hover .actions:hover .button:hover { 
	background: #d4b164; 
	border-radius: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #7c7365;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px;
}


.woocommerce a.alt.button, .woocommerce button.alt.button, .woocommerce input.alt.button, .woocommerce #respond input.alt#submit, .woocommerce #content input.alt.button, .woocommerce-page a.alt.button, .woocommerce-page button.alt.button, .woocommerce-page input.alt.button, .woocommerce-page #respond input.alt#submit, .woocommerce-page #content input.alt.button{
	background: #7c7365; 
	border-radius: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 10px;
}


.woocommerce #content input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover {
    background: #d4b164;
    color: #fff;
}


.twentytwelve .woocommerce-breadcrumb {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #7c7365; 
    letter-spacing: 2px;
}


.twentytwelve .woocommerce-breadcrumb a {
	color: #d4b164;
}


#cart {
	display: inline;
	float: right;
}

#cart img {
	width: 6em;
	float: right;
	margin-top: -1em;

}

.woocommerce-page .site-content {
width: 100%;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	text-align: left;
	color: #7c7365;
	font-size: 1em;
}

.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price {
    color: #d4b164;
    font-size: 1.25em;
    text-align: left;
	font-weight: bold;

}

/* Hide product meta on single product page */
.single-product .product_meta {
   display: none;
}

.single-product p.price {
    color: #d4b164 !important;
}

.product_title {
	color: #7c7365;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}

.woocommerce p {
	color: #7c7365;
}

.woocommerce-message {
	background-color: #f2ede2 !important;
	border: 2px dotted #d4b164 !important;
	color: #7c7365 !important;
	line-height: 15px !important;
	text-align: center;
}


.woocommerce-message:before {
	display: none !important;
}

.woocommerce-error:before {
	display: none !important;
}


.woocommerce-info {
	background-color: #f2ede2 !important;
	border: 2px dotted #d4b164 !important;
	color: #7c7365 !important;
	line-height: 15px !important;
	text-align: center;
}


.woocommerce-info:before {
	display: none !important;
}


.woocommerce .products .add_to_cart_button {
	display: none!important;
/* Hides the Add to Cart button on the thumbnail pages */
}


/* Adjusts widths on Product pages */


@media screen and (max-width: 10000px) {
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {width: 60% !important;}
    }

@media screen and (max-width: 775px) {
	.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {width: 100% !important;}
    }

@media screen and (max-width: 10000px) {
	div.summary { float: right !important; width: 300px !important;}
    }

@media screen and (max-width: 950px) {
	div.summary { float: left !important; margin-left: 30px !important; width: 230px !important;}
    }


@media screen and (max-width: 775px) {
	div.summary { width: 100% !important; margin-left: 0px !important;}
    }

/* Above adjusts widths on product pages */




/* Below fixes widths on mobile cart page */

@media only screen and ( max-width: 479px ) {

.short-description, .product_meta, body.woocommerce div.product .woocommerce-tabs, body.woocommerce #content div.product .woocommerce-tabs { display: none; }
body.woocommerce .images { float: none !important; width: auto !important; margin-bottom: 40px !important; clear: both !important; }

table .product-thumbnail { display: none; }

.woocommerce-page #content div.product form.cart .variations { margin-left: 0; }

table.cart th, #content table.cart th, table.cart td, #content table.cart td, table.cart tr, #content table.cart tr, #content-area table tr, #content-area table td, #content-area table th { padding: .857em 0.287em; }
.woocommerce .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 { width: 100% !important; }
.woocommerce .woocommerce form .form-row, .woocommerce-page form .form-row { width: auto !important; float: none !important; }

#order_review .shop_table { margin-left: 0; }

}

/* Above fixes widths on mobile cart page */





/* site wide store notice */
p.demo_store {
  background: #d4b164;
  width: auto !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-Serif;
  color: #fff;
  font-size: 1em;
  margin-bottom: 20px !important;
  line-height: 1.25em;
}



.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
display: none;
}



/* Blog */


/* Cut out visibility of all posted elements bar the date itself */
.entry-date {
}
.entry-meta {
        position: absolute;
        top: 34px;
        left: 10px;
}
.by-author {}
.site-content article {position: relative;}




/* Changes color of remove from cart button */

.woocommerce a.remove {
color:#d4b164 !important;
}
.woocommerce a.remove:hover {
background: #d4b164 !important;
}


.headerlogo img {
	width: 300px;
	max-width: 100%;
	text-align: center !important;
}

.metaslider {
	padding-top: 10px;
}