/*
Theme Name: MFE 2.0
Theme URI: http://www.zee-studio.com
Author: Zee Studio
Version: 2.0
*/


/* =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:left;
margin:0;
width:640px;
}
#content {
margin:0 10px 0 30px;
}
#primary,
#secondary {
float:right;
overflow:hidden;
padding:0 20px;
width:300px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;

}

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

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

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: Helvetica, Arial, "Lucida Grande", Tahoma, Verdana, 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,
.wp-caption-text,
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", 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 */
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
#wrapper {
	margin: 0 auto;
	width: 980px;
}
#wrapper {
background:none;
margin-top:0;
padding:0;
}

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}


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

/* Main global 'theme' and typographic styles */
body {
	background: #e0dbd5 url('images/bg4.gif') repeat-y center top;
}
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: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 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 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
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;
}
input[type="text"], textarea {
background:none repeat scroll 0 0 #EAEAEA;
border:medium none;
padding:10px;
}

a:link {
	color: #F18201;
	text-decoration: none;
}
a:visited {
	color: #F18201;
	text-decoration: none;
}
a:active,
a:hover {
	color: #E52343;
	text-decoration: none;
}

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


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

#header {
background:none repeat scroll 0 0 #FFFFFF;
float:left;
padding:0;
}
#site-title {
	float: left;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#site-description {
	clear: right;
	float: right;
	font-style: italic;
	margin: 14px 0 18px 0;
	width: 220px;
}

/* This is the custom header image */
#branding img {
clear:both;
display:block;
margin-bottom:0px;
}


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

#access {
background: none repeat scroll 0 0 transparent;
    border-bottom: 3px solid #EAEAEA;
    border-top: 3px solid #EAEAEA;
    display: block;
    float: left;
    margin: 0 auto;
    width: 980px;
}
#access .menu-header,
div.menu {
	width: 980px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
display:block;
font-size:14px;
font-weight:700;
letter-spacing:0;
line-height:35px;
padding:0 29px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	float: left;
	width: 140px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 140px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #fff;
	line-height: 1em;
	padding: 5px;
	width: auto;
	height: auto;
	font-size: 10px;
}

#menu-item-7568 a, #menu-item-7571 a{
color: #F18201;}

#menu-item-7568 a:hover, #menu-item-7568 a:active, #menu-item-7571 a:hover, #menu-item-7571 a:active{
color:#fff;
background: #F18201;}

#menu-item-7569 a {
color: #C9D723;}

#menu-item-7569 a:hover, #menu-item-7569 a:active{
background: #C9D723;
color: #fff;
}

#menu-item-7572 a{
color: #FFD516;}

#menu-item-7572 a:hover, #menu-item-7572 a:active{
color: #fff;
background: #FFD516;
}

#menu-item-7570 a, #menu-item-7574 a{
color: #E52343;
padding:0 25px;
}

#menu-item-7570 a:hover, #menu-item-7574 a:hover, #menu-item-7570 a:active, #menu-item-7574 a:active{
background: #E52343;
color: #fff;
}

#menu-item-7573 a{
color: #5BC4E3;}

#menu-item-7573 a:hover, #menu-item-7573 a:active{
color: #fff;
background: #5BC4E3;
}

#access ul li:hover > ul {
	display: block;
}



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

#main {
	clear: both;
	overflow: hidden;
	padding: 0;
}
#content {
	margin-bottom: 36px;
}
#content,
#content input,
#content textarea {
color:#7C736C;
float:left;
font-size:12px;
line-height:1.75em;
text-align:justify;
width:580px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#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: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content table {
margin:0;
text-align:left;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
padding:5px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
color:#E52343 !important;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:26px;
font-weight:normal;
margin:0 0 9px !important;
text-align:center;
}
.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 {
color:#F18201;
font-size:14px;
font-weight:normal;
line-height:18px;
margin-bottom:0;
text-align:left;
text-transform:none;
}

#content .page .entry-title {
color:#F18201;
font-size:30px;
text-align:center;
text-transform:none;
}


.single #content .entry-title, .home #content .entry-title  {
color:#F18201;
font-size:22px;
font-weight:normal;
margin-bottom:0;
text-align:left;
text-transform:none;
line-height:1.5em;
}

#content .favorite-title {
background:url("images/dottedline.png") repeat-x scroll left bottom transparent;
color:#666666;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:21px;
font-weight:normal;
line-height:1.3em;
margin-bottom:0;
padding:0 0 10px;
text-align:center;
text-transform:none;
}

.page-template-planner-php #content .favorite-title {
text-align: left;
}


