@charset "UTF-8";
/* CSS Document */
/* New CSS for Tante Marie's Cooking School */
/* Draft 06-Nov-2009 */

/* START RESETS OF DEFAULTS */

/* This resets the margins, padding, and border default tags
   Custom styles are then defined below */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0px;
	padding:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	outline: none;
	outline-style: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	line-height: 1.20em;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	text-align: left;
} 

/* The following defines the default attributes for selectors used in the TMCS website.
   When custom attributes are required within a given DIV, those are defined within the
   DIV id. */
   
.reddot {
	color: #990000;
	padding-left: 5px;
	padding-right: 5px;
}   

h1 {
	color: #990000;
	font-size: 1.30em;
	/*font-style: italic;*/
	font-weight: bold;
	line-height: 1.55em;
	margin-bottom: 5px;
	padding: 0px;
	text-shadow: #999 0px 1px 0;
}

h2 {
	color: #c00000;
	font-size: 1.30em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 10px;
	padding: 0px;
}

h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 10px;
	padding: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 0;
}

ul {
	/*list-style-image: url(../gfx/listdot.gif);*/
	margin-left: 15px;
}

li {
	padding-bottom: 4px;
}


/* End redefined default tags */


/* START STYLES USED IN THE HEADER AREA */

#header_wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 99;
}

#topchecks {
	background-image: url(../gfx/checks.jpg);
	background-repeat: repeat-x;
	background-color: #F7F1E0;
	height: 55px;
	width: 100%;
	z-index: 99;
}

.logo {
	margin-top: 20px;
	position: relative;
	left: 50%;
	margin-left: -104px;
	z-index: 99;
}

/* End styles used in the Header area */


/* START STYLES SHARED BY CONTENT INSIDE THE BODY_CONTENT_WRAPPER */
/* The "body_content_wrapper" defines the positioning for content
between the Header and Footer areas on the page. */


#body_content_wrapper {
	clear: both;
	width: 800px;
	/*margin-left: auto;
	margin-right: auto;
	margin-top: 25px;*/
	padding-bottom: 20px;
	overflow: hidden;
	margin: -10px 0 0 5px;
	padding: 0;
}

#body_content_wrapper a, a:focus, a:active {
	border: none; 
}

#body_content_wrapper a:link, #body_content_wrapper a:visited {
	color: #c00000;
	text-decoration: none;
}

#body_content_wrapper a:hover {
	text-decoration: underline;
}

/* End styles shared by content in the "body_content_wrapper" */


/* START STYLES USED FOR THE BREADCRUMBS */

#breadcrumb_wrapper {
	clear: both;
	float: left;
	/*margin-top: -20px; 
	margin-bottom: 10px;*/
	font-size: 0.95em;
	line-height: 1.10em;
	border: none;
	display: inline;
	overflow: hidden;
	width: 550px;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 0;
}

#breadcrumb_wrapper a:link,
#breadcrumb_wrapper a:visited {
	/*color: #993300;*/
	text-decoration: none;
	border: none;
}

#breadcrumb_wrapper a:hover {
	text-decoration: underline;
	border: none;
}

/* START STYLES FOR SEARCH BOX */

#search_wrapper {
	float: right;
	/*margin-top: -30px;*/
	margin-bottom: 10px;
	margin-right: 2px;
	overflow: hidden;
}

#search_wrapper form {
	font-size: 11px;
	color: #666590;
	text-transform: uppercase;
	background-color: #e5e5e5;
	border-left: 1px solid #c00000;
	border-bottom: 1px solid #c00000;
	border-right: 1px solid #c00000;
	/*background-color: #C7D5AA;
	border-left: 1px solid #ACBA84;
	border-bottom: 1px solid #ACBA84;
	border-right: 1px solid #ACBA84;*/
}


#search_wrapper .findby {
	font-size: 1em;
	margin-left: 4px;
	margin-right: 4px;
}

.search_table {
	border: none;
	padding: 3px;
}

#noresults {
  font-size: 14pt;
}

.search_description {
  display: none;
  padding: 0 5px 5px 5px;
}

.search_description_link {
  color: #c00000;
  font-size: 10pt;
  padding: 0 0 5px 5px;
  width: 95px;
}

.search_description_link:hover {
  cursor: pointer;
  text-decoration: underline;
}

input.search_input {
	background-color: #ffffff;
	border: 1px solid #c00000;
	height: 17px;
	width: 175px;
}

td.fieldlabel {
	padding: 0 3px;
	vertical-align: middle;
}

.search_table src {
	margin-top: 1px;
}

.bttn-search {
	padding-left: 2px;
	padding-right: 2px;
}



/* End Search Box Styles */


/* START STYLES USED ON THE CATEGORY PAGE FOR NEWS ARCHIVES AND RECIPE COLLECTION */


/* Styles used for the Category Page in the RECIPE AREA */

#category_wrapper,
#searchresults_wrapper,
#news_wrapper {
	float: left;
	/*position: relative;*/
	margin-top: 20px;
	padding-bottom: 20px;
	width: 590px;
	overflow: hidden;
}
#news_wrapper {
    font-size: 0.9em;
}

.category_intro_link{
	margin-top: 15px;
}

