* html body {
/*\*/
	text-align: center;
/* */
}

body {
	font-family:Tahoma, Verdana, Helvetica, sans-serif;
	font-size:85%;
	color:#E5D3A5;
	margin:0 0;
	padding:0 0;
	background-color:#432E00;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
	padding-bottom:30px;
}

h1,h2,h3,p,ul,ol,dl,td,th {
	line-height:1.7em;
}

h1 {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size:190%;
	font-weight:bold;
	color:#dea130;
	margin-top:0.3em;
	margin-bottom:0.75em;
	padding-bottom:3px;
	padding-top:3px;
	background-image:url(../images/heading-bullet.png);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:45px;
}

h1#t-welcome {
	background-image:url(../images/H1-welcome.png); 
	background-repeat:no-repeat;
	width:528px;
	padding-top: 44px;
	height: 0px;
	overflow: hidden;
}

h1#t-about-pellegrino {
	background-image:url(../images/h1-about-pellegrino.jpg); 
	background-repeat:no-repeat;
	width:269px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}

h1#t-our-products {
	background-image:url(../images/h1-our-products.jpg); 
	background-repeat:no-repeat;
	width:202px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}

h1#t-our-services {
	background-image:url(../images/h1-our-services.jpg); 
	background-repeat:no-repeat;
	width:189px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}


h1#t-family-recipes {
	background-image:url(../images/h1-family-recipes.jpg); 
	background-repeat:no-repeat;
	width:243px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}

h1#t-fundraising {
	background-image:url(../images/h1-fundraising.jpg); 
	background-repeat:no-repeat;
	width:190px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}

h1#t-contact-us {
	background-image:url(../images/h1-contact-us.jpg); 
	background-repeat:no-repeat;
	width:179px;
	padding-top: 57px;
	height: 0px;
	overflow: hidden;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:140%;
	font-weight:bold;
	color:#FFD37E;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
	color:#FFD37E;
	margin-top:1.25em;
	margin-bottom:0.2em;
}

p, ul, ol, dl {
	font-size:100%;
	margin-top:0;
	margin-bottom:1.0em;
}

ul {
	list-style:disc;
}

ul li,
ol li {
	margin-top:0.5em;
	margin-bottom:0.5em;
}

img {
	border:none;
}

table {
	font-size:100%;
	border:none;
	margin-top:0;
	margin-bottom:1.0em;
	border-collapse:collapse;
}

a {
	color:#FFD37E;
}

a:hover {
	text-decoration:none;
	color:#FFD37E;
}

address {
	font-style:normal;
	margin-bottom:1.0em;
}


/* Main layout elements
============================================================ 
--------------------------------------------------------- */
#page-wrap {
	background-color:#2A3400;
	background-image:url(../images/bg.png);
	background-position:top;
	background-repeat:repeat-x;
}


#page {
	width:750px;
	margin:0 auto;
	padding:0;
	background-color:#2A3400;
	text-align:left;
	background-image:url(../images/page-bg.png);
	background-repeat:repeat-y;
}

#header {
	height:154px;
	margin:0px;
	padding:0;
	background-image:url("../images/bg.png");
	background-color:#2A3400;
	background-position:top;
	background-repeat:repeat-x;
	position:relative;
	
}

#body {
	margin:0px;
	padding-top:10px;
	background-color:#2A3400;
	min-height:80px;
}

#content {
	width:520px; /* 2px less due to IE bug with overflowing <em>s */
	padding:0 10px 15px 0px;
	float:left;
}

#sidebar {
	width:194px;
	padding:15px 0px 0px 0px;
	margin-right:6px;
	float:right;
	margin-top:30px;
}

#footer {
	padding:0 10px;
	margin:0 0px;
	height:40px;
	padding-bottom:20px;
	background-image:url("../images/footer-bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#432E00;
	clear:both;
	position:relative;
}

#header-print,
#footer-print {
	display:none;
}


