/* 
Theme Name: That's So Michelle
Theme URL: http://www.thatssomichelle.com
Description: Responsive theme for That's So Michelle.
Author: Purr Design
Author URI: http://www.purrdesign.com
Version: 1.0
*/

/* RESET
----------------------------------------------------------------------------------------------------*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, caption, canvas, center, cite, code,
dd, del, details, dfn, dialog, dl, dt, em, embed, fieldset, figcaption, figure, form, footer, header, hgroup, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, tt, table, tbody, textarea, tfoot, thead, time, tr, th, td, u, ul, var, video  { 
	font-family: inherit; 
	font-size: 100%; 
	font-weight: inherit; 
	font-style: inherit; 
	vertical-align: baseline; 
	white-space: normal;
	text-align: left; 
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0;
	background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display: block; }
								  
ol, ul { list-style: none; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

table { 
	border-collapse: collapse; 
	border-spacing: 0; }
input[type="submit"], input[type="text"] {
	-webkit-appearance: none;
}

/* 	SET ALL ELEMENTS BOX-SIZING TO BORDER-BOX
	If you need support for IE7 and lower use polyfill: https://github.com/Schepp/box-sizing-polyfill */
* { -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }


/*---------STRUCTURE---------*/
@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-light-webfont.eot');
    src: url('fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-light-webfont.woff') format('woff'),
         url('fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: 300;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-bold-webfont.eot');
    src: url('fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-bold-webfont.woff') format('woff'),
         url('fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;

}




@font-face {
    font-family: 'proxima_nova';
    src: url('fonts/proximanova-regitalic-webfont.eot');
    src: url('fonts/proximanova-regitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regitalic-webfont.woff') format('woff'),
         url('fonts/proximanova-regitalic-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regitalic-webfont.svg#proxima_nova') format('svg');
    font-weight: normal;
    font-style: italic;

}

html,body {
	min-width: 1060px;
}
body                           {
	color: #686868;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.6;
	background: #ffffff;
	width: 100%;
	margin: 0;
	padding: 0 }

a  {
	text-decoration: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out }
a:link, a:visited, a:active          {
	color: #424242;
	text-decoration: underline }
a:hover             {
	color: #46d2d5;
	text-decoration: none }
p    {
	margin-top: 8px;
	margin-bottom: 15px }
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
h1, h2, h3, h4, h5              {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 300;
	line-height: 1.1;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: .08em; }
h1                        {
	color: #424242;
	font-size: 24px; }
h2      {
	color: #424242;
	font-size: 24px; }
h3                       {
	color: #424242;
	font-size: 19px; }
h4        {
	color: #424242;
	font-size: 16px;
	text-align: center; }
h5        {
	color: #b3b3b3;
	font-size: 16px; }
.clear {
	width: 1px;
	height: 1px;
	clear: both }
.wrapper                                       {
	clear: both;
	background-color: #ffffff;
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden; }
.wrap                                      {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px; }
.clear {
	clear: both }
	
/*----Header----*/
.header {
	margin: 0 0 40px;
	clear: both;
	border-bottom: 6px solid #424242;
	 }
.header .logo {
	width: 220px;
	float: left
}
.header .logo h1   {
	margin: 24px 0 0;
	padding: 0; }
.header .logo h4 {
	margin: -5px 0 -7px -2px;
	padding-bottom: 32px;
	width: 220px;
	text-align: center;
	color: #b3b3b3;
	text-transform:uppercase;
	font-size: 10px;
	text-decoration: none;
	letter-spacing: .07em;
	font-weight: normal;
	clear: left;
	float: left;
	border-bottom: 6px solid #ffd300;
}
.header .topnav {
	float: right;
	max-width: 75%;
	display: inline-block;
	text-align: right;
	font-size: 13px;
	text-transform: lowercase;
	margin: 20px 0 0;
}
.header .topnav ul.topmenu {
	float: left;
	display: inline-block;
	width: auto;
	margin: 0;
}
.header .topnav ul.topmenu li {
	display: inline-block;
	margin-left: 15px;
}
.header .topnav a {
	text-decoration: none;
	color: #8d8d8d;
}
.header .topnav a:hover {
	color: #46d2d5;
}

.banner-ad {
width:728px;
margin:0 auto;
}

