/*
	Theme Name: The Nesting Place
	Theme URL: http://thenester.com
	Description: The Nesting Place was designed by Darcy Milder and developed by Daisy Olsen exclusively for The Nester, The Nesting Place.
	Author: Darcy Milder
	Author URI: http://graphicallydesigning.com
	Version: 1.0
	
	Template: genesis

	Copyright 2011-2012. All Rights Reserved. This theme is exclusively for use on http://thenester.com. It may not be copied - in part or in whole - for use elsewhere.
*/

@font-face {
    font-family: 'MuseoSans500';
    src: url('webfonts/MuseoSans_500-webfont.eot');
    src: url('webfonts/MuseoSans_500-webfont.eot?iefix') format('eot'),
         url('webfonts/MuseoSans_500-webfont.woff') format('woff'),
         url('webfonts/MuseoSans_500-webfont.ttf') format('truetype'),
         url('webfonts/MuseoSans_500-webfont.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Amelie';
	src: url('webfonts/eot/style_90373.eot');
	src: url('webfonts/eot/style_90373.eot?#iefix') format('embedded-opentype'),
	url('webfonts/woff/style_90373.woff') format('woff'),
	url('webfonts/ttf/style_90373.ttf') format('truetype'),
	url('webfonts/svg/style_90373.svg#Amelie') format('svg');
}


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea {
	color: #8c8c8c;
	font-family: "Century Gothic", Verdana, AppleGothic, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}


input,
select,
textarea,
.author-box,
.breadcrumb,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #cfcfcf;
	border: 1px solid #8c8c8c;
}

blockquote {
	background-color: #fff;
    border-left: 1px solid #8c8c8c;
}

ol,
ol li,
ul,
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

ul li {
	list-style-type: square;
}


/* Body
------------------------------------------------------------ */

body {
	background: #fff url("images/body-bg.png") repeat-x;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #c7bb99;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background-color: #FFFFFF;
    margin: 5px auto;
    padding: 5px 30px;
    width: 960px;
}


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

#header {
	background: url(images/head2.png) no-repeat left center;
	border-bottom: 2px dotted #8c8c8c;
	/*border-top: 2px dotted #8c8c8c;*/
	height: 80px;
	margin-bottom: 20px;
	padding: 0 0 30px;
	width: 960px;
}

.single-window-mistreatments #header,
.post-type-archive-window-mistreatments #header {
	background: url(images/head-window-mistreatments.png) no-repeat left center;
	border-bottom: 2px dotted #b8ba95;
	/*border-top: 2px dotted #b8ba95;*/
}

.single-content-to-rent #header,
.post-type-archive-content-to-rent #header {
	background: url(images/head-content-to-rent.gif) no-repeat left center;
	border-bottom: 2px dotted #b8ba95;
	/*border-top: 2px dotted #b8ba95;*/
}

.single-nest-files #header,
.post-type-archive-nest-files #header {
	background: url(images/head-nest-files.png) no-repeat left center;
	border-bottom: 2px dotted #d6f1b1;
	/*border-top: 2px dotted #d6f1b1;*/
}

#header #title {
	margin: 0 auto 0;
	padding: 0;
	}

#title-area {
	float: left;
	overflow: hidden;
	padding: 20px 0 0;
	width: 100px;
}
	
#title {
	background: none;
	font-size: 24px;
	line-height: 30px;
}

#title a,
#title a:hover {
	color: #6db9ae;
	text-decoration: none;
}

#description {
	font-size: 12px;
	font-style: italic;
	margin: 0 auto;
}

#header .widget-area {
	display: block;
    float: right;
    padding: 10px 0;
    width: 520px;
}

#header .widget-area h4 {
	display: none;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    height: 90px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 350px;
}

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


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area {
	width: 960px;
}

.header-full-width #description,
.header-full-width #title,
.header-full-width #title a {
	text-align: center;
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

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

