/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Fergal Foods
	DATE:			01/07/09
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */

body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica;
	text-align: left;
	font-size: 1.2em;
	color: #78665a;
}
/* [ text sizing ]---------------------------------------- */
/* http://www.clagnut.com/blog/348/ ---------------------- */
html
{
	font-size: 100%; /* for IE */
}
body 
{
	font-size: 62.5%; /* for IE/Win */
}
input, select, table
{
	font-size: 100%;	
}
/* [ links ] ------------------------------------------ */
a
{
	cursor: pointer;
	color:#fff;
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul li, ul li a, ol li, ol li a
{
	
}
/* [ headings ] ------------------------------------------ */
h1
{
	margin: 0;
	font-weight: normal;
	font-size:1.8em !important;
	font-style:italic;
}
h1,h2,h3,h4,h5
{
	color: #78665a;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	line-height: 0.9em;
}

/* [ other ] --------------------------------------------- */

.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img, img
{
	border: 0;
}
p
{
	margin-bottom: 0.8em;
}
#content p,
#content li,
#content a,
#content label
{
	font-size: 1.3em;
}
hr 
{
	display: none;
}
strong
{
	color: #5bb4ae;
	font-weight: bold;
}
.selected 
{
	text-decoration: underline;
}
/* ==========================================================
	CMS - JUMP-TO
========================================================== */
#jump-to
{
	position: absolute;
	top: 0;
	left: -9999px;
}
#jump-to a:hover
{
	background-color: #EEE;	
}
#jump-to a:focus
{
	display: block; 
	position: absolute; 
	top: 20px; 
	left: 1020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #999;
	color: #999;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* =========================================================
	ADMIN OVERRIDE
========================================================== */
#admin-bar
{
	z-index: 2;
}
/*#home-content div.add-element
{
	margin: 40px 0 0 0;
}*/
#home-content
{
}
/* =========================================================
	PAGE
========================================================== */
div.edit-item
{
	clear: both;
	padding: 0.5em 0;
}
/* =========================================================
	PAGE
========================================================== 
h1
{
	text-indent:-9999px;
	height:0px;
	width:0px;
	display:block;
}*/

div#logo-top
{
	margin-bottom:13px;
}

div#content-wrapper 
{
	float: left;
	background: #fff;
	clear: both;
}
#main-navigation
{
	padding-top:30px;
	width:175px;
	position: absolute;
	top: 0;
	left: 0;
}
div#portfolio-items
{
	padding-top: 10px;
	margin:0 0 40px 260px;
	min-height: 500px;
}
div#content
{
	margin:30px 0 40px 260px;
	float: left;
	min-height: 520px;
}
#content-col-one
{
	width: 335px;
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}
#content-col-two
{
	margin-top: 40px;
	width: 335px;
	float: left;
}
#footer {
	color:#fff;
	font-size:1.2em;
	float: left;
	display: inline;
	clear:both;
	font-style: italic;
	width: 100%;
}
div#relative-inner
{
	position: relative;
}
/* ==========================================================
	main navigation
========================================================== */
#main-navigation a#logo {
	float:right;	
}
#main-navigation ul
{
	list-style: none;	
	float:left;
	display: block;
	background:#fff;
	padding:90px 0 0 0;
	width:175px;
	margin: 0;
}
#main-navigation ul li
{
	margin:0 0 11px 0;
	display: block;
	line-height: 1.1em;
}
#main-navigation ul li a
{
	/*font-size: 1.1em;*/
	display:block;
	background:#78665a;
	border-bottom:1px solid #78665a;
	border-right:1px solid #78665a;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0.3em 0 0.3em 40px;
	color:#fff;
	font-style:italic;
}
#main-navigation ul li a:link,
#main-navigation ul li a:visited
{
	
}
#main-navigation ul li a:hover,
#main-navigation ul li a.current,
#main-navigation ul li a.current:visited,
#main-navigation ul li a.current:hover
{
	background:#fff url(../images/bgMainNav.gif) 1px center no-repeat;
	color:#78665a;
	border-bottom:1px solid #e2efd1;
	border-right:1px solid #e2efd1;
}