.entry-title a:link,
.entry-title a:visited {
	color: #F18201;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #E52343;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content,
.entry-summary {
clear:both;
padding:12px 0 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-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


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

#content img {
	margin: 0;
	height: auto;
max-width:580px;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#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 {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


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

.nav-previous {
	float: left;
	text-align: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 {
clear:left;
float:left;
line-height:1.2em;
margin:20px 0 0;
width:100%
}

#nav-below-alt{
background:none repeat scroll 0 0 #EAEAEA;
clear:left;
float:left;
line-height:1.2em;
margin:20px 0 0;
padding:10px;
width:560px;
}

.postid-7578 #nav-below-alt{
display: none;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	font-size: 20px;
font-weight:normal;
	margin-bottom: 0;
}
h3#comments-title {
color:#E52343;
font-size:16px;
font-weight:bold;
letter-spacing:1px;
padding:24px 0 10px;
text-transform:uppercase;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment, .commentlist li.pingback {
border:5px solid #EAEAEA;
line-height:1.5em;
margin:0 0 15px;
padding:15px;
position:relative;
}

.joinlink{
float:right;
font-size:12px;
padding-top:0;
text-align:right;
}

.commentnumber{
background:none repeat scroll 0 0 #EAEAEA;
bottom:15px;
color:#666666;
float:left;
font-size:30px;
padding:13px 13px 10px 10px;
position:relative;
right:15px;
text-align:center;
width:auto;
}

.comment p{clear:left;}

#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	left:-12px;
position:relative;
top:-12px;
width:38px;
}
.comment-author {
float:left;
font-size:21px;
margin-right:10px;
}

.commentlist .comment-childs .avatar {
left:-12px;
position:relative;
top:-5px;
width:25px;
}

.comment-childs cite{
position: absolute;
}

.comment-childs .commentmetadata{
float: right;
text-transform:uppercase;
}

.comment-author a{
font-weight: normal;
}

.comment-author cite {
font-style:normal;
font-weight:normal;
position:absolute;
top:12px;
left:107px;
}
.comment-author .says {
	display: none;
}
.comment-meta {
font-size:10px;
margin:0 0 18px;
text-align:right;
text-transform:uppercase;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding:0;
}

.thdrpy{
margin-bottom: 0px;
}

.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
clear:left;
float:left;
margin:24px 0;
overflow:hidden;
position:relative;
width:580px;
}

#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
color:#E52E43;
font-family:"ff-market-web-1","ff-market-web-2",cursive;
font-size:24px;
margin:18px 0 0;
text-align:left;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
display: none;
}
#respond label {
display:block;
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:12px;
font-weight:bold;
margin-right:10px;
text-align:right;
text-transform:uppercase;
width:173px;
}
#respond input {
display:block;
float:left;
margin:0 0 9px;
width: 300px;
}
#respond textarea {
margin-bottom:10px;
width: 300px !important;
}
#respond .form-allowed-tags {
display:none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
clear:both;
float:left;
margin:5px 0;
width:430px;
}
#respond .form-submit input {
background:none repeat scroll 0 0 #F18201;
border:0 none;
color:#FFFFFF;
float:right;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:12px;
font-weight:bold;
padding:8px;
text-transform:uppercase;
width:auto;
cursor: pointer;
}


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

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
float:left;
margin:0;
width:235px;
}
.widget-title {
	color: #222;
	font-weight: bold;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}

.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;
}
#main .widget-area ul ul {
	border: none;
	margin-left:10px;
	padding: 0;
}
#primary {
}
#secondary {
}

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


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

#footer {
background:url("images/stripe2.png") repeat scroll 0 0 #F18201;
color:#FFFFFF;
float:left;
margin-bottom:0;
padding:20px;
width:940px;
}
#colophon {
	border-top: 4px solid #000;
	margin-top: -4px;
	overflow: hidden;
	padding: 18px 0;
}
#site-info {
	font-weight: bold;
}
#site-info a {
	color: #000;
	text-decoration: none;
}
#site-generator {
	font-style: italic;
	position: relative;
}
#site-generator a {
	background: url(images/wordpress.png) center left no-repeat;
	color: #666;
	display: inline-block;
	line-height: 16px;
	padding-left: 20px;
	text-decoration: none;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display: block;
	margin: 0 auto 10px;
}