li:hover,
li.sfHover { 
	position: static;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #b0b299;
	display: block;
    font-size: 15px;
    margin: 0 5px 0 0;
    /*padding: 7px 6px;*/
    position: relative;
    text-decoration: none;
    text-transform: lowercase;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background: url(images/nav-hover.png) no-repeat left;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul {
	padding-right: 25px;
}	

#header ul.nav li a .sf-sub-indicator,
#header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#header ul.nav li li a .sf-sub-indicator,
#header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#header ul.nav li ul,
#header ul.menu li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a { 
	width: 170px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 190px;
}

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


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	clear: both;
	color: #8c8c8c;
	margin: 0 0 10px;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	padding: 5px 0 0 18px;
	width: 942px;
}

#nav ul ul {
	padding: 0
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 13px 7px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background: url(images/heart.png) no-repeat left;
}

#nav li a.sf-with-ul {
	padding-right: 25px;
}

#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #8c8c8c;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

#nav li li a:hover,
#nav li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#nav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#nav li ul {
	border: 1px solid #8c8c8c;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

#nav li ul a { 
	width: 170px;
}

#nav li ul ul {
	margin: -33px 0 0 190px;
}

#nav li:hover ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 14px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	display: inline;
}

#nav li.right a:hover {
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 6px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 6px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	clear: both;
	color: #8c8c8c;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	padding: 5px 0 0 10px;
	width: 950px;
}

#subnav ul ul {
	padding: 0
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	display: block;
	font-size: 14px;
	margin: 0 5px 0 0;
	padding: 7px 12px 7px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background: url(images/nav-hover.png) no-repeat left;
}

#subnav li a.sf-with-ul {
	padding-right: 25px;
}

#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	display: block;
	height: 10px;
	overflow: hidden;
	position: absolute;
	right: 12px;
	text-indent: -9999px;
	top: 14px;
	width: 10px;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #9fe4da;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	width: 170px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background: none;
	background-color: #fff;
	text-decoration: underline;
}

#subnav li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	right: 7px;
	top: 10px;
}

#subnav li ul {
	border: 1px solid #9fe4da;
	border-top-width: 0;
	height: auto;
	left: -9999px;
	position: absolute;
	width: 190px;
	z-index: 9999;
}

#subnav li ul a { 
	width: 170px;
}

#subnav li ul ul {
	margin: -33px 0 0 190px;
}

#subnav li:hover ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
	overflow: hidden;
    padding: 0;
    width: 980px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	margin: 0 0 30px;
	padding: 5px 10px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px ;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 980px;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}

.full-width-content #content-sidebar-wrap {
	width: 940px;
}


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

#content {
	float: left;
	width: 470px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 600px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 940px;
}

blockquote {
	margin: 5px 15px 15px;
	padding: 10px 20px 0 15px;
}

