/* @override http://basikneads.cornellcoulon.com/site/wp-content/themes/basikneads/style.css */

/*
Theme Name: Basikneads Catering
Author: Joe Tan (joetan54@gmail.com)
*/
html, body {
	background: #4b003f url(images/body2.gif) center;
	color: #363636;
	font-size: 11px;
	font-family: Tahoma, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	clear:left;
}
h1 {
	margin:0 0 20px 0;
	color: #d56028;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-size: 225%;
	font-weight:bold;
}
h2 {
	margin: 0;
	font-size: 130%;
	color: #60005E;
}
h3 {
	margin: 0;	
	font-size: 130%;
	padding-top: 25px;
	padding-bottom: 20px;
}
h4,h5, {
	font-size: 100%;
	margin: 0;
}
h5 {
	font-family:Times, "Times New Roman", serif;
	font-size:115%;
	color:#a0410d;
}
h6 {
	font-family: Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 135%;
	padding: 10 10 10 10;
}
a {
	color: #d26c30;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
.expandable {
	cursor: pointer;
}
.box {
	color: #FFF;
	margin: 5;
	background-color: #60005E;
	border: 5px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10px 10px 10px 10px;
	
}
.box2 {
	padding: 10px 20px;
	border: 5px solid white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 5px 5px 10px 0;
	margin-left: -12px;
	width:220px;
	height:80px;
	float: left;
	background-color: #D6DA7F;
	color: #52550D;
}
.box2 .menu {
	padding-left:20px;
	background: url(images/icon-menu.png) no-repeat left center;
}
.box2 .pdf {
	padding-left:18px;
	background: url(images/icon-pdf.png) no-repeat left center;
}

.menus .box2 .menu { margin-top:10px; float:left; }
.menus .box2 .pdf { margin-top:10px; float:right; }
.odd-box {
	float:right;
	margin: 5px 0 10px 5px;
}
/* this is a spacer for when there is an odd number of menu boxes...I'm sure this is not the best way... but might limited brain couldn't come up with anything else*/
/*
.box3 {
	padding: 10px 20px;
	display: block;
	border: 5px #F7F2B4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	margin: 20px 20px 10px 0;
	width:220px;
	height:80px;
	float: left;
	background-color: #F7F2B4;
	color: #F7F2B4;
}
*/
/* end spacer*/
.box2 a {
	color: #D56028;
	text-decoration: none;
}
div#box-weddings  { background-color: #e3eb91;}
div#box-corporate { background-color: #e3eb91;}
div#box-private   { background-color: #e3eb91;}
div#box-social    { background-color: #e3eb91;}
div#box-classes   { background-color: #e3eb91;}



blockquote {
	padding: 0px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #7c237b;
	font-size: 180%;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear{
	clear: both;
}
dl dt {
	font-weight: bold;
}
ul li {
}
label.cf-group-after span {
	white-space: nowrap;
}
.linklove {
	visibility:hidden;
}
#dp-popup h2 {
	visibility: visible;
}
div#wrap {
	position: relative;
	width: 963px;
	margin: 20px auto;
	text-align: left;
	background: white;	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#wrap1 {
	padding: 6px;
}
div#wrap2 {
}

div#banner {
	position: relative;
	height: 290px;
	margin: 0 0 0px 0;
}
div#banner h1 {
	position:absolute;
	top: 155px;
	left:350px;
	font-size: 70px;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fdfedd;
	text-shadow: #000000 0 0 10px;
	margin: 0px;
}
div#banner img {
	position: absolute;
	top: 0px;
	left: 0px;
}
div#nav {
	position: absolute;
	top: 67px;
	left: 357px;
	z-index: 101;
}
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div#nav ul.level-1 li.level-1 {
	position: relative;
	float: left;
	margin: 0;
	padding: 10px 0 0 8px;
	list-style: none;
	zoom:1;
	background: url(images/nav-divider.gif) left bottom no-repeat;
}
div#nav ul.level-1 li.selected {
	background: url(images/nav-selected-item.gif) no-repeat left bottom;
}
div#nav ul.level-1 li.who-we-are {
	background-position: -3px -3px;
}
div#nav ul.level-1 li.level-1 a.level-1 {
	display: block;
	float:left;
	width:100px;
	height: 17px;
	margin: 0 8px 0 0;
	background: url(images/nav.gif) no-repeat;
	text-indent: -10000px;
	text-decoration:none;
	zoom:1;
	
	xopacity: 0.5;
}
div#nav ul.level-1 li.home       a.level-1 { background-position: -434px 0; width: 54px;}
div#nav ul.level-1 li.who-we-are a.level-1 { background-position: 7px 0; width: 93px;}
div#nav ul.level-1 li.menus      a.level-1 { background-position: -95px 0; width: 62px;}
div#nav ul.level-1 li.our-people a.level-1 { background-position: -167px 0; width: 89px; }
div#nav ul.level-1 li.services   a.level-1 { background-position: -264px 0; width: 70px; }
div#nav ul.level-1 li.lets-begin a.level-1 { background-position: -343px 0; width: 83px; }