/*----Content----*/
.span_content                             {
	width: 620px;
	float: left; 
	clear: both;
	margin: 0;
}
h2.pagetitle, h2.archivetitle  {
	margin-top: 0 }
h3.searchtitle  {
	margin: 0 0 25px }
.span_content ul, .span_content ol {
	margin: 0;
	padding: 0;
	margin-bottom: 15px }
.span_content ul li  {
	margin: 0 0 3px 10px;
	padding: 0; }
.span_content ul li:before {
	color: #424242;
	font-size: 11px;
	content: '\2022';
	margin: 0 5px 0 -8px;
	position: relative;
	top: -1px;
}
.span_content ol li  {
	list-style-type: decimal;
	padding: 0 0 10px;
	margin: 0 0 0 20px }
.sep {
	background: url("images/sep.png") no-repeat;
	margin-top: 40px;
	margin-bottom: 32px;
	height: 5px;
	display: block;
	clear: both;
}
/*----Sidebar----*/
.sidebar                  {
	width: 300px;
	font-size: 92%;
	display: inline-block;
	margin: 0;
	float: right;
	z-index: 10; }
.topsidebar   { }
.leftsidebar         {
	margin: 0;
	float: left;
	width: 140px; }
.rightsidebar    {
	margin: 0;
	width: 140px;
	float: right }
.lowersidebar {
	clear: both;
	margin: 0;
}
.widget        {
	margin-bottom: 40px }

h3.widgettitle    {
	color: #424242;
	margin: 0; }
.topsidebar h3.widgettitle, .lowersidebar h3.widgettitle {
	text-align: center;
}
.topsidebar h3.widgettitle span, .lowersidebar h3.widgettitle span {
	background-color: #ffffff;
	padding: 5px 10px;
}
.topsidebar h3.widgettitle:after, .lowersidebar h3.widgettitle:after {
	display: block;
	height: 4px;
	background-color: #424242;
	content: "";
	margin-top: -14px;
	margin-bottom: 20px;
}
.widget a:link, .widget a:visited, .widget a:active      {
	color: #424242;
	text-decoration: none }
.widget a:hover     {
	color: #323232;
	text-decoration: none }
.widget ul   { }
.widget ul li          {
	 }
.widget p    {
	margin: 15px 0 10px }
.widget.centered, .widget.centered .textwidget, div.textwidget, .widget.centered p {
	text-align: center !important;
}
.widget.centered h3.widgettitle {
	margin-bottom: 30px;
}
.sidebar select     {
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #b3b3b3;
	background-color: #ffffff;
	padding: 8px;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee; }
.subscribe {
	margin-bottom: 20px;
}
.emailform, .searchform {
	overflow: hidden;
	border: 1px solid #ececec;
	height: 40px;
	width: 300px;
}
.emailinput, .searchinput {
	border:  none;
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #b3b3b3;
	margin: 0px;
	padding: 0px 10px;
	height: 40px;
	line-height: 20px;
	width: 85%;
}
.emailsubmit, .searchsubmit {
	text-align: center;
	color: #ffd300;
	background-color: #ffffff;
	border: none;
	width: 15%;
	height: 40px;
	margin: 0 0 0 -5px;
	padding: 3px;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	cursor: pointer;
}
.emailsubmit:hover, .searchsubmit:hover {
	color: #46d2d5;
}
.social {
	text-align: center;
	overflow: hidden;
}
.social a {
	margin-right: 9px;
	width: 42px;
	height: 42px;
	float: left;
}
.social a:last-of-type {
	margin-right: 0;
}
.social a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	
}
.recentposts { 
	overflow: hidden;
}
.recentposts h3 {
	margin-bottom: 25px;
}
.recentposts img {
	margin-right: 10px;
	width: 75px;
	height:75px;
	float: left }
.recentposts .title {
	display: table-cell;
	width: 215px;
	height: 75px;
	vertical-align: middle }
.recentposts .recent-item {
	margin-bottom: 15px;
	padding: 0;
	background-image: none;
	width: 300px;
	height: auto;
	min-height: 75px;
	overflow: hidden }
.recentposts h4 {
	font-size: 18px;
	line-height: 1.1;
	margin: 0 0 2px; }
.recentposts small {
	color: #acacac;
	font-size: 11px;
	display: block;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;	text-decoration: none;
	text-transform: uppercase;
	font-weight: 600;
	display: block; }