.post {
	border-bottom: 2px dotted #8c8c8c;
	margin: 0 0 30px;
	padding: 0 0 5px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

.clear {
	clear: both;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */
/**
.home.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.home.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}

.home.genesis-grid-even,
.home.genesis-grid-odd {
	margin: 0 0 20px;
}
**/

/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited {
	color: #8c8c8c;
	font-size: 22px;
	line-height: 30px;
}

.single-window-mistreatments h1, 
.single-window-mistreatments h2, 
.single-window-mistreatments h2 a, 
.single-window-mistreatments h2 a:visited,
.post-type-archive-window-mistreatments h1, 
.post-type-archive-window-mistreatments h2, 
.post-type-archive-window-mistreatments h2 a, 
.post-type-archive-window-mistreatments h2 a:visited {
	color: #5c7e80;
}

.single-content-to-rent h1, 
.single-content-to-rent h2, 
.single-content-to-rent h2 a, 
.single-content-to-rent h2 a:visited,
.post-type-archive-content-to-rent h1, 
.post-type-archive-content-to-rent h2, 
.post-type-archive-content-to-rent h2 a, 
.post-type-archive-content-to-rent h2 a:visited {
	color: #515638;
}

.single-nest-files h1, 
.single-nest-files h2, 
.single-nest-files h2 a, 
.single-nest-files h2 a:visited,
.post-type-archive-nest-files h1, 
.post-type-archive-nest-files h2, 
.post-type-archive-nest-files h2 a, 
.post-type-archive-nest-files h2 a:visited {
	color: #56a29a;
}

.page h1 {
	margin: 0 0 10px;
}

.genesis-grid-left h2,
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 8px 50px;
}
	
.genesis-grid-left h2 a,
.genesis-grid-left h2 a:visited,
.genesis-grid-right h2 a,
.genesis-grid-right h2 a:visited  {
	padding: 0;
}

h2 a:hover {
	color: #afb285;
	text-decoration: none;
}

.widget-area h2 {
	font-size: 12px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 15px;
}

.widget-area h4 {
	color: #8c8c8c;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 7px 0 4px;
    text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Unordered / Ordered Lists
------------------------------------------------------------ */

.entry-content ol {
	margin: 0 0 15px 30px;
}

.entry-content ul {
	margin: 0 0 15px 5px;
}

.entry-content ul ul {
	margin: 0;
}

.entry-content ul li,
.widget-area li {
	list-style-type: disc;
    margin: 0 0 0 20px;
    padding: 0 0 0 3px;
    word-wrap: break-word;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 11px;
	margin: 5px 0 10px;
	text-transform: uppercase;
}

/***** Header Ad ********************/

#header-ad {
	width: 980px; 
	margin: 10px auto 10px;
	padding: 0;
	text-align: center;
	}

/* After Post Ad
------------------------------------------------------------ */	

.after-post-ad {
	border-top: 2px dotted #8c8c8c;
	padding: 12px 0 10px;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	clear: both;
	font-size: 11px;
	padding: 0 0 10px;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	padding: 10px;
	overflow: hidden;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 10px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 50%;
}


/* Post Icons
------------------------------------------------------------ */

.tags,
.time {
	padding: 0 0 2px;
}

.tags {
	padding: 0 0 2px 14px;
}

.post-comments {
	background: url(images/comments.png) no-repeat left;
	margin: 0 0 0 7px;
	padding: 0 0 2px 10px;
}


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

img {
	max-width: 100%
}

img.alignleft,
img.alignright,
.alignleft img,
.alignright img {
	max-width: none;
}

.avatar,
.featuredpage img,
.featuredpost img {	
	background-color: #f7f7f7;
	border: 1px solid #c7bb99;
	padding: 4px;
}

.widget-area .avatar {
	margin: 5px 0 0;
}

.author-box .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar { 
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

.home img.alignleft {
	margin: 5px 10px 0 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.home img.alignright {
	margin: 5px 0 0 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px 0 0 1px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 11px;
	line-height: 12px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}


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

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #34678a;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #34678a;
	color: #fff;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

#sidebar {
    display: inline;
    float: right;
    margin: 0 15px;
    width: 300px;
}

#sidebar-alt {
	display: inline;
	float: left;
	width: 150px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

#sidebar .widget,
#sidebar-alt .widget {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

img.ad-left {
	float: left;
	margin: 0 10px 10px 0;
}

img.ad-right {
	float: left;
	margin: 0 0 10px;
}


/* Social Media Icons
------------------------------------------------------------ */

.widget-area .social {
	float: left;
	margin: 0 0 10px;
	width: 88px;
}

.widget-area .subscribe {
	background: url(images/icon-subscribe.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}
	
.widget-area .twitter {
	background: url(images/icon-twitter.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .facebook {
	background: url(images/icon-facebook.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}

.widget-area .contact {
	background: url(images/icon-contact.png) no-repeat left center;
	padding: 4px 5px 4px 37px;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 5px 0 0;
	padding: 3px;
}

#sidebar #cat,
#sidebar .widget_archive select {
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	overflow: hidden;
	padding: 5px 10px 5px;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #c7bb99;
	border: 1px solid #c7bb99;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	border: 1px solid #c7bb99;
	background-color: #c7bb99;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 40px 0 0;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 4px 0 4px 5px;
	width: 175px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 10px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 0 4px 5px;
	width: 230px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f7f7f7;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f7f7f7;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */
	
.footer-widgets {
	clear: both;
	font-size: 13px;
	overflow: hidden;
	padding: 15px 0 15px;
	width: 960px;
}

.footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

.footer-widgets p {
	padding: 0 0 15px;
}

.footer-widgets a, .footer-widgets a:visited {
	text-decoration: underline;
}

.footer-widgets a:hover {
	text-decoration: none;
}

.footer-widgets-1, .footer-widgets-3 {
	float: left;
	width: 290px;
}

.footer-widgets-1 {
	padding: 0 20px 0 0;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
}


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

#footer {
	/*background: url(images/footer.png);*/
	clear: both;
	height: 70px;
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	width: 960px;
}

#footer .wrap {
	padding: 14px 0;
}

#footer p {
	color: #897561;
    font-size: 13px;
    letter-spacing: 0.1em;
}

#footer a,
#footer a:visited {
	color: #a6c3bf;
}

/* Footer Top
------------------------------------------------------------ */

.footer-top {
	font-size: 12px;
	padding: 15px 0 20px;
	text-align: center;
	text-transform: uppercase;
	width: 960px;
}
	
.footer-top a,
.footer-top a:visited {
	text-decoration: underline;
}
	
.footer-top a:hover {
	text-decoration: none;
}


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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.thread-alt,
.thread-even {
	background-color: #f7f7f7;
}

.alt,
.depth-1,
.even {
	border: 1px solid #c7bb99;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 4px 5px;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 0 0 10px;
	padding: 0;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

/* Pretty Pink
------------------------------------------------------------ */

.pretty-pink blockquote,
.pretty-pink input,
.pretty-pink select,
.pretty-pink textarea,
.pretty-pink .author-box,
.pretty-pink .breadcrumb,
.pretty-pink .sticky,
.pretty-pink .taxonomy-description,
.pretty-pink .wp-caption {
	border: 1px solid #ffe6ef;
}

body.pretty-pink {
	background-color: #ffe6ef;
}

.pretty-pink a,
.pretty-pink a:visited,
.pretty-pink #title a,
.pretty-pink #title a:hover,
.pretty-pink #nav,
.pretty-pink #subnav,
.pretty-pink h1,
.pretty-pink h2,
.pretty-pink h2 a,
.pretty-pink h2 a:visited {
	color: #d9638e;
}

.pretty-pink #wrap {
	border-left: 1px solid #f7c8d9;
	border-right: 1px solid #f7c8d9;
}

.pretty-pink #header {
	background: url(images/pink/header.png);
}

.pretty-pink #header ul.nav li li a,
.pretty-pink #header ul.nav li li a:link,
.pretty-pink #header ul.nav li li a:visited,
.pretty-pink #header ul.menu li li a,
.pretty-pink #header ul.menu li li a:link,
.pretty-pink #header ul.menu li li a:visited,
.pretty-pink #nav li li a,
.pretty-pink #nav li li a:link,
.pretty-pink #nav li li a:visited,
.pretty-pink #subnav li li a,
.pretty-pink #subnav li li a:link,
.pretty-pink #subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #f7c8d9;
}

