	/*
Theme Name: Colourise
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A colorful.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more themes and <a href="http://www.styleshout.com">Styleshout</a> for more designs.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/

*/

/* ----------------------------------------------
	Template Name : Colourise
	Template Code : S-0022
	Version : 1.0   
	Author : Erwin Aligam
	Author URI : http://www.styleshout.com/       
	Last Date Modified : March 07, 2008	
 ------------------------------------------------ */
 
/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #411400; 	
	margin: 0; 	padding: 0; 
	background: #FFF url(images/background.jpg) repeat-y center top;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #FF9C00;			
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: #FFC800;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #ABABAB;
}
h1 {
	font-size: 3.4em;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 2em;
	color: #411400;
	padding: 20px 10px 5px 10px;	
}
h3 {
	font-size: 1.7em;	
	font-weight: normal;
	padding: 20px 10px 5px 10px;	
}

p, dl { padding: 15px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #fff;
}
dd {
  padding-left: 25px; 
}

/* images */
img {
   border: 0px;
   padding: 0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	margin: 15px 10px; 
	border-collapse: collapse;			
}
th {
	background: #000;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	border-left: 1px solid #211E20;
	border-right: 1px solid #211E20;
	border-bottom: 1px solid #211E20; 
	border-top: 1px solid #48780E;
}
tr {
	color: #5b5b5b;
	height: 34px;	
}
td {
	padding-left: 12px;
	padding-right: 12px;
	border: 1px solid #111;	
}
/* end - table */

/* form elements */
form {
	 
	background: #FFF; 	
}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0;
	color: #521A00;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #CCC;
	background: #FFF;  
	border: 1px solid #CCC;
}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */
.searchform {
	background-color: #FFF;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 270px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	position: relative;
	width: 960px;	
	margin: 0 auto;
	text-align: left;	
}

#content-wrap {
	position: relative;
	clear: both;
	width: 945px;	
	padding: 0; 		
	margin-left: 5px;	
	background: transparent;
	float: left;	
	display: inline;	
}

#header {
	position: relative;
	width: 961px;	
	height: 520px;	
	margin: 0 0 0 0px;
	padding: 0;
	background: url(images/header_bg.jpg) no-repeat;
	background-position: 0	34px;
}

/* header search */
#header form#quick-search {
	position: absolute;
	top: 15px; right: 25px;
	padding: 0; margin: 0;
	border: none;
	width: 240px; height: 25px;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 200px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

#social_media {
	float: left;
	margin: 57px 0 0 68px;
	text-transform: uppercase;
	
	color: #EEE;
}

#social_media img {
	margin: 0 9px 0 9px;
}

#social_media a {
	text-decoration: none;
}

#badge {
	float: right;
	z-index: 2;
	position: relative;
	
	margin-top: 45px;
	margin-right: -75px;
}

#welcome-text {
	float: right;
	margin: 0px 627px 0 0;

	width: 260px;
	height: 100px;
}

#welcome-logo {
	float: left;
	margin: 44px 0 0 -14px;
	
	width: 420px;
	height: 200px;
	
	background: url(images/new-welcome.png) no-repeat; 
}

/*  Navigation  */
#nav img {float: left;margin: -2px 0 0 8px}

#nav {
	position: absolute;
	margin: 0; padding: 0;		
	height: 60px;
	width: 960px;	
	left: 0;	
	background-color: #F14200;
	
	z-index: 9999;
}

/*#nav ul {
	float: left;
	list-style: none;
	width: 480px;		
	height: 40px;
	margin: 12px 0 0 15px; padding: 7px 0 0 0;	
	display: inline;
	background: url(images/nav-bg.jpg) no-repeat;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
	height: 40px;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 10pt 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #FFF;	
}
#nav ul li a:hover,
#nav ul li a:active {
	color: #FFC800;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #888;
}
*/
/* DropDown */
#jsddm {
	margin: 16px 0 0 0;
	padding: 0;
	
	}
	
#jsddm li {	
	float: left;
	list-style: none;
	font: bold 10pt 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;}

#jsddm li a {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 70px;
	color: #EAFFED;
	white-space: nowrap;
	}
	
#jsddm li p {
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 70px;
	color: #EAFFED;
	white-space: nowrap;
	}


#jsddm li a:hover {
	color: #FF9C00;
	}
		
#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: auto;
			background-color:#F14200; 
			}
			
#jsddm-about {
	width: 138px;
	margin-left: 5px;
}

#jsddm-menu {
	width: 58px;
}

#jsddm-location {
	width: 79px;
}

#jsddm-catering {
	width: 77px;
}

#jsddm li.current_page_item a.current {	
	color: #FF9C00;
}