/* =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;
	}
}

#categories-tab ul{
margin-bottom: 10px;
}

.indentmenu ul li#sidetab1 a{
background:none repeat scroll 0 0 #F18201;
}

.indentmenu ul li a, .indentmenu ul li a:visited{
color:#FFFFFF !important;
}

.indentmenu ul li a:hover{
text-decoration: none;
color: #666;
}

.indentmenu ul li#sidetab2 a {
background:none repeat scroll 0 0 #E52343;
}

.indentmenu ul li#sidetab3 a {
background:none repeat scroll 0 0 #C9D723;
}

.indentmenu ul li#sidetab4 a {
background:none repeat scroll 0 0 #FFD516;
}

.indentmenu ul li#sidetab5 a {
background:none repeat scroll 0 0 #5BC4E3;
}

#subscribe-tab{
background: #F18201;
}

#search-tab{
background: #E52343;
}

#categories-tab{
background: #C9D723;
}

#archives-tab{
background: #FFD516;
}

#contact-tab{
background: #5BC4E3;
}

#favs_list{
margin: 0;
padding: 0;
list-style: none;
}

#favs_list li{
width: 150px;
float: left;
list-style: none;
margin: 0 5px 5px;
padding: 0;
text-align:center;
line-height:1em;
}

#favs_list li a{
text-decoration: none;
color: #F18201;
text-transform: lowercase;
font-family: Georgia, "Times New Roman", Times;
font-size: 14px;
text-align:center;
}

#favs_list li img{
border: 2px solid #F18201;
}

#primary .cform {
margin:10px auto 0;
width:280px;
}

.linklove{
display: none;
}

#primary .cform label span {
color:#FFFFFF;
display:block;
font-size:10px;
text-transform:uppercase;
width:80px;
}

#primary .cform textarea, #primary .cform input {
width:175px;
}

#primary #cforms_captcha{
width: 45px;
}

#primary .cform label {
display:inline-block;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:78px;
}

#primary div.failure {
background:none repeat scroll 0 0 #A0DCEA !important;
border-style:none;
display:block;
text-align:center;
width:243px !important;
}

#primary ol.cf-ol li.cf_li_err {
background:#A0DCEA !important;
border-style:none;
border-width:0;
margin:5px 0 !important;
padding:5px 0 !important;
}

#searchsubmit{
background:none repeat scroll 0 0 #CCCCCC;
border-right:0 none;
border-style:none;
border-width:0;
cursor:pointer;
font-size:0.8em;
margin:0px 2px;
padding:5px;
text-transform:uppercase;
width:auto !important;
}

#primary .cform input.backbutton, #primary .cform input.resetbutton, #primary .cform input.sendbutton {
background:none repeat scroll 0 0 #CCCCCC;
border-right:0 none;
border-style:none;
border-width:0;
cursor:pointer;
font-size:0.8em;
margin:2px 9px 0 2px;
padding:5px;
text-transform:uppercase;
width:auto !important;
}

#primary .cform input, #primary .cform textarea, .cform select {
background:none repeat scroll 0 0 #Fffff;
border:0 none;}

.indentmenu ul li.cat-item a {
background:none repeat scroll 0 0 transparent;
color:#FFFFFF;
float:left;
font-size:21px;
font-style:normal;
margin-right:2px;
padding:5px 6px 0;
text-decoration:none;
text-transform:none;
font-weight:normal;
}

.indentmenu ul li.cat-item a:hover{
color: #666 !important;
} 

#archives-tab ul li a {
background:none repeat scroll 0 0 transparent;
color:#FFFFFF;
float:left;
font-family:"Lucida Grande",Helvetica,Arial,Tahoma,Verdana,sans-serif;
font-size:11px;
font-style:normal;
font-weight:bold;
margin-right:2px;
padding:5px 6px 0;
text-decoration:none;
text-transform:uppercase;
}


.indentmenu ul li.cat-item ul li.cat-item a {
font-size:12px;
font-style:normal;
font-family: "Lucida Grande", Helvetica, Arial, Tahoma, Verdana, sans-serif;
text-transform: uppercase;
}


#recentlynote{
position:absolute;
margin-left:9px;
z-index: 10000;
}

#main {
clear:both;
overflow:hidden;
padding:20px 0 0;
}

.postbanner{
float:left;
margin:20px auto;
overflow:hidden;
text-align:center;
width:580px;
}

.postbanner img, .postbanner iframe{
max-width:580px;
}

.hentry {
margin:0 0 20px;
}

#giveaways{
line-height:normal;
margin-top:15px;
}

#giveaways img{
vertical-align: top;
float:left;
}

#giveaways ul{
background:url("images/give_middle.png") repeat-y scroll center top transparent;
display:block;
float:left;
height:auto;
margin:0;
padding:0;
width:203px;
}

#content p, #content ul, #content ol, #content dd, #content pre, #content hr {
margin-bottom:10px;
}

.givename{
width: 145px;
float: left;
}

.givedate{
width: 35px;
float: left;
text-align: right;
}

.givename a{
color: #F18201;
text-decoration: none;
}

.givename a:hover{
color: #666;
}

#giveaways ul li{
border-bottom:1px solid #CCCCCC;
float:left;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:11px;
font-style:italic;
list-style:none outside none;
margin:0 0 0 10px;
padding:7px 0;
text-align:left;
text-transform:lowercase;
vertical-align:middle;
width:180px;
}

#lovethis{
background:url("images/favsingle.png") no-repeat scroll center top transparent;
font-size:10px;
height:156px;
margin:0 auto 10px;
overflow:hidden;
padding:0;
text-align:center;
width:155px;
}

#lovethis a{
text-decoration: none;
color: #666;
}

#lovethis img{
clear:both;
height:auto;
margin:0 auto;
padding:10px 0 0 2px;
width:130px;
}

#lovethisnote{
position:absolute;
}

#column-left{
width: 160px;
float: left;
padding-right: 20px;
}

#column-right{
width: 120px;
float: right;
padding-bottom:20px;
}

#sidebar-tabs, #sidebar-tabs ul, #sidebar-tabs li {
background:none repeat scroll 0 0 transparent;
}

#sidebar-tabs{
margin:20px auto;
float:left;
}

.indentmenu ul li.cat-item {
display:block;
float:left;
width:280px;
}

#subscribe-tab, #search-tab, #categories-tab, #archives-tab, #contact-tab{
float:left;
padding:10px;
width:280px;
float: left;
}

#s{
background:none repeat scroll 0 0 #FFFFFF;
height:20px;
padding:3px;
width:200px;
}

#featuredblock{
background: url("images/stripe.gif") repeat scroll 0 0 transparent;
    border-bottom: 3px solid #EAEAEA;
    float: left;
    margin: 0;
    padding: 10px 15px 0 10px;
    width: 955px;
}

#featured_2{
background: url("images/maingbg-2.png") no-repeat scroll center top transparent;
    float: left;
    height: 240px;
    margin: 0 15px 0 0;
    width: 485px;
}

#featured_2_inside{
    margin: 0 auto;
    padding: 20px 0 0 50px;
    width: 480px;
}

#featured_3{
float:left;
margin:10px 0 0;
padding:0;
width:156px;
}

#featured_4{
border-left:5px solid #EAEAEA;
float:right;
margin:0 0 0 20px;
padding:0;
width:318px;
}

#featured_1 ul{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1.75em;
list-style:disc outside none;
margin:0 0 0 12px;
text-transform:uppercase;
}

#content h2.subcathead {
background:none repeat scroll 0 0 #EAEAEA;
color:#666666;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:16px;
font-weight:bold;
letter-spacing:3px;
line-height:1em;
margin:0 0 15px;
padding:5px 0;
text-align:center;
text-transform:uppercase;
}

#subscribe-tab img{
margin:4px;
}

#featured_1 ul li{
margin: 0 0 3px;
}

#featured_1 ul li a:link, #featured_1 ul li a:visited{
color: #666;
}

#featured_1 ul li a:hover{color:#E52343;}

#featured5{
color:#333333;
float:left;
font-size:12px;
font-weight:bold;
line-height:1.5em;
margin:0;
padding:20px 20px 10px;
text-align:justify;
width:617px;
}

#featured5 h1.page-title{
color:#E52343;
font-family:"ff-market-web-1","ff-market-web-2",cursive;
font-size:26px;
font-weight:normal;
margin:0 0 15px;
text-transform:capitalize;
}


#featured_1 {
float:left;
margin:10px 15px 0 0;
padding:0;
width:239px;
}

a img, a, img{
outline: none;
}

#featured_2 h2, #featured_4 h2{
color:#F18201;
font-weight:normal;
padding:0 0 20px;
text-align:left;
}

#featured_1 h2{
color:#C9D723;
font-weight:normal;
padding:0 0 10px;
text-align:left;
}


#featured_3 h2{
color:#E52343;
font-weight:normal;
padding:0 0 5px;
text-align:center;}

#featuredblock h2{
font-size: 24px;
}

.smallerlove{
border:1px solid #999999;
float:left;
height:48px;
margin:1px;
overflow:hidden;
width:48px;
}

.smallerlove img{
height:auto;
width:48px;
}

.smallerlove2{
border-right:5px solid #EAEAEA;
border-top:5px solid #EAEAEA;
display:block;
float:left;
height:101px;
margin:0;
overflow:hidden;
width:101px;
background:none repeat scroll 0 0 #FFFFFF;
}

.navigation a img{
border:2px solid;
width:70px;
}

.navigation a{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
letter-spacing:0;
text-transform:uppercase;
}

.smallerlove2 img{
height:auto;
width:101px;
}

.jdGallery .slideInfoZone h2 {
text-transform: uppercase;
font-size:12px;
font-weight:700;
letter-spacing: 1px;
}

.date-box{
color:#E52343;
float:left;
font-size:15px;
font-weight:bold;
letter-spacing:2px;
line-height:35px;
width:75px;
}

.entry-title-box{
border-left:1px solid #999999;
float:left;
margin-left:10px;
padding-left:14px;
width:480px;
}

.catpod{
float:left;
margin:10px;
width:100px;
}

.catpod img{
width: 100px;
}

#archives-tab ul li{
width: 280px;
float: left;
display: block;
}

.jdGallery .slideElement {
background-color:#fff !important;}

.indentmenu ul li a{
color: #fff;
}

#sponsorscol a img{
width: 120px;
height: auto;
margin:5px auto;
}

#sponsorcol img{
line-height: 1em;
}

#aboutblurb img{
border:3px solid #FFFFFF;
float:left;
height:100px;
margin:0 10px 5px 0;
width:100px;
}

#aboutblurb{
background:none repeat scroll 0 0 #EAEAEA;
border:0 none;
clear:left;
font-size:11px;
line-height:1.35em;
margin:0 0 20px;
padding:20px;
text-align:justify;
}

#aboutblurb p img{
display: none;
}

#content .entry-summary p img, #content .entry-summary p a img{
display: none;
}

.summaryimg{
float:left;
margin-bottom:10px;
margin-right:20px;
}

.summaryimg img{
border:3px solid #F18201;
height:auto !important;
width:150px !important;
}

.category .post, .archive .post, .search .post{
border:5px solid #EAEAEA;
float:left;
width:auto;
}

.category .post .date_title, .archive .post .date_title, .search .post .date_title{
background: #EAEAEA;
padding: 5px;
float: left;
}

.category .post .entry-title-box, .archive .post .entry-title-box, .search .post .entry-title-box{
border-left:1px solid #999999;
float:left;
margin-left:10px;
min-height:35px;
padding-left:10px;
width:469px;
}

.category #content .post .entry-title, .archive #content .post .entry-title, .search #content .post .entry-title{
color:#F18201;
font-size:14px;
font-weight:normal;
line-height:18px;
margin-bottom:0;
padding-top:8px;
text-align:left;
text-transform:none;}

.category .post .date-box, .archive .post .date-box, .search .post .date-box {
float:left;
width:75px;}

.category .post .entry-summary, .archive .post .entry-summary, .search .post .entry-summary{
padding: 20px;
width:auto;
}

.category .post .entry-summary p, .archive .post .entry-summary p, .search .post .entry-summary p{
line-height:1.5em;
margin-bottom:0 !important;
text-align:justify !important;
}

.excerpt-tools{
background:none repeat scroll 0 0 #EAEAEA;
float:left;
padding:2px 5px 0;
width:565px;
}

.single .excerpt-tools, .home .excerpt-tools{
background:url("images/dottedline.png") repeat-x scroll 0 0 transparent;
margin-top:7px;
padding:15px 0;
width:580px;
}

.category .post h2.entry-title a, .archive .post h2.entry-title a, .search .post h2.entry-title a{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:14px;
font-weight:bold;
height:auto;
letter-spacing:1px;
line-height:12px !important;
text-transform:uppercase;
}

.toolpod{
float:right;
line-height:1em;
margin:0 0 0 10px;
text-align:center;
width:auto;
}

.metapod{
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:11px;
font-weight:bold;
margin:0;
text-align:left;
text-transform:uppercase;
width:400px;
}

.toolpod a{
text-transform: uppercase;
font-size: 9px;
color: #999;
}

.readmorelink{
font-size:18px;
font-weight:normal;
text-align:right;
margin:10px 0 0;
}

.cluv {
border:medium none;
display:block;
float:right;
font-size:10px !important;
font-style:italic;
padding:10px 0;
text-transform:none !important;}

.comment-childs {
background-color:white !important;
border-color:-moz-use-text-color -moz-use-text-color -moz-use-text-color #999999 !important;
border-right:medium none !important;
border-style:none none none solid !important;
border-width:medium medium medium 1px !important;
margin:0 0 0 35px !important;
padding:4px 0 2px 15px !important;}

.favimg{
float:left;
height:145px;
margin:0 10px 10px 0;
overflow:hidden;
width:145px;
}

#content .favimg img{
width:145px;
height: auto;
}

#skyscrapercol img{
width: 120px;
height: auto;
}

 #skyscrapercol iframe, #skyscrapercol iframe table, #skyscrapercol iframe table img{
width: 120px;} 

#content .favsub img{
padding-top:14px;
width:96px;
height: 96px;
}

#content .favsub{
background:url("images/favsub.png") no-repeat scroll center top transparent;
float:left;
height:145px;
text-align:center;
width:145px;
}

#content .favsub .entry-title{
font-size:12px;
font-weight:bold;
letter-spacing:1px;
margin-top:5px;
text-transform:uppercase;
text-align:center;
}

#content .favsingle img{
display:block;
height:135px;
margin:0 auto;
width:135px;
}

#content .favsingle a{
border: 2px solid #999999;
float:left;
}

#content .favsingle a:hover{
border: 2px solid #F18201;
}

.single .excerpt-tools-2 {
background:none repeat scroll 0 0 transparent;
border-top:1px solid #EAEAEA;
float:right;
padding:10px 0;
width:300px;}

#content .favsingle{
float:left;
height:135px;
margin:5px;
text-align:center;
width:135px;
}

#content .favsingle .entry-title{
font-size:12px;
font-weight:bold;
letter-spacing:1px;
margin-top:5px;
text-transform:uppercase;
}

#content .favdesc h3{
color:#F18201;
float:left;
font-size:24px;
font-weight:normal;
margin:10px 0;
text-align:left;
}

#content .favdesc{
background:none repeat scroll 0 0 #EAEAEA;
float:left;
line-height:1.5em;
padding:10px 20px 20px;
}

.category-bookclub .tweetmeme_button, .category-baby-favorites .tweetmeme_button, .category-beauty-favorites .tweetmeme_button, .category-travel-favorites .tweetmeme_button, .category-services-favorites .tweetmeme_button, .category-for-him .tweetmeme_button, .category-kids-books .tweetmeme_button, .category-good-eats-favorites .tweetmeme_button, .category-family-favorites .tweetmeme_button, .category-expecting-favorites .tweetmeme_button, .page-template-planner-php .tweetmeme_button{
display: none;
}

#featured_2 .slideInfoZone h2{
text-align: center;
}

.customized-recent-comments h3 {
clear:none;
display:block;
float:left;
font-size:9px !important;
font-weight:bold;
margin-right:10px;
text-transform:uppercase;}

#column-left h3, #aboutblurb h3{
background:url("images/dottedline.png") repeat-x scroll left bottom transparent;
color:#E52343;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:21px;
font-weight:normal;
letter-spacing:0;
line-height:1.25em;
margin:0 0 10px;
padding-bottom:5px;
text-transform:lowercase;
}

.sidebar-box{
float:left;
font-size:10px;
line-height:1.35em;
margin:0 auto 30px;
padding:0;
text-align:justify;
width:157px;
}

.sidebar-box img{
display: block;
margin: 0 auto;
}

.sidebar-box-plain{
margin:0px auto 20px;
}

.twtr-doc{
width: 140px !important;
}

.twtr-bd {
margin-top:0px;
padding:0 1px;
}

.twtr-hd, .twtr-ft {
display:none;
}

.twtr-widget .twtr-tweet-wrap {
overflow:hidden;
padding:8px 0 !important;
}

.sidebar-txt{
font-size:10px;
line-height:1.35em;
text-align:justify;
}

.sidebar-box ul li a{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1em;
text-transform:uppercase;
}

.sidebar-box ul li{
border-bottom:1px dotted #D6D6D6;
line-height:1em;
list-style:none outside none;
margin-bottom:3px;
margin-left:0;
padding:3px 0;
}

.sidebar-box ul{
margin: 0;
}

.sidebar-txt p{
margin-bottom: 5px;
}

.twtr-widget {
font-size:11px !important;
}

.sidebar-box .littles a img{
width: 120px;
display: block;
margin: 0 auto;
border:0;
}

#footer ul{
list-style: none;
margin:0;
}

#footer ul li a{
color: #fff;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
}

#footer ul li a:hover{
color: #E52343;
}

#footer .widget-title {
color:#FFFFFF;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:22px;
font-weight:normal;
margin:0 0 10px;
}

.littles{
background:url("images/poloroid.jpg") no-repeat scroll center top transparent;
height:153px;
padding:10px;
}

.hometour img, .sidebar-box img, .sidebar-box a img{
border:3px solid #F18201;
margin-bottom:10px;
width:150px;
height:auto;
}

.sidebar-box .side-answer p img{
display: none;
}

.side-question{
color:#E52343;
font-size:9px;
font-weight:bold;
line-height:1.35em;
margin:10px 0;
text-align:justify;
}

.side-answer{
font-size:9px;
font-weight:bold;
line-height:1.35em;
margin:10px 0;
text-align:justify;
}

.littles h4{
color:#E52343;
font-family:"ff-market-web-1","ff-market-web-2",cursive;
font-size:20px;
font-weight:normal;
margin:7px 0 0;
text-align:center;
}

.gotonext{
color:#999999;
font-style:italic;
margin-bottom:5px;
text-transform:lowercase;
}

#featured_1 h2.blue{
color:#5BC4E3;
margin-top:25px;
}

#whattoeat, #shoppinglist{
font-size:1em;
line-height:1.2em;
margin:20px auto;
text-align:left;
width:268px;
background:url('images/tabletbg.jpg') repeat-y top center;
}

.plannerpad{
padding:0px 10px 0 30px;
}

#whattoeat p, #shoppinglist p{
padding:0 0 10px 0;
margin:0;
}

#whattoeat{
float:left;
}

#shoppinglist{
float:right;
}

.plannertitle{
text-align: right;
font-weight: bold;
color:#FC2E55;
}

.IEimgfix{
display: block;
margin: 0;
}

#todos{
background:url("images/notebg.jpg") repeat-y scroll center top transparent;
margin:20px auto 0;
width:562px;
}

#todo_wrap{
padding:14px 20px 10px 110px;
}

#todo_wrap p{
font-size:1em;
height:24px;
line-height:1em;
margin:0;
padding:0;
text-align:left;
text-transform:lowercase;
}

.recpod{
float:left;
height:200px;
margin:0 0 20px;
padding:0 5px;
text-align:center;
width:183px;
}

.recpod img{
border:5px solid;
margin:0 auto !important;
width:150px;
}

#content .recpod h2.entry-title{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}

.sb-subtitle{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1.25em;
margin:0 0 10px;
text-align:center;
text-transform:uppercase;
}

#content .headmeata h3{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:11px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
}

.cat-header{
background:url("images/cork1.jpg") repeat scroll 0 0 transparent;
border-bottom:5px solid #EAEAEA;
float:left;
padding:20px 20px 0;
width:940px;
}

#family-header h2{
background:url("images/familyfun.png") no-repeat scroll left top transparent;
margin:5px 0 0 28px;
padding-left:40px;
}

#goodeats-header h2{
background:url("images/tablesetting.png") no-repeat scroll center top transparent;
float:none;
margin:5px 0;
padding-left:0;
}

#home-header h2{
background:url("images/chair.png") no-repeat scroll left top transparent;
float:none;
margin:5px 0 0 11px;
padding-left:25px;
}

#metime-header h2{
background:url("images/purse.png") no-repeat scroll left top transparent;
float:none;
margin:5px 0 0 11px;
padding-left:25px;
}

#oc-header h2{
background:url("images/camera.png") no-repeat scroll left top transparent;
float:none;
margin:6px 0 0 15px;
padding-left:36px;
}

#favs-header h2{
background:url("images/fave.png") no-repeat scroll center bottom transparent;
float:none;
font-size:27px;
margin:26px 0 0 0;
padding-bottom:31px;
padding-left:0;
padding-top:0;
}

.cat-header h2{
color:#FFFFFF;
float:left;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:21px;
font-weight:normal;
height:35px;
margin:0 15px 0 0;
padding-left:50px;
padding-top:15px;
text-align:center;
}

.cat-header .headmeta a{
color: #fff;
}

.cat-header h2 span{

}

.subopt{
float: left;
text-align: center;
width:91px;
}

.cat-header a img{
background:url("images/favsub.png") no-repeat scroll center top transparent;
height:98px;
margin:0 auto;
padding:13px 9px 19px;
width:98px;
}

.headmeta{
color:#FFFFFF;
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-weight:bold;
text-align:center;
text-transform:uppercase;
width:100%;
}

.cat-header .headmeta a img{
background: none;
width: auto;
height: auto;
padding:0;
}

.headmeta h3{
font-size:10px;
font-weight:bold;
}

#family-header .headleft, #favs-header .headleft{
background:url("images/orangenote.png") no-repeat scroll left top transparent;
}

#goodeats-header .headleft{
background:url("images/greennote.png") no-repeat scroll left top transparent;
}

#home-header .headleft, #ask-header .headleft{
background:url("images/pinknote.png") no-repeat scroll left top transparent;
}

#metime-header .headleft{
background:url("images/yellownote.png") no-repeat scroll left top transparent;
}

#oc-header .headleft{
background:url("images/bluenote.png") no-repeat scroll left top transparent;
}

#ask-header h2{
color:#FFFFFF;
float:left;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:21px;
font-weight:normal;
height:22px;
line-height:12px;
margin:0 0 0 0;
padding-left:0;
padding-top:17px;
text-align:center;
width:182px;
}

.questionpod{
color:#E52343;
font-style:italic;
line-height:1.5em;
margin:0 0 20px;
padding:0;
}

.answerpod{
font-style:italic;
margin:0 0 20px;
}


.category-ask-mfe .post{
border:medium none;
float:left;
margin:0 !important;
width:auto;
}

.questionsidepod{
height: 50px;
overflow: hidden;
}

.category-ask-mfe .post .entry-summary{
background:url("images/dottedline.png") repeat-x scroll left bottom transparent;
border:medium none;
float:left;
margin:0 0 20px !important;
width:auto;
}

.letterblock{
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:62px;
font-style:normal;
margin:12px 10px 10px 0;
line-height:1em;
}

.headleft p{
color:#FFFFFF;
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1.5em;
text-align:center;
text-transform:uppercase;
}

.headleft{
float:left;
height:151px;
padding-left:10px;
padding-right:10px;
padding-top:28px;
text-align:left;
width:183px;
}

.headright{
float:right;
margin-top:15px;
width:720px;
}

.pfButton{
float:right;
font-size:10px;
margin:0;
text-align:center !important;
text-transform:uppercase;
width:auto;
}

span.printfriendly{
color:#999999 !important;
display:block;
font-size:9px !important;
margin:0 auto;
text-align:center;}

.seemore{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1.5em;
margin:0 0 20px;
text-transform:uppercase;
text-align: center;
}

.linkcat{
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:10px;
font-weight:bold;
line-height:1.5em;
margin:0 0 20px;
text-transform:uppercase;
width:580px;
}

.linkcat ul li{
border-bottom:1px dotted;
margin-bottom:5px;
padding:0 0 5px;
}

.linkcat h2{
color:#E52343 !important;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:21px;
font-weight:normal;
margin:0 0 10px !important;
text-transform:none;
}

.page-template-links-php ul{
margin: 0px;
list-style: none;
}

.page-template-links-php #content .favorite-title {
background:url("images/dottedline.png") repeat-x scroll left bottom transparent;
color:#666666;
font-family:"ff-market-web-1","ff-market-web-2",cursive !important;
font-size:31px;
font-weight:normal;
line-height:1.3em;
margin-bottom:20px;
padding:0 0 0;
text-align:center;
text-transform:none;
}

.askform{
float:right;
width:350px;
}

.askform .cform{float:left;
margin:10px auto 0;
width:350px;}

#content .askform .cform input, #content .askform .cform textarea{
float:left;
padding:5px;
width:240px !important;
}

#content .askform .cform #sendbutton2{
background:none repeat scroll 0 0 #E52343;
border:medium none !important;
color:#FFFFFF;
float:right;
font-weight:bold;
letter-spacing:1px;
text-transform:uppercase;
width:auto !important;
}

#content .askform .cform ol.cf-ol li {
background:none repeat scroll 0 0 transparent !important;
line-height:22px;
list-style:none outside none !important;
margin:5px 0 10px !important;
padding:0;
text-align:left;
}

#content .askform .cform textarea{
height: 50px;
}

#content .askform .cform label {
display:block;
float:left;
margin:4px 10px 0 0;
text-align:right;
vertical-align:top;
width:85px;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:11px;
font-weight:bold;
text-transform:uppercase;
}

.monday, .tuesday, .wednesday, .thursday, .friday, .saturday, .sunday{
float:left;
font-size:10px;
line-height:1.5em;
margin:0 1px 0 0;
text-align:left;
text-transform:none;
width:81px;
}

#content .monday h3, #content .tuesday h3, #content .wednesday h3, #content .thursday h3, #content .friday h3, #content .saturday h3, #content .sunday h3{
margin: 0 0 5px;
font-weight: bold;
color: #fff;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
text-transform: uppercase;
}

.monday h3, .saturday h3{
background:none repeat scroll 0 0 #F18201;
padding:20px 0 0;
text-align:center;
}

.tuesday h3, .sunday h3{
background:#E52343;
padding:20px 0 0;
text-align:center;
}

.wednesday h3{
background:#C9D723;
padding:20px 0 0;
text-align:center;
}

.thursday h3{
background:#FFD516;
padding:20px 0 0;
text-align:center;
}

.friday h3{
background:#5BC4E3;
padding:20px 0 0;
text-align:center;
}

.page-template-planner-php #content p{
line-height: 1.35em;
margin:20px 0;
}

.page-template-planner-php .post{
margin: 0 0 30px;
}

.pantrylist ul li{
text-transform: uppercase;
font-weight: bold;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
color:#F18201;
}

.pantrylist ul{
margin: 0;
list-style: none;
}

.pantrylist ul li ul{
margin: 0 0 0 20px;
}

.pantrylist ul li ul li{
border-bottom:1px dotted;
font-size:12px;
font-weight:normal;
line-height:1.25em;
padding:5px 0;
text-transform:none;
color: #666;
}

.toobusy{
background:none repeat scroll 0 0 #eaeaea;
float:left;
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
font-size:14px;
font-weight:bold;
line-height:1.35em;
padding:15px;
text-transform:none;
width:550px;
margin: 10px 0;
}

#content .pantrylist ul{
margin:10px 0;
}

#content .pantrylist ul ul{
margin:0 0 15px;
}

.page-template-planner-php .toolpod {
display:block;
float:right;
line-height:1em;
margin:0 0 0 10px;
text-align:center;
width:580px;
}

#sponsorscol br{
display: none;
}

#content .jumplink{
float:left;
font-size:12px;
margin:0 0 50px;
text-align:center;
width:193px;
}

#content .jumplink h3{
color:#666666;
font-family:"ff-market-web-1","ff-market-web-2",cursive;
font-size:21px;
margin:0;
}

#content .jumplink h4{
font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
margin: 0;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
}

.comment-form-comment input[type="text"], textarea {
    width: 95% !important;
}

.form-submit input[type="submit"] {
    margin: 10px 0;
    width: auto !important;
}

.home .hentry {
    float: left;
    margin: 0 0 20px;
}