.pretty-pink #header ul.nav li ul,
.pretty-pink #header ul.menu li ul,
.pretty-pink #nav li ul,
.pretty-pink #subnav li ul {
	border: 1px solid #f7c8d9;
	border-top-width: 0;
}

.pretty-pink #header ul.nav li a .sf-sub-indicator,
.pretty-pink #header ul.menu li a .sf-sub-indicator,
.pretty-pink #nav li a .sf-sub-indicator,
.pretty-pink #subnav li a .sf-sub-indicator {
	background: url(images/pink/arrow-down.png) no-repeat;
}

.pretty-pink #header ul.nav li li a .sf-sub-indicator,
.pretty-pink #header ul.menu li li a .sf-sub-indicator,
.pretty-pink #nav li li a .sf-sub-indicator,
.pretty-pink #subnav li li a .sf-sub-indicator {
	background: url(images/pink/arrow-right.png) no-repeat;
}

.pretty-pink #nav li a:hover,
.pretty-pink #nav li a:active,
.pretty-pink #nav .current_page_item a,
.pretty-pink #nav .current-cat a,
.pretty-pink #nav .current-menu-item a,
.pretty-pink .tags,
.pretty-pink .time {
	background: url(images/pink/heart.png) no-repeat left;
}

.pretty-pink .entry-content ul li,
.pretty-pink .widget-area li {
	background: url(images/pink/heart.png) no-repeat top left;
}

