/* MandiKitchen.com*/

/* This is where we define the different sections of the website*/
body {
 font-family: Tahoma,Arial, Helvetica, sans-serif;
 font-size: 13px;
  background: #ffdbee        


}

/*This is the foundation for all the parts of the site */
#wrapper { 
 margin: 0 auto;
 width: 1000px;
 height:1000px;
}

/*Header properties */
#header_left {
 color: #001A33;
 width: 1001px;
 float: left;
 height: 500px;
 background:#ffdbee;
 background-image:url(https://mandikitchenhymns.com/?p=493);
 -moz-border-radius-bottomleft: 5px;/* rounded corners */
 -webkit-border-bottom-left-radius:5px;/* rounded corners */
 -moz-border-radius-bottomright: 5px;/* rounded corners */
 -webkit-border-bottom-right-radius:5px;/* rounded corners */
  margin-bottom: 5px;
}

#header_right{
 color: #001A33;
 width: 0px;
 float: left;
 padding:0px;
 padding:0px;
 height: 0px;
 background:#111111;
  
 -moz-border-radius-bottomright: 5px;/* rounded corners */

 -webkit-border-bottom-right-radius:5px;/* rounded corners */



}
#menubar {
 float: left;
 background-color:#FFFFFF;
 width:1000px;
 height:30px;

  -moz-border-radius-topleft: 5px;/* rounded corners */

  -moz-border-radius-topright: 5px;/* rounded corners */

  
  -webkit-border-top-left-radius: 5px;/* rounded corners */

  -webkit-border-top-right-radius: 20px;/* rounded corners */


 }


/* front page content container */
#content { 
 float: left;
 color: #001A33;
 background-color:#FFFFFF;
 margin: 0px 0px 10px 0px;
 padding:10px;

 display: inline;
  -moz-border-radius: 5px;/* rounded corners */

 -webkit-border-radius: 5px;/* rounded corners */

 filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;

}

/*this is for all other pages */
.widecolumn
{
	min-height: 400px;
	width: 980px;
}
/* this is for the main page */
.narrowcolumn {
  min-height: 680px;
  width: 680px;
  margin-bottom: 10px;
}

/* sidebar */
#rightcolumn { 
 color: #001A33;
 background: #FFFFFF;
 margin: 0px 0px 10px 0px;
 margin-left:10px;
 padding: 5px;
 width: 280px;
 min-height: 1600px;
 float: left;
  -moz-border-radius: 5px;/* rounded corners */
 -webkit-border-radius: 5px;/* rounded corners */
 
  filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/* this is the footer */
#footer { 
  color: #818181;
 width: 1000px;
 float: left;
 padding: 10px;
 margin-left:170px;
 height: 20px;
 background:#111111;
 text-align: center;
 -moz-border-radius-bottomleft: 5px;/* rounded corners */
 -moz-border-radius-bottomright: 5px;/* rounded corners */

 -webkit-border-bottom-left-radius:10px;/* rounded corners */
 -webkit-border-bottom-right-radius:10px;/* rounded corners */
}

/* Menu Stylings */
.menu {
font: 14px tahoma;
position:relative;
width:700px;
margin: 3px 0px 0px 5px;
padding:0px;
overflow: hidden;
}
.menu li {
float: left;
list-style: none;
}

.menu li a {
text-decoration: none;
color:#001A33;
padding: 2px 5px;
z-index: 10;
display: block;
position: relative;

}
.menu li a:hover{
text-decoration: underline;
color: #001A33;
padding: 2px 5px;
z-index: 10;
display: block;
position: relative;

}

a {
  color: #001A33;
}



