/*  
Theme Name: frylite
Theme URI: http://www.frylite.com/
Description: Frylite theme
Version: 0.1
Author: Michael McCrea
Author URI: http://purposemakers.net/

*/


/*-------------
  global styles
---------------*/


* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.75em/180% 'Verdana', 'Tahoma', 'Arial', sans-serif;
  color: #383d44;
  background-color:#999;
}

a:link, a:visited {
  font-weight: bold;
  color: #e2373e;
  text-decoration: none;  
}

a:hover, a:active, a:focus {
  color: #fdb728;
}

h1, h2, h3, h4, h5 {
	font-family: 'Arial', 'Verdana', 'Tahoma', sans-serif;
  color:#e2373e;
  letter-spacing: 0;
  padding: 0 0 5px 0; 
	margin: 0 0 10px 0;
}

h1 {
  font-size: 200%; 
}

h2 {
  font-size: 145%;
}

h3 {
  font-size: 145%;
}

p {
	padding: 0 15px 15px 0;
}

img {
  border: 0;
}

ul {
  padding-left:0;
	list-style: none;  
}

ul li {
  padding:0 0 10px 20px;
	background: url(img/icon_bullet_yellow.gif) no-repeat 0 5px;
}

#container {
  margin:0 auto;
  width: 815px;
  border:solid 10px #eee;
  background: url(img/main_bg.gif) #fff top repeat-x;     
}

/*---------------------
  header, nav and login
-----------------------*/


#header {
  width:800px; 
}

#logo {
  float:left;
  padding:20px 0 30px 20px;
}

#search {
  float: right;
  clear:right;
  padding: 20px 0 0 0;  
}

#top_navigation {
  width:800px;
  background-color:#e2373e;
  padding: 5px 0 5px 15px; 
  float:left;
}

#top_navigation ol {
  list-style: none;
}

#top_navigation li {
  display: inline;
}

#top_navigation li a {
  padding: 5px 15px;
}

#top_navigation a:link, #top_navigation a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#top_navigation a:hover, #top_navigation a:active, #top_navigation a:focus {
  color: #fff;
  background-color:#fdb728;
}

li.current_page_item a, li.current_page_parent a {
  background-color:#fdb728;
}

#chefs_corner {
  float:right;
}

#chefs_corner a{
  width:125px;
  height:99px;
  display:block;
  text-indent:-10000px;
  background:transparent url(img/chefs_corner_01.gif) top left no-repeat;
}

/*----------------
  homepage section 
------------------*/

#flashcontent {
  padding:0;
  float: left;
  width: 815px;
  background-color:#eee;  
  border-bottom: 10px solid #eee;
}

#homepage_section{
  margin: 30px 0 30px 15px;
  margin-bottom:15px;  
  float: left;
  width: 800px;
  background-color:#eee;  
}

#supply, #collection {
  float: right;
  padding: 10px;
  margin: 10px;
  text-align: center;
  width: 250px;
  background-color:#ddd;  
}

#collection {
  clear: right;
}

ul#oil_products {
  padding:0 0 0 5px;
  margin:0 0 20px 0;
  height:69px;  
}

ul#oil_products li {
  width:153px;
  height:69px;
  float:left;
  display:block;
  margin:0 0 0 5px;
  padding:0;
  background-image:none;
}

ul#oil_products li a {
  width:153px;
  height:69px;
  display:block;
  text-indent:-10000px;
}

a#olive-oil {
  background:transparent url(img/btn_olive_oil_01.gif) top left no-repeat;
}

a#pomace-oil {
  background:transparent url(img/btn_pomice_oil_01.gif) top left no-repeat;
}

a#sunflower-oil {
  background:transparent url(img/btn_sunflower_oil_01.gif) top left no-repeat;
}

a#rapeseed-oil {
  background:transparent url(img/btn_rapeseed_oil_01.gif) top left no-repeat;
}

a#soya-oil {
  background:transparent url(img/btn_soya_oil_01.gif) top left no-repeat;
}

/*-------------
  main content 
---------------*/

#main_content {
  background-color: #fff;
  float: left;
  width: 800px;
  background: url(img/accreditations_01.gif) #fff bottom right no-repeat;   
  padding: 0 0 10px 0;
  margin: 20px 0 30px 0;
}

#main_content.home {
  margin: 10px 0 30px 0;
}

