@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
	background-image:url("images/card_bg.jpg");
	background-repeat:no-repeat;
	background-position:top center;
}


p {

font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4b4b4d;
line-height:1.6em;
padding:4px 0 0 0;

}
.hidden {

visibility:hidden;
} 


a {
text-decoration:none;

}




#about_us a, a.regular  {
text-decoration:none;
color:#e76e35;

}


#about_us a:hover, a.regular:hover{
text-decoration:underline;
}

.default #container { 
	width: 1087px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height:1050px;
	position:relative;
	background-image:url("images/container_bg.png");
	background-repeat:repeat-y;
	padding:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.default #header { 
width: 1087px; 
height: 110px;
margin:0;
	background: transparent; 
	padding: 0;  /* 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. */
} 
.default #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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.default #sidebar {
	position:absolute; /* since this element is floated, a width must be given */
	width: 270px; /* 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 */
	height:921px;
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url("images/left_vertical_rule.gif");
	background-repeat:no-repeat;
	background-position:right;
	padding: 0px;
	left: 121px;
	top: 98px;
}
.default #mainContent {
	width:530px;
	height:953px;
	position:absolute;
	margin: 0; /* the left margin on this div element creates the column down the left 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: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	left: 409px;
	top: 96px;
} 
.default #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent; 
} 
.default #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;
}

<!-- main content area -->

.default #topmain {

width: 530px;


}

.default #main2 {
height:80px;
width: 530px;
background-color:#ffffff;
margin: 5px 0 0 0px;
padding: 20px 0 0 5px;
}

.default #main3{
height:301px;
width: 530px;


}



.default #main3 .innerfloat {

width: 265px;
height: 285px;
float:left;
  overflow:hidden;

}


.default #main3 .innerfloat p{
padding:12px;
color:#479ea8;
}


.default #main4{
height:310px;
width: 530px;
background-image:url(images/the_dish.png);
background-repeat:no-repeat;
background-position: 5px 0;
padding:25px 0 0 5px;
}

.default #main5{
height:30px;
width: 530px;

margin:8px 0 0 5px;;
}

<!-- sidebar -->



.default #side5 {
  height:464px;
  width: 270px;

  background-color:#cccccc;

}

.default #side2 {
width: 270px;
height:195px;

position:relative;
background-image:url("images/all_fixins.png");
background-repeat:no-repeat;
}


.default #side3 {
position:relative;
width: 270px;
height:143px;
background-image:url("images/secret_safe.png");
background-repeat:no-repeat;
}

.default #side4 {
width: 224px;
height:30px;
margin:0 0 0 20px;
background-color:#189099 !important;
background-color:#ffffff;
padding:0;
}



/*    links and such */

.default a#thumbs_up {
display:block;
width:234px;
height:53px;
float:left;
background-image:url("images/thumbs_up.jpg");
background-repeat:no-repeat;
background-position:0 0;
}
.default a#thumbs_up:hover {



background-position:0 -53px;
}


.default a#thumbs_down {
display:block;
width:234px;
height:53px;
float:right;
margin: 0 5px 0 0;
background-image:url("images/thumbs_down.jpg");
background-repeat:no-repeat;
background-position:0 0;
}
.default a#thumbs_down:hover {



background-position:0 -53px;
}


.default #mainnav {
position:absolute;
left:128px;
top:0;
width:825px;
height:90px;
margin:0;
padding:0;
}


.default #mainnav ul, .default #mainnav ul li {

margin:0;
padding:0;
list-style-type:none;

}


.default #mainnav ul li {

width:205px;
height:90px;
float:left;
}

.default #mainnav ul li a {

display:block;
width:205px;
height:90px;
background-image:url("images/mainnav.png");
background-position: 0 -1px;
background-repeat:no-repeat;
}

.default #mainnav ul li#entrees a {

background-position: 0 -1px;
}

.default #mainnav ul li#entrees a:hover {
background-position: 0 -92px;

}


.default #mainnav ul li#appetizers a {
background-position: -205px -1px;

}

.default #mainnav ul li#appetizers a:hover {

background-position: -205px -92px;
}



.default #mainnav ul li#desserts a {

background-position: -410px -1px;
}