.pretty-pink .post {
	background: url(images/pink/post.png) repeat-x left bottom;
}

.pretty-pink .after-post-ad {
	background: url(images/pink/post.png) repeat-x top;
}

.pretty-pink h1,
.pretty-pink h2 {
	background: url(images/pink/headline.png) no-repeat top left;
}

.pretty-pink h2 a:hover {
	color: #bad191;
}

.pretty-pink .widget-area h4 {
	background: url(images/pink/headline-sidebar.png) left;
}

.pretty-pink .avatar,
.pretty-pink .featuredpage img,
.pretty-pink .featuredpost img {	
	border: 1px solid #ffe6ef;
}

.pretty-pink .navigation li a,
.pretty-pink .navigation li.disabled,
.pretty-pink .navigation li a:hover,
.pretty-pink .navigation li.active a {
	border: 1px solid #d9638e;
}

.pretty-pink .navigation li a:hover,
.pretty-pink .navigation li.active a {
	background-color: #d9638e;
}

.pretty-pink .widget-area .subscribe {
	background: url(images/pink/icon-subscribe.png) no-repeat left center;
}
	
.pretty-pink .widget-area .twitter {
	background: url(images/pink/icon-twitter.png) no-repeat left center;
}

.pretty-pink .widget-area .facebook {
	background: url(images/pink/icon-facebook.png) no-repeat left center;
}

.pretty-pink .widget-area .contact {
	background: url(images/pink/icon-contact.png) no-repeat left center;
}

.pretty-pink div.gform_footer input.button,
.pretty-pink .enews #subbutton,
.pretty-pink .reply a,
.pretty-pink .reply a:visited,
.pretty-pink .searchsubmit,
.pretty-pink #submit {
	background-color: #e182a5;
	border: 1px solid #e182a5;
	color: #fff;
}

.pretty-pink div.gform_footer input.button:hover,
.pretty-pink .enews #subbutton:hover,
.pretty-pink .reply a:hover,
.pretty-pink .searchsubmit:hover,
.pretty-pink #submit:hover {
	border: 1px solid #d9638e;
	background-color: #d9638e;
}

.pretty-pink #footer {
	background: url(images/pink/footer.png);
}

.pretty-pink .alt,
.pretty-pink .depth-1,
.pretty-pink .even {
	border: 1px solid #f7c8d9;
}

/* Pretty Yellow
------------------------------------------------------------ */

.pretty-yellow blockquote,
.pretty-yellow input,
.pretty-yellow select,
.pretty-yellow textarea,
.pretty-yellow .author-box,
.pretty-yellow .breadcrumb,
.pretty-yellow .sticky,
.pretty-yellow .taxonomy-description,
.pretty-yellow .wp-caption {
	border: 1px solid #fdf0a3;
}

body.pretty-yellow {
	background-color: #fdf0a3;
}

.pretty-yellow a,
.pretty-yellow a:visited,
.pretty-yellow #title a,
.pretty-yellow #title a:hover,
.pretty-yellow #nav,
.pretty-yellow #subnav,
.pretty-yellow h1,
.pretty-yellow h2,
.pretty-yellow h2 a,
.pretty-yellow h2 a:visited {
	color: #d4431e;
}

.pretty-yellow #wrap {
	border-left: 1px solid #fbe542;
	border-right: 1px solid #fbe542;
}

.pretty-yellow #header {
	background: url(images/yellow/header.png);
}

.pretty-yellow #header ul.nav li li a,
.pretty-yellow #header ul.nav li li a:link,
.pretty-yellow #header ul.nav li li a:visited,
.pretty-yellow #header ul.menu li li a,
.pretty-yellow #header ul.menu li li a:link,
.pretty-yellow #header ul.menu li li a:visited,
.pretty-yellow #nav li li a,
.pretty-yellow #nav li li a:link,
.pretty-yellow #nav li li a:visited,
.pretty-yellow #subnav li li a,
.pretty-yellow #subnav li li a:link,
.pretty-yellow #subnav li li a:visited {
	background: none;
	background-color: #fff;
	border-top: 1px solid #fdf0a3;
}