.recentposts small em {
	color: #acacac;
	 text-transform: lowercase;
	 font-style: normal;
	 letter-spacing: normal;
	 font-weight: normal;
	 font-size: 11px;
}

.popular-posts {
	overflow: hidden;
}
.popular-posts .popular {
	overflow: hidden;
}
.popular-posts .item {
	width: 92px;
	height: 92px;
	float: left;
	display: inline-block;
	margin: 0 12px 12px 0;
}
.popular-posts .item:nth-child(3n) {
	margin-right: 0;
}
.popular-posts .item img {
	width: 92px;
	height: 92px;
}
.popular-posts a:hover, .recentposts a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}
.book.widget {
	overflow: hidden;
}
.book.widget img {
	float: left;
	margin-right: 12px;
}
.book.widget p {
	margin: 0;
	color: #b3b3b3;
}
.book.widget p:first-of-type {
	padding-top: 10px;
}
.book.widget .textwidget h3 {
	margin: 3px 0 6px;
	color: #da0062;
}
.book.widget p.yellow {
	color: #ffd300;
	font-size: 16px;
	letter-spacing: .08em;
}
.book.widget a {
	font-size: 12px;
	text-decoration: underline !important;
	text-transform: uppercase;
	letter-spacing: .02em;
}
.book.widget a:hover {
	color: #46d2d5 !important;
}

