@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;
}
.thrColFixHdr #container {
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #5275C3 url(../images/header.gif) no-repeat;
	padding: 0 10px 0 20px;  /* 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. */
	height: 80px;
} 
.thrColFixHdr #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 */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* 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: 15px 10px;
	height: auto;
	left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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: 15px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
	z-index: 99;
}
.thrColFixHdr #mainContent {
	margin: 0 320px 0 210px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	min-height: 1350px;
	z-index: 1;
} 

.thrColFixHdr #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%;
} 
.thrColFixHdr #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 */
}


.thrColFixHdr #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;
}

/******************** Customizations *************************************/

.thrColFixHdr #right_ad_space {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* 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; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-left: 0px;
	z-index: 100;
}

.thrColFixHdr #amazon {
	width: 100%; /* 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 */
	max-height: 650px;
	z-index: 101;
	overflow: visible;
	border: thin solid #F6F4DB;
}


.thrColFixHdr #header_link {
	width: 400px;
	position: absolute;
	height: 60px;
}

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

.thrColFixHdr #globalNav{
	color: #E9E2C5;
	background-color: #5275C3;
	padding: 5px 10px 0;
	float: right;
	height: 70px;
	width: 200px;
	top: 10px;
	font-weight: normal;
	color: #999;
	padding-bottom: 5px;
	z-index: 1;
}

/*.thrColFixHdr #globalNav img{
 display: block;
}*/

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

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

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

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

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

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

/************* #navbar **************/

.thrColFixHdr #navBar {
	margin: 0;
	padding: 0 10px;
	background-color: #99330D;
	height: 33px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


/************* #Search **************/

.thrColFixHdr #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  */
}
.thrColFixHdr #search h3, .thrColFixHdr #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;
}

/************* #Featured **************/

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

/************* #User Profile Styles **************/
.thrColFixHdr #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;
}

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

/***********Banner Ad Styles *********************/

.thrColFixHdr #banner{
	width: 728px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-top: 5px;
	padding-bottom: 5px;	
}

/***********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;
}

/************* Text Styles ************************/

.vs_blue_text{
	font-size: 65%;
	color: #5275C3;
	color: #5275C3;
}
.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;
}

.border{
	border: medium double #CCCCCC;
}

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

h2 {
color: #6D306B;
}

/* for Internet Explorer */
/*\*/
* html .thrColFixHdr #mainContent {
height: 1350px;
}
/**/
#affilliate_ads {
	background-color: #E6E4CC;
	padding: 10px;
	border: thin solid #E9E2C5;
}