.pretty-yellow #header ul.nav li ul,
.pretty-yellow #header ul.menu li ul,
.pretty-yellow #nav li ul,
.pretty-yellow #subnav li ul {
	border: 1px solid #fdf0a3;
	border-top-width: 0;
}

.pretty-yellow #header ul.nav li a .sf-sub-indicator,
.pretty-yellow #header ul.menu li a .sf-sub-indicator,
.pretty-yellow #nav li a .sf-sub-indicator,
.pretty-yellow #subnav li a .sf-sub-indicator {
	background: url(images/yellow/arrow-down.png) no-repeat;
}

.pretty-yellow #header ul.nav li li a .sf-sub-indicator,
.pretty-yellow #header ul.menu li li a .sf-sub-indicator,
.pretty-yellow #nav li li a .sf-sub-indicator,
.pretty-yellow #subnav li li a .sf-sub-indicator {
	background: url(images/yellow/arrow-right.png) no-repeat;
}

.pretty-yellow #nav li a:hover,
.pretty-yellow #nav li a:active,
.pretty-yellow #nav .current_page_item a,
.pretty-yellow #nav .current-cat a,
.pretty-yellow #nav .current-menu-item a,
.pretty-yellow .tags,
.pretty-yellow .time {
	background: url(images/yellow/heart.png) no-repeat left;
}

.pretty-yellow .entry-content ul li,
.pretty-yellow .widget-area li {
	background: url(images/yellow/heart.png) no-repeat top left;
}

.pretty-yellow .post {
	background: url(images/yellow/post.png) repeat-x left bottom;
}

.pretty-yellow .after-post-ad {
	background: url(images/yellow/post.png) repeat-x top;
}

.pretty-yellow h1,
.pretty-yellow h2 {
	background: url(images/yellow/headline.png) no-repeat top left;
}

.pretty-yellow h2 a:hover {
	color: #b9e4e5;
}

.pretty-yellow .widget-area h4 {
	background: url(images/yellow/headline-sidebar.png) left;
}

.pretty-yellow .avatar,
.pretty-yellow .featuredpage img,
.pretty-yellow .featuredpost img {	
	border: 1px solid #fdf0a3;
}

.pretty-yellow .navigation li a,
.pretty-yellow .navigation li.disabled,
.pretty-yellow .navigation li a:hover,
.pretty-yellow .navigation li.active a {
	border: 1px solid #d4431e;
}

.pretty-yellow .navigation li a:hover,
.pretty-yellow .navigation li.active a {
	background-color: #d4431e;
}

.pretty-yellow .widget-area .subscribe {
	background: url(images/yellow/icon-subscribe.png) no-repeat left center;
}
	
.pretty-yellow .widget-area .twitter {
	background: url(images/yellow/icon-twitter.png) no-repeat left center;
}

.pretty-yellow .widget-area .facebook {
	background: url(images/yellow/icon-facebook.png) no-repeat left center;
}

.pretty-yellow .widget-area .contact {
	background: url(images/yellow/icon-contact.png) no-repeat left center;
}

.pretty-yellow div.gform_footer input.button,
.pretty-yellow .enews #subbutton,
.pretty-yellow .reply a,
.pretty-yellow .reply a:visited,
.pretty-yellow .searchsubmit,
.pretty-yellow #submit {
	background-color: #dd694b;
	border: 1px solid #dd694b;
	color: #fff;
}

.pretty-yellow div.gform_footer input.button:hover,
.pretty-yellow .enews #subbutton:hover,
.pretty-yellow .reply a:hover,
.pretty-yellow .searchsubmit:hover,
.pretty-yellow #submit:hover {
	border: 1px solid #d4431e;
	background-color: #d4431e;
}

.pretty-yellow #footer {
	background: url(images/yellow/footer.png);
}

.pretty-yellow .alt,
.pretty-yellow .depth-1,
.pretty-yellow .even {
	border: 1px solid #fdf0a3;
}

.tabber-widget ul {
    overflow: hidden;
    padding: 5px 0;
}