#intro_text {
  float: left;
  width: 500px;
  border-right:1px solid #ddd;
  padding: 0 9px 0 20px;   
}

#main_img {
	padding: 30px;
  float: left;
}

.staff_details {
  background-color: #f4f4f4;
  height:270px;  
	margin:0 20px 40px 0;  
}

.staff_details img {
  float:left;
}

.staff_details dt {
	font-weight: bold;
	padding: 10px 0 0 0;
}

.staff_details dd {
	margin: 0;
	padding: 0;
}

.staff_info {
  padding-left: 200px;
}

/*-------
  sidebar
---------*/

#sidebar {
  width:260px;
  float:right;
}

.meta, .news, .ezine, .sub_nav, .recruitment  {
  padding: 0 0 30px 15px;  
}

.meta {
  clear:right;
  margin-top:30px;
  padding-bottom:200px;
}


#sidebar a:link, #sidebar a:visited {
  font-weight: bold;
  color: #aaa;
  padding:0 0 1px 0;
  text-decoration: none;
  border-bottom:1px solid #aaa; 
}

#sidebar a:hover, #sidebar a:active, #sidebar a:focus {
  color: #e2373e;
  border-bottom:2px solid #aaa;
}

#sidebar ul {
	list-style: none;
	padding:0;
}

#sidebar ul li {
  padding:0 0 10px 20px;
	background: url(img/icon_bullet_yellow.gif) no-repeat 0 5px;
}

#sidebar h2 {
  border-bottom:1px solid #ddd;
}

.ezine {
  margin: 0 0 0 15px;
  padding:0;
  background: url(img/bg_ezine_bttm_01.gif) no-repeat bottom left;
}

#sidebar .ezine h2 {
  color: #e2373e;
  background: url(img/bg_ezine_01.gif) no-repeat top left;
  padding:15px 15px 0 15px;
  margin:0;
  border-bottom:none;  
}

#sidebar .ezine p {
  padding:0 15px 15px 15px;
}

.form_container {
  padding:0 15px 15px 15px;
}

#olive_oil_side {
  width:260px;
  float:right;
}

#fact_file { 
  background: url(img/oilve_oil_the_facts_01.gif) top left no-repeat; 
  padding:0 0 0 80px; 
  height:62px;
}

#fact_file h2 { 
  padding:0;
  margin:0;
}

#fact_file p {
  font-size:10px;
  display:block;
  line-height:13px;
  padding:0;
  margin:5px 0 0 0;
}

#fact_file p a {
  color:#000;
}

#fact_file p a:hover {
  color:#fdb728;
}

/*-------------
  tables
---------------*/

table {
  width: 95%;
  margin: 10px 0 50px 0;
}

table.permits {
  font-size:0.8em;
}


th {
	color: #fff;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background-color: #aaa;
}

td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


th.spec_head {
	border-left: 1px solid #ddd;
	font-weight: bold;
	
}

td.property{
  width: 40%;
	border-left: 1px solid #ddd;
	border-top: 0;
	color: #797268;
	font-weight: bold;	
}

td.value{
  width: 60%;
	border-right: 1px solid #ddd;
	border-top: 0;
	color: #797268;
}

td.size_type {
	border-left: 1px solid #ddd;
	border-top: 0;
	color: #797268;
	font-weight: bold;	
}

td.dimension{
	border-right: 1px solid #ddd;
	border-top: 0;
	color: #797268;
}

table.jobs_section {
  width: 95%;
  margin: 10px 0 0 0;
  padding: 0 0 30px 0;
}

table.jobs_section td {
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
	font-weight: bold;		
}

table.jobs_section td.first_col {
	border-left: 1px solid #ddd;
}

/*---------
  footer
-----------*/


#footer {
  font-weight: bold;
  color: #fff;
  width:800px;
  background-color: #999;
  padding: 10px 0 10px 15px;
  margin:0;
}

#footer ol {
  list-style: none;
}

#footer li {
  display: inline;
}

#footer li a {
  padding: 5px 20px;
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
}

#footer a:hover, #footer a:active, #footer a:focus {
  color: #e2373e;
  background-color:#f3f1e9;
}

#footer p {
  margin:0;
  padding:0;
}

.back_to_top {
  background: url(img/back_to_top.gif) no-repeat top left;
  padding:0 0 10px 30px;
  margin:0 0 0 30px;
}



.left {float: left;}

.right {
  float: right;
  padding:4px;
}

.clear_both {
  clear:both;
}