/*  
Theme Name: EGrill by Julian Thompson
Theme URI: http://grandhall.com.au/egrill
Description: EGrill by Julian Thompson
Version: 1.0
Author: Julian Thompson
Author URI: http://julianthompson.com
Tags: EGrill by Julian Thompson


See line 53 for a collection of the main font rules - size, line-height,
and color - combined for your convenience.

*/
/* this is the 'basic' style sheet */
/* last updated by david 25/04/2008 */

body, h1, h2, h3, h4, ol, ul, li, p, td 
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #ffffff;
}

body 
{
	background-color: #58595b;
	font-size: 10px;
	line-height: 1.5em;
}

p, td
{
	font-size: 1em;
	line-height: 1.5em;
}

a:link
{
	color: #949494;
	text-decoration: none;
}

a:visited
{
	color: #c41230;
	text-decoration: none;
}

a:hover, a:active
{
	color: #FFFFFF;
	background-color: #c41230;
	text-decoration: none;
}

h1
{
	text-indent:-9999px;
}
p.description
{
	text-indent:-9999px;
}
#blog-info{
	position:absolute;
	}
h2
{
	color: #c41230;
	font-size: 16px;
	padding-top: 0.5em;
	font-weight:bold;
}

h3
{
	color: #c41230;
	font-size: 14px;
	font-weight: bold;
}

h4
{
	color: #0000;
	font-size: 12px;
	font-weight: normal;
}

img
{
	border: 0;
}

ul, ol
{
	padding-left: 1.7em;
	font-size: 1em;
	line-height: 1.2em;
}

li
{
	padding-bottom: 0.25em;
	list-style-image: url('images/bullet.gif')

}

pre
{
	font-family: monospace;
	font-size: 0.9em;
}

strong
{
	font-weight: bold;
}

emphasis
{
	font-style: italic;
}

hr {
	margin: 01px 0 15px;
	color: #ffffff;
	background-color: #ffffff;
	height: 1px;
	border: 0;
	clear: both;
}

.accessible
{
	display: none;
}

.error
{
	color: #CC0000;
}

/* this is the 'main' style sheet */
/* last updated by david 18/04/2008 */

/* @group hacks */

/* reset all to make ie behave nicely */
* {
	padding: 0;
	margin: 0;
}

/* assign bottom margin to all block level elements */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin-bottom: 0.75em;
}

/* @end */

/* @group basic styles */

body {
	text-align: center;
}

/* @end */

/* @group layout */

#layout_holder {
	margin: 20px auto;
	text-align: center;
	width: 790px; /* 770px + 10px shadow on each side of main content */
}

#header {
	background-color: #58595b;
	padding: 0 20px; /* 10px indent + 10px allowance for shadow on main content */
	
}

#language {
	/* remove the following line to turn on language selector 
	height:20px; */
	width: 250px;
	float: right;
	text-align: right;
	margin: 0 0 5px;
}
#language select {
	/* remove the following line to turn on language selector 
	display:none; */
	font-size: 0.9em;
	height:20px;
}

#main_shadow {
	background: #C5C5C7 url(images/layout_shadow.gif) center bottom;
}

/* forces space for shadow */
#main_shadow_bottom {
	background: transparent;
	font-size: 8px;
	line-height: 8px;
}

#main_holder {
	background-color: #FFFFFF;
	text-align: left;
	width: 770px;
	margin: 0 10px;
}

/* background image is set dynamically via layout.php */
#banner_home {
	background-color: #FFFFFF;
	width: 770px;
	height: 405px;
}

/* background image is set dynamically via layout.php */
#banner {
	width: 770px;
	height: 290px;
	background-color: #FFFFFF;
}

#banner_home img.logo, #banner img.logo {
	float: right;
	margin: 10px 20px 0 0;
	_margin-top: -25px; /* for IE6 */
}

/* either the container for flash banner or the image banner itself */
#banner_content, img.banner_item {
	background-color: transparent;
	margin: 10px 5px 0 5px; 
	position: absolute;
	z-index: 10;
}

#content_holder {
	width: 760px;
	margin: 5px;
	background: #000000 url(/images/site/bg_content_holder.gif) repeat-y;
}

