/* This line sets up our clickable background image based on the site title’s link */
/* Adjust the height & width below to reflect the actual size of your image */
/* Change the filename of your image to reflect the actual header’s file name */
.custom #header #logo a { display: block; height: 170px; width: 917px; background: url('/wp-content/themes/thesis_15/custom/images/PINKAPRON_HEADER.jpg') no-repeat; outline: none; }

/* This line gets rid of the site title & tagline by casting them out to the far left */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn’t unnecessary white space after the header image */
.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */
.custom #header { padding: 0; }


.custom #header { border-bottom: none; }

.custom #column_wrap { float: left; }	.post_box, .teasers_box { border-top: none; clear: both; }

.custom #feature_box { background: #EF95C8; border-bottom: none; }
/*
This Removes dotted sidebar divider
*/

.custom #sidebar_1 {
border-style:none;
}

.custom #sidebars { border-style: solid; border-color: #E667AF; }			

.custom #footer { color: #888; border-top: 3px double #E667AF; text-align: right; clear: both; }

.custom csidebar h3 { font-variant: small-caps; letter-spacing: 2px; color: #E667AF; }	h2 a { color: #E667AF; }	h2 a:hover { color: #EF95C8; }
/*comment form & display*/
.custom #commentform { border-top: 1px dotted #E667AF; }
.custom dl#comment_list { border-top: 1px dotted #E667AF; }
.custom dl#trackback_list { border-top: 1px dotted #E667AF; }
.custom dl#comment_list dd { border-bottom: 1px dotted #E667AF; }
.custom dl#comment_list .even { background: #FCE9F3; }
.custom dl#comment_list .odd { background: #fff; }

/* RECIPE BOX - PINK */
.format_text .recipe_box_pink {background: #FCE9F3;padding: 1.1em; border: 1px solid #F4E4B3; }

/*---:[ multimedia box elements ]:---*/
.custom #image_box, #video_box, #custom_box { padding: 1.1em; background:#fff}
.custom	#image_box img { padding: 0.1em; border-width: 0.1em; background: #fff}
.custom	#image_box img.square { width: 29.6em; height: 29.6em; background:#fff}
.custom	#image_box img.four_by_three { width: 29.6em; height: 22.2em; background:#fff}
.custom	#image_box img.three_by_four { width: 29.6em; height: 39.5em; background:#fff}
.custom	#image_box img.three_by_two { width: 29.6em; height: 19.7em; background:#fff}
.custom	#image_box img.two_by_three { width: 29.6em; height: 44.4em; background:#fff}
.custom	#image_box img.five_by_four { width: 29.6em; height: 23.7em; background:#fff}
.custom	#image_box img.four_by_five { width: 29.6em; height: 37em; background: #fff}
.custom	#image_box img.sixteen_by_nine { width: 29.6em; height: 16.7em; margin: 0 auto; background:#fff}
.custom	#image_box img.nine_by_sixteen { width: 29.6em; height: 52.6em; margin: 0 auto; background:#fff}
.custom	#image_box img.two_by_one { width: 29.6em; height: 14.8em; background:#fff}
.custom	#image_box img.one_by_two { width: 29.6em; height: 59.2em; background:#fff}

/*---:[ calendar widget ]:---*/
.custom	#calendar_wrap a { padding: 0.077em; color: #EF95C8}
.custom	#calendar_wrap a:hover { padding: 0.077em; }
.custom		table#wp-calendar caption { font-size: 0.846em; line-height: 2em; background: #EF95C8}
.custom		table#wp-calendar th { font-size: 0.846em; line-height: 2em; padding-top: 0.091em; background: #EF95C8}
		table#wp-calendar td { line-height: 1.692em; }
		table#wp-calendar td#next, table#wp-calendar td#prev { font-size: 0.846em; line-height: 2em; }
		table#wp-calendar td#next { padding-right: 0.545em; }
		table#wp-calendar td#prev { padding-left: 0.545em; }

/*removing sidebar line*/
.custom #content_box { background: none; }

/*removing line at bottom of page above more posts*/
.custom .prev_next { border-top: none; }

/*The line below the multimedia box can be made to go away by*/
.custom #image_box { border-bottom: none; }

/*---:[ google custom search ]:---*/
.custom		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
.custom	li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #EF95C8; background: #FCE9F3; border: 3px double #EF95C8; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #EF95C8; }

/*pink titles for single posts*/
.custom .entry-title { color: #E667AF; }
.custom h1 { color:#E667AF; }

.menu { background: #E667AF; }
.menu .rss a:hover { color: #FFFFFF; text-decoration: none; }