/* $Id: style.css,v 1.6 2008/07/14 01:41:22 add1sun Exp $ */

/* Reset the basic elements to a baseline. */
#admin-menu {
	position:fixed;
}

body {
	color: #333333;
	background: transparent url(images/body_bg.png) repeat;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	font-size: 13px;
}

a:link {
  text-decoration:none;
  color:#FF8800;
}
a:visited {
	  color:#FF8800;
}
a:hover {
	  color:#82B8E2;
}
a:active {
	  color:#82B8E2;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 100%;
}
h2 {
	font-size:1.33em;
	margin-bottom:7px;
}
p, ul, ol {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 100%;
}
li {
  margin: 0px;
  padding: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
}
caption {
  text-align: left;
}
th {
  border-bottom-width: 1px;
  font-weight: bold;
  padding-bottom: 2px;
  text-align: left;
}
td {
  font-size: 100%;
}
ul.secondary a {
	color:#FF9600;
}
ul.secondary a:active,
ul.secondary a:hover {
	color:#FF9600;
	text-decoration:underline;
}
form {
  margin: 0px;
  padding: 0px;
}
fieldset {
  border: 1px solid #e0e0e0;
  padding: 5px;
  background: none;
}
fieldset legend {
	color:#82B8E2;
	font-size:1.13em;
	margin-top:8px;
}
fieldset .description {
	color:#CCCCCC;
	padding-top:7px;
}
tbody {
	font-weight:lighter;
	color:#CCCCCC;
}
tr.even, tr.odd {
	background-color:#5B5F64;
}
#page dd {
	color:#CCC;
}
b, strong {
  font-weight: bold;
}
i, em, u {
  font-style: italic;
}
u {
  text-decoration: none;
}
a img {
  border: 0px;
}

/* Main page element styles */
#header {
  text-align: left;
  background:transparent;
  height:204px;
}
#header h1 {
  height:98px;
}
#header img.logo {
  vertical-align: middle;
  margin-top:10px;
  padding:0 5px 20px;
}
img.logo {
	display:none;
}
#header .site-name {
}
#header .site-slogan {
}
#header .navigation {
	position:relative;
	top:210px;
}
#header .navigation .navigation-primary {
	background:transparent url(images/nav_bg.jpg) repeat scroll 0 0;
	height:11px;
	margin-top:-3px;
	padding:9px 0 10px 44px;
	position:relative;
	top:-220px;
	z-index:2;
	text-align:right;
}

#header .navigation .navigation-primary ul.links li a {
	color:#FFFFFF;
	text-decoration:none;
	margin-right:0;
	padding:9px 20px 7px;
	height:30px;
}
#header .navigation .navigation-primary ul.links li a:hover {
	text-decoration:underline;
	background:transparent url(images/nav_bg.jpg) repeat scroll 0 -30px;
}
#header .navigation .navigation-primary ul.links li a:active {
	text-decoration:underline;
	background:transparent url(images/nav_bg.jpg) repeat scroll 0 -30px;

}
#header .navigation .navigation-secondary {
}
#header form.search {
  margin-top: 10px;
}
#header .block {
	padding:0 0;
}

#kitchen {
	width:900px;
	margin: 0 auto;
}

#container {
  xclear: both;
  background-color: #2b3137;
  margin-top:0;
  padding-bottom:50px;
}

.sidebar {
}

#right-sidebar {
  float: right;
  width: 20%;
}

.side_blue {
background:#9EB7D1 none repeat scroll 0 0;
border:10px solid #7597BB;
margin:15px 0 0 -25px;
padding:10px;
width:240px;
}

.side_blue a {
color:#333333;
}

.side_blue a:hover {
color:#FF8800;
text-decoration:underline;
}

#page {
  float: left;
  overflow: hidden;
}

#footer {
  clear: both;
  padding: 20px 0 20px;
  text-align: center;
  background:#1c2023 url(images/footer_bg.jpg) repeat-x scroll 0 0;
  margin:0;
  width:100%;
}

