/*
Theme Name: Mclthcsjciu
Theme URI: http://macliath.com
Description: Custom theme for Jamie Cooks It Up.
Author: Macliath
Author URI: http://macliath.com
Version: 0.05
Tags:  
*/

html {
	margin: 0 !important;
}

body {
	margin: 0 !important;
	padding: 0;
	background: url('/pix/page-runner.png') repeat-y 50% 0 #fbf4b8;
	color: #222;
	font-family: 'Radley', serif;
}

li {
	list-style-type: none;
}

img {
	border: 0px;
}

.header-ad {
	background-color: #b0242d;
	position: relative;
	z-index: 3000;
	text-align: center;
}

header,
.header {
	width: 100%;
	background: url('/pix/header-runner.png') repeat-x #b0242d;
	height: 88px;
	-webkit-box-shadow: -10px -5px 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 	-10px -5px 5px 10px rgba(0,0,0,0.2);
	box-shadow: 		-10px -5px 5px 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 200;
}

#header {
	width: 1075px; margin-left: auto; margin-right: auto;
}

#container {
	width: 1068px; margin-left: auto; margin-right: auto;
}

#top-nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-right: 25px;
	z-index: 350;
}

#top-nav li {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	background-color: #666766;
	width: 92px;
	height: 35px;
	max-height: 35px;
	float: left;
	line-height: 0.8em;
	font-size: 16px;
	margin-right: 25px;
	font-family: 'Radley', serif;
	overflow: hidden;
	font-weight: 200;
	position: relative;
}

#top-nav li.on {
	background-color: #b0242d;
}

#top-nav li:hover {
	background-color: #b0242d;
	cursor: pointer;
}

#top-nav li p {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -7px;
	text-align: center;
}

#top-nav li p.tl {
	margin-top: -12px;
}

#top-nav li a,
#top-nav li a:hover,
#top-nav li a:visited {
	color: #fff;
	text-decoration: none;
}

section {
	position: relative;
}

#main {
	position: relative;
	min-height: 400px;
	float: left;
	width: 613px;
	padding: 33px;
	padding-top: 260px;
}

#logo {
	width: 678px;
	height: 350px;
	position: absolute;
	margin-top: -87px;
	z-index: 250;
}

#sidebar {
	position: relative;
	width: 395px;
	float: right;
	margin-right: -6px;
	z-index: 175;
}

.sidebar { /* everything below the search */
	width: 365px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#subscribe-social-search-box {
	z-index: 150;
	height: 150px;
	margin-top: -40px;
	width: 357px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 50px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 5, 5, 0.5);
	-moz-box-shadow:    0px 0px 15px rgba(0, 5, 5, 0.5);
	box-shadow:         0px 0px 15px rgba(0, 5, 5, 0.5);
}

#recipe-search {
	margin: 0px;
	padding: 0px;
}

#social-nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 25px;
	margin-bottom: 10px;
	height: 87px;
}

#social-nav li {
	background: url('/pix/subscribe-social.png') no-repeat transparent;
	float: left;
	width: 65px;
	height: 87px;
	margin-right: 15px;
}

#social-nav li p {
	width: 65px;
	height: 87px;
	margin: 0px;
	padding: 0px;
}

#social-nav li p strong {
	display: none;
}

#social-nav li.rss			{	background-position: -6px -2px; }
#social-nav li.sub			{	background-position: -90px -2px; }
#social-nav li.fcb			{	background-position: -175px -2px; }
#social-nav li.pin			{	background-position: -260px -2px; }

#social-nav li.rss:hover	{	background-position: -6px -89px; }
#social-nav li.sub:hover	{	background-position: -90px -89px; }
#social-nav li.fcb:hover	{	background-position: -175px -89px; }
#social-nav li.pin:hover	{	background-position: -260px -88px; }

#social-nav li:hover {
	cursor: pointer;
}


#search-box {
	clear: both;
	background-color: #b0242d;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	width: 317px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px 7px;
}

#search-box input {
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border: 1px solid #fff;
	box-shadow: 0px;
	padding: 3px 5px;
	font-size: 1.2em;
	width: 267px;
}

#search-box ::-webkit-input-placeholder {
	font-family: 'Radley', serif;
	color: #000;
	font-style: oblique;
}

#search-box :-moz-placeholder {  
	font-family: 'Radley', serif;
	color: #000;
	font-style: oblique;
}

#recipe-search-glass:hover {
	cursor: pointer;
}

#sidebar .badge {
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 15px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 15px rgba(0, 0, 0, 0.5);
	background: transparent;
	padding: 0px;
	margin: 0px;
}

ul.sidebar-list {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#ad {
	clear: both;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#ad-block {
	clear: both;
	width: 330px;
	margin-right: auto;
	margin-left: auto;
}

