/*
Theme Name: Luckman Catering Theme
Theme URI: 
Description: Luckman Catering Theme, designed by <a href="http://www.davidmcdonald.org/">David McDonald</a>.
Version: 1.0
Author: David McDonald
Author URI: http://www.davidmcdonald.org/
Tags: custom
*/



*{
	margin: 0;
	padding: 0;
}

html{
	font-size: 82.5%;
}

body{
	font: 1em/1.4 Arial, Helvetica, geneva, sans-serif;
	color: #333;
	background: #D0C8CC;
	padding: 1.2em 0;
	min-width: 800px;
	text-align: center;
}

/* global styles */

a img{
	border: none;
}

span{
	position: absolute;
	left: -2400px;
}

form legend, table caption{
	display: none;
}

a:link, a:visited{
	color: #009;
}

ul{
	list-style: none;
}

fieldset{
	border: none;
}

/* containers */

#container{
	width: 800px;	
	margin: 0 auto 0 auto;
	text-align: left;	
}

#containertwo{
	float: left;
	width: 750px;
	padding: 2.2em 25px;
	background: #3D3E42;
}

/* header */

#header{
	float: left;
	width: 800px;
	padding: 2.5em 0 1.2em 0;
	background: url(images/common/bgContainerTop.jpg);
	border-bottom: 6px solid #FF3096;
}

#header h1{
	width: 315px;
	height: 41px;
	margin-left: 0.8em;
	background: url(images/common/brand.gif);
	display: block;
}

#header h1 a{
	width: 315px;
	height: 41px;
}

#header p{
	float: right;
}

/* main nav */

ul#nav{
	float: left;
	width: 800px;
	background: #18191A;
}

ul#nav li{
	float: left;	
	border-right: 1px solid #FF3096;
	border-bottom: 1px solid #FF3096;
}

ul#nav li.current_page_item, ul#nav li.current_page_parent, ul#nav li.current_page_ancestor{
	border-bottom: 1px solid #3D3E42;
}

.current_page_item a, .current_page_parent a, .current_page_ancestor a{
	color: #ff3096;
	background: #3D3E42;		
}

ul#nav li a{
	float: left;	
	color: #fff;
	font-size: 1.1em;
	text-transform: lowercase;
	padding: 0.4em 1.3em 0.5em;
	text-decoration: none;	
}

ul#nav li a:hover, ul#nav li.current_page_item a{
	color: #ff3096;
}

/* subnav */

ul#subnav{
	float: left;
	width: 178px;
	margin-bottom: 40px;
	font-family: Tahoma, Arial, Helvetica, geneva, sans-serif;
}

ul#subnav li{
	float: left;	
	width: 100%;
}

ul#subnav li a{
	float: left;	
	width: 100%;
	padding: 0.6em 0 0.6em 42px;
	text-decoration: none;	
	text-transform: lowercase;
	color: #bcbcbc;
	background: #252528 url(images/common/subnavBullet.gif) no-repeat;
	border-bottom: 1px solid #3D3E42;
}

ul#subnav li a:hover, ul#subnav li.current_page_item a,
ul#subnav li.current_page_ancestor a{
	background: #18191A url(images/common/subnavBulletHover.gif) no-repeat;
}

ul#footer{
	float: right;
	margin: 5px 0;	
}

ul#footer li{
	float: left;
	margin-left: 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.55em;	
	color: #666;
}

ul#footer li a{
	color: #666;
}

/* containers */

#columnb{
	float: left;
	width: 220px;
}

#columna{
	float: left;
	width: 498px;
	margin: 0 0 0 29px;
}

#content{
	float: left;
	width: 458px;
	padding: 1.1em 20px 1.5em 20px;
	background: url(images/common/bgContentTop.gif) #fff no-repeat;
}

/* columnb */

.page #containertwo h2{
	margin-bottom: 0.8em;
	color: #ff3096;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: 0.5px;
	line-height: 1em;
	text-transform: lowercase;
}

#columnb dl, div.test{
	float: left;
	width: 220px;
	margin: 1em 0 1em 0;
	padding: 9px 0 0 0;
	color: #000;
	background: url(images/common/bgInfoTop.gif) no-repeat top;
}