#searchresults_table,
#category_table {
	border: none;
	width: 590px;
	padding: 0;
}

#recipe_table_featured {
	border: none;
}

#category_table td,
#recipe_table_featured td {
	vertical-align: top;
}

img.category_pict {
	vertical-align: top;
	padding-top: 15px;
	width: 150px;
}

.recipe_descrip {
	padding-top: 10px;
	padding-right: 15px;
	vertical-align: top;
	width: 185px;
}

.searchresults_descrip {
	padding-right: 15px;
	vertical-align: top;
	width: 570px;
}

.searchresults_title {
	padding: 20px 0 10px 0;
	color: #141414;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	border-bottom: 1px solid #a7a7a7;
}

.recipe_descrip h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 3px;
	padding: 5px 10px 0px 10px;
}

.searchresults_descrip h3 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 3px;
	padding: 5px 10px 0px 0px;
}

td.searchresults_descrip p {
	font-size: 0.95em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

td.recipe_descrip p {
	font-size: 0.95em;
	padding: 0px 10px;
	margin: 0px;
}

/* Styles used for the Recipe of the Month and TMCS News on the RECIPE OVERVIEW page */

#featured_wrapper {
	float: left;
	position: relative;
	width: 560px;
	overflow: hidden;
	margin: 0 0 10px 0; 
}

#featured_wrapper h2 {
	color: #990000;
	font-size: 1.20em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.10em;
	margin: 0px;
	padding: 0px;
}

#featured_recipe {
	float: left;
	width: 345px;
}

#featured_news {
	float: right;
	margin-left: 15px;
	width: 330px;
	overflow: hidden;
}

.news_item,
.recipe_item {
	clear: both;
	float: left;
	padding-bottom: 15px;
	width: 330px;
	overflow: hidden;
}

.featured_pict {
	float: left;
	width: 150px;
	padding-right: 15px;
}

.featured_descrip {
	float: left;
	position: relative;
}

#featured_recipe h3,
#featured_news h3 {
	position: relative;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.10em;
	margin-bottom: 3px;
}

.news_item p,
.recipe_item p {
	font-size: 0.95em;
	padding: 0px;
	margin: 0px;
}



/* START BORDER STYLES */

.border_green1 {
	clear: both;
	border: 1px solid #c00000;
	padding: 3px;
	background-color: #fff;
	width: 990px;
	overflow: hidden;
}

.border_green2 {
	position: relative;
	border: 1px dotted #c00000;
	padding: 3px;
	background-color: #fff;
	width: 982px;
	overflow: hidden;
}

.border_green3 {
	position: relative;
	border: 1px solid #c00000;
	padding: 30px;
	background-color: #FFFFFF;
	width: 920px;
	overflow: hidden;
}

.border_brown1 {
	clear: both;
	border: 1px solid #C6B794;
	padding: 3px;
	width: 990px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.border_brown2 {
	position: relative;
	border: 1px dotted #C6B794;
	padding: 3px;
	background-color: #FFFFFF;
	width: 982px;
	overflow: hidden;
}

.border_brown3 {
	position: relative;
	border: 1px solid #C6B794;
	padding: 30px;
	background-color: #FFFFFF;
	width: 920px;
	overflow: hidden;
}

.border_gray1 {
	clear: both;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 990px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.border_gray2 {
	position: relative;
	border: 1px dotted #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	width: 982px;
	overflow: hidden;
}

.border_gray3 {
	position: relative;
	border: 1px solid #CCCCCC;
	padding: 30px;
	background-color: #FFFFFF;
	width: 920px;
	overflow: hidden;
}

.border_blue1 {
	clear: both;
	border: 1px solid #5F6E88;
	padding: 3px;
	background-color: #FFFFFF;
	width: 990px;
	overflow: hidden;
}

.border_blue2 {
	position: relative;
	border: 1px dotted #5F6E88;
	padding: 3px;
	background-color: #FFFFFF;
	width: 982px;
	overflow: hidden;
}

.border_blue3 {
	position: relative;
	border: 1px solid #5F6E88;
	padding: 30px;
	background-color: #FFFFFF;
	width: 920px;
	overflow: hidden;
}

.divider {
	clear: both;
	float: left;
	background-image: url(../gfx/divider_scroll.gif);
	background-repeat: no-repeat;
	width: 918px;
	height: 15px;
	margin: 0px 0px 20px 0px;
}

/* START STYLES IN THE FOOTER AREA OF THE PAGE */

#footer_wrapper {
	clear: both;
	padding-bottom: 15px;
	color: #333;
	font-size: .90em;
	line-height: 1.33em;
	text-align: center;
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	overflow: hidden;
}

#footer_wrapper a:link,
#footer_wrapper a:visited {
	color: #444;
	text-decoration: none;
}

#footer_wrapper a:hover {
	text-decoration: underline;
}

.footertext_left {
	float: left;
	text-align: left;
	width: 425px;
}

.footertext_right {
	float: right;
	text-align: right;
	width: 425px;
}

/* This ID is for the checks at the bottom of the page */
#checks_bottom {
	clear: both;
	background-image: url(../gfx/checks.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin: 0px;
	padding: 0px;
}