#content_holder img {
	border: 1px solid #ffffff !important;
}
img.alignleft {
	float:left;
	margin-right:40px;
	margin-bottom:20px;
}
img.alignright {
	float:right;
	margin-left:40px;
	margin-bottom:20px;
}
hr.clear {
	clear:both;
}
#content {
	background-color: transparent;
}

#content_second {
	background-color: transparent;
	width: 600px;
	float: right;
	border-left: 5px solid #FFFFFF;
}

#content div.container, #content_second div.container {
	padding-left: 20px;
}

#content div.container p, #content_second div.container p {
	text-align: left;
}

/* used in instances with no 2nd col content */
#content div.col_main {
	width: 720px;
	_width: 700px; /* for IE */
	float: left;
	padding: 12px 20px 20px 0;
	background-color: #000000;
}

#content div.col_1 {
	width: 470px;
	_width: 450px; /* for IE */
	float: left;
	padding: 12px 20px 20px 0;
	background-color: #E1E1E1;
}

/* used in instances with no 2nd col content */
#content_second div.col_main {
	width: 560px;
	_width: 540px; /* for IE */
	float: left;
	padding: 12px 20px 20px 0;
	background-color: #E1E1E1;
}

#content_second div.col_1 {
	width: 400px;
	_width: 380px; /* for IE */
	float: left;
	padding: 12px 20px 20px 0;
	background-color: #E1E1E1;
}

#content div.col_2, #content_second div.col_2 {
	width: 160px;
	float: right;
	background-color: #BFBFBF;
}

#content div.col_2 div, #content_second div.col_2 div {
	padding: 15px;
}

#content div.col_2 div img, #content_second div.col_2 div img {
	margin-bottom: 15px;
}
.left-column {
float:left;
width:300px;
}
.right-column {
float:right;
width:300px;
}


#footer {
	height: 30px;
	background-color: #000000;
	margin: 0 5px;
	font-size: 0.9em;
	border-bottom: 4px solid #fff;
	border-top: 1px solid #fff;
}

#foot_text {
	width: 350px;
	float: right;
}

#footer p {
	text-align: right;
	margin: 0 5px 5px 0;
	height: 30px;
	line-height: 30px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #c41230;
	text-decoration: none;
}

/* @end */

/* @group intro/entry */

#intro {
	background-color: #656565;
	color: #ffffff;
	width: 770px;
	margin-bottom: 5px;
}

#intro h2
{
	color: #ffffff;
	margin-bottom: 30px;
}

#intro a:link, #intro a:visited
{
	color: #ffffff;
	text-decoration: none;
}

#intro img.logo {
	float: right;
	margin: 20px 20px 30px 0;
}

#intro img.pic {
	float: right;
	margin: 0 23px 15px 0;
}

#europe, #other {
	width: 250px;
	float: left;
	padding: 40px 0 40px 40px;
}

#europe img, #other img {
	clear: left;
	float: left;
	margin: 2px 5px 0 0;
}

p.remember {
	margin-top: 50px;
	color: #ffffff;
}

#agree {
	float: left;
	width: 540px;
}

#agree_text {
	width: 500px;
	height: 380px;
	overflow: auto;
	margin: 40px;
}

#agree_text h2 {
	margin-bottom: 15px;
}

#agree_text p {
	color: #ffffff;
	padding-right: 10px;
}

#agree input.button {
	margin: 0 0 30px 40px;
}

/* @end */

/* @group products */

.prod_select {
	color: #000000;
	background: #BFBFBF url(../images/site/bullet_black.gif) no-repeat left 10px;
	padding: 8px 8px 10px 15px;
	border-bottom: 1px solid #fff;
	_width: 132px; /* for IE6 */
}

.prod_select a:link, .prod_select a:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}

.prod_select a:hover, .prod_select a:active {
	color: #FFFFFF;
	background-color: #c41230;
	text-decoration: none;
}

.prod_select h3 {
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 0.5em;
}

.prod_select select {
	width: 125px;
}

.prod_select p, .prod_select select {
	font-size: 0.9em;
	margin-bottom: 0;
}

.prod select option {
	padding-right: 0;
}

img.category_image {
	float: right;
	margin: 0 0 15px 15px;
}

