/*
	custom.css  custom styles for Cutline that YOU define
	------------------------------------------------------
	
	This stylesheet will allow you to futureproof your
	changes against future releases and upgrades. I know
	you work hard on your modified styles, and I don't
	want you to feel like every upgrade is a total drag!
	
	Instructions:
	
	Modifying existing Cutline styles to your liking is a
	breeze with this handy stylesheet. The <body> tag
	within the header.php file has been appended with a
	CSS class called "custom," and thanks to this, you now
	have the ability to override ANY style that's declared
	in the original Cutline stylesheet.
	
	In practice, you simply need to copy the CSS for the
	element that you want to change (from style.css) and
	then paste it here. Prefix the new CSS declaration
	with .custom, and then make your tweaks as necessary.
	
	Here's an example:
	
	To change the default color of unvisited links from 
	blue to red (#c00) and remove the default underline, 
	this is what you would do:
	
	.custom a { color: #c00; text-decoration: none; }
	
	Cool? Now get to hackin!
*/
.custom body {
	background: #caa94c;
	color: #333;
	font: 62.5% Tahoma, Geneva, Arial, Verdana, sans-serif;
	text-align: left;
}

/*---:[ global elements ]:---*/

/* Image Alightment*/
.custom img.alignright {float:right; margin:0 0 1px 1px}
.custom img.alignleft {float:left; margin:0 1px 1px 0; padding: 0 2px 0 0}
.custom img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.custom a img.alignright {float:right; margin:0 0 1px 1px}
.custom a img.alignleft {float:left; margin:0 1px 1px 1px}
.custom a img.aligncenter {display: block; margin-left: auto; margin-right: auto}


/*---:[ image styles ]:---*/

.custom .entry img {

}

.custom .entry img, .entry .gallery img {
        border: 0px double #bbb;
        margin: 0.1em 0;
}


.custom a {
	/* color: #0060ff;
	text-decoration: underline; */
	color: #913F0D;
	text-decoration: none;	
}

.custom a:visited {
	/* color: #333;
	text-decoration: underline; */
	color: #913F0D;
	text-decoration: none;	
}

.custom a:hover {
	/*color: #df0000;
	text-decoration: underline; */
	color: #913F0D;
	text-decoration: none;	
}

.custom .link {
	color: #913F0D;
}

.custom blockquote {
	font-style: italic;
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #555;
	margin: 0 30px 1.5em 30px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}

.custom .clear {
        width: 500px;
        height: 1px;
        margin: 0 0 2.0em 0;
        clear: both;
}

.custom .navigation {
        width: 580px;
        font-size: 1.4em;
        float: left;
}

.custom h1, h2, h3 {
	font-weight: bold;
	font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #913f0d;
}

.custom h2 a {
	color: #913f0d;
	text-decoration: none;
}

.custom h2 a:visited {
	color: #913f0d;
	text-decoration: none;
}

.custom h2 a:hover {
	color: #913f0d;
	text-decoration: none;
}

.custom h3 {
        font-size: 1.0em;
}


/* Info below post title */
.custom h4 {
	font: 1.2em Tahoma, Geneva, Arial, Verdana, sans-serif;
	color: #888;
}

.custom .posts h2 {
        font-size: 1.6em;
        margin: 0 0 0.1em 0;
        line-height: 1.2em;
	border-bottom:1px solid #cccccc;
}


.custom .posts h4 {
        margin: 0 0 1.25em 0;
        padding: 0 0 1.0em 0;
        background: none;
}


.custom #container {
	width: 970px;
	margin: 0 auto 0 auto;
	background-color: white;
}

.custom #content_box {
	width: 970px;
	text-align: left;
	float: left;
	clear: both;
	background-color: white;
}

/* The main content that includes the recipe */
.custom #content {
	width: 580px;
	padding: 0 10px 0 10px;
	float: left;
	margin-top: 10px;
	border-left: 1px solid #6699CC;
	border-right: 1px solid #6699CC;
	font-size: 1.0em;
	line-height:1.2em;
}

/* The actual recipe along with ingredients*/
.custom #recipe {
        background-color:#f9ffd7;
        width: 530px;
        margin-left:20px;
        padding-top:6px;
        padding-left:8px;
        padding-right:8px;
        padding-bottom:6px;
        margin-top:15px;
        margin-bottom:15px;
}

/*Title of recipe*/
.custom #recipe h2 {
        font-family:Tahoma, Geneva, Arial, Verdana, sans-serif;
        font-size:1.2em;
        font-weight:normal;
        color:#666666;
        letter-spacing:.02em;
        margin-left:0px;
        width:430px;
        border-bottom:1px solid #cccccc;
        text-align:left;
        line-height:150%;
        padding-bottom:0px;
        margin-top:2px;
        padding-top:0px;
        margin-bottom:1px;
}