/* Header
============================================================ 
--------------------------------------------------------- */

#logo {
	position:absolute;
	left:13px;
	top:5px;
}

#logo a {
	background-image:url("../images/logo.png");
	background-repeat:no-repeat;
	width:167px;
	display:block;
	padding-top:128px;
	height:0px !important; /* for most browsers */
	height /**/:128px; /* for IE5.5's bad box model */
	overflow:hidden;
	outline:none;
}

#header-img {
	position:absolute;
	left:0px;
	top:139px;
}

#links {
	position:absolute;
	right:6px;
	top:15px;
}
#links a {
	padding:0 7px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

#links a.sign-out {
	color:#FB3333;
}

/* Sidebar
============================================================ 
--------------------------------------------------------- */

#sidebar {
	color:#CCC;
	font-size:90%;
}

#sidebar h2 {
	color:#FFD37E;
	margin:5px 0px 10px 0px;
	padding:5px 10px 5px 5px;
	font-size:120%;
	border-bottom:1px solid #655415;
}

#sidebar-box {
	background-image:url(../images/box-top.png);
	background-repeat:no-repeat;
	background-position:top;
	width:174px;
	padding:10px;
	padding-bottom:0px;
	
	margin-bottom:15px;
}

#sidebar-box .bottom {
	width:194px;
	height:3px;
	background-image:url(../images/box-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-left:-10px;
	margin-right:-10px;
}
/* Footer
============================================================ 
--------------------------------------------------------- */

#footer p.copyright {
	width:760px;
	margin:0 auto;
	color:#b78528;
	font-size:90%;
	text-align:center;
	padding-top:15px;
}

#footer p.copyright  a{
	margin:0;
	color:#b78528;
}



#newline-signature {
	text-align:center;
	width:100%;
	background-color:#432E00;
}

#newline-signature a {
	display:block; /* set to "none" to hide the signature */
	margin:0px auto;
	width:260px;
	padding-top:36px;
	height:0px !important; /* for most browsers */
	height /**/:36px; /* for IE5.5's bad box model */
	overflow:hidden;
	background-repeat:no-repeat;
	background-image:url(../images/newline-signature.gif);
}


/* Navigation
============================================================ 
--------------------------------------------------------- */

/* Main nav */

#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	width:540px;
	height:56px;
	position:absolute;
	top:83px; 
	right:10px;
}

#main-nav li {
	display:block;
	margin:0;
	padding:0;
	float:left;
	padding-left:2px;
	background-image:url(../images/main-nav-li.png);
	background-position:left;
	background-repeat:no-repeat;
}

#main-nav li.first {
	background-image:none;
}

#main-nav li a {
	padding:0 8px;
	display:block;
	line-height:56px;
	font-weight:bold;
	color:#FFB962;
	font-size:90%;
	text-decoration:none;
	float:left;
}

#main-nav li a:hover {
	color:#FFE5C8;
}

#main-nav li a.current {
	color:#FFE5C8;
}


/* Sub nav */

h2.sub-nav {

}

#sub-nav {
	margin:0px;
	margin-top:-5px;
	margin-bottom:15px;
	width:194px;
	padding:0;
	list-style:none;
}

#sub-nav li {
	padding:0;
	margin:0px;
	width:188px;
	padding-left:3px;
}

#sub-nav li a {
	display:block;
	padding:6px 7px;
	padding-left:13px;
	background-image:url(../images/sub-nav-bullet.gif);
	background-position:left 1.1em;
	background-repeat:no-repeat;
	margin:0px;
	color:#F6E0B1;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #242C00;
}

#sub-nav li a:hover {
	color:#E8B661;
	text-decoration:none;
	background-image:url(../images/sub-nav-bullet-hover.gif);
}

#sub-nav li a.current,
#sub-nav li a.current:hover {
	text-decoration:none;
	color:#E8B661;
	background-image:url(../images/sub-nav-bullet-hover.gif);
}