/* ==========================================================
	CONTENT
========================================================== */
#content ul, 
#content ol
{
	margin: 0;
	padding: 0;
} 
#content ul li
{
	background: transparent url(../images/default-nav-line-bg.gif) no-repeat 0 6px;
	padding: 0 0 3px 12px;
	margin: 0.5em 0;
	list-style-position: inside;
	list-style: none;	
}
#content ol li 
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0.4em 0 0.4em 2px;
}
#content a:link,
#content a:visited
{
	text-decoration: underline;
}
#content a:hover
{
	text-decoration: none;
}
#item-navigation
{
	/*float: left;
	clear: both;
	margin: 1em 0 0 0;*/
	position: absolute;
	left: 70px;
	top: 466px;
	/*width: 610px;*/

}
#item-navigation h3
{
	color: #c5b5a5;
}
#item-navigation ul
{
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
}
#item-navigation ul li
{
	display: inline;
	background-image: none;
	margin: 0;
	padding-right: 38px;
	
}
#item-navigation ul li a
{
	color: #7e7872;
	display: inline;
	font-size: 1.1em;
}

#item-navigation ul li a:link,
#item-navigation ul li a:visited
{
	text-decoration: none;
}
#item-navigation ul li a:hover,
#item-navigation ul li a.current
{
	text-decoration: underline;
}

/* ==========================================================
	PORTFOLIO ITEM PAGE
========================================================== */
div#portfolio-items table td
{
	padding-right: 40px;
	margin: 0;

}
div#portfolio-items table td h2 {
	color:#78665a;
	font-style:italic;	
	font-size: 1.2em;
	line-height: 1.3em;
}
div#portfolio-items table td img
{
	display: inline;
}
/* ==========================================================
	FOOTER
========================================================== */
html {
	background: #fff url(../images/bgFooter.gif) left top repeat-y;	
	background-attachment:fixed;
}
#footer div.about 
{
	float: left;
	display: inline;
	padding:15px 0 0 40px;
	width: 400px;
}
#footer div.about p {
	margin:0 0 0.2em;
}
#footer p.credit 
{
	float: left;
	display: inline;
	padding:15px 0 0 40px;
	margin:0;
	width: 300px;
}
/* ==========================================================
	LATEST BLOG PAGE
========================================================== */
div.latest-item
{
	float: left;
	display: inline;
}
#latest-item table
{
	display: inline;
}
#latest-item table div.latest-text-column
{
	width: 425px;
	height: 410px;
	display: block; 
	padding: 0;
	margin: 0
}
div.latest-text-column td p
{
	font-size: 1.1em;
}
#latest-item table td
{
	padding-right: 20px;
}
#latest-item table .latest-text-column h2
{
	color: #7e7872;
}
h3.latest-blog-img-caption
{
	/*font-size: 1.2em;*/
}
div.latest-blog-item-details td img.blog-image
{
	/*float: left;*/
	display: inline;
	margin: 0 0 0 15px;
}
/* ==========================================================
	FORM STYLES
========================================================== */
#form
{
	/*float: right;
	position: absolute;
	top: 41px;*/
}
p#required-notice
{
	display: none;
}

#content div#divForm 
{
	/*float: left;*/
	margin-bottom: 1em;
}
#content div#divForm fieldset
{
	border: none;
	width: 100%;
}
#content div#divForm p
{
	float: left;	
}
#divForm
{
}

#divForm ul li
{
	font-size: 100%;
}
#divForm div.upload
{
	clear: both;
	margin-top: 0.5em;
}
#divForm div.select
{
	clear: both;
	margin-top: 0.5em;
}

#divForm legend
{	
	display: none;
}
#content #divForm p
{
	margin: 0.5em 0;
	width: 100%;
	/*float: left;*/
}
#divForm h3
{
	margin-top: 1em;
}
/* email details */
#divForm div.email-details
{
	color: #CCC;	
}
#divForm label, #divForm  span.label
{
	margin: 0 0 0.2em 0;
	float: left;
	width: 123px;
}
/* single lines */
#divForm div.textbox
{
	clear: both;
	margin-top: 0.5em;
}
#divForm label
{
	float: left;
	margin-top: 0.4em;
	width: 100px;
	margin-right:10px;
	font-style:italic;
	text-align:right;
	font-size:1.2em;
}
#divForm input
{
	background-color: #fff;
	border:1px solid #78665a;
	font-size: 1.1em;
}