/* EndDropDown */

#logo-text {
	padding: 0;
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 27pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #FF6600;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 75px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #521A00;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 180px; left: 75px;		
}

/* Main Column */
#main {
	float: left;
	width:615px;
	padding: 18px 0 0 18px;
	margin: 0;
	display: inline;		
}
#main h2 {
	padding: 0 0 3px 0;
	margin-top: 0px;
	font: normal 19pt 'Palatino', Tahoma, Helvetica, Arial, sans-serif;	
	color: #fff; 	
	text-transform: none;	
}
#main h2 a {
	color: #521A00;
	text-decoration: none;		
	border: none;	
}
#main ul li {
	list-style-image: url(bullet.gif);
}

.content-text {
	position: relative;
}

.content-text p {
	float: left;
	margin-left: 42px;
	position: relative;
}

#_mcePaste {
	float: left;
	margin-left: 40px;
	padding: 10px;
}

.custom-title {
	height: 30px;
	width: 565px;
	margin-left: 74px;
	font-size: 13pt;
	color: #F14200;
	border-bottom: 1px solid #CCC;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 250px;
	padding: 0; margin: -5px 15px 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.6em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	background: url(images/footer-top.jpg) no-repeat center bottom;
	color: #7E4023;
	font-family: Palatino, serif;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }

.textwidget {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

/* footer */
#footer-wrap {
	position: relative;
	clear: both;
	padding: 1em 0 2.5em 0;
	margin-top: 30px;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;	
	background: #FFE;
	color: #555;
	width: 960px;
	float: left;	
	display: inline;
	border-top: 1px solid #CCC;
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;
	color: #F14200;	
}
#footer-content {	
	margin: 0 auto;		
	width: 880px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #CCC;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 98%;
}
#footer-content ul.col-list li {
	border-bottom: 1px solid #CCC;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	
	color: #555;
	border: none;
}
#footer-content ul.col-list li a span {
	color: #444;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {
	color: #FF9C00;
	text-decoration: none;
}

#footer-content .col {
	width: 280px;
	padding: 0 0 30px 0;			
	display: inline;
	margin-left: 30px;
}
#footer-content .col2 {
	width: 550px;
	padding: 0 0 30px 0;	
	display: inline;	
}

#footer-content .col2 p {
	margin-top: -10px;	
}

#footer-content .col2 img {
	padding-right: 10px;
}

#footer-content .space-sep {
	margin-right: 18px;
}

/* postmeta */

.month {
	font-size: 13pt;
	color: #f60;
	text-align: center;
	text-transform: uppercase;
}

.day {
	font-size: 18pt;
	color: #f60;
	text-align: center;
}

.mainDate {float: left; display: block;}

.custom-date {
	font-size: 20pt;
	color: #f60;
	
	width: 70px;
	height: 70px;
}

.postTitle {
	margin-left: 19px;
	float: left;
	width: 530px;
	position: relative;
}

.postWrap {
	height: 100%;
}

.postTags p {
	margin-left: 41px;
}

.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 41px;	
	font-size: 1em;
	position: relative; clear: left;
	color: #545454;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding: 0; margin: 0; color: #444;	}
.post-info a { color: #BD4200; }
.post-info p {margin-left: -47px;}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

/* promos */

#promo {
	font-size: 12pt;
	color: #F17500;
	text-align: center;
}

#promo1 {
	font-size: 12pt;
	color: #521A00;
	padding-bottom: 5px;
	
	text-align: center;
	width: 100%;
	border-bottom: 1px solid #CCC;
}

/*Subpages*/

#header_subpage {
	position: absolute;
	width: 961px;
	height: 150px;
	margin: 0 0 0 0px;
	padding: 0;
	
	background: url(images/sub_header_bg.png) no-repeat 0px 58px;
}

#content-wrap_subpage {
	position: relative;
	clear: both;
	width: 945px;	
	padding: 0; 		
	margin-top: 50px;	
	background: transparent;
	float: left;	
	display: inline;
	z-index: 2;

}

.subpageDesc {
	margin-top: 21px;
	margin-left: 92px;
	font-family: Palatino, serif;
	font-size: 14pt;
	font-style: oblique;
	width: 700px;
	color: #999;
	
	letter-spacing: 0.5px;
	line-height: 1.4;
}

.subpageDesc_about {
	margin-top: 21px;
	margin-left: 92px;
	font-family: Palatino, serif;
	font-size: 14pt;
	font-style: oblique;
	width: 360px;
	color: #999;
	
	letter-spacing: 0.5px;
	line-height: 1.5;
}

