/*
Theme Name: monique
Theme URI: http://www.yannnovakdesign.com/
Description: Custom Theme for Monique jenkinson's faunique.net
Author: Yann Novak
Version: 1.1
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

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

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: right;
	margin: 0;
	width: 752px;
}
#content {
	margin: 0 0 0 25px;
	width: 727px;
}
#primary,
#secondary {
	float: left;
	overflow: hidden;
	margin: 0;
	width:202px;
}
#secondary {
	clear: left;
}
#footer {
	clear: both;
	width: 100%;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 725px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h3#comments-title,
h3#reply-title,
#access .menu,
#access div.menu ul,
#cancel-comment-reply-link,
.form-allowed-tags,
#site-info,
#site-title,
#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.pingback p,
.reply,
.widget-title,
.widget-area ul,
.wp-caption-text,
#site-copyright,
input[type="text"],
input[type=submit] {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 954px;
}
#wrapper {
	margin-top: 25px;
	padding: 0 13px;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 359px;
}
#site-generator {
	float: right;
	text-align: right;
	width: 152px;
}


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

#bg-image {
	background-image: url(images/background-image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 709px;
	width: 100%;
	top: 0px;
	text-align:center;
}
/* Main global 'theme' and typographic styles */
body {
	background-image:url(images/background.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color: #444444;
}
body,
input,
textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul {
	list-style: inside disc;
	margin: 0 0 15px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 15px 0;
}
dt {
	font-weight: bold;
	float:left;
	clear:left;
	width:100px;
}
dd {
	margin-bottom: 15px;
	margin-left:100px;
}
#content dd ul,
#content dd ul li {
	margin-bottom:0;
	margin-left:0;
	list-style:none;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
form {
	padding-top:15px;
}
label {
	float:left;
	clear:left;
	width:50px;
	margin-left:10px;
	text-align:left;
}
input[type="text"],
textarea {
	font-size: 11px; 
	width: 126px; 
	border: solid 1px #00a3de; 
	color:#FFFFFF;
	background-color:transparent;
	padding:2px;
	margin:0 10px 0 0;
}
input[type="submit"],
a.button {
	font-size: 11px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 5px;
	color: #ffffff;
	background-color: #ef0173;
	padding: 1px 7px 2px 7px;
	border: 1px solid #ef0173;
	text-transform:uppercase;
	line-height:15px;
}
a.button {
	display: inline-block;
}
input[type="submit"]:hover {
	color: #ffffff;
	background-color:transparent;
	padding: 1px 7px 2px 7px;
	border: 1px solid #ef0173; 
}
a:link {
	color: #00a3de;
	text-decoration:none;
}
a:visited {
	color: #00a3de;
	text-decoration:none;
}
a:active,
a:hover {
	color: #FBF300;
	text-decoration:none;
}

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


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

#header {
	padding: 0;
	border-bottom: 1px solid #00A3DE;
	height:254px;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 50px;
	margin: 0;
	width: 359px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	margin: 0;
	width: 152px;
	text-align:right;
}
#branding img {
	display: block;
}
/* This is the custom header image */
.image-wrap,
#content .image-wrap {
	position: relative;
	display: inline-block;
	max-width: 100%;
	vertical-align: bottom;
}
.image-wrap:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -2px;
	left: -2px;
	border: 2px solid #00a3de;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.image-wrap img,
#content .image-wrap img {
	vertical-align: bottom;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#content .image-wrap:after {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: -1px;
	border: 1px solid #00a3de;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#branding .image-wrap {
	margin:2px 0;
}

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