#ad-block .left {
	float: left;
	margin-right: 10px;
	width: 160px;
	overflow: hidden;
}

#ad-block .right {
	float: right;
	width: 160px;
	overflow: hidden;
}

.sidebar-top {
	border-top: 3px solid #4d808b;
	padding-top: 7px;
	padding-bottom: 5px;
}

.sidebar-list h5 {
	padding: 0px;
	margin: 10px 0px 5px;
	text-align: center;
	color: #4d808b;
	font-family: 'Fjalla One', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

.sidebar-list h6 {
	padding: 0px;
	margin: 10px 0px 5px;
	text-align: center;
	color: #b0242d;
	font-family: 'Fjalla One', sans-serif;
	font-size: 18px;
}

.sidebar-list.footer-widget {
	width: 730px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#button-grab {
	width: 350px;
}

#button-grab .button {
	float: left;
	width: 165px;
	margin-right: 15px;
}

#button-grab .html-code {
	margin-top: 2px;
	border: 1px solid #666;
	float: right;
	width: 155px;
	height: 155px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#button-grab textarea {
	padding: 5px;
	border: 0px solid transparent;
	width: 100%; height: 100%;
	overflow: hidden;
	resize: none;
}


.category-switch-list {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: 1px solid #eee;
	background: #fff;
	font-family: 'Radley', serif;
	color: #000;
	font-style: oblique;
	width: 300px;
	padding: 2px;
	font-size: 1.2em;
}

.category-switch-list option {
	font-style: normal;
}

ul.category-jump {
	clear: both;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.category-jump li {

}


footer {
	clear: both;
	background-color: #b0242d;
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.33);
	-moz-box-shadow:    0px 0px 15px rgba(0,0,0,0.33);
	box-shadow:         0px 0px 15px rgba(0,0,0,0.33);
	bottom: 0px;
	min-height: 205px;
	width: 100%;
	font-size: 0.8em;
	margin-bottom: -20px;
}

#footer {
	width: 1075px; margin-left: auto; margin-right: auto;
	padding: 25px 0px;
	color: #fff;
	font-family: 'Radley', serif;
}

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

#footer a:hover {
	text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	clear: both;
}

a {
	color: #b0242d;
	text-decoration: none;
}
a:hover {
	color: #4d808b;
}
a:visited {
	color: #b0242d;
}



/*** HEADER : MENU ***/

/* To see a menu in your header, you'll need to first add one in WordPress Admin */
.menu ul
{
    list-style: none;
    margin: 0;
}
.menu ul ul
{
    display: none;
}
.menu li
{
    display: inline;
    float: left;
	padding: 0 8px 0 4px;
}
.menu-item
{
	
}
.menu-item a
{
	font-size: 30px;
	text-decoration: none;
	color: #3eaf00;
}
.menu-item a:hover
{
	color: #5d8a05;
}



/*** HEADER : OTHER ***/



/*** CONTENT : POSTS AND PAGES ***/

abbr {
	text-decoration: none;
	border: 0px solid transparent;
}

/* Entry and Page Titles */
h1.entry-title {
	color: #b0242d;
	font-size: 24px;
	font-family: 'Fjalla One', sans-serif;
	margin: 10px 0px 5px 0px;
}

h2.entry-title {
	font-family: 'Fjalla One', sans-serif;
	color: #b0242d;
	font-size: 22px;
	line-height: 1em;
	padding: 0;
	margin: 5px 0px;
}

h2.entry-title a {
	text-decoration: none;
}

h1.page-title {
	color: #b0242d;
	font-size: 24px;
	font-family: 'Fjalla One', sans-serif;
	margin: 10px 0px 5px 0px;
}

/* Media Alignment */
.alignright
{
	/* Style for right-aligned images in posts */
	padding: 8px 0 8px 8px;
	float: right;
}
.alignleft
{
	/* Style for left-aligned images in posts */
	padding: 8px 8px 8px 0;
	float: left;
}

/* Entry Content */
.entry-content {
	/* Style that affects actual entry/post content */
}

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

.entry-content a
{
	
}
.entry-content a:hover
{
	
}
.entry-content h1, h2, h3, h4, h5
{
	
}

.entry-content h2 {
	
}

.entry-content ol li
{
	
}

.entry-content img {
	max-width: 615px;
	height: auto;
}

.entry-image {
	margin-top: 10px;
}

.entry-date {
	text-transform: uppercase;
}
.entry-utility
{
	/* Style for the entry utility, which sits below a post and provides info like categories, tags, feeds, and an edit link (for authors) */
}
.entry-meta {
	/* Style for the entry metadata (author, etc.) */
	color: #666766;
}
.entry-meta .author {
	text-transform: uppercase;
}
.entry-meta a {
	color: #666766;
}

