/* Font Family Global Setting
---------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, ul, li, th, td, textarea {
	font-family: Verdana, Arial, Helvetica, Tahoma, serif;
}

body {
   color: white;
   background-color: black;
   margin-left: 10%;
   margin-right: 10%;
   width : 80%;
   font-size: 16px;
}

#container {
   width : 100%;
   background-image: url('backgrounds/sumtextb.jpg');
   background-repeat: repeat;
   color : black;
   background-color: white;
   line-height : 1.3em;
}


#topLeft {
   padding : .5em;
   float: left;
}

#topRight {
   padding : .5em;
   float: right;
}

#maincontent{
	clear : both;
}

#leftnav {
   float : left;
   padding : 1em;
}

#content {
   margin-left : 15%;
   padding : 1em;
}

#recipe_content {
   padding : 1em;
}

#footer {
   color : black;	
   background: #ccc;
   clear : both;
	padding: 1px 0;
	text-align: center;
}

#content h2 {
   margin : 0 0 0 0;
}

#leftnav p {
   margin : 0 0 .5em 0;
}

#footer p {
   padding-left : 5px;
}

hr {
margin-top : 1em;
margin-bottom : 1em;
text-align:center;
width: 50%;
}



/* Content Links
----------------------------------------------- */
a:link {
	text-decoration: underline;
	color: #33f;
	background: inherit;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
	color: #999;
	background: inherit;
}
a:link.bookmark {
	text-decoration: underline;
	color: #33f;
	background: inherit;
}
a:visited.bookmark {
	text-decoration: underline;
	color: #33f;
	background: inherit;
}
a:active.bookmark {
	text-decoration: underline;
	color: #999;
	background: inherit;
}

/* Global Nav
----------------------------------------------- */
#globalnav {
	background: #ccc;
	color: #000;
	padding: 1px 0;
	text-align: right;
}
#globalnav ul {
	margin: 0;
	padding: 0;
}
#globalnav li.first {
	border-left: none;
}
#globalnav li {
	font-size: 10px;
	display: inline;
	padding-left: 5px;
	margin-right: 2px;
}
/* \ Hack to get IE5/Mac to ignore the following rule */
#globalnav li {
	border-left: 1px solid #000;
}
#globalnav a {
	color: #000;
	background: #ccc;
	text-decoration: none;
}
#globalnav a:hover {
	color: #000;
	background: #ccc;
	text-decoration: underline;
}

/* Table layout
------------------------------------------------ */
table {
	margin-left: 13px;
}
table.help {
	margin-left: 0;
}
table.help p {
	margin: 0 0 6px 0;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.help ul.bullets {
	margin-left: 40px;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.help ul.bullets li {
	margin: 0;
}
table tr.alt {
	background: #eee;
	color: #000;
}
table th {
	background: #006;
	color: #fff;
	font-size: .8em;
	padding: 2px;
	text-align: left;
}
table td {
   color: #000;
	font-size: .9em;
	padding: 2px;
}
table li {
	margin-bottom: 9px;
}

/* Required Fields
--------------------------------------------*/
.required {
	font-weight: bold;
	color: #f00;
	/*  background: #fff; */
}
.instruction {
	margin: 0;
	color: #666;
	/* background: #fff; */
}	

/* Unordered Lists With Bullets
----------------------------------------------- */
ul.bullets {
	margin: 0 0 15px 80px;
	font-size: .8em;
	list-style-type: disc;
	line-height: 1.3em;
}

/* Numbered Lists 
----------------------------------------------- */
ol {
	margin: 0 0 15px 80px;
	font-size: .8em;
	line-height: 1.3em;
	list-style-type: decimal;
	text-align: left;
}

/* Vertical Bookmark listing
----------------------------------------------- */
ul.vbookmark {
	margin: 0 0 15px 40px;
	font-size: .8em;
	list-style-type: none;
}
ul.vbookmark li {
	margin-bottom: 6px;
}

/* Horizontal Bookmark listing
----------------------------------------------- */
ul.hbookmark {
	margin: 0 0 10px 40px;
	font-size: .8em;
}
ul.hbookmark li {
	display: inline;
}