/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for JulieFewtrell.com
	DATE:			20/02/07
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	text-align: center;
	color: #666;
	background-color: #F3F3F3 !important;
}
/* [ 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%; /* for IE */
}
/* [ links ] ------------------------------------------ */
a
{
	text-decoration: none;	
}
a:link
{
	color: #148EAD;
	border-bottom: 1px dotted #DDD;
}
a:visited
{
	color: #148EAD;
	border-bottom: 1px dotted #DDD;
}
a:hover
{
	color: #333;
	border-bottom: 1px dotted #333;
}
/* [ headings ] ------------------------------------------ */
h1
{
	color: #990339;
	font-size: 1.7em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h2
{
	color: #990339;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h3
{
	color: #990339;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h4
{
	color: #990339;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h5
{
	color: #990339;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
h6
{
	color: #990339;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 1em 0;
}
/* [ other ] --------------------------------------------- */
hr
{
	display: none;
}
.hide
{
	/* display: none; */
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for the benefit of IE5 Mac */	
}
.clear
{
	clear: both;	
}
label
{
	cursor: pointer;	
}
textarea, input
{
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	padding: 0.2em;
	color: #333;
}
img
{
	border: 4px solid #EAE9E9;
	padding: 2px;
}
p
{
	margin: 1.2em 0;	
}
fieldset
{
	margin: 0;
	padding: 0;
	border: none;	
}
legend
{
	display: none;	
}
/* ==========================================================
	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: 10020px; 
	font-size: 1.5em; 
	background-color: #FFF; 
	border: solid 2px #A11C4D;
	color: #A11C4D;
	padding: 10px; 
	width: 15em; 
	z-index: 1;
}
/* ==========================================================
	PAGE
========================================================== */
#page
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	font-size: 1.2em;
	line-height: 1.8em;
	overflow: hidden;
	padding: 0 0 20px 0;
}
#page-wrap
{
	padding: 0 20px;	
}
/* ==========================================================
	HEADER
========================================================== */
#header
{
	padding: 1.8em 0;
	position: relative;
	width: 660px;
}
#header h1
{
	margin: 0;
	padding: 0;
}
#header h1 a
{
	border: none;
}
#header h1 a img
{
	border: none;	
}
#header #contact
{
	position: absolute;
	top: 2.2em;
	right: 0;
	text-transform: uppercase;
	border: none;
	padding: 0 20px 0 0;
}
#header #contact:link, #header #contact:visited
{
	color: #5F0226;
	background: transparent url(../image/contact_link_bg.gif) no-repeat right center;
}
#header #contact:hover
{
	color: #148EAD;	
	background: transparent url(../image/contact_hover_bg.gif) no-repeat right center;
	border-bottom: 1px dotted #148EAD;
}
/* ==========================================================
	MAIN-NAVIGATION
========================================================== */
#main-navigation
{
	text-transform: uppercase;
	background: #8D0335 url(../image/main-navigation_bg.jpg) no-repeat left top;
	float: left;
	width: 660px;
}
#main-navigation-wrap
{
	background: transparent url(../image/main-navigation_ul_bg.gif) no-repeat left bottom;	
	float: left;
	width: 100%;
}
#main-navigation ul
{
	margin: 0;
	padding: 0.7em;
	list-style: none;
	float: left;
}
#main-navigation ul li
{
	float: left;
	margin: 0 0.4em 0 0;
}
#main-navigation ul li a
{
	border: none;
	color: #FFF;
	display: block;
	padding: 0.5em 0.7em;
}
#main-navigation ul li a:hover, #main-navigation ul li a.current:link, #main-navigation ul li a.current:visited, #main-navigation ul li a.current:hover
{
	background: #320111 url(../image/main-navigation_a_hover_bg.gif) repeat-x left bottom;
}
/* ==========================================================
	SUB-NAVIGATION
========================================================== */
#sub-navigation
{
	margin: 0;
}
#sub-navigation h2
{
	margin: 0 0 0.2em 0;	
}
#sub-navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#sub-navigation a:link, #sub-navigation a:visited
{
	color: #333;	
	background: transparent url(../image/sub-navigation_a_right_link.gif) no-repeat left center;
}
#sub-navigation a:hover
{
	color: #148EAD;
	border-bottom: 1px dotted #148EAD;
	background: transparent url(../image/sub-navigation_a_right_hover.gif) no-repeat left center;
}
#sub-navigation a.current:link, #sub-navigation a.current:visited, #sub-navigation a.current:hover
{
	color: #148EAD;
	border: none;
	background: transparent url(../image/sub-navigation_a_down_hover.gif) no-repeat left center;
}
#sub-navigation li.no-children a.current:link, #sub-navigation li.no-children a.current:visited, #sub-navigation li.no-children a.current:hover
{
	background: transparent url(../image/sub-navigation_a_right_hover.gif) no-repeat left center;
}
#sub-navigation a.current-parent:link, #sub-navigation a.current-parent:visited, #sub-navigation a.current-parent:hover
{
	background: transparent url(../image/sub-navigation_a_down_link.gif) no-repeat left center;
}
#sub-navigation a.current-parent:link, #sub-navigation a.current-parent:visited
{
	background: transparent url(../image/sub-navigation_a_down_link.gif) no-repeat left center;
}
#sub-navigation a.current-parent:hover
{
	background: transparent url(../image/sub-navigation_a_down_hover.gif) no-repeat left center;
}
#sub-navigation ul li a
{
	border: none;
	padding: 0 0 0 10px;
}
#sub-navigation ul ul
{
	
}
/* second level sub nav */
#sub-navigation ul ul li
{
	margin: 0 0 0 10px;
}
#sub-navigation ul ul li a
{

}
/* third level sub nav */
#sub-navigation ul ul ul li a
{

}
/* ==========================================================
	BODY
========================================================== */
#body
{
	clear: both;
	background: transparent url(../image/body_bg.gif) repeat-y left top;
	float: left;
	margin: 20px 0;
	width: 660px;
}
/* ==========================================================
	CONTENT
========================================================== */
#content
{
	float: left;
	width: 405px;
}
/* ==========================================================
	CLIENT-DETAIL
========================================================== */
#client-detail h3
{
	margin: 1em 0 0 0;	
}
#client-detail p.description
{
	font-weight: bold;
	margin: 0;
}
#client-detail p.category
{
	color: #999;
	margin: 0 0 1em 0;	
}
/* ==========================================================
	CLIENTS
========================================================== */
/* category list */
#client-categories
{
	padding: 0;
	margin: 1em 0;
	list-style: none;
}
#client-categories li
{
	display: inline;
	margin: 0 1.2em 0 0;
	padding: 0 0 0 10px;
	background: transparent url(../image/anchor-arrow.gif) no-repeat left center;
}
#client-categories a.current
{
	font-weight: bold;	
}
/* client detail */
div.client
{
	border-top: 1px solid #EAE9E9;	
	padding: 0 0 1em 0;
	position: relative;
}
div.client-image h3
{
	width: 340px;
}
div.client h3
{	
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0;
	padding: 0.8em 0 0 0;
}
div.client img
{
	position: absolute;
	top: 1em;
	right: 0;
}
div.client-image p.description
{
	width: 340px;
}
div.client p.description
{
	margin: 0;
}
div.client-image p.category
{
	width: 340px;
	margin: 0;
}
div.client p.category
{
	color: #999;
	margin: 0;
}
/* admin */
div.client div.edit-item
{
	clear: both;
}
div.client div.edit-item a img
{
	position: relative;
	margin-top: 0 !important;
}
/* ==========================================================
	EXTRAS
========================================================== */
#extras
{
	float: right;
	width: 215px;
	overflow: hidden;
}
div.extras-box
{
	border-bottom: 1px solid #EAE9E9;	
	padding: 0 0 1.5em 0;
	margin: 1.5em 0 0 0;
}
/* ======================================================
		MY-WORK
====================================================== */
#my-work
{
	margin: 0;	
}
#my-work h2
{
	margin: 0 0 0.5em 0;
}
#my-work h3
{
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0 0;
	width: 153px;
}
#my-work img
{
	position: absolute;
	top: 0.3em;	
	right: 0;
}
#my-work p.description
{	
	width: 153px;
	margin: 0;
}
#my-work p.category
{
	width: 153px;
	color: #999;
	margin: 0;
}
#my-work div
{
	display: block;	
	clear: both;
	margin: 0 0 0.5em 0;
	position: relative;
}
#my-work a
{
	padding: 0 0 5px 12px;
	background: transparent url(../image/anchor-arrow.gif) no-repeat left 0.5em;	
	clear: both;
}
/* ======================================================
		NCVO
====================================================== */
#ncvo
{
	float: left;
}
#ncvo img
{
	float: left;
}
#ncvo a
{
	float: right;
	width: 115px;
}
/* ======================================================
		SITEMAP
====================================================== */
#sitemap
{
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;	
}
#sitemap ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sitemap li
{
	background-image: url(../image/sitemap_ul_li_bg.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	margin: 0.5em 0 0 0;
}
#sitemap li a, #sitemap li span
{
	margin: 0 0 0 20px;	
}
#sitemap li ul 
{
	margin: 0 0 0 20px;	
}
#sitemap li ul li 
{
	background-image: url(../image/sitemap_ul_li_li_bg.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	font-size: 1em;
}
#sitemap li ul li a, #sitemap li ul li span
{
	margin: 0 0 0 35px;	
}
/* ==========================================================
	FORM BUILDER STYLES
========================================================== */
#divForm
{
	margin: 0 0 1em 0;	
}
#divForm fieldset
{
	margin: 0 0 1em 0;
	padding: 0;	
	border: 0px none;
}
#divForm legend
{
	display: none;	
}
/* email details */
#divForm div.email-details *
{
	color: #AAA;
	font-size: 1em;	
}
/* labels */
#divForm label, #divForm span.label
{
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	color: #666;
}
#divForm div.radio-buttons label, #divForm div.checkbox label
{
	display: inline;
	text-transform: none;
	font-weight: normal;
}
/* text boxes */
#divForm div.textbox input
{
	width: 370px;	
	border: 2px solid #AAA;
	background-color: #FAFAFA;
	margin: 0 0 0.5em 0;
}
/* text areas */
#divForm div.textarea textarea
{
	width: 370px;
	height: 7em;	
	border: 2px solid #AAA;
	background-color: #FAFAFA;
	margin: 0 0 0.5em 0;
}
/* selects */
#divForm div.select select
{
	width: 370px;	
	border: 2px solid #AAA;
	background-color: #FAFAFA;
	margin: 0 0 0.5em 0;
}
/* radio buttons */
#divForm div.radio-buttons ul
{
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;	
}
/* errors */
div.error h2, div.error ul, div.error p
{
	color: #148EAD;
}
#divForm div.element-error
{
	border: 2px solid #148EAD;
	background-color: #F6FBFC;
	padding: 0.5em 10px;
	margin: 0 0 1em 0;
	width: 380px;
}
#divForm div.element-error label
{
	color: #148EAD;	
}
/* ==========================================================
	FOOTER
========================================================== */
#footer
{
	background: #8D0335 url(../image/footer_bg.jpg) no-repeat left bottom;
	float: left;
	margin: 0;
	color: #FFF;
	clear: both;
	width: 660px;
}
#footer-wrap
{
	background: transparent url(../image/main-navigation_ul_bg.gif) no-repeat left top;
	float: left;
	padding: 0.4em 0.7em 0.7em 0.7em;
}
#footer a
{
	text-decoration: none;
}
#footer a:link, #footer a:visited
{
	color: #FFF;
	border-bottom: 1px dotted #FFF;		
}
#footer a:hover
{
	color: #FFF;
	border-bottom: 1px solid #FFF;
}
#footer ul.hygene
{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer ul.hygene li
{
	float: left;
	margin: 0 0.8em 0 0;
}
#footer #copyright
{
	float: right;
	margin: 0;
}
/* ==========================================================
	STYLES
========================================================== */
/* emphasis */
div.emphasis
{
	background: #E6E5E5 url(../image/emphasis_bg.jpg) no-repeat right bottom;	
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 0.1em 1.2em;
	margin: 0 0 1em 0;
	font-weight: bold;
}
div.emphasis p
{
	margin: 0.8em 0;	
}
/* images */
.img-right
{
	float: right;
	margin: 0 5px 5px 0;	
}
.img-left
{
	float: left;
	margin: 0 0 5px 5px;	
}