.tabber-widget {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: both;
    color: #517E80 !important;
    float: left;
    font-family: 'MuseoSans500';
    font-size: 12px;
}
.tabber-widget p {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #517E80 !important;
    font-family: 'MuseoSans500';
    font-size: 12px;
}
.tabber-widget-basic-light .tabber-widget a {
    color: #5DA89A !important;
}
.widget.tabber_widget {
    overflow: hidden;
    width: 325px;
    font-family: 'MuseoSans500';
    font-size: 12px;
    margin: 0 auto;
}
.tabber-widget {
    overflow: hidden;
    width: 282px !important;
}

.tabber-widget.widget_text {
}
.tabber-widget .avatar {
    background-color: #FFFFFF;
    border: 1px solid #BCBE99;
    padding: 4px;
}
.tabber-widget-tabs {
    overflow: hidden;
    width: 325px;
}
.tabber-widget-content {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-left: 1px solid #BCBE99;
    border-right: 1px solid #BCBE99;
    border-bottom: 1px solid #BCBE99;
    height: 250px;
    padding: 10px !important;
    width: 280px !important;
 
}
ul.tabber-widget-tabs a.selected, ul.tabber-widget-tabs a.selected:hover {
    background: none repeat scroll 0 0 #FFFFFF !important;
    border-bottom: medium none !important;
    border-left: 1px solid #BCBE99;
    border-right: 1px solid #BCBE99;
    border-top: 1px solid #BCBE99;
    overflow: visible;
}
ul.tabber-widget-tabs a {
    background: none repeat scroll 0 0 #FFFFFF !important;
    color: #517E80 !important;
    margin: 0 !important;
    padding: 6px 0 !important;
    text-transform: uppercase;
    width: 75px;
    text-align: center;
    border-bottom: 1px solid #BCBE99;

}


.tabber-widget em {
    font-family: Amelie;
}

.tabber-widget hr {
	width: 225px;
	color: #517E80;
	background: #517E80;
	margin: 10px auto;
	border: none;
	height: 1px;
}

.tabber-widget h3, .tabber-widget-title {
    color: #517E80;
    font-family: Amelie;
    font-size: 21px;
    margin: 5px 0 !important;
    text-align: center;
    text-transform: lowercase;
}

.social-links {
	margin-top: 10px;
}

.social-links ul {
	padding: 5px 0;
	overflow: hidden;
}

ul.bullets li {
	list-style-position: outside;
	list-style-type: disc;
	text-transform: none;
	margin-right: 10px;
}

ul.bullets li a {
    font-family: Amelie;
    text-transform: lowercase;
    font-size: 19px;
    text-decoration: underline;
}
ul.bullets li a.plain {
    font-family: inherit;
    font-size: inherit;
}

.social-links li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #517E80!important;
}
.social-links .text-before, .social-links .text-after {
    clear: both;
}
.social-links li {
    list-style-type: none;
	font-size: 12px;
	text-transform: uppercase;
}
.social-links .twitter-link {
    background: url("images/social/twitter.png") no-repeat scroll left center transparent;
    border-right: 1px solid #517E80;
    display: inline-block;
    float: left;
    padding: 4px 10px 4px 20px;
    margin-left: 8px;
}
.social-links .feed-link {
    background: url("images/social/rss.png") no-repeat scroll left center transparent;
    border-right: 1px solid #517E80;    
    display: inline-block;
    float: left;
    margin-left: 0;
    padding: 4px 10px 4px 20px;
}
.social-links .facebook-link {
    background: url("images/social/facebook.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    margin-left: 10px;
    padding: 4px 0 4px 20px;
}
.social-links .feedburner {
    display: inline-block;
    border-right: 1px solid #517E80;    
    float: left;
    padding: 4px 10px 4px 20px;
    margin-left: 0;
}
.social-links .feedburner span {
	font-weight: bold;
}
.social-links .pinterest-link {
    background: url("images/social/pinterest.png") no-repeat scroll left center transparent;
    display: inline-block;
    float: left;
    padding: 4px 5px 4px 20px;
    margin-left: 10px;
}

#sidebar .widget_nav_menu ul {
	margin-left: 10px;
}
	
#sidebar .widget_nav_menu li {
	float: left;
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar .widget_nav_menu li a {
	text-indent: -9999px;
	display: block;
	height: 34px;
	width: 38px;
}