#prod_feat_right {
	float: right;
	width: 343px;
}

#prod_feat_right h2 {
	padding-top: 0;
}

h2 a {
	text-decoration: none;
}

img.prod_intro {
	margin: 0 0 15px;
}

img.prod_main {
	float: left;
	margin: 0 0 13px;
}

img.prod_detail {
	float: left;
	margin: 0 0 13px 13px;
}

img.prod_related {
	margin: 0;
	padding: 0;
}

body.picture {
	background-color: #ffffff;
}

#picture_holder {
	background-color: #E1E1E1;
	margin: 5px;
}

#picture_footer {
	height: 30px;
	border-top: 1px solid #ffffff;
	padding: 0 10px;
}

#picture_footer p.prev_next {
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: right;
}

#picture_footer h2 {
	height: 30px;
	line-height: 30px;
	float: left;
	margin: 0;
	padding: 0;
}

/* @end */

/* @group dealers directory */

table.directory {
	border: 0;
	margin-bottom: 5px;
}

table.directory th {
	text-align: left;
	padding: 2px 4px;
	background-color: #BFBFBF;
	color: #000000;
	font-weight: normal;
	border-bottom: 1px solid #999999;
}

table.directory td {
	text-align: left;
	padding: 2px 4px;
	background-color: #e8e8e8;
	border-bottom: 1px solid #CCCCCC;
}

table.directory td.alt {
	background-color: #EEEEEE;
}

/* @end */

/* @group forms */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

legend {
	display: none;
}

select, input, textarea, option {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
}

input, textarea, option {
	padding: 3px 5px 3px 5px;
}

.button {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
}

form#locale_selector option {
	padding: 0;
}

#second_nav form.login {
	margin: 10px;
}

.tip_holder {
	clear: both;
}

.tip_view {
	float: right;
}

/* @end */

/* @group everything else */

/* force container (2nd col) to be minimum height so that l/h stripe reaches bottom of containers parent */
div.prop {
	height: 200px;
    float: right;
    width: 1px;
}

/* stop container div collapsing after float */
div.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	overflow: hidden;
}

h1 span.parent_link {
	font-size: 0.6em;
}

h1 span.parent_link a:link, h1 span.parent_link a:visited {
	text-decoration: none;
	color: #c41230
}

h1 span.parent_link a:hover, h1 span.parent_link a:active {
	color: #FFFFFF;
	background-color: #c41230;
	text-decoration: none;
}

/* add top margin to nested lists */
ul li ul {
	margin-top: 10px;
}

/* images within text flow */
img.insert {
	float: right;
	clear: right;
	margin: 0 0 15px 15px;
}

/* images within news text flow */
img.news_insert {
	margin-right: 15px;
	margin-top: 0;
	margin-bottom: 15px;
}

a.image_link {
	padding: 0;
	margin: 0;
	border: 0;
	line-height: normal;
	text-decoration: none;
	background-color: transparent;
}

/* @end */

/* this is the style sheet for the various menus */
/* last updated by david 04/10/2008 */

/* @group head */

#head_nav {
	clear: both;
	text-align: left;
	width: 500px;
	float: left;
}

#head_nav ul {
	padding: 0;
	margin: 3px 0 0;
}

#head_nav ul li {
	display: inline;
	font-size: 0.9em;
	text-align: left;
	padding: 0;
	margin: 0;
}

#head_nav ul li a:link, #head_nav ul li a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

#head_nav ul li a:hover, #head_nav ul li a:active {
	color: #c41230;
	background-color: transparent;
	text-decoration: none;
}

/* @end */

/* @group drop (main) */

#drop_nav {
	position: absolute;
	top: 43px;
	clear: both;
	height: 18px;
	display: block;
	margin-left: 10px;
	z-index: 70; /* higher than element (img/swf) inside #banner/#banner_home */
}

#drop_nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	z-index: 80; /* higher than #drop_nav */
}

#drop_nav ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-transform:uppercase;
}

#drop_nav ul li a {
	text-decoration: none;
	padding: 15px 5px 0;
	margin: 4px 2px 0 0;
	height: 18px;
	position: relative; /* ensure that this is in front of drop-menu for safari */
	z-index: 102; /* same */
	display: block;
}