.subpageDesc_locale {
	margin-top: 21px;
	margin-left: 92px;
	font-family: Palatino, serif;
	font-size: 14pt;
	font-style: oblique;
	width: 700px;
	color: #999;
	
	letter-spacing: 0.5px;
}

.subpageDesc_video {
	margin-top: 21px;
	margin-left: 100px;
	font-family: Palatino, serif;
	font-size: 14pt;
	font-style: oblique;
	width: 700px;
	color: #999;
	
	letter-spacing: 0.5px;
}
/*Header Subpages Search*/

#header_subpage form#quick-search {
	position: absolute;
	top: 15px; right: 25px;
	padding: 0; margin: 0;
	border: none;
	width: 240px; height: 25px;	
	z-index: 999999;
}
#header_subpage form#quick-search p {
	margin: 0; padding: 0;		
}
#header_subpage form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 200px;
	background: none;
	border: none;
}
#header_subpage form#quick-search label,
#header_subpage form#quick-search .btn {
	display: none;	
}

/* Subpage Nav */

#header_subpage h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 27pt Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #FF6600;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 0px; left: 75px;	
}

#header_subpage h1#logo-text a:hover {
	background: none;	border: none;
}
#header_subpage p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 180px; left: 75px;		
}

/* Subpage Main */

#main_subpage {
	float: left;
	width: 650px;
	margin: 0;
	display: inline;
	z-index: 2;
}

#main_subpage h2 {
	padding: 0 0 3px 0;
	margin-top: 65px;
	margin-left: 100px;
	font: normal 25pt 'Droid Serif', sans-serif;
	color: #fff;
}

#main_subpage h2 a {
	color: #411400;
	text-decoration: none;		
	border: none;	
}

#main_subpage ul {
	margin-top: -20px;
}

#main_subpage ul li {
	list-style-image: url(bullet.gif);
}

#main_subpage p.post-info {
	display: none;
}

/*Post Meta*/
.post-meta-key {
	color: #521A00;
	font-size: 19pt;
}

#main_subpage .post-meta {
	margin-left: 74px;
	padding: 0px 0px 0px 20px
}

/*Menu*/
.newMenu img {
	margin: 11px 0 0 12px;
}

.menuimg {
	float: left;
	margin-right: 0px;
	margin-top: 18px;
	
	background: url(images/menu_img_bg.png) no-repeat top left;
	width: 197px;
	height: 143px;
}
			
#menuWrap {
	overflow: auto;
	width: 800px;
}
			
.info {
	width: 400px;
	float: left;
	margin-top: 37px;
	margin-left: 10px;
}
			
.newMenu {
	width: 650px;
	margin-top: 18px;
	margin-left: 100px;
	float: left;
	
}
			
.menuItem {
	font-size: 15pt;
	line-height: 150%;
}
			
.menuPrice {
	font-style: oblique;
	font-size: 9pt;
	color: #CCC;
	
	line-height: 160%;
}
			
.menuDesc {
	font-size: 11pt;
	color: #555;
	
	width: 220px;
				
	line-height: 150%;
}

.post-meta-key {
	display: none;	
}

#menuSidebar {
				width: 180px;
				margin: 230px 23px 0 0;
				padding: 0px;
				float: right;
				
				position: relative;
				
				color: #888;
			}

			#menuSidebar img {
				margin-left: 8px;
			}
			
			#menuSocial {
				padding-bottom: 10px;
				border-bottom: 1px solid #CCC;
			}

/*Location*/

#locationContainer {
				width: 961px;
				height: 100%;
				margin: 41px auto 0px auto;
				position: relative;
			}
			
			#locationColumn {
				width: 700px;
				margin: 0px 0px 0px 9px;
				float: left;
				
				position: relative;
			}
			
			#locationSidebar {
				width: 180px;
				margin: 5px 39px 0 0;
				padding: 0px;
				float: right;
				
				position: relative;
				
				color: #888;
			}

			#locationSidebar img {
				margin-left: 8px;
			}
			
			#locationSocial {
				padding-bottom: 10px;
				border-bottom: 1px solid #CCC;
			}
			
			.location {
				padding-bottom: 18px;
				margin-bottom: 30px;
				border-bottom: 1px solid #DDD;
				margin-left: 90px;
			}
			
			.locationName {
				font-size: 17pt;
				margin-bottom: 10px;
				line-height: 1em;	
						}
			
			.locationInfo {
				font-size: 9pt;
				color: #666;
				
				width: 600px;
			}
			
			.locationImage {
				width: 634px;
				height: 434px;
				margin-left: -10px;
				background: url(images/location_img_bg.png) top left no-repeat;
				
				padding: 25px 0 0 25px;
			}

			.locationBlurb p {
				font-size: 9pt;
				margin-bottom: 10px;
				padding: 0px;
			}
			
			.new1 {
			position: absolute;
			left: 38px;
			top: 0px;
			}
			
