/*
Theme Name: Dux Restaurant
Theme URI: http://www.duxrestaurant.com.au/
Description: The default WordPress theme for <a href="http://www.duxrestaurant.com.au/">Dux Restaurant</a>.
Version: 1.0
Author: Envisage Blue
Author URI: http://www.envisageblue.com/
*/


/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a {text-decoration: none; color:#125369; }
a:hover { text-decoration:underline; }

/* Generic */

body {
	background:url('images/') left top repeat-x #ededed;
	color:#333;
	font:13px/18px Arial, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#993333; 
}

#page {
	background:url('images/bg-repeat.gif') left top repeat-y;
	width:938px;
	/*background-color:#efefef; */
	background-color:#993333; 
	margin:0px auto 0 auto;
	padding-bottom:9px;
	padding-top:0xp!important;
	margin-top:0px!important;
}

em {
font-style:italic;
}

.clear {
	clear:both;
	
}

/* Header */
#header {
	background-color:#125369;
	height:104px;
	width:920px;
	margin:9px 9px 0 9px;
	float:left;
	
	padding-top:0xp!important;
	margin-top:0px!important;
}
#header .logo {
	background:url('images/dux-restaurant-logo.jpg') left top no-repeat;
	height:104px;
	width:720px;
	float:left;
}
#header .logo .container {
	display:none;
}
#header .subtitle {
	background:url('images/header-subtitle.png') left top no-repeat;
}
#header .phone {
	background:url('images/header-phone.png') left top no-repeat;
	display:block;
	height:16px;
	width:178px;
	margin:73px 0 0 0;
	float:left;
}
#header .phone span {
	display:none;
}

/* Home */

#content .home-width {
	margin:25px 15px !important;
	border-left:1px solid #d4d4d4;
}

#home-feature {
	background:url('images/Dux_homeDesign_Voucher.jpg') left 55px no-repeat;
	width: 182px;
	float:left;
}

#home-feature a {
font-weight:bold;
}

#home-feature h3 {
	margin-top:27px;
	margin-bottom: 120px;
	color:#fff!important;
	font-size:17px;
}

#home-feature h3 a {
	color:#fff!important;
	font-size:17px;
	padding-left:5px;
}



.home-width .post,
.home-width #home-feature {
	float:left;
}
.home-width .post {
	width:700px;
}
.home-width .post .entry {
	margin:0 10px 0 25px;
}

.post .entry img {
	padding: 5px;
}

.post .entry p {
	margin: 0px 0px 10px 0px;
}

.home-width .post .entry h3 {
	color:#993333;
	font:16px/24px Arial,sans-serif;
	margin:0 0 1em 0;
	font-weight:bold;	
}
.home-width #home-feature {
	width:190px;
	border-left:1px solid #d4d4d4;
}
.home-width #home-feature ul {
	list-style:none;
}
.home-width #home-feature ul li {
	padding:0 0 0 25px;
}
#home-feature h2{
	display:none;
}
.home-width #home-feature .membership-title {
	margin:0 0 1em 0;
}
.home-width #home-feature .membership-image {
	margin:1em 0 0 0;
}

#flash-banner { 
	width: 735px!important; 
	margin:0;
	padding:0; }


#flash-banner ul {
	list-style:none;
}
#flash-banner ul li {
	margin:0;
	padding:0;
}

.alignright {
float:right;
}

.alignleft {
float:left;
}

/* Sidebar */

#sidebar {
	float:left;
	width:186px;
	z-index:99!important;

}
#sidebar ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	padding:12px;
	z-index:99!important;

}
#sidebar ul li h2.widgettitle {
	color:#993333;
	font:15px Arial,sans-serif;
	margin:0 0 1em 0;
	z-index:99!important;

}
#sidebar ul li p {
	margin:0 0 1em 0;
}
#sidebar ul li ul {
	margin:0;
	list-style:disc;
}
#sidebar ul li ul li {
	padding:0 0 0 15px;
	z-index:99!important;

}

ul#navmenu-v:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
  z-index:99!important;

}

ul#navmenu-v li {
  float: left; /*For IE 7 lack of compliance*/
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
  padding-left:0px!important;
  padding-right:0px!important;
  z-index:99!important;

}

/* Root Menu */
ul#navmenu-v a {
	color:#ccc;
	text-transform:Capitalize;
	padding:5px;
	display:block;
	text-align:center;
	border-bottom:1px solid #145c75;
	width:175px;
	text-decoration:none;
	height: auto !important;
	height: 1%; /*For IE*/
	z-index:99!important;

}

/* Root Menu Hover Persistence */
ul#navmenu-v a:hover,
ul#navmenu-v li:hover a,
ul#navmenu-v li.iehover a {
	color:#fff;
	border-bottom:1px solid #092731;
	z-index:99!important;

}

ul#navmenu-v ul {
margin-left:25px!important;
z-index:99!important;

}

/* 2nd Menu */
ul#navmenu-v li:hover li a,
ul#navmenu-v li.iehover li a {
  background: #092732;
  color: #D3D5E4;
  text-align:left;
z-index:99!important;

}

/* 2nd Menu Hover Persistence */
ul#navmenu-v li:hover li a:hover,
ul#navmenu-v li:hover li:hover a,
ul#navmenu-v li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover a {
  background: #0E4051;
  color: #fff;
   text-align:left;
   z-index:99!important;

}

/* 3rd Menu */
ul#navmenu-v li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li a {
  background: #092732;
  color: #D3D5E4;
  text-align:left;
  z-index:99!important;

}