#sidebar .widget_nav_menu li.nesting-place a {
	width: 38px;
}
#sidebar .widget_nav_menu li.nest-files a {
	width: 111px;
}
#sidebar .widget_nav_menu li.content-to-rent a {
	width: 49px;
}
#sidebar .widget_nav_menu li.window-mistreatments a {
	width: 56px;
}
#sidebar .widget_nav_menu .nesting-place {
	background: url(images/buttons/nesting-place.png) no-repeat center center transparent;
	}
#sidebar .widget_nav_menu .nest-files {
	background: url(images/buttons/nest-files.png) no-repeat center center transparent;
	}
#sidebar .widget_nav_menu .content-to-rent {
	background: url(images/buttons/content-to-rent.png) no-repeat center center transparent;
	}
#sidebar .widget_nav_menu .window-mistreatments {
	background: url(images/buttons/window-mistreatments.png) no-repeat center center transparent;
	}
	
#sidebar .starthere {
	margin-top: 10px;
}
#sidebar .starthere span {
    color: #517E80;
    font-family: Amelie;
    font-size: 21px;
    margin: 15px 15px 0;
    text-align: left;
    text-transform: lowercase;
   }
   
#sidebar .starthere a{
	background: url(images/starthere.png) no-repeat center center transparent;
	text-indent: -9999px;
	display: block;
	height: 39px;
	width: 160px;
	float: right;
	margin-top: -13px;
}

.custom-post-type-search span {
	width: 175px;
	float: left;
}
.custom-post-type-search #s {
	background: none;
	border: none;
	box-shadow: 0 1px 3px #333333;
	-moz-box-shadow: 0 1px 3px #333333; 
	-webkit-box-shadow: 0 1px 3px #333333;
    margin: 5px;
    padding: 2px;
    float: left;
    width: 150px;
}

.custom-post-type-search select {
	background: none;
	border: none;
	box-shadow: 0 1px 3px #333333;
	-moz-box-shadow: 0 1px 3px #333333; 
	-webkit-box-shadow: 0 1px 3px #333333;    
    margin: 5px;
    float: left;
    width: 250px;
}

.custom-post-type-search #searchsubmit {
	padding-left: 25px;
	background: url(images/search.png) no-repeat 0 0 transparent;
	height: 25px;
	border: none;
	float: left;
	text-transform: uppercase;
	margin-top: 2px;
}

/*.widget.WPBannerizeWidget {
    text-align: center;
}*/

.widget.WPBannerizeWidget img {
	margin: 0 auto 5px;
}

.wp_bannerize.Skyscraper div, .wp_bannerize.Skyscraper {
    float: none;
}

#sidebar .widget.WPBannerizeWidget {
    margin: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 980px) {
	
	body, p, input, select, textarea {
		    font-size: 18px;
    		line-height: 34px;
	}
	h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6 {
		    font-size: 30px;
    		line-height: 54px;
	}
	
	#header-ad, #wrap, #header, #inner, #header .widget-area,
	#footer, .footer-top, .header-image #title-area, .header-image #title, .header-image #title a,
	.content-sidebar #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap,
	.content-sidebar #content, .sidebar-content #content, #linkwithin_inner, .entry-content img {
	    width: 100% !important;
	}
	
	img {
		height: auto;
	}
	
	#sidebar img {
		width: 100%;
	}
	/*
	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}
*/
	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap, #wrap,
	.site-header > .wrap {
		padding-left: 0;
		padding-right: 0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 15px;
		margin-bottom: 5%;
	}

	#content {
    	float: none;
	}
	
	#sidebar {
	   display: block;
       float: none;
       margin: 30px 0px;
       width: 100%;
    }

	.pagination {
		margin: 5% auto;
	}
	.navigation {
        padding: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	#header {
		height: auto;
	}
	#header #title-area {
		display: none;
	}
	#header .widget-area, #header ul.nav, #header ul.menu,
	#header ul.nav li, #header ul.menu li {
		float: none;
	}
	
	#header ul.menu li a {
		font-size: 20px;
		line-height: 1.7em;
	}

}