@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #F6F4DB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
color: #6D306B;
}

hr {
	border: 0;
	width: 100%;
	color: #ECEAD4;
	background-color: #ECEAD4;
	height: 1px;
}

.feed {
	margin-left: 3px;
	padding: 0 0 0 19px;
	background: url("../images/feed-icon-14x14.png") no-repeat 0 50%;
	font-size: 80%;
} 

.vs_blue_text{
	font-size: 65%;
	color: #5275C3;
	color: #993366;
}
.vs_green_text{
	font-size: 65%;
	color: #6B5E2B;
}
.vs_purple_text{
	font-size: 65%;
	color: #6D306B;
}
.vs_white_text{
	font-size: 65%;
	color: #FFFFFF;
}
.s_blue_text{
	font-size: 80%;
	color: #5275C3;
}
.s_green_text{
	font-size: 80%;
	color: #6B5E2B;
}
.s_purple_text{
	font-size: 80%;
	color: #6D306B;
}
.s_white_text{
	font-size: 80%;
	color: #FFFFFF;
}

.m_blue_text{
	color: #5275C3;
}
.m_green_text{
	color: #6B5E2B;
}
.m_purple_text{
	color: #6D306B;
}
.m_white_text{
	color: #FFFFFF;
}

.l_blue_text{
	font-size: 120%;
	color: #5275C3;
	font-weight: bold;	
}
.l_green_text{
	font-size: 120%;
	color: #6B5E2B;
	font-weight: bold;
}
.l_purple_text{
	font-size: 120%;
	color: #6D306B;
	font-weight: bold;
}
.l_white_text{
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}
.xl_blue_text{
	font-size: 200%;
	color: #5275C3;
	font-weight: bold;
}
.xl_green_text{
	font-size: 200%;
	color: #6B5E2B;
	font-weight: bold;
}
.xl_purple_text{
	font-size: 200%;
	color: #6D306B;
	font-weight: bold;
}
.xl_white_text{
	font-size: 200%;
	color: #FFFFFF;
	font-weight: bold;
}

.warning {
font-weight:bold;
color:#FF0000;
}

.twoColFixRtHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
	text-align: left;
}

.twoColFixRtHdr #banner {
	padding: 0 10px 0 20px;
	background-color: #FFFFFF;
	height: 80px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #5275C3;
	height: 80px;
} 

.twoColFixRtHdr #header_link {
	width: 400px;
	position: absolute;
	height: 60px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #navBar {
	margin: 0;
	padding: 0 10px;
	background-color: #963512;
	height: 33px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
}
.twoColFixRtHdr #search {
	float: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0 15px; /* top and bottom padding create visual space within this div  */
}
.twoColFixRtHdr #search h3, .twoColHybRtHdr #search p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 600px;
} 

.twoColFixHdr #mainContent_wide {
margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	min-height: 1350px;
} 


.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#5275C3;
	font-size: 90%;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/************* #globalNav styles **************/

.twoColFixRtHdr #globalNav{
	color: #E9E2C5;
	background-color: #5275C3;
	padding: 0 10px 0 20px;
	float: right;
	height: 75px;
	width: 200px;
	top: 10px;
}

.twoColFixRtHdr #globalNav img{
 display: block;
}

.twoColFixRtHdr #globalNav p {
	font-size: 75%;
	color: #E9E2C5;
	font-weight: bold;
	margin-right: 0px;
}

.twoColFixRtHdr #globalNav a {
	color: #E9E2C5;
	font-weight: bold;
	margin-right: 0px;
}

.twoColFixRtHdr #globalNav h3 {
	font-size: 50%;
	color: #E9E2C5;
	font-weight: bold;
	margin-right: 0px;
}

.twoColFixRtHdr a.globalNav:link{
	color: #376B3E;
	text-decoration: none;
}

.twoColFixRtHdr a.globalNav:visited{
	color: #376B3E;
	text-decoration: none;
}

.twoColHybRtHdr a.globalNav:hover{
	color: #376B3E;
	text-decoration: underline;
}

.twoColFixRtHdr #recipe{
	background-color: #E9E2C5;
	padding: 0 10px 0 20px;
	width: 95%;
	border: thin dotted #6B5E2B;
	min-height: 100px;
}

.twoColFixRtHdr #recipe2{
	background-color: #ECEAD4;
	padding: 0 10px 0 20px;
	width: 95%;
	min-height: 100px;
	border-top: thin none #5275C2;
	border-right: thin none #5275C2;
	border-bottom: thin none #5275C2;
	border-left: 10px solid #5275C2;
	height: 100px;
}

.twoColFixRtHdr #featured{
	background-color: #FFFFFF;
	padding: 0px;
	width: 98%;
	border: thin dotted #E9E2C5;
	/*min-height: 200px;*/
}

.twoColFixRtHdr #featured_tab{
	background-color: #6B5E2B;
	font-size: 110%;
	color:#FFFFFF;
	padding: 2px 5px 2px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	width: 175px;
}
.twoColFixRtHdr #recent_adds{
	background-color: #FFFFFF;
	padding: 2px 5px 2px;
	width: 45%;
	border: thin solid #E9E2C5;
	min-height: 150px;
}

.twoColFixRtHdr #recent_tab{
	background-color: #6B5E2B;
	font-size: 110%;
	color:#FFFFFF;
	padding: 2px 5px 2px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	width: 175px;
}
.border{
	border: medium double #CCCCCC;
}
/***********Rounded Corner Styles*****************/
.top-left {
	margin-right: 9px; /* clip right corner */
	background-image: url(../images/round_box.gif);
	height: 9px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.top-right {

margin-top: -9px; /* to level of top-left corner */
margin-left: 9px; /* clip left corner */
background-image: url(../images/round_box.gif); 
background-position: 100% 0; /* show bg-image starting at the right */
height: 9px; 
font-size: 2px;
}

.bottom-left {

margin-right: 9px; /* clip right corner */
background-image: url(../images/round_box.gif);
background-position: 0 -9px; /* show under half of the image */
height: 9px;
font-size: 2px;
}

.bottom-right {

margin-top: -9px; /* to level of bottom-left corner */
margin-left: 9px; /* clip left corner */
background-image: url(../images/round_box.gif); 
background-position: 100% -9px; /* under half, right side */
height: 9px; 
font-size: 2px; 
}

.inside {
	border-left: 1px solid #E9E2C5;
	border-right: 1px solid #E9E2C5;
	background: #F5F3DC;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}

/********** Print Styles *************/


@media print {
.noPrint {
    display:none;
}

}