/* Crumbs */

#crumbs {
	font-size:90%;
	color:#da8146;
	padding:0;
	margin:0px;
	margin-bottom:1.5em;
	list-style:none;
	padding:0px 10px 0 16px; 
	background-image:url(../images/crumbs-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height:38px;
	line-height:38px;
}

#crumbs li {
	display:inline;
}

#crumbs a {
	color:#ebcf93;
}


/* Posts
============================================================ 
--------------------------------------------------------- */

/* Posts */

.posts {
	margin-left:0;
	padding-left:0;
	list-style:none;
}

.posts li {
	margin-bottom:1.5em;
}

.posts h3 {
	font-size:100%;
	margin-top:0em;
}

.posts .meta {
	font-size:90%;
	color:#888;
	margin-bottom:0.4em;
	padding:0.3em 0;
	border-bottom:1px solid #4A5E00;
}

.posts .date {
	font-weight:normal;
	color:#FFD37E;
}

.posts .categories a {
	color:#DEA130;
}


/* Posts Paging */

.posts-paging {
	font-size:85%;
	padding-top:1.0em;
	border-top:3px double #2A3400;
	text-align:center;
	clear:both;
}

.posts-paging a {
	font-weight:bold;
}


/* Post */

.post .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.5em;
	padding:0.3em 0;
	border-bottom:1px solid #4A5E00;
}

.post .date {
	font-weight:normal;
	color:#FFD37E;
}

.post .categories a {
	color:#777;
}


/* Comments */

#comments ol {
	list-style:none;
	margin:0;
	padding:0;
}

#comments ol li {
	font-size:85%;
	margin:1.0em 0;
	padding:0 0.5em;
	border-bottom:1px solid #DCE2EC;
}

#comments ol .meta {
	font-size:85%;
	color:#888;
	margin-bottom:1.0em;
	padding:0.3em 0;
	border-bottom:1px solid #F3F4F7;
}

#comments ol .date {
	font-weight:normal;
	color:#FFD37E;
}





/* Standard Widgets
		overriding of default styles for standards widgets
		(located at /cms/content/widgets/stylesheets/standard-widgets.css)
============================================================ 
--------------------------------------------------------- */
div.hr{
	background-color:#A37F4E;
}

div.picture-right img,
div.picture-left img,
div.picture-center img {
	border-color:#FFD37E;
}

#sidebar ul.recent-posts p.meta {
	font-size:85%;
}

ul.recent-posts span.date {
	color:#FFD37E;
}


/* Custom Widgets
============================================================ 
--------------------------------------------------------- */



/* Other Content
		non-widget content styles
		(defined by classes and IDs directly in the content - through Textile)
		e.g. content snippet "Staff Profile": div.staff-profile ...
============================================================ 
--------------------------------------------------------- */

/* Basic listing table */

table.listing {
    border:1px solid #1C2200;
    border-bottom:none;
    text-align:left;
}

table.listing th {
    font-weight:bold;
    padding:0.3em 0.75em;
    background-color:#1C2200;
    border-bottom:1px solid #1C2200;
}

table.listing td {
    padding:0.3em 0.75em;
    border-bottom:1px solid #1C2200;
}

fieldset table {
	width:100%;
	margin-bottom:0;
	border:1px solid #6E4412;
	border-bottom:none;
}

fieldset table th,
fieldset table td {
	padding:0.4em 0.5em;
	border-bottom:1px solid #6E4412;
}

fieldset table th {
	width:140px;
	background-color:#734F1E;
	border-right:1px solid #6E4412;
	text-align:right;
}


table .CommonButtonBG a.buttonlink {
	background-image:url("../images/buy-now.jpg");
	background-repeat:no-repeat;
	width:132px;
	display:block;
	padding-top:34px;
	height:0px !important; /* for most browsers */
	height /**/:34px; /* for IE5.5's bad box model */
	overflow:hidden;
}