.default #mainnav ul li#desserts a:hover {

background-position: -410px -92px;
}


.default #mainnav ul li#drinks a {
background-position: -615px -1px;

}

.default #mainnav ul li#drinks a:hover {

background-position: -615px -92px;
}


.default #sidebar #side2 #sidenav {
position:absolute;
left:22px;
top:40px;
width:232px;
height:123px;
margin:0;
padding:0;
}


.default #sidenav  ul, .default #sidenav ul li {

margin:0;
padding:0;
list-style-type:none;

}


.default #sidenav ul li {

width:232px;
height:41px;
float:left;
}

.default #sidenav ul li a {

display:block;
width:232px;
height:41px;
background-image:url("images/sidenav.png");
background-position: 0 0px;
background-repeat:no-repeat;
}


.default #sidenav ul li#intro a {

background-position: 0 0px;
}

.default #sidenav ul li#intro a:hover {
background-position: 0 -123px;

}


.default #sidenav ul li#recipes a {
background-position: 0 -41px;

}

.default #sidenav ul li#recipes a:hover {

background-position: 0px -164px;
}



.default #sidenav ul li#about a {

background-position: 0px -82px;
}

.default #sidenav ul li#about a:hover {

background-position: 0px -205px;
}

.default #side3 a#add_recipe {
position:absolute;
top:40px;
left:12px;
width:232px;
height:77px;
display:block;
background-image:url("images/add_recipe.png");
background-repeat:no-repeat;
background-position:0 0;
}

.default #side3 a#add_recipe:hover {

background-position:0 -77px;
}


/***** FORM **/


.default #formbox {

width:530px;
margin: 0px 0 0 0;

}
.all_recipes {
padding:14px 0 14px 0;
}

.all_recipes p {
font-size:12px;
color:#4b4b4d;
line-height:1.6em;
padding:4px 0 0 0;
}

.all_recipes h2, h2,h1 {


font-style:italic;
color:#65afb8;
font-family: Georgia, "Times New Roman", Times, serif;

}


.all_recipes h3{


color:#4b4b4d;
font-weight:normal;
padding:3px 0 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:12px;
letter-spacing:.2em;
color:#4b4b4d;
padding:6px 0 4px 0;
}
.all_recipes h2 a {

color:#e76e35;
}

.all_recipes h2 a:hover {
color:#65afb8;
text-decoration:none;
}

.all_recipes a {

color:#e76e35;

}

.all_recipes a:hover {
text-decoration:underline;
}



		#slider-vertical {
		
		
		
	    position:absolute;
	
		top:255px;
	    height:180px;
	    width:5px;
	   left:230px;
		}
		
		#scroller {
    width: 236px;
    height: 200px;
    overflow:auto;
}


#content  {
    width: 225px;
}

#slider-vertical2 {
		
		
		
	    position:absolute;
	
		top:255px;
	    height:180px;
	    width:5px;
	   left:500px;
		}
		
		#rightscroll {
    width: 262px;
    height: 200px;
    overflow:auto;
	margin:0 0 0 30px;
}

#content2  {
    width: 225px;
}
		
#content3 {


}


#content3 p {
padding:20px;
color:#ffffff;
font-size:15px;
}	

#bottomscroll {
overflow:auto;
height:308px;
width: 520px;
background-color:#479ea8;
}

#recipescroller {
width:530px;
height:700px;
overflow:auto;
}

.default .top_pic img{

width:107px;
height:107px;
padding:3px;
background-color:#ffffff;
border:1px solid #d6e2e2;
float:left;
margin: 0 25px 0 0;

}	

.default .top_pic {
z-index:5;

}
.titlebox {

padding: 25px 0 0 0px;
background-color:transparent;
}
.titlebox h2 {
font-style:italic;
color:#65afb8;
font-family: Georgia, "Times New Roman", Times, serif;
background-color:transparent;
}

.titlebox p {
font-size:12px;
letter-spacing:.2em;
color:#4b4b4d;
font-family: Georgia, "Times New Roman", Times, serif;
padding:3px 0 0 0;
}

label{

color: #e76e35;
font-style:italic;
font-family: Georgia, "Times New Roman", Times, serif;
}