#access {
}
#access .menu-header,
div.menu {
	font-size: 11px;
}
#main .widget-area #access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	position: relative;
	margin-bottom:1px;
}
#access a {
	color: #fff;
	display: block;
	line-height: 20px;
	padding: 0 0 0 10px;
	text-decoration: none;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#access li:hover > a {
	color: #fff;
	background-color:#00a3de;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #00a3de;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #00a3de;
}
#access ul li.current_page_item:hover > a,
#access ul li.current-menu-ancestor:hover > a,
#access ul li.current-menu-item:hover > a,
#access ul li.current-menu-parent:hover > a {
	color: #fff !important;
}
* html #access ul li.current_page_item:hover a,
* html #access ul li.current-menu-ancestor:hover a,
* html #access ul li.current-menu-item:hover a,
* html #access ul li.current-menu-parent:hover a,
* html #access ul li a:hover {
	color: #fff !important;
}

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

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	text-align: left;
}
#content,
#content input,
#content textarea {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 15px;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #fff;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #FBF300;
	font-size:18px;
	font-weight:normal;
	line-height: 38px;
	margin: 0 -10px 18px;
	padding:0 0 0 10px;
	border-bottom:1px solid #00A3DE;
}
#content h2 {
	padding-top: 20px;
}
#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0;
	padding:20px 0;
}
.single .hentry {
	margin: 0 0 20px 0;
	padding:20px 0 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
#content .entry-title {
	clear: left;
	color: #FBF300;
	font-size: 18px;
	font-weight: normal;
	line-height: 38px;
	margin: 0;
	border-bottom:none;
	padding:0 0 0 10px;
}
.entry-title a:link,
.entry-title a:visited {
	color: #FBF300;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #FBF300;
}
.entry-meta {
	color: #fff;
	font-size: 10px;
	border-bottom:1px solid #00A3DE;
	line-height:38px;
	margin-bottom:5px;
}
.entry-meta-title {
	color: #fff;
	font-size: 10px;
	line-height:38px;
}
#content .entry-meta-title h2.entry-title {
	margin: 0;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
span.entry-date {
	float:right;
	line-height:18px;
	padding-right: 10px;
	padding-top:15px;
}
.entry-content,
.entry-summary {
	clear: both;
	padding: 13px 10px 0;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.entry-utility {
	color: #fff;
	clear:both;
	font-size: 10px;
	line-height: 18px;
	border-bottom:1px solid #00A3DE;
	padding-top:5px;
}
.entry-meta a,
.entry-utility a {
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #00A3DE;
}
#content .video-player {
	padding: 0;
}


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

#content img {
	margin: 0;
	height: auto;
	max-width: 725px;
	width: auto;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#content .image-wrap {
	border:1px solid #00a3de;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom:20px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
	margin-top: 4px;
	margin-bottom:20px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	line-height: 18px;
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}
#content .wp-caption img {
	margin: 0;
}
#content .wp-caption p.wp-caption-text {
	color: #FBF300;
	font-size: 10px;
	margin: 0;
}


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

.navigation {
	color: #FBF300;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #FBF300;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #00A3DE;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -10px 0 16px 0;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
	font-size:11px;
	margin-top: 6px;
	color:#FFF;
}
.widget-area ul ul {
	list-style: none;
	margin-left:0;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 6px 0;
	border-bottom: 1px solid #00A3DE;
}
.widget-title {
	display:none;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
	color: #fff;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: none;
	color:#00a3de;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 0 0 0;
	padding: 0 0 6px 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 10px;
	padding: 0 0 6px;
	text-align: left;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
	margin-bottom: 20px;
}
#colophon {
	border-top: 2px solid #00A3DE;
	margin-top: -4px;
	overflow: hidden;
	padding: 20px 0;
}
#site-copyright {
	position: relative;
	color: #fff;
	line-height: 10px;
	font-size:9px;
	text-decoration: none;
	text-align:right;
}


/* =Press Kit
-------------------------------------------------------------- */

.kit-title {
	font-size:14px;
	color: #FBF300;
	font-weight:bold;
}
#content ul.button {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	height:25px;
}
ul.button li {
	border: 1px solid #ef0173;
	float: left;
	line-height: 23px;
	margin: 0 0 0 10px;
	padding:0 10px;
	color: #ffffff;
	background-color: #ef0173;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}
ul.button li:hover {
	color: #ffffff;
	background-color:transparent;
	border: 1px solid #ef0173;
}
ul.button li a {
	color: #fff;
}


/* =Instruction
-------------------------------------------------------------- */

.calendar-title {
	clear:both;
}


/* =Performance
-------------------------------------------------------------- */

.page-template-page-performance-php .entry-content {
	padding-top:13px;
}
.page-template-page-performance-php #content ul {
	margin: 0 0 15px;
	list-style: none;
}
.detail-container {
	float:right;
	position:relative;
	width:402px;
	margin:2px 0 10px 20px;
}
.detail-container  span {
	margin-bottom: 10px;
}
ul.buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.buttons li {
	border: 1px solid #ef0173;
	float: right;
	line-height: 23px;
	margin: 0 0 0 5px;
	padding:0 10px;
	color: #ffffff;
	background-color: #ef0173;
	text-align: center;
	text-transform: uppercase;
}
ul.buttons li:hover {
	color: #ffffff;
	background-color:transparent;
	border: 1px solid #ef0173;
}
ul.buttons li a {
	color: #fff;
}
ul.buttons li:first-child {
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}
ul.buttons li:last-child {
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
}

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

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


/* =Print Style
-------------------------------------------------------------- */

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