#footer_container {
	background:#1C2023 url(images/footer_bg.jpg) repeat scroll 0 0;
	color:#FFFFFF;
	height:300px;
	margin:0 auto;
	text-align:left;
	font-size:.8em;
	width:900px;
}

#footer_container a {
	color:#FFF;
	text-decoration:none;
}
#footer_container a:hover, #footer_container a:active {
	color:#FF8800;
	text-decoration:underline;
}


.footer_map {
	clear:right;
	float:left;
	margin-left:0;
	width:160px;
}

.footer_map1 {
	clear:right;
	float:left;
	margin-left:50px;
	width:480px;
}

.footer_map ul li {
	background:transparent url(images/link_list_bullet.gif) no-repeat scroll left 3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-13px;
	padding-left:13px;
}

.footer_map ul ul li {
	background:transparent url(images/link_list_bullet.gif) no-repeat scroll left 3px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:-10px;
	padding-left:13px;
}

#promo {
	width:500px;
	}
#area1 {
	background:#FAB654 none repeat scroll 0 0;
	border:10px solid #FF9600;
	float:left;
	margin:15px 7px 0 2px;
	padding:10px;
	width:205px;
	min-height:295px;
	
}

#area2 {
	width:205px;
	background:#da5d60;
	border:10px solid #ce1212;
	padding:10px;
	float:left;
	margin-top:15px;
	min-height:295px;
}

.more_link {
	float:right;
}

.more_link a {
	color:#333333;
	text-decoration:none;
}

.more_link a:hover {
	color:#82B8E2;
	text-decoration:underline;
}

/* Common page items */
#page h2.title {
	border-bottom:2px solid #FF8800;
	color:#82B8E2;
	font-size:1.3em;
	padding-bottom:7px;
	margin-top:30px;
}
#page .mission {
  padding: 20px;
  font-size: 144%;
}
#page .tabs {
}
#page .help {
  background: #f1f7fe;
  padding:5px 10px 2px;
}
#page .messages {
  color: #333333;
  background-color: #f0f0f0;
  border: 1px solid #c0c0c0;
  margin:15px 0 0;
}
#page .error {
  border-color: #ff0000;
}

.breadcrumb {
	display:none;
}

.sidebar-text {
	color:#FFFFFF;
}

/* Blocks */
.block {
  padding-left: 5px;
  padding-right: 5px;
}
.block .title {
  font-weight: bold;
}
.block .content {
  padding-bottom: 10px;
}
.user-login-block {
  text-align: left;
}

/*********/
/* Nodes */
/*********/
.node {
  margin:0 2px;
}
.node h2.title {
	color:#82b8e2;
	font-size:1.3em;
}
.node h3.title {
}
.node .content {
	background:#f1f7fe url(images/content_bg.png) bottom repeat-x;
	padding:30px 20px 80px;
	margin-top:10px;
}
.node .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.node .date {
}
.node .author {
}
.node .terms {
}
.node .links {
  clear: left;
}
.node-sticky {
}
.node table {
  width: 100%;
}

/****************/
/* Product Page */
/****************/

.products {
	margin:20px 0 10px;
	min-height:75px;
}

.products img {
	float:left;
	margin:0 15px 10px 0;
}

.products-right {
	float:right;
	margin:0 0 35px 10px;
	text-align:center;
}


/* Boxes (comment list container) */
.box {
}
.box h3.title {
}
.box .content {
}

/* Comments */
.comment h4.title {
}
.comment .new {
}
.comment .content {
}
.comment .picture {
  float: left;
  padding: 4px;
  margin-right: 4px;
  background-color: #f0f0f0;
}
.comment .date {
}
.comment .author {
}
.comment .links {
  clear: left;
}
.comment-new {
}

/* Customize different page layouts */
#header {
  margin-left: auto;
  margin-right: auto;
}

body.sidebar-right #header {
}
body.two-sidebars #header {
}
body.no-sidebars #header {
}