#divForm div.textbox input
{
	width: 197px;
	margin-top: 3px;
	color:#78665a;
	padding: 0.3em 0 0.3em 0.3em;
}
#divForm input:focus,
#divForm textarea:focus {
	background:#78665a !important;
	color:#fff !important;
}
/* multi lines */
#divForm div.textarea
{
	clear: both;
	padding: 0.5em 0;
}
#divForm div.textarea textarea
{	
	color:#78665a;
	font-family:Arial,helvetica,sans-serif;
	width: 197px;
	height: 150px;
	border: none;
	padding: 0.3em 0 0 0.3em;
	background-color: #fff;
	border:1px solid #78665a;
	margin-top: 3px;
	font-size: 1.1em;
}
/* select */
#divForm div.select label
{
	float: left;
	margin-top: 0.7em;
	width: 123px;
}
#divForm div.select select
{
	border: none;
	width: 253px;
	background-color: #dad3cb;
	margin: 0.5em 0 0.6em 0;
	padding: 0.3em 0 0.3em 0.3em;
}
/* radio buttons */
#divForm div.radio-buttons
{
	padding: 0.5em 0;
	clear: both;
}
#divForm div.radio-buttons ul
{
	display: block;
	padding: 0.3em 0 0 0;
	margin: 0;
	background-image: none;
}
#divForm div.radio-buttons span.label
{
	width: 123px;
}
#divForm div.radio-buttons li
{
	margin: 0.2em 0;
	padding: 0;
	float: left;
	display: block;
	background-image: none;
	list-style-type: none;
	width: 100%;
}
#divForm div.radio-buttons li label
{
	/*display: inline;*/
	margin: 0 0 0 3px;
	float: none;
	padding: 0;
	font-size: 100%;	
}
#divForm div.radio-buttons li input
{
	padding: 0;
	margin: 0;
}
/* check box */
#divForm div.checkbox
{
	margin: 1em 0 0 0.3em;
	clear: both;
}
#divForm div.checkbox label
{
	display: inline;
	float: none;
	padding: 0 0 0 1em;
}
#divForm div.checkbox input
{
	margin: 0;
	padding: 0;
	margin-left: -0.4em;
}
/* single lines */
#divForm div.upload input
{
	margin-top: 0.7em;
	border-width: 1px;
	width: 230px;
	margin: 0.4em 0 0.6em 3px;
	padding: 0.1em 0 0.1em 0.3em;
}
/* errors */
#divForm div.error 
{
	background-color: #fae8e8;
	padding: 10px;
	margin-right: 60px;
}
#divForm div.error h2
{
	color: #C00;	
	margin: 0 0 0.5em 0;
}
#divForm div.error a
{
	color: #C00;	
}
#divForm div.error ul
{
	list-style-type: none;
	padding: 0;	
	list-style-position: inside;
}
#divForm div.error ul li
{
	color: #C00;	
	background-image:  none;
}
/*#divForm div.element-error
{
	background-color: #EEE;
	padding: 10px;	
	border: 2px solid #666;
}*/
#divForm div.element-error label
{
	
}
#divForm div.element-error label em
{
	color: #cc0000;
}

#divForm div.email-details
{
	clear: both;
	margin: 1em 0;
}
#divForm div.edit-element
{
	clear: both;
	margin: 0.2em 0 0.4em 0;
}
#divForm div.buttons input.button
{
	float: left;
	clear: both;
	background-color: transparent;
	border: none;
	color: #78665a;
	margin: -8px 0 14px 107px;
	overflow: visible;
	width: auto;
	font-size: 1.3em;
	font-family: Georgia, Arial,Helvetica;
}
/*success message styles*/
#divSuccessMessage
{
	padding-left: 11px;
}
/* ==========================================================
	FORM STYLES
========================================================== */

#content-col-one p {
	line-height:1.4em;
	font-style:italic;
}

#content-col-two.form
{
	width: 380px;
	float: left;
}
#content-col-two p {
	font-style:italic;
	line-height:1.4em;
}
#content-col-two div.inner
{
	padding: 0 2em;
}
#content-col-two address
{
	/*float: right;
	display: inline;
	margin: 10px 7px 0 0;*/
	position: absolute;
	left: 0;
	/*top: 249px;*/
	top: 285px;
	background: transparent url(../images/address-img.gif) no-repeat right top;
	width: 386px;
	height: 154px;
	text-indent: -9000px;
}