/* "About Our Family" Gallery */
.ourFamily {
	position: absolute;
	z-index: -1;
	top: 25px;
	right: 0px;
}

.about_content {
	width: 900px;
	height: 300px;
	
	float: left;
	
	padding-left: 50px;
	margin-top: 40px;

	position: relative;
}

#about_sidebar {
	width: 890px;
	float: left;
	
	margin-top: 25px;
	margin-left: 45px;

	
	position: relative;
	
	border-top: 1px solid #CCC;
	padding-top: 25px;
}

#about_pic {
			width: 350px;
			height: 300px;
			
			position: relative;
			float: left;
			
			margin-left: 50px;
			margin-right: 50px;
		}
		
#about_pic h3, #about_vid h3 {
	color:#411400;
	font: 15pt/normal "Droid Serif";
	padding: 0;
}
		
		#about_picPreview {
			width: 300px;
			height: 200px;
		}
		
		#about_vid { 
			width: 440px;
			position: relative;
			float: left;
		}
		
		#about_vidPreview {
			width: 300px;
			height: 200px;
		}
		
		#about_picPreview img, #about_vidPreview img {
			margin-top: 10px;
		} 
		
.aboutBack {
	margin-left: 100px;
}

.cursive {
	font-family: 'Tangerine', arial, serif;
	font-size: 41pt;
	color: #555;
}


#main_subpage_about {
	float: left;
	width: 385px;
	margin: 0;
	display: inline;
	z-index: 2;
}

#main_subpage_about h2 {
	padding: 0 0 3px 0;
	margin-top: 65px;
	margin-left: 100px;
	font: normal 25pt 'Droid Serif', sans-serif;
	color: #fff;
}

#main_subpage_about h2 a {
	color: #411400;
	text-decoration: none;		
	border: none;	
}

#main_subpage_about ul {
	margin-top: -20px;
}

#main_subpage_about ul li {
	list-style-image: url(bullet.gif);
}

#main_subpage_about p.post-info {
	display: none;
}

#gallery-1 {
	width: 900px;
}

#gallery-1 .gallery-item {
	padding: 0;
}

.gallery_preview {
	width: 370px;
	height: 265px;
	
	background: url(images/gallery_bg.jpg) no-repeat;
	
	position: relative;
	float: left;
}

#first_gallery {
	margin-left: 90px;
}

.gallery_preview img {
	margin: 15px 0 0 17px;
}

.gallery_desc {
	margin: 10 0 0 15px;
	font-weight: bold;
}

#main_subpage_gallery {
	float: left;
	width: 900px;
	margin: 0 0 0 0px;
	display: inline;
	z-index: 2;
}

#main_subpage_gallery h2 {
	padding: 0 0 3px 0;
	margin-top: 65px;
	margin-left: 100px;
	font: normal 25pt 'Droid Serif', sans-serif;
	color: #fff;
}

#main_subpage_gallery h2 a {
	color: #411400;
	text-decoration: none;		
	border: none;	
}

#main_subpage_gallery ul {
	margin-top: -20px;
}

#main_subpage_gallery ul li {
	list-style-image: url(bullet.gif);
}

#main_subpage_gallery p.post-info {
	display: none;
}

.ngg-galleryoverview {
	margin-left: 95px;
	width: 600px;
}

/*Contact*/

#contactInfo {
	margin-left: 93px;
}

/*Videos*/

#videos {
	margin-left: 93px;
}

/*Catering Features*/

#catering_features {
	width: 620px;
	clear: both;
	
	font-size: 12px;
	margin-left: 10px;
}

#catering_features strong{
	font-size: 17px;
}

#catering_col1 {
	width: 300px;
	float: left;
}

#catering_col1 p {
	padding: 0;
}

#catering_col2 {
	width: 300px;
	float: right;
		margin-bottom: 20px;
}

#testimonials {
	clear: both;
	margin-top: 20px;
	padding-top: 20px;
	
	border-top: 1px solid #CCC;
}

#testimonials p {
	padding: 0;
}

/* Email Capture */

#wp_email_capture {

}

#wp_email_capture form {
	border: none;
	padding: none;
	margin: none;
}

.wp-email-capture-submit {
	margin-top: 10px;
}

#wp_email_capture label {


}

#wp_email_capture input {
	color: #333;
	border-color: #DDD;
}

#wp_email_capture_2 {

}

#wp_email_capture_2 label {

}

#wp_email_capture_2 input {


}