.about-me-label {
	text-decoration: underline;
	color: #b0242d;
}

.post-thumbnail {
	float: left;
	margin-right: 10px;
	width: 106px;
	height: 106px;
	max-width: 106px;
	max-height: 106px;
	overflow: hidden;
	display: block;
}

.post-thumbnail img {
	max-width: 106px;
	max-height: 106px;
}

.read-more {
	float: right;
	font-family: 'Kaushan Script', cursive;
	font-size: 1.7em;
	color: #4d808b;
	text-transform: lowercase;
	position: relative;
	margin-top: -5px;
}

.read-more a {
	color: #4d808b;
}

.read-more a:hover {
	color: #fdbc46;
}

.pagination-of {
	border: 1px solid #b0242d;
	color: #b0242d;
	font-family: 'Radley', serif;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 10px;
	padding: 1px 3px;
}

.pagination-box {
	border: 1px solid #b0242d;
	color: #b0242d;
	font-family: 'Radley', serif;
	float: left;
	margin-right: 5px;
	padding: 1px 3px;
}

.pagination-box a {
	color: #4d808b;
}

.pagination-box a:hover {
	color: #666766;
}

.pagination-fill {
	float: left;
	margin-right: 5px;
	padding: 3px;
}


.linkwithin_text {
	font-family: 'Radley', serif;
	color: #666766;
	font-size: 1.1em;
}

ul.recipes-page {
	list-style-type: none;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
}

ul.recipes-page li {
	text-align: center;
	font-family: 'Radley', serif;
	font-size: 1.1em;
	line-height: 0.9em;
	width: 143px;
	margin-right: 13px;
	float: left;
}

ul.recipes-page li:hover {
	cursor: pointer;
}

ul.recipes-page li.last {
	margin-right: 0px;
}

ul.recipes-page li div {
	margin-bottom: 10px;
}

ul.recipes-by,
ul.menu-plan {
	list-style-type: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
}

ul.recipes-by li p,
ul.menu-plan li p {
	margin: 0px;
	padding: 0px;
}

ul.recipes-by-sub {
	list-style-type: none;
	margin: 0px;
	margin-left: 25px;
	padding: 0px;
}


#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
	background-color: #efefef;
	width: 300px;
	border: 1px solid #999;
	box-shadow: none;
	padding: 5px;
	font-size: 1.3em;
}

#contact-form input[type=text]:focus,
#contact-form input[type=email]:focus,
#contact-form textarea:focus {
	background-color: #fff;
}

.skip-link
{
	/* Style for the skip link */
	/*position: absolute;
	left: -9000px;*/
}
.navigation
{
	/* Style for the navigation links (next/previous post) on a given post */
}

#recent-posts {
	margin-top: 10px;
	min-height: 110px;
	margin-bottom: 12px;
}

.recent-posts-thumbnail {
	float: left; width: 106px; margin-right: 20px;
}

.recent-posts-thumbnail-last {
	float: left; width: 106px; margin-right: 0px;
}

#one-band-yellow {
	height: 3px;
	background: url('/pix/yellow-bands.png') repeat-x transparent;
}

#one-band-yellow label {
	float: right;
	margin-right: 106px;
	margin-top: -17px;
	font-family: 'Kaushan Script', cursive;
	color: #fdbc46;
	font-size: 1.7em;
	background-color: #fff;
	padding: 0px 13px;
}


#four-bands-yellow {
	height: 18px;
	background: url('/pix/yellow-bands.png') repeat-x transparent;
}

#four-bands-yellow label {
	float: right;
	margin-right: 106px;
	margin-top: -12px;
	font-family: 'Kaushan Script', cursive;
	color: #fdbc46;
	font-size: 1.5em;
	background-color: #fff;
	padding: 0px 13px;
}

#one-band-blue {
	height: 3px;
	background: url('/pix/blue-bands.png') repeat-x transparent;
}

#one-band-blue label {
	float: right;
	margin-right: 106px;
	margin-top: -17px;
	font-family: 'Kaushan Script', cursive;
	color: #4d808b;
	font-size: 1.7em;
	background-color: #fff;
	padding: 0px 13px;
}


#four-bands-blue {
	height: 18px;
	background: url('/pix/blue-bands.png') repeat-x transparent;
}

#four-bands-blue label {
	float: right;
	margin-right: 106px;
	margin-top: -12px;
	font-family: 'Kaushan Script', cursive;
	color: #4d808b;
	font-size: 1.5em;
	background-color: #fff;
	padding: 0px 13px;
}

/*** CONTENT : COMMENTS ***/

img.size-full {
	width: 615px;
	height: auto;
}