.custom #recipe h3 {
        font-family:Tahoma, Geneva, Arial, Verdana, sans-serif;
        font-size:1.0em;
        font-weight:bold;
        color:#666666;
        letter-spacing:.02em;
        margin-left:5px;
        width:430px;
        text-align:left;
}

.custom #recipe p {
        font-size:.90em;
        line-height:1.25em;
        width:430px;
        margin-left:15px;
}

.custom #recipe blockquote p {
        font-size:.90em;
        width:385px;
        line-height:1.45em;
        font-weight:normal;
}


.custom #sidebar {
	width: 150px;
	padding: 0 10px 0 0;
	float: right;
	margin: 10px;
}

.custom #l_sidebar {
	width: 150px;
	padding: 0 0 0 10px;
	float: left;
	margin: 10px;
}

.custom #footer {
	width: 970px;
	height: 130px;
	padding: 0 0 0 0;
	border-top: 1px solid #6699CC;
	float: left;
	clear: both;
	background-color: white;
}

/*---:[ header styles ]:---*/

.custom #masthead {
	width: 970px;
	height: 214px; 
	background: url('images/logo.jpg') no-repeat;
	background-color: white;
	background-position: center;
	/* border-bottom: 1px dotted #6699CC; */
/* uncomment the height and background declarations here if you intend to use a graphic in the header instead of the h1 */
}

.custom #masthead a { display: block; width: 970px; height: 214px; }

/* uncomment this line if you use a graphic in the header - make sure the height of your header graphic is equal to the height declared in this line of code! */

/* This is the navigation links just below header */
.custom ul#nav {
	list-style: none;
	width: 950px;
	padding: 10px;
	/*background: url('images/hr_dot_black.gif') repeat-x;
	border-bottom: 10px dotted #656A7B;*/
	float: left;
	clear: both;
	background-color: white;
}

.custom ul#nav li {
	padding: 0.85em 40px 0 0;
	font: normal 1.4em Tahoma, Geneva, Arial, Verdana, sans-serif;
	text-transform: none;
	float: left;
}

.custom ul#nav li a, ul#nav li a:visited {
	color: #656A7B;;
	text-decoration: none;
        font-weight: bold;
text-align: center;
}

.custom ul#nav li a:hover {
	background-color: #c5cef3;
	color: #656A7B;
	text-decoration: none;
}

.custom ul#nav li a.current, ul#nav li a.current:visited, ul#nav li a.current:hover {
	color: #656A7B;
	text-decoration: none;
}

/*---:[ sidebar styles ]:---*/

/* This controls the margin etc betwen the various titles and list properties under it*/
.custom ul.sidebar_list li.widget, ul.sidebar_list li.linkcat {
	width: 150px;
	margin: 0;
	font-size: 1.2em;
	line-height: 1.0em;
	float: left;
	padding: 2px 0 2px
}

/* This applies to headings of the sidebar */
li.widget h2, li.linkcat h2 {
        font-weight: bold;
        font-size: 1.2em;
        text-transform: none;
        letter-spacing: normal;
        margin: 0;
        padding: 6px 0 6px;
        color: #656A7B;
        border-top: none;
        background: none;
}


/* This applies to the list under each sidebar title */
.custom li.widget ul, li.linkcat ul {
	list-style: none;
	margin: 0 0 0 10px;
	color: #656A7B;	
}

.custom li.widget ol, li.linkcat ol {
	margin: 0 0 0 20px;
}

.custom li.widget li a, li.widget li a:visited, li.linkcat li a, li.linkcat li a:visited {
	text-decoration: none;
	border-bottom: 1px dashed #d9def3;
	display: block;
}

/* When you hover mouse over the list under each category*/
.custom li.widget li a:hover, li.linkcat li a:hover {
	text-decoration: none;
	background-color: #c5cef3;
}

/* Comments */
.custom #comments {
        width: 580px;
        clear: both;
}


.custom #comment_form label {
        padding: 0 0 0 0px;
        font-size: 1.2em;
}

.custom #comment_form .text_input {
	width: 191px;
	padding: 3px;
	color: #444;
	font: normal 1.4em Tahoma, Geneva, Arial, Verdana, sans-serif;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

.custom #comment_form .form_submit {
	padding: 0.4em 4px;
	background: url('images/submit_bg.gif');
	border: 3px double #999;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: bold 1.4em Tahoma, Geneva, Arial, Verdana, sans-serif;
	cursor: pointer;
}

