/* CSS Document */

/*------------------------------------------------------------
Ken's Catering - Standard Basic Style Sheet

version:	1.0
author:		Perpetua Group
email:		webmaster@perpetuagroup.com
website:	www.kenscatering.net
-------------------------------------------------------------*/

/* =General/HTML Elements
-------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	}

h1, h2, h3, h4, h5, h6, p, pre, table, blockquote, form { 
	margin:.5em 0;
	}

img {
	border:0;
	}

.clear {
	clear:both
	}

img.right {
	float: right;
	clear: left; 
	padding: 10px;
}

img.left {
	float: left;
	clear: right;
	padding: 10px;
}

body { 
	margin:0 auto;
	background:#fff url(../img/bdybg.gif) repeat-x;
	text-align:center;
	}

/* =Typography
-------------------------------------------------------------*/
body {
	font:62.5%/1.6 Arial, Helvetica, sans-serif;
	background-color:#2e3815;
	}

p, legend, label, div#mainContent li {
	text-align:justify;
	font-size:130%;
	}
	
p.byline{
	font-size:120%;
	font-style:italic;
	}
	
ul {
	list-style: none;
}

div#mainContent ul {
	margin-left: 10px;
	}

/* =Headings
-------------------------------------------------------------*/
h1, h2, h3, h4, h5{
	color:#2e3815;
	}
	
h1, h2{
	border-bottom:1px solid #2e3815;
	}
	
h1{font-size:1.8em;}
h2{font-size:1.6em;}
h3{font-size:1.4em;}
h4{font-size:1.2em;}
h5{font-size:1em;}

h2.sent{	font-size: 20px; color: red; border: none;  font-weight:bold; text-align:center;}

/* =Links
-------------------------------------------------------------*/
#mainContent a{
	color:#900;
	font-weight:bold;
	border:none;
	}
	
#mainContent a:visited{
	color:#900;
	}
	
#mainContent a:hover{
	color:#2e3815;
	text-decoration:underline;
	}
	
a:link{
	border:none;
	}
	

/* =Layout
-------------------------------------------------------------*/
#container{
	width:758px;
	margin:0 auto;
	text-align:left;
	padding:10px;
	text-align:left;
	background-color:#fff;
	}
	
#banner{
	width:758px;
	border-bottom:5px solid #600;
}

#content{
	width:758px;
	display:table;
	padding-top:5px;
	}
	
#sidebar{
	width:250px;
	height:inherit;
	padding:0 5px;
	float:right;
	text-align:center;
	
	}
	
#mainContent{
	width:480px;
	height:auto;
	float:left;
	padding-right:10px;	
	border-right:2px solid #2e3815;
	background:#fff url(../images/MC_bg2.jpg) no-repeat center 50%;
	}

/* =Branding/Banner/Masthead Styling
-------------------------------------------------------------*/


/* =Main Content Styles
-------------------------------------------------------------*/
img.packages{
	margin-bottom:15px;
	border:0;
	}
	
	
div.menusection{
	display:none;
	margin-bottom:15px;
	}
	
.menusection p, .menusection h3{
	margin:0;
	padding:0;
	}

/* =Secondary Content Styles
-------------------------------------------------------------*/
fieldset{
	padding:5px;
	}
	
legend{
	font-size:14px;
	font-weight:bold;
	color:#f00;
	}
	
label{
	font-weight:bold;
	}

input, textarea{
	margin:5px;
	}
	
input{
	height:25px;
	width:150px;
	}
	
input.submit{
	width:auto;
	height:auto;
	}
/* =Sidebar Content Styles
-------------------------------------------------------------*/


/* =Footer Styles
-------------------------------------------------------------*/
#footer{
	margin:0 auto;
	margin-bottom:10px;
	width:758px;
	padding:10px;
	clear:both;
	border-top:1px solid #ccc;
	background-color:#f8f8f8;
	}
	
#footer p{
	text-align:center;
	margin:0;
	padding:0;
	color:#333;
	font-size:12px;
	}
	
/* =Main Navigation Styles
-------------------------------------------------------------*/
#mainContent ul.nav{
	float:left;
	margin:3px;
	padding:0;
	list-style:none;
	margin-left:6px;
	margin-bottom:0;
	}
	
#mainContent ul.nav li{
	display:block;
	width:110px;
	float:left;
	font-size:14px;
	text-align:center;
	border:1px solid #2e3815;
	margin:2px;
	}
	
#mainContent ul.nav li a{
	display:block;
	color:#900;
	background-color:#eee;
	font-weight:bold;
	text-decoration:none;
	}
	
#mainContent ul.nav li a:hover{
	color:#2e3815;
	background-color:#ccc;
	}
/* =Secondary Navigation Styles
-------------------------------------------------------------*/


/* =Form Styles
-------------------------------------------------------------*/


/* =Table Styles
-------------------------------------------------------------*/
table { 
  	border-spacing:0;
	border-collapse:collapse;
	}

td {
  	text-align:left;
	font-weight:normal;
	}

/* =Miscellaneous Styles
-------------------------------------------------------------*/


/* =Print Styles
-------------------------------------------------------------*/
@media print { 

	}