body.sidebar-left #page {
}
body.sidebar-right #page {
}
body.two-sidebars #page {
}
body.no-sidebars #page {
  width: 100%;
  padding-left: 0%;
  padding-right: 0%;
  float: none;
}

.footer {
  margin-left: auto;
  margin-right: auto;
}
body.sidebar-left .footer {
  width: 80%;
}
body.sidebar-right .footer {
  width: 80%;
}
body.two-sidebars .footer {
  width: 60%;
}
body.no-sidebars .footer {
  width: 100%;
}

/* Fixed-width sidebars, fixed center column. */

#right-sidebar {
	float:left;
	margin:55px auto auto;
	position:relative;
	width:280px;
	left:22px;
}

#header,
body.sidebar-left #header,
body.sidebar-right #header,
body.two-sidebars #header,
body.no-sidebars #header {
  width: 900px;
  margin-left: 0px;
  margin-right: 0px;
/*  background:#96B3D3 url(images/top_bg.jpg) no-repeat scroll 0 -16px; */
}

body.sidebar-right #page,
body.two-sidebars #page,
body.no-sidebars #page {
  float: right;
  width: 500px;
  margin:0 50px;
}

.footer,
body.sidebar-right .footer,
body.two-sidebars .footer,
body.no-sidebars .footer {
  width: 900px;
  margin-left: 0px;
  margin-right: 0px;
}
/* end custom layouts */

/* Override drupal.css */
#user-login-form {
  text-align: left;
}

/**************/
/* FORM ITEMS */
/**************/

.views-edit-view {
	background:#fff;
}
.form-item label {
	color: #FFFFFF;
}

.form-item .description {
	color:#FFFFFF;
}

#views-ajax-pad .form-item label, #views-ajax-pad .form-item .description {
	color:#666666;
}

form#views-ui-preview-form div#preview-display-id-wrapper, form#views-ui-preview-form div#preview-args-wrapper {
color:#666666;
}


/****************/
/*  News View   */
/****************/

#page .view-recipes .view-header {
	margin-top:20px;
	color:#CCCCCC;
}
.view view-recipes view-id-recipes view-display-id-page_1 view-dom-id-1 {
background:#fff;
}

#page .item-list .views-row-first {
	margin-top:20px;
}
#page .item-list .views-row-odd {
	background:#7597bb none repeat scroll 0 0;
	font-size:0.87em;
	padding:6px 0 4px 10px;
	list-style:none;
}

#page .item-list .views-row-even {
	background:#5e7996;
	font-size:0.87em;
	padding:6px 0 4px 10px;
	list-style:none;
}
#page .item-list ul li {
	margin-left:0;
}
#page .item-list .views-row-even:hover, #page .item-list .views-row-odd:hover {
	background:#CCC
}

#page .item-list .views-row-odd a, #page .item-list .views-row-even a {
	text-decoration:none;
	color:#FFF;
	padding:3px 250px 3px 0;
}

#page .item-list .views-row-odd a:hover, #page .item-list .views-row-even a:hover {
	text-decoration:underline;
	color:#FF8800;
}

.item-list ul li {
	list-style:none;
	text-decoration:none;
}

#block-views-recipes-block_1 {
	margin:0 10px 0 28px;
	font-size:.87em;
}

#block-views-recipes-block_1 .item-list ul li a {
	text-decoration:none;
	background:transparent url(images/link_list_bullet.gif) no-repeat scroll left 3px;
	margin-left:-27px;
	padding-left:15px;
}

#block-views-recipes-block_1 .title {
	font-size:1.3em;
	color:#82B8E2;
	margin-bottom:12px;
	border-bottom:1px solid #FF8800;
	padding-bottom:5px;
}

#block-views-recipes-block_1 .item-list ul li a.active {
		color:#82B8E2;
}

#block-views-recipes-block_1 .item-list ul li a:hover {
	color:#82B8E2;
	text-decoration:underline;
}

#contact-mail-page {
	color:#FFF;
}