/* home */
#drop_nav ul li a.menu_100 {
	width: 42px;
}

/* 10px more */
div#menu_100 {
	width: 52px;
}

/* products */
#drop_nav ul li a.menu_103 {
	width: 84px;
}

/* 10px more */
div#menu_103 {
	width: 94px;
}

/* service */
#drop_nav ul li a.menu_104 {
	width: 87px;
}

/* 10px more */
div#menu_104 {
	width: 97px;
}

/* cooking instructions */
#drop_nav ul li a.menu_105 {
	width: 163px;
}

/* 10px more */
div#menu_105 {
	width: 173px;
}

/* downloads */
#drop_nav ul li a.menu_107 {
	width: 94px;
}

/* 10px more */
div#menu_107 {
	width: 104px;
}

/* news */
#drop_nav ul li a.menu_108 {
	width: 47px;
}

/* 10px more */
div#menu_108 {
	width: 57px;
}

#drop_nav ul li a:link, #drop_nav ul li a:visited {
	color: #FFFFFF;
	background-color: #333333;
}

#drop_nav ul li a:hover, #drop_nav ul li a:active {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: underline;
}

#drop_nav ul li.active a {
	padding-top: 30px;
}
li.current_page_item a {
	padding-top: 30px !important;
}

#drop_nav ul li.active a:hover, #drop_nav ul li.active a:active {
	padding-bottom: 0;
}

.drop_menu {
	position: absolute;
	top: 0;
	margin-top: -1px;
	z-index: 100;
	visibility: hidden;
	text-align: left;
	font-size: 10px;
}

.drop_menu_filler_top {
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	background-color: #c41230;
	filter: alpha(opacity=50);
	opacity: .50;
}

.drop_menu_filler_item {
	height: 3px;
	font-size: 3px;
	line-height: 3px;
	background-color: #c41230;
	filter: alpha(opacity=50);
	opacity: .50;
}

.drop_menu_item a {
	display: block;
	padding: 5px;
}

.drop_menu_item a:link, .drop_menu_item a:visited {
	color: #FFFFFF;
	background-color: #c41230;
	text-decoration: none;
	filter: alpha(opacity=50);
	opacity: .50;
}

.drop_menu_item a:hover, .drop_menu_item a:active {
	color: #FFFFFF;
	background-color: #c41230;
	text-decoration: underline;
	filter: alpha(opacity=100);
	opacity: 1.0;
}

/* @end */

/* @group second-level (left-hand) */

#second_nav {
	width: 155px;
	float: left;
	margin: 0;
	padding: 0;
}

#second_nav ul {
	margin: 0;
	padding: 0;
}

#second_nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#second_nav li.nav_here {
	color: #c41230;
	padding: 5px 0 6px 20px;
	border-bottom: 1px solid #FFFFFF;
	background: transparent url(../images/site/bullet_red.gif) no-repeat left center;
	*padding-left: 4px; /* for IE6 and IE7 */
	display: list-item; /* so is this */
	list-style-type: none;
	list-style-image: none;
}

#second_nav ul li a {
	display: block;
	width: 135px; 
	padding: 5px 0 6px 20px;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#second_nav ul li a:link, #second_nav ul li a:visited {
	color: #000000;
	background: #BFBFBF url(../images/site/bullet_black.gif) no-repeat left center;
}

#second_nav ul li a:hover, #second_nav ul li a:active {
	color: #FFFFFF;
	background: #c41230 url(../images/site/bullet_white.gif) no-repeat left center;
}

/* @end */


/* @group footer */

#foot_nav {
	width: 350px;
	float: left;
}

#foot_nav ul {
	height: 30px;
	line-height: 30px;
	padding: 0;
	margin: 0 0 0 5px;
}

#foot_nav ul li {
	display: inline;
	text-align: left;
	padding: 0 10px 0;
	margin: 0;
	border-right:1px solid white;
}
/* This removes right border from right-most nav link, page number 53 */
.page-item-54 {
border-right:none !important;
}

#foot_nav ul li a:link, #foot_nav ul li a:visited {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}

#foot_nav ul li a:hover, #foot_nav ul li a:active {
	color: #c41230;
	background-color: transparent;
	text-decoration: none;
}

/* @end */