/*
div#nav ul li.home       a:hover { background-position: -432px -16px; }
div#nav ul li.who-we-are a:hover { background-position: -0px -16px; }
div#nav ul li.menus      a:hover { background-position: -95px -16px; }
div#nav ul li.our-people a:hover { background-position: -167px -16px; }
div#nav ul li.services   a:hover { background-position: -262px -16px; }
div#nav ul li.lets-begin a:hover { background-position: -342px -16px; }
*/

div#nav ul.level-1 li.selected   a.level-1 { background-image: url(images/nav-selected.gif);}


div#nav ul.level-1 li.level-1 a.level-1:hover,
div#nav ul.level-1 li.level-1 a.hover {
	background-color: #60005e;
	background-image: url(images/nav-hover.gif);
}

div#nav ul.level-2 {
	display: none;
	position: absolute;
	background: #60005e;
	top: 27px;
	left: 8px;
	width: 130px;
	border-bottom: 4px solid white;
	z-index: 105;
}
div#nav ul.level-2 li {
	list-style: none;
	color: white;
	border-bottom: 1px solid white;
}
div#nav ul.level-2 li.selected {
	background-image: none;
}
div#nav ul.level-2 li a {
	display: block;
	padding: 6px 5px 6px 9px;
	color: white;
	font-family: "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
}
div#nav ul.level-2 li a:hover {
	background: black;
	text-decoration: none;
}
div#nav ul.level-2 ul {
	display: none;
}
ul.subnav {
	margin: 0;
	padding: 0;
}
ul.subnav li {
	margin:0;
	padding: 0;
	list-style: none;
	border-bottom: 2px dotted #D6DA7F;
	border-spacing: 5px;
	float: left;
	clear:left;
}
ul.subnav li.last {
	border:none;
}
ul.subnav li a {
	color: #60005E;
	text-align: right;
	font-family: Times, "Times New Roman", serif;
	font-size: 145%;
	padding: 5px 5px 5px 5px;
	line-height: 35px;
}

ul.subnav li.current_page_item a,
ul.subnav li a:hover {
	font-size: 145%;
	color: #fff;
	background-color: #60005E;
	text-decoration: none;
}


/*
a.vendornavnoborder{
	color: #60005E;
	text-align: right;
	font-family: Times, "Times New Roman", serif;
	font-size: 145%;
	padding: 5px 5px 5px 5px;
	border-spacing: 5px;
	line-height: 35px;
}

a.vendornav:hover {
	font-size: 165%;
	text-align: right;
	color: #fff;
	padding: 5px 5px 5px 5px;
	background-color: #60005E;
	line-height: 35px;
	text-decoration: none;
}
a.vendornavnoborder:hover{
	font-size: 165%;
	text-align: right;
	color: #fff;
	padding: 5px 5px 5px 5px;
	background-color: #60005E;
	line-height: 35px;
	text-decoration: none;
}
*/


div#header {
	position: absolute;
	top: 41px;
	left: 6px;
	width: 952px;
	height: 93px;
	zoom:1;
	z-index: 1;
	background: url(images/nav-bg.gif);
}
div#header h1 {
	position: absolute;
	margin:0;
	top: 15px;
	left: 50px;
	z-index: 100;
}
div#header h1 a {
	display: block;
	width: 170px;
	height: 61px;
	background:url(images/logo.gif) no-repeat;
	text-indent: -10000px;
}

div#content-wrap {
	padding: 40px 0 30px 0;
	background: #f7f2b4 url(images/content-bg.gif) repeat-x 0 0px;
	zoom:1;
}
div#content {
	float: right;
	width: 555px;
	margin-right: 40px;
	line-height: 1.5;
	min-height: 300px;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6 {
	line-height: normal;
}
div#content .post {
	margin-bottom: 1em;
}
div#content .post .excerpt p {
	display: inline;
	margin-bottom: 0px;
}
div#content .meta-top {
	margin-bottom:1.5em;
	
}
div#sidebar {
	float: left;
	margin: 55px 0 0 25px;
	width: 294px;
	margin-right: 35px;
}
div#sidebar blockquote {
	margin-top: 0;
	background: none;
	font-size: 220%;
	line-height:1.3;
}
.textwidget {
	position: relative;
	
}
#ready {
	position: absolute;
	display: block;
	width: 262px;
	left: 350px;
	height: 54px;
	margin:-25px 0 0 0px;
	
	background:url(images/ready-btn.gif) no-repeat;
	text-indent: -10000px;
}
img.whiteborder {
	border: 5px solid white;
	position: relative; top: 0px; left: -13px; right: 0px; bottom: 0px;
	float: left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
img.whiteborderpadding {
	border: 5px solid white;
	position: relative; top: 0px; left: -13px; right: 0px; bottom: 0px;
	margin-left: 20px;
	float: left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#footer {
	position: absolute;
	margin: 40px 0 0 0;
	padding: 0px 0 30px 63px;
	width: 900px;
	text-align: left;
	font-size: 95%;
	line-height: 1.7;
	color: #52550d;
}
div#footer a {
	color: #52550d;
	text-decoration: underline;
}
div#footer address {
	display: inline;
	font-style: normal;
}
div#footer .promos {
	position: absolute;
	right: 10px;
	top: 0px;
}
div#footer .promos a {
	text-decoration: none;
}
div#footer strong {
	color: #d56028;
}
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding: 10 10 10 10;
	
}