#columnb dt, div.test div{
	padding: 2px 10px 15px 10px;
	background: url(images/common/bgInfoBottom.gif) #a8a8a8 no-repeat bottom;
}

.page #columnb p{
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	padding: 0 0 5px 10px;
	color: #fff;
	width: 90%;
}

#columnb div.test p{
	float: none;
	width: auto;
	padding: 0 0 10px 0;
	color: #000;
}

/* breadcrumb */

ul#breadcrumb{
	float: left;
	margin-bottom: 0.6em;
	font-size: 0.9em;
}

ul#breadcrumb li{
	float: left;
	color: #fff;
	margin-right: 8px;
	text-transform: lowercase;
}

ul#breadcrumb li a{
	float: left;
	color: #fff;
	padding-right: 16px;
	background: url(images/common/iconBreadcrumbBullet.gif) no-repeat right;
}

/* content */

#content h3{
	color: #ff3096;
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: lowercase;
	margin-bottom: 0.4em;
}

.page #content h4{
	clear: both;
	color: #ff3096;
	font-size: 1.6em;
	font-weight: normal;
	margin: 1.5em 0 1em 0;
}

#content h5{
	font-size: 1.2em;
}

#content p{
	margin-bottom: 1em;
}

#content ul{
	list-style: disc;
}

 ul.menudetail{
	list-style: disc;
	margin: 2em 1em 2em 1.3em;
}

 ul.menudetail li{
	margin-bottom: 1.3em;
	padding-left: 0.5em;
}

#content img{
	float: left;
}

/* menus nav */

#content ul#menunav{
	float: right;
	width: 190px;
	list-style: none;
	margin: 0 0 20px 20px;
}

ul#menunav p{
	font-size: 0.95em;
	font-weight: bold;
	color: #ff3096;
	margin-bottom: 0.6em;
	padding-left: 25px;
	background: url(images/common/iconMenus.gif) no-repeat;
}

ul#menunav li{
	float: left;
	width: 200px;
	margin-top: 0.6em;
}

ul#menunav li a{
	float: left;
	font-size: 0.9em;
	margin: 0 3px 0 3px;
	padding-left: 20px;
	background: url(images/common/iconBullet.png) no-repeat left;
}

/* spotlight items */

dl.featured{
	float: left;
	width: 100%;
	margin-bottom: 1em;
}

dl.featured h5{
	color: #000;
	margin-bottom: 0.7em;
	font: normal 1.3em !important Tahoma, Arial, Helvetica, geneva, sans-serif;
}

dl.featured img{
	float: left;
	margin-right: 20px;
	border: 1px solid #aca899;
}

/* gallery */

#gallery #content{
	width: 478px;
	padding-right: 0;
}

#content .ngg-gallery-thumbnail img{
	border: 1px solid #a8a8a8;
	margin: 5px 0 5px 5px;
	padding: 0;
}

#catering.page-parent.page-child #content h4{
	background: url(images/common/h4SampleFood.gif);
}
 
/* home page */
 
#home #columnb{
	width: 230px;
	border: 1px solid #ff3096;
}
 
#home #columna{
	width: 488px;
}
 
#home #content{
	width: 448px;	
	border: 1px solid #ff3096;
}
 
/* content styles */
 
#home #content h2{
	font-size: 1.9em;
	font-weight: normal;
	color: #ff3096;
	margin-bottom: 0.6em;
}
 
#home #content h3{
	font-size: 1.4em;	
	font-weight: normal;
	margin-bottom: 0.6em;
}
 
#home #content h4{
	font-size: 1.3em;	
	font-weight: normal;
	color: #ff3096;
	margin: 1.4em 0 1em 0;
}
 
#home #content ul{	
	margin: 0 0 0 1.5em;
}
 
#home #content li{
	margin: 0 0 0.6em 0;
}
 
#home #columna img{
	margin: 0 3px 0 0;
}
 
/* columnb styles */
 
#home #columnb img{
	float: left;
}
 
#home #columnb p{
	float: left;
	width: 210px;
	font-size: 1.1em;
	padding: 1em 10px 2em 10px;
	background: #fff;
	color: #333;
}