/*----Post Styles----*/
.post                  {
	overflow: hidden;
	margin: 0px 0 45px;
	padding-bottom: 45px;
	border-bottom: 4px solid #424242 }
.singlepost {
	
}
.postheader {
	background: url(images/twist.png) no-repeat;
	padding-left: 50px;
	min-height: 44px;
	margin-bottom: 20px;
	overflow: hidden;
}
h2.posttitle {
	margin: 0; }
h2.posttitle a {
	text-decoration: none;
}
.postmeta {
	color: #b3b3b3;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em; }
.postmeta a   {
	color: #b3b3b3;
	text-decoration: none }
.postmeta a:hover, .edit a:hover, .metabottom a:hover          {
	color: #424242;
	text-decoration: none }
.ccount     {
	display: inline-block;
	 }
.metabottom                   {
	clear: both;
	margin-top: 30px }
.metabottom .left      {
	width: 70%;
	float: left }
.metabottom .right      {
	text-align: right;
	width: 30%;
	float: right }
.metabottom .more      {
	line-height: 12px; }
a.more-link {
	font-size: 19px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 300;
	letter-spacing: .08em;
	color: #424242;
}
a.more-link:hover {
	color: #46d2d5;
} 

a.post-edit-link, a.comment-edit-link  {
	color: #fff;
	font-size: 10px;
	font-family: "proxima_nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-color: #bcbcbd;
	text-transform: uppercase;
	letter-spacing: 0;
	margin-left: 8px;
	padding: 0px 5px }
a.post-edit-link:hover, a.comment-edit-link:hover {
	color: #fff;
	background-color: #424242 }
.post img {
	max-width: 620px;
	height: auto;
}
.alignleft {
	margin-right: 10px;
	float: left }
.alignright {
	margin-left: 10px;
	float: right }
.aligncenter {
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto }
.post p.small {
	font-size: 80%;
}
.post blockquote        {
	color: #686868;
	font-size: 18px;
	font-weight: 300;
	margin: 25px 0;
	border: 1px solid #d6d6d6;
	padding: 20px 25px;
	display: block; }
.post blockquote p:last-of-type {
	margin-bottom: 8px;
}
.wp-caption {
	text-align: left }
.wp-caption p   {
	color: #686868;
	font-size: 10px;
	text-align: center;
	margin-top: 2px;
	padding-right: 10px }

/*Recipe Styles*/

.recipe                          {
	font-style: normal;
	margin: 35px 0 35px;
	overflow: hidden;
	border: 1px solid #f5f5f6;
	background-color: #f5f5f6;
	padding: 25px;
}
.recipe h2                     {
	line-height: 1;
	margin: 0 0 10px; }
.recipe h3                    {
	 }
.recipe h4 {
	
}
.recipe ol:last-of-type   {
	margin-bottom: 0;
	 }
.recipe .summary   {
	font-style: italic; }
.recipe .time           {
	color: #b3b3b3;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .08em;
	margin: 3px 0 25px;
	overflow: hidden;
}
.recipe .time p {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.recipe .time strong  {
	font-weight: normal;
	 }
.recipe .photo {
	float: right;
	width: 130px;
	height: auto;
	margin-left: 15px; }
.recipe .ingredients {
	margin-bottom: 25px;
}
.recipe .notes  {
	color: #9a9b9c;
	margin-top: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	clear: left }
.recipe .notes p:last-of-type {
	margin-bottom: 0;
}
.recipe .source   {
	color: #9a9b9c;
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 0;
	clear: left }
.recipe .source a {
	text-decoration: underline;
}
.recipe .source p {
	margin: 0;
}
.printbutton {
	width: 130px;
	clear: right;
	float: right;
}
.printbutton a {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	display: inline-block;
	background-color: #424242;
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.5;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .05em;
	padding: 5px 11px 3px;
	margin-bottom: 8px;
}

	
.printbutton a:hover {
	background-color: #ffd300;
}

.addthis_toolbox  {
	margin: 20px 0 10px;
}
.innerpostads {
	text-align: center;
	margin-bottom: 30px;
	overflow: hidden;
}
.innerpostads .adspace {
	width: 300px;
	height: 250px;
	margin-bottom: 33px !important;
	float: left;
}
.innerpostads .adspace:last-of-type {
	margin-left: 40px;
}
.innerpostads .subscribe {
	width: 100%;
	height: auto;
	float: none;
	overflow: hidden;
	background: url(images/whitespatulii.png) 12px 15px no-repeat #424242;
	padding: 15px 20px 15px 65px;
	clear: both;
}
.innerpostads .subscribe h3 {
	color: #ffffff;
	float: left;
	display: inline-block;
	margin: 0;
	font-size: 24px;
}
.innerpostads .subscribe p {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	clear: left;
	display: inline-block;
	margin: 0;
	font-size: 15px;
	color: #686868;
}
.innerpostads .subscribe .emailform {
	float: right;
	display: inline-block;
	background-color: #ffffff;
	border: none;
	margin: 0;
	padding: 0;
	margin-top: -18px;
	width: 280px;
}
.innerpostads .subscribe .emailform .emailinput {
	width: 250px;
}
.relatedposts {
	overflow: hidden;
	margin-bottom: 50px;
}
/*----Archive Styles----*/

h2.archivetitle, h2.pagetitle     {
	color: #424242;
	margin-top: 0;
	margin-bottom: 20px }
.archives        {
	overflow: hidden }
.archivepost             {
	font-size: 12px;
	line-height: 15px;
	text-align: right;
	margin-right: 25px;
	margin-bottom: 20px;
	width: 190px;
	float: left }
.archivepost.last, .archivepost:nth-of-type(3n) {
	margin-right: 0 }
.archivepost:nth-of-type(3n+1) {
	clear: left; }
.archivepost img     {
	width: 190px;
	height: 190px }
.archivepost a  {
	color: #424242;
	text-decoration: none }
.archivepost a:hover, .archivepost a:hover h4 {
	color: #46d2d5;
}
.archivepost h4 {
	text-align: center;
	margin: 4px 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
}
.archivepost .postdate           {
	color: #b3b3b3;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .08em;
	text-align: center; }

.archiveslist      {
	color: #6b6963;
	font-size: 13px;
	line-height: 18px;
	list-style-type: disc;
	margin-top: 0;
	margin-bottom: 20px;
	overflow: hidden;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px; }
.archiveslist li   {
	background-image: url("images/bullet.png");
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style-type: none;
	padding-left: 11px; }
.archiveslist ul li      {
	color: #686868;
	font-size: 11px;
	list-style-type: circle }
.archiveslist a:link, .subcategories a:link  {
	color: #686868;
	text-decoration: none }
.archiveslist a:visited, .subcategories a:visited  {
	color: #686868;
	text-decoration: none }
.archiveslist a:hover, .subcategories a:hover   {
	color: #46d2d5 }
.archiveslist a:active, .subcategories a:active   {
	color: #46d2d5 }
.archiveslist em     {
	color: #b3b3b3;
	font-size: 10.5px }
.subcats {
	border: 1px solid #eeeeee;
	padding: 20px 25px;
	margin: 0 0 30px;
}
.subcats h4 {
	font-size: 16px;
	color: #b3b3b3;
	margin: 0 0 10px;
}
.subcats ul li:before {
	display: none;
}
.subcats ul {
	margin: 0;
	padding: 0;
}
.subcats ul li  { 
	display: inline-block;
	margin: 0;
	padding: 0;
}
.subcategories li ul li a {
	display: inline-block;
	color: #ffffff !important;
	background-color: #46d2d5;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
}
.subcategories li ul li a:hover {
	color: #ffffff;
	background-color: #ffd300;
}
.pagecontent .tagindex  {
	margin: 10px 0 0;
	padding: 0;
	overflow: hidden }
.pagecontent .tagindex li  {
	color: #fff;
	margin: 0;
	padding: 0 }
.tagindex a     {
	font-size: 12px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 20px;
	text-align: center;
	display: block;
	margin-right: 2px;
	width: 17px;
	height: 19px;
	float: left;
	border: solid 1px #f6f5f5;
	background-color: #ffffff; }
.tagindex a:link   {
	color: #686868;
	text-decoration: none }
.tagindex a:visited    {
	color: #bbb9b9;
	text-decoration: none }
.tagindex a:active   {
	color: #686868;
	text-decoration: none }
.tagindex a:hover   {
	color: #fff;
	text-decoration: none;
	background-color: #323232 }
.tagtitle   {
	color: #686868;
	font-size: 15px;
	margin-bottom: 8px;
	text-transform: uppercase }
.tagtitle a  {
	text-decoration: none;
	text-transform: none }
.tagtitle em  {
	color: #686868;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-style: normal;
	margin-left: 10px;
	float: right }
.tagtitle em a  {
	color: #686868;
	font-size: 11px }
.tagtitle a:hover  {
	color: #323232 }

.searchpost {
	border-bottom: none;
	padding-bottom: 0;
}
.searchpost .postthumb {
	float: left;
	margin-right: 20px;
}
.searchpost .excerpt {
	
}
/*----Forms----*/
#submit, .submitbutton, a.submitbutton         {
	color: #fff;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: 600;
	line-height: 15px;
	background-color: #424242;
	text-transform: uppercase;
	letter-spacing: .03em;
	cursor: pointer;
	margin-top: 5px;
	padding: 10px 15px 9px;
	border-style: none;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out
	    }
#submit:hover, .submitbutton:hover        {
	background-color: #ffd300 }
.commentinput, .styledinput, .captchainput            {
	color: #686868;
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	line-height: 18px;
	background-color: #fff;
	margin-bottom: 7px;
	padding: 7px;
	border: 1px solid #e4e3e3  }
.commentinput:focus, .styledinput:focus, .captchainput:focus       {
	color: #323232 }
.commentinput {
	width: 475px }
.wpcf7-form   {
	width: 100% }
.wpcf7-form .formfield  {
	overflow: hidden }
.wpcf7-form p  {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 30px;
	text-align: right;
	display: block;
	margin: 0 20px 0 0;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .captcha  {
	color: #323232;
	font-size: 13px;
	line-height: 30px;
	text-align: right;
	text-transform: uppercase;
	display: block;
	margin: 0 15px 0 5px;
	padding: 7px 0;
	width: 100px;
	float: left }
.wpcf7-form .styledinput  {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	width: 400px;
	float: left }
.wpcf7-form .captchainput  {
	width: 100px }
.wpcf7-form .submit {
	margin-left: 120px;
	clear: both }


/*----Footer----*/
.footer                                     {
	color: #ffffff;
	background-color: #46d2d5;
	width: 100%;
	overflow: hidden;
}
.footer .wrap, .subfooter .wrap  {
	margin-right: auto;
	margin-left: auto;
	max-width: 1060px;
	padding: 25px 35px;
	width: 100%; }
.footer a:link, .footer a:visited, .footer a:active, .subfooter a:link, .subfooter a:visited, .subfooter a:active {
	color: #ffffff;
	text-decoration: none }
.footer a:hover, .subfooter a:hover        {
	color: #ffd300 }
.footerwidgets {
	overflow: hidden;
}
.footerwidgets h3 {
	color: #ffffff;
	text-align: center;
	margin: 0 0 10px;
}
.featuredposts {
	text-align: center;
	background: url(images/footerbg.png) center 65px no-repeat;
}
.featured {
	width: 820px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.featured .featured-item {
	display: inline-block;
	width: 116px;
	height: 116px;
	float: left;
	margin: 10px;
}
.subfooter {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color: #ffffff;
	background-color: #424242;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .05em;
	width: 100%;
	overflow: hidden;
	background-color: #424242;
}
.subfooter .wrap {
	overflow: hidden;
	padding: 16px 35px 12px;
}
.footernav       {
	display: inline-block;
	float: left;
	width: 70%;
	 }
.footernav li    {
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0 }
.footernav li.backtotop a {
	font-weight: 500;
}
.copyright               {
	font-size: 11px;
	width: 30%;
	display: inline-block;
	float: right;
	text-align: right;
	color: #7a7a7a;
	 }
.copyright a {
	color: #7a7a7a !important;
}
.copyright a:hover {
	color: #ffd300 !important
}

.footerad    {
	width: 728px;
	text-align: center;
	margin: 30px auto 25px; }
	
/*----Comments----*/
h4#comments, h4#pings, h4#respond {
	margin-top: 0;
}
#comments, #pings  { }
h4#comments a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #686868;
}
h4#comments a:hover {
	color: #323232;
}
#respond            {
	margin-top: 35px }
#commentlist          {
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0;
	border-top: 1px solid #f5f5f6 }
#commentlist li {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #f5f5f6;
	padding: 20px 0px 20px 60px; }
#commentlist li:before {
	display: none !important;
}
#pinglist {
	font-size: 13px;
	line-height: 18px;
	list-style-type: none;
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 0 }
#pinglist li {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	padding: 0 0 0 }
#commentlist li.bypostauthor    {
	background-color: #f5f5f6; }
#commentlist li p    {
	font-size: 92%;
	margin: 2px 0px 6px 0;
	padding: 0 }
.leaveacomment {
	margin-bottom: 50px;
}
.leaveacomment a.submitbutton {
	font-size: 12px;
	text-decoration: none;
}
a.commentnumber {
	color: #f0f0f0;
	font-size: 20px;
	text-decoration: none;
	float: right }
.commentmeta         {
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	color: #9a9b9c;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 0 }
.commentmeta em {
	font-style: normal;
	letter-spacing: normal;
	text-transform: lowercase;
	font-weight: normal; }
.commentmeta a {
	color: #9a9b9c }
.commentmeta strong           {
	color: #424242;
	font-size: 14px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: none;
	font-weight: bold;
	 }
.commentmeta strong a            {
	color: #424242;
	 }
.commentmeta a:hover         {
	color: #46d2d5; }
.commentmeta a.comment-edit-link {
	color: #fff;
	text-decoration: none }
.commentnumber       {
	display: inline }
#commentlist .avatar    {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	display: inline;
	margin-top: 0;
	margin-bottom: 7px;
	margin-left: -60px;
	float: left }
#commentform   {
	margin-bottom: 60px;
	width: 500px }
#commentform label  { }
#commentform p {
	margin-bottom: 5px }
.wp-smiley {
	vertical-align: middle }
.commentnav {
	color: #686868;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	background-image: url("images/bg.png");
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 8px 10px 7px }
.commentnav em {
	font-style: normal;
	margin-right: 15px }
.commentnav em img {
	margin-right: 2px;
	vertical-align: middle }
.commentnav .page-numbers {
	color: #686868;
	text-decoration: none;
	padding: 3px 5px;
	border: 1px #eeeded }
.commentnav .current {
	color: #424242;
	font-weight: normal;
	background-color: #fff }
.commentnav .next, .commentnav .prev, .commentnav .dots {
	border-style: none }
.commentnav a:hover {
	color: #323232; }
.commentnav .alignright a {
	color: #686868;
	text-decoration: none }
.commentnav .alignright a:hover {
	color: #323232;
	text-decoration: none;
	background-color: transparent }
.commentnavbottom {
	margin-top: -30px;
	margin-bottom: 55px;
}
/*threaded comments*/
#commentlist li ul {
	margin: 0;
	padding: 0 }
#commentlist li ul li           {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 5px 10px 5px 60px;
	border: none; }
#commentlist li ul li.bypostauthor           {
	background-color: #f5f5f6;
	list-style-type: none;
	padding: 15px 15px 15px 75px;
	border: none; }
#cancel_reply, #cancel_reply a       {
	color: #323232;
	font-size: 11px;
	font-weight: bold }
	
.thdrpy a  {
	text-decoration: none;
	color: #fff;
	font-size: 10px;
	font-family: "proxima_nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	background-color: #bcbcbd;
	text-transform: uppercase;
	letter-spacing: 0;
	padding: 1px 5px }
.thdrpy a:hover {
	color: #fff;
	background-color: #424242 }

/*----DROPDOWN MENU----*/
.nav {
	position:relative;
	display:inline-block;
	font-size: 19px;
	line-height: 1.5;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	font-weight: 300;
	clear: right;
	float: right;
	z-index: 1000;
	overflow: visible;
	max-width: 730px;
	margin-top: 50px;
}
.nav-list {
	text-align:left;
	margin-right: -10px;
}
.nav-list .menu-item {
	float: left;
	display: inline-block;
	zoom: 1;
	position: relative;
	z-index: 1000;
	margin-left: 18px;
}
.nav-list .menu-item a {
	display: block;
	color: #424242;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
.nav-list .menu-item.life a {
	color: #46d2d5;
}
.nav-list .menu-item.book a {
	color: #da0062;
}
.nav-list .menu-item > a:hover, .nav-list .menu-item:hover a {
	color: #46d2d5;
}


.nav-list .menu-item:hover .sub-menu {
	display: block;
	font-weight: normal;
	font-size: 14px;
}
/* Navigation submenu */
.nav-list .sub-menu {
	display: none;
	position: absolute;
	text-align: center;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	font-size: 15px;
	letter-spacing: normal;
	z-index: 2000;
	background-color: #46d2d5;
	background-color: rgba(70,210,213,.9);
}
.nav-list .sub-menu:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(255,255,255, 0); 
	border-bottom-color: #424242; 
	border-bottom-color: rgba(101,207,206,.9); 
	border-width: 10px; 
	margin-left: -10px; }
.nav-list .sub-menu .menu-item {
	margin: 0;
}
.nav-list .sub-menu .menu-item a {
	color: #ffffff;
	display: block;
	width: 160px;
	padding: 10px 20px;
}
.nav-list .sub-menu .menu-item:first-of-type a {
	border-top: none;
}
.nav-list .sub-menu .menu-item a:hover {
	background:#424242;
}
	.nav-list .sub-menu .menu-item-has-children a {
		
	}
	.nav-list .sub-menu .menu-item .sub-menu .menu-item a {
		border: none;
		padding: 10px 15px 10px 20px;
		margin-top: -12px;
		font-style: italic;
		background-color: transparent;
		font-size: 12px;
	}
	.nav-list .sub-menu .menu-item .sub-menu .menu-item a:hover {
		color: rgba(255,255,255,.7);
	}

/*----PAGE NUMBERS----*/
#wp_page_numbers     {
	font-size: 13px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	line-height: 16px;
	margin: 35px 0;
	width: 100%;
	clear: both; }
#wp_page_numbers ul {
	text-align: right;
	width: 100% }
#wp_page_numbers li {
	margin: 0 0 0 2px;
	display: inline }
#wp_page_numbers ul li:before {
	display: none !important;
}
#wp_page_numbers a         {
	color: #bcbcbd;
	padding: 5px 8px;
	display: inline-block;
	border: 1px solid #ececec;
	background-color: #ffffff;
	text-decoration: none; }
#wp_page_numbers li.space       {
	color: #bcbcbd;
	padding: 3px 5px }
#wp_page_numbers li.first_last_page {
	 }
#wp_page_numbers li.page_info         {
	color: #b3b3b3;
	font-size: 10px;
	font-family: "proxima_nova", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: .08em;
	padding-top: 3px;
	float: left;
	padding-right: 10px;
	padding-bottom: 3px }
#wp_page_numbers li a:hover         {
	color: #fff;
	background-color: #ffd300 }
#wp_page_numbers li.active_page a     {
	border: none;
	color: #424242;
	font-weight: bold;
	background-color: #ffffff }
#wp_page_numbers li.active_page a:hover      {
	cursor: auto; }