/* Includes the comment author's name and date */
.custom .comment_meta strong {
        font-size: 1.3em;
}

/* Includes the comment text */
.custom .comment .entry {
        padding: 0 15px;
        font: normal 1.1em Tahoma, Geneva, Arial, Verdana, sans-serif;
}



.custom #search_form .search_input {
	width: 130px;
	padding: 3px;
	color: #b26a16;
	font: normal 1.0em Tahoma, Geneva, Arial, Verdana, sans-serif;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}

.custom .tagged {
        padding: 2px;
        background: transparent;
        font-size: 1.2em;
        line-height: 1.6em;
        color: #888;
        clear: both;
        border-top: 1px dashed #d9def3;
        border-bottom: 1px dashed #d9def3;

}

/* These are the settings for the "Pages" */
.custom .pages	{
	width:550px;
	padding-left:2px;
	padding-top:0px;
	padding-bottom:3px;
	float:left;
	margin-left:8px;
}


.custom .pages h2, .pages h1 {
	font-family:Tahoma, Geneva, Arial, Verdana, sans-serif;
	font-size:1.85em;
	font-weight:normal;
	border-bottom:1px solid #cccccc;
	background:none;
	letter-spacing:.02em;
	font-weight: normal;
	width:550px;
	margin-left:2px;
	color: #913f0d;
	margin-top:7px;
	padding-top:2px;
	margin-bottom:9px;
	padding-bottom:4px;
	text-decoration:none;
	text-align:left;
}

/* These are the settings for the contents or entry inside the "Pages" */
.custom .entry  {
        width:550px;
        padding-left:2px;
        padding-top:0px;
        float:left;
        margin-left:8px;
}

.custom .entry h2, .custom .entry h1 {
        font-family:Tahoma, Geneva, Arial, Verdana, sans-serif;
        font-size:1.2em;
        font-weight:normal;
        letter-spacing:.02em;
        font-weight: normal;
        width:550px;
        margin-left:2px;
        color: #913f0d;
        margin-top:7px;
        padding-top:2px;
        margin-bottom:9px;
        padding-bottom:4px;
        text-decoration:none;
        text-align:left;
}

/* The actual category and its recipes*/
.custom #lcp_catlist {
        width:550px;
        padding-left:2px;
        padding-top:0px;
	padding-bottom:3px;
        float:left;
        margin-left:0px;
}


/*Title of recipe*/
.custom #lcp_catlist h2 {
        font-family:Tahoma, Geneva, Arial, Verdana, sans-serif;
        font-size:1.0em;
        font-weight:normal;
        border-bottom:1px solid #cccccc;
        background:none;
        letter-spacing:.02em;
        font-weight: bold;
        width:550px;
        margin-left:0px;
        color: #913f0d;
        margin-top:7px;
        padding-top:2px;
        margin-bottom:3px;
        padding-bottom:3px;
        text-decoration:none;
        text-align:left;
}


.custom #lcp_catlist ul {
        list-style-type: disc;
        list-style-position: inside;
        border-width: 2px;
        padding-top: 5px;
        padding-left: 7px;
        margin-left: 7px;
        line-height: 1.0em;
}

.custom #lcp_catlist a {
        color: #000;
        text-decoration: none;
}

/* related entries */
.custom .entry-holder { 
        clear:both; 
        margin-left:15px;
        margin-bottom:10px;
        padding-top:10px;
}

.custom .entry-excerpt { 
	float:left; 
	padding-left:22px;
	width:330px;
}

.custom #relatedentries .entry-holder { 
	clear:both;
	margin-left:4px;
	margin-bottom:10px;
	padding-top:10px;
}

.custom #content #relatedentries .entry-excerpt p { 
	margin:0px;
	padding:0px;
	width:330px;
	font-size:1.2em; 
}

.custom #content .entry-excerpt a:link, #content .entry-excerpt a:visited { 
        font-size:1.2em; 
}
 
.custom #content div .entry-excerpt p { 
        margin:0px;
	padding:0px;
	width:320px;
	font-size:1.2em; 
}

.custom .entry-thumbnail {
	float:left;
	margin-top:6px;
	width:150px;
}


/* Related Posts 
.custom ol.related-posts {clear:both; text-align:center; margin:10px 0px 0px 0px; padding:0;}
.custom ol.related-posts li{width:120px; float:left; display:inline; margin-right:15px;; padding:0;}
.custom ol.related-posts img{clear:both; padding:5px; background:#F7F7F7; border:1px solid #DDD;}
.custom ol.related-posts a{clear:both; display:block; border:none; text-decoration:none;}
.custom ol.related-posts li{font-size:1.0em;}
*/	

