/* mystyle.css*/

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;  /* needed for 100% height */
	font-family: arial, "Sans Serif";
	background-image: url("images/summer_background.gif");
}


          /**********************************/
          /********* Text *******************/
          /**********************************/
.red {
	font-size: 0.8em;
	color: red;
}
.black {
	font-size: 0.8em;
	color: black;
}
          
.welcome {
	font-family: Arial, "san serif";
	font-size: 1.1em;
	font-weight: bold;
	font-color: #331100;
	padding-bottom: 0px;
	text-align: center;
}

.navlink {
	font-family: Arial, "san serif";
	font-size: 1em;
	font-weight: bold;
	font-color: #331100;
	padding-bottom: 8px;
	
	
}

.searchtext {
	font-family: Arial, "san serif";
	font-size: 1em;
	font-weight: bold;
	font-color: #331100;
	padding-left: 5px;
}

.searchtextsmall {
	font-family: Arial, "san serif";
	font-size: .9em;
	font-weight: bold;
	font-color: #331100;
	padding-left: 5px;
}

.recipetitle {
	font-family: Arial, "san serif";
	font-size: 1.2em;
	font-weight: bold;
	color: #550000;
  	text-decoration: underline;
}

.tiptitle {
	font-family: Arial, "san serif";
	font-size: .9em;
	font-weight: bold;
	margin-bottom: 2px;
}

.tiptext {
	font-family: Arial, "san serif";
	font-size: .8em;
	margin-top: 0px;
	margin-bottom: 0px;
}

.submittedby {
	font-family: Arial, "san serif";
	font-size: .8em;
	margin-bottom: -1.3em;
	margin-top: 0px;
}

.recipetext {
	font-family: Arial, "san serif";
	font-size: 1.5em;
	margin-bottom: 0px;
}

.recipeheaddertext {
	font-family: Arial, "san serif";
	font-size: 1.1em;
	margin-bottom: 0px;
}

.formheadertext {
	font-family: arial, "san serif";
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}

.pageheadertext {
	font-family: arial, "san serif";
	font-size: 1.5em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}

.formtext {
	font-family: Arial, "san sarif";
	font-size: 1.1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-weight: normal;
}

.commentformtext {
	font-family: Arial, "san sarif";
	font-size: 1.1em;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: normal;
}

.center {
	font-family: Arial, "san serif";
	font-size: .9em;
	margin-top: 0px;
	text-align: center;
	font-weight: bold;
}

.bold {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px;
	padding: 0px;
}
	
		  /**********************************/
		  /********* Tables *****************/
		  /**********************************/


td {
	padding-right: 16px;
	padding-left: 5px;
}
	  
.postrecipe {
	background-color: #FFFF99;
	font-family: Arial, "san serif";
	font-size: 1.1em;
	font-weight: bold;
	Text-align: center;
	padding-bottom: 1px;
	padding-top: 1px;
}

          /**********************************/
          /********* Links ******************/
          /**********************************/


a{
  color: #990000;
}

a:link{
  color: #990000;
}

a:visited{
  color: #990000;
}

a:hover{
  color: #330000;
}

a.nav {color: #990000; text-decoration: none;}
a.nav:link {color: #990000; text-decoration: none;}
a.nav:visited {color: #990000; text-decoration: none;}
a.nav:hover {color: #330000; text-decoration: none;}

          /**********************************/
          /******** Containers **************/
          /**********************************/
          
/****************************Individual Containers*******************/
#header_text_one {
	position: relative;
	font-family: "Segoe Print", "Footlight MT Light", Forte, Nyala, "san serif";
	font-size: 2em;
	font-weight: bold;
	left: 15px;
	top: 0px;
	width: 390px;
	line-height: 45px;
}

#header_text_two {
	position: relative;
	font-family: "Segoe Print", "Footlight MT Light", Forte, Nyala, "san serif";
	font-size: 1em;
	font-weight: normal;
	left: 35px;
	top: 0px;
	width: 390px;
}    
     
#recipeimage {
	float: right;
	height: 140px;
	width: 190px;
	padding: 10px;
}

#smallrecipeimage {
	float: right;
	height: 70px;
	width: 80px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#sortrecipes {
	position: absolute;
	top: 110px;
	right: 170px;
	padding-top: 28px;
	height: 30px;
	width: 340px;
}	
      
/****************************Page Set-up*****************************/         
/************ Wrapper *************/
#wrapper {
	position: relative;
	margin: 0px auto;
	width: 1024px;
	padding-top: 0px;
	background-image: url('images/background.jpg');
	background-repeat: repeat-y;
	background-position: top-left;
}

/************ Header **************/
#header {
	position: relative;
	width: 100%;
	height: 90px;
	background-color: white;
	background-image: url('images/banner.jpg');
	background-repeat: no-repeat;
  	background-position: top right;
}

/************ Navigation **********/
#navagation {
	
	float: left;
	width: 200px;
	background-color: #ffee88;
}

/************ Main ****************/
#main {
	float: left;
	width: 560px;
	background-image: url('images/hometab.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

/************ main information ****/
#maininfo {
	width: 530px;
	padding-left: 20px;
	padding-right: 10px;	
}

/************ Tab Navigation ******/
#tabs {
	
	width: 560px;
	height: 40px;
}

/************ News ****************/
#news {
	float: right;
	width: 244px;
	background-color: #eeeeee;
	padding-left: 10px;
	padding-right: 10px;
}

/************ Footer **************/
#footer {
	clear: both;
	width: 100%;
	background-color: #eeeeee;
	font-size: .8em;
	text-align: center;
	border-top: 1px solid black;
} 

/*********** Tab Locations ********/
#appetizers {
	position: absolute;
	width: 40px;
	left: 220px;
	top: 91px;
}

#maincourse {
	position: absolute;
	width: 90px;
	left: 327px;
	top: 91px;
}

#sides {
	position: absolute;
	width: 40px;
	left: 460px;
	top: 91px;
}

#desserts {
	position: absolute;
	width: 40px;
	left: 563px;
	top: 91px;
}

#misc {
	position: absolute;
	width: 45px;
	left: 654px;
	top: 91px;
}

/************* SubCategory radio button locations **********/
#appetizerssubcat {
	position: absolute;
	width: 100px;
	left: 220px;
	top: 389px;
}

#maincoursesubcat {
	position: absolute;
	width: 90px;
	left: 330px;
	top: 389px;
}

#sidessubcat {
	position: absolute;
	width: 110px;
	left: 442px;
	top: 389px;
}

#dessertssubcat {
	position: absolute;
	width: 90px;
	left: 560px;
	top: 389px;
}

#miscsubcat {
	position: absolute;
	width: 100px;
	left: 650px;
	top: 389px;
}