/* 3rd Menu Hover Persistence */
ul#navmenu-v li:hover li:hover li a:hover,
ul#navmenu-v li:hover li:hover li:hover a,
ul#navmenu-v li.iehover li.iehover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover a {
  background: #0E4051;
  color: #FFF;
  text-align:left;
  z-index:99!important;

}

/* 4th Menu */
ul#navmenu-v li:hover li:hover li:hover li a,
ul#navmenu-v li.iehover li.iehover li.iehover li a {
  background: #092732;
  color: #D3D5E4;
  text-align:left;
  z-index:99!important;

}

/* 4th Menu Hover */
ul#navmenu-v li:hover li:hover li:hover li a:hover,
ul#navmenu-v li.iehover li.iehover li.iehover li a:hover {
  background: #0E4051;
  color: #FFF;
    text-align:left;
	z-index:99!important;

}

ul#navmenu-v ul,
ul#navmenu-v ul ul,
ul#navmenu-v ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
  z-index:99!important;

}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-v li:hover ul ul,
ul#navmenu-v li:hover ul ul ul,
ul#navmenu-v li.iehover ul ul,
ul#navmenu-v li.iehover ul ul ul {
  display: none;
}

ul#navmenu-v li:hover ul,
ul#navmenu-v ul li:hover ul,
ul#navmenu-v ul ul li:hover ul,
ul#navmenu-v li.iehover ul,
ul#navmenu-v ul li.iehover ul,
ul#navmenu-v ul ul li.iehover ul {
  display: block;
}



/* Sidebar overrides */
#sidebar .widget_pages {
	background:url('images/navigation-top.png') left top no-repeat #125369;
	margin:0 !important;
	padding:0 !important;
	float:;
	>float:left;
}
#sidebar .widget_pages h2.widgettitle {
	display:none;
}
#sidebar .widget_pages ul {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar .widget_pages ul li {
	margin:0;
	padding:0 10px;
}

#sidebar .widget_pages ul li a:hover {
	color:#fff;
	border-bottom:1px solid #092731;
}

#sidebar li#text-296404211 {
	padding:0;
	margin:0;
}

#sidebar li#text-296404211 .navigation-decoration {
	background:url('images/navigation-bottom.png') left top no-repeat;
	>background-position: -1px top;
	height:80px;
	margin:0 0 25px 0;
	padding:0px;
	>margin-top:-25px;
}



/* Content */

.content {
	background:url('images/.jpg') left bottom repeat-x;
	clear:both;
	margin:0 9px 0 9px;
}
#content {
	float:left;
	width:733px;
	margin: 0; padding: 0;
}
#content .container {
	margin:25px 35px;
}

.post strong { color: #444444; font-weight: bold; }

.post h1, .post h1 a { /* page titles */
	font: 20px/23px Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
	color:#993333;
	text-decoration: none!important;
	border: 0;
}


.post h2, .post h2 a { /* sub-heading titles */
	font: 15px/17px Georgia, "Times New Roman", serif, Arial, Helvetica, sans-serif!important;
	font-weight: normal!important;
	text-transform: uppercase!important;
	margin: 14px 0 10px 0;
	padding: 6px 0;
	color: #918e62;
	text-decoration: none!important;
	border-top: 1px dotted #cccc99; /* light gold */
	border-bottom: 1px dotted #cccc99; /* light gold */
}

.post h3, .post h3 a { /* sub-heading content */
	font:14px/18px Arial, Helvetica, sans-serif;
	margin:0 0 10px 0;
	font-weight: normal;
	color:#918e62; /* gold-grey */
	text-decoration: none!important;
}

.post h4, .post h4 a { /* ie. Testimonials page, name credit */
	font: 13px/15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 22px 0;
	padding: 0 0 8px 0;
	
	border-bottom: 1px solid #cccc99; /* light gold */
}

 /* 125369 */
 
.post hr {
	border: 0;
	width: 100%;
	border-bottom: 1px dotted #cccc99;
	margin: 0 0 18px 0;
}



.linklove {
display:none;
}

#cforms3form {
float:left!important;
width: 410px!important;
}

.cform, .entry {
z-index:1!important;
}


.cf-group-after span {
border:0px solid #fff;
width:170px!important;
padding:1px;

}

.cf-group-after {
border:1px solid #fff;
width:170px!important;
padding:1px;
float:none!important;
}

.cf-box-group input {
border: 10px solid red!important;
float:none!important;
width: 70px!important;
}

.cf-box-b {
padding:1px;
width:50px!important;
float:left;
}

.entry a {
text-decoration:underline;
}

.entry a:hover {
text-decoration:none;
}

/* .entry h2 {
font-size:18px!important;
} */

.club_text {
color:#125369;
font-size:14px;
}

.club_text ul {
list-style-image: url(images/bullet.gif);
list-style-position: inside;
}

.club_text li {
color:#125369;
font-size:14px;
padding: 5px 0px;
}



/* Footer */

#footer a {
color:#fff;
}

#footer {
	background-color:#993333; 
	font:11px Tahoma,Arial,sans-serif;
	color:#fff;
}
#footer .container {
	width:938px;
	margin:0 auto;
}
#footer .copyright,
#footer .link {
	float:left;
	width:50%;
}
#footer .copyright span,
#footer .link span {
	padding:12px 14px;
	display:block;
}
#footer .copyright {
	text-align:left;
}
#footer .link {
	text-align:right;
}
#footer .link img {
	vertical-align:middle;
}