div#comments
{
	/* Style that affects the DIV containing all the comments */
}
.comments h3
{
	/* H3 header style for comments */
}
.comments ol {
	/* Comments are displayed as ordered lists by default, so you want to style that list so it looks the way you want */
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.comments ol li {
	/* Style each list item in the comments ordered list */
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}
.comments img
{
	/* Style for the user avatar beside each comment */
	float: left;
	margin: 0 12px 8px 0;
}
.comments .comment
{
	/* Style that applies to each individual comment in a series of comments */
}

.children ul li
{
	/* A style that refers to the children (as in, responses to) any given comment */
}

#comment-list {
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
}
#comment-list li {
	margin: 0px;
	padding: 10px;
}
#comment-list li:hover {
	background-color: #fbfbfb;
}

#comment-list ul.children {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#comment-list ul.children li {
	margin: 0px;
	padding: 10px;
}
#comment-list ul.children li:hover {
}
.depth-2 {
	padding-left: 25px !important;
}
.depth-3 {
	padding-left: 50px !important;
}
.depth-3 {
	padding-left: 75px !important;
}
.depth-3 {
	padding-left: 100px !important;
}
.bypostauthor {
	background-color: #fefef4 !important;
}
.comment-reply-link {
	/* Style for the "Reply" link on a comment */
	display: inline;
	padding-right: 20px;
	float: right;
}
.comment-reply-link a {
	font-family: 'Kaushan Script', cursive;
	font-size: 0.9em;
	color: #4d808b;
}
.comment-reply-link a:hover {
	color: #666766;
}

.comment-author {
	font-family: 'Fjalla One', sans-serif;
	color: #333;
	font-size: 1em;
	float: left;
	margin-right: 25px;
}

.comment-meta {
	/* Style for metadata for a comment */
	color: #999;
	float: left;
}
div#respond
{
	/* DIV that contains the comment response form */
}
div#respond h3
{
	/* H3 header for the comment response form */
	font-family: 'Fjalla One', sans-serif;
	color: #4d808b;	
}


/*** CONTENT : SIDEBAR ***/
div#primary
{
	/* Primary Widget Area DIV */
}
div#secondary
{
	/* Secondary Widget Area DIV */
}
.widget-area
{
	/* Class that applies to BOTH widget areas */
}
.xoxo
{
	/* Class that applies to each item in each widget area (an unordered list class) */
}


/*** FOOTER ***/


/*** ***/

.wp-socializer-label {
	display: none;
}

/* linkwithin hacks */
.linkwithin_hook {
	margin-top: 68px;
	float: left;
}
.subscribe-today {
	float: left;
	margin-top: -330px;
	margin-bottom: 5px;
}

.recipes-jump {
	font-family: 'Radley', serif;
	color: #999;
	font-size: 0.7em;
	text-transform: uppercase;
	display: inline-block;
	
}

.recipes-jump:hover {
	color: #4d808b;
}

.recipes-return {
	font-family: 'Radley', serif;
	color: #4d808b;
}
.recipes-return:hover {
	color: #666766;
}

#FAQ h2 {
	color: #4d808b;
	margin-bottom: -15px;
	padding-bottom: 0px;
}

.searching-header {
	color: #4d808b;
	font-family: 'Fjalla One', sans-serif;
}

#form-allowed-tags {
	display: none;
}

#comment-notes {
	display: none;
}

.comment-link {
	font-family: 'Fjalla One', sans-serif;
	font-size: 1.3em;
}

.form-input input[type=text],
.form-input input[type=email],
.form-textarea textarea {
	background-color: #efefef;
	width: 300px;
	border: 1px solid #999;
	box-shadow: none;
	padding: 5px;
	font-size: 1.3em;
	margin-bottom: 2px;
}

.form-input input[text]:focus,
.form-input input[email]:focus,
.form-textarea textarea:focus {
	background-color: #fff;
}

.required {
	color: #999;
}


ul.wp-socializer-buttons {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.wp-socializer-buttons li {
	float: left;
	margin-right: 5px;
	width: 80px;
	text-align: left;
}

ul.wp-socializer-buttons li.pinterest {
}

ul.wp-socializer-buttons li.saverecipe {
	width: 100px;
}


/*
	font-family: 'Radley', serif;
	font-family: 'Kaushan Script', cursive;
	font-family: 'Fjalla One', sans-serif;
*/

.br {
	clear: both;
}



@media screen and (max-device-width: 1024px) {
	body {
		background: url('/pix/page-runner-narrow.png') repeat-y 15% 0 #fff;
	}
	header,
	.header,
	footer,
	.footer {
		width: 110%;
	}
}

@media screen and (max-device-width: 480px) {
	body {
		background: url('/pix/page-runner-narrow.png') repeat-y 15% 0 #fff;
	}
	header,
	.header,
	footer,
	.footer {
		width: 110%;
	}
}
