/* =======================================================

	AUTHOR: 		Sumac UK
	DESCRIPTION:	Screen styles for Tide
	DATE:			24/04/08
	LAST EDITED:	--/--/--

======================================================= */

/* ==========================================================
	GLOBALS
========================================================== */
body 
{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	text-align: center;
	background-color: #D3D3D4;
}
/* [ 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: #5bb4ae;
}
a:link, a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
ul li, ul li a, ol li, ol li a
{
	text-transform: lowercase;
}
/* [ headings ] ------------------------------------------ */
h1, h2, h3, h4, h5
{
	font-family: Verdana, Arial;
	text-transform: lowercase;
}
h1
{
	font-size: 3.6em;
	margin: 0;
	color: #974C28;
}
h2
{
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}
h3
{
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	font-weight: bold;
}

/* [ other ] --------------------------------------------- */

.hide
{
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; 	
}
.clear
{
	clear: both;	
}
a img
{
	border: 0;
}
p
{
	color: #565656;
	margin-bottom: 0.8em;
}
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;
}

/* =========================================================
	PAGE
========================================================== */
div.edit-item
{
	margin: 0.5em 0;
}
#content div.edit-item a
{
	padding: 0 0.1em;
}
div.add-element
{
	margin-top: 1em; 
	width: 300px;
}
div.edit-element
{
	width: 300px;
}
p.page-not-found
{
	padding-top: 1.3em;
}
/* =========================================================
	PAGE
========================================================== */

#tide
{
	position: relative;
	margin: 70px auto 0 auto;
	width: 946px;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #5bb4ae;
}
#inner
{
	position: relative;
	width: 100%;
	border: 1px solid #5bb4ae;
	padding-bottom: 160px;
	background: #fff url(../images/bg.gif) no-repeat left bottom;
}
#header 
{
	width: 100%;
	height: 7em;
}
#header address
{
	float: right;
	display: inline;
	margin: 24px 44px 0 0;
	text-align: right;
	line-height: 1.5em;
}
#header address span
{
	font-weight: bold;
}
div#logo
{
	position: absolute;
	left: 110px;
	bottom: 67px;
}
a#address-link:link,
a#address-link:visited
{
	text-decoration: none;
}
/* ==========================================================
	main navigation
========================================================== */
#main-navigation ul
{
	list-style: none;	
	display: block;
}
#main-navigation ul li a 
{
	padding: 0;
}
#main-navigation ul li a
{
	text-decoration: none;
	font-size: 1.2em;
	/*text-indent: -9000px;*/
}
#main-navigation ul li a:link,
#main-navigation ul li a:visited
{
	text-decoration: none;
}
#main-navigation ul li a:hover,
#main-navigation ul li a.current:visited,
#main-navigation ul li a.current:hover
{
	text-decoration: none;
}
#main-navigation ul li#nav-people a
{
	position: absolute;
	bottom: 369px;
	left: 713px;
	width: 46px;
	height: 32px;
}
#main-navigation ul li#nav-client-area a
{
	position: absolute;
	bottom: 295px;
	left: 845px;
	width: 68px;
	height: 34px;
}
#main-navigation ul li#nav-services a
{
	position: absolute;
	bottom: 187px;
	left: 677px;
	width: 45px;
	height: 39px;
}
#main-navigation ul li#nav-contact a
{
	position: absolute;
	bottom: 138px;
	left: 833px;
	width: 54px;
	height: 23px;
}
#main-navigation ul li#nav-news a
{
	position: absolute;
	bottom: 117px;
	left: 679px;
	width: 45px;
	height: 22px;
}

/*people states*/
#nav-people a:link,
#nav-people a:visited
{
	background: transparent url(../images/nav-people.gif) no-repeat left top;
}
#nav-people a:hover,
#nav-people a.current:link,
#nav-people a.current:visited,
#nav-people a.current:hover
{
	background: transparent url(../images/nav-people-hover.gif) no-repeat left top;
}
/*about states*/
#nav-about a:link,
#nav-about a:visited
{
	background: transparent url(../images/nav-about.gif) no-repeat left top;
}
#nav-about a:hover,
#nav-about a.current:link,
#nav-about a.current:visited,
#nav-about a.current:hover
{
	background: transparent url(../images/nav-about-hover.gif) no-repeat left top;
}
/*services states*/
#nav-services a:link,
#nav-services a:visited
{
	background: transparent url(../images/nav-services.gif) no-repeat left top;
}
#nav-services a:hover,
#nav-services a.current:link,
#nav-services a.current:visited,
#nav-services a.current:hover
{
	background: transparent url(../images/nav-services-hover.gif) no-repeat left top;
}
/*contact states*/
#nav-contact a:link,
#nav-contact a:visited
{
	background: transparent url(../images/nav-contact.gif) no-repeat left top;
}
#nav-contact a:hover,
#nav-contact a.current:link,
#nav-contact a.current:visited,
#nav-contact a.current:hover
{
	background: transparent url(../images/nav-contact-hover.gif) no-repeat left top;
}
/*news states*/
#nav-news a:link,
#nav-news a:visited
{
	background: transparent url(../images/nav-news.gif) no-repeat left top;
}
#nav-news a:hover,
#nav-news a.current:link,
#nav-news a.current:visited,
#nav-news a.current:hover
{
	background: transparent url(../images/nav-news-hover.gif) no-repeat left top;
}
/*client area states*/
#nav-client-area a:link,
#nav-client-area a:visited
{
	background: transparent url(../images/nav-client-area.gif) no-repeat left top;
}
#nav-client-area a:hover,
#nav-client-area a.current:link,
#nav-client-area a.current:visited,
#nav-client-area a.current:hover
{
	background: transparent url(../images/nav-client-area-hover.gif) no-repeat left top;
}

/* ==========================================================
	CONTENT
========================================================== */
#content
{
	margin: 0 0 0 112px;
	
}
#content-inner
{
	padding-top: 0.5em;
	width: 300px;
	/*height: 340px;
	overflow: hidden;*/
}
#content ul li
{
	background-image: url(../images/chevron-bg.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 3px 15px;
	margin: 0.5em 0;	
}
#content ol li 
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0.4em 0 0;
}

/* ==========================================================
	NEWS ITEMS
========================================================== */
#news-item-full
{
	margin: 0;
}
/*#news-item-full h2
{
	font-size: 1em;
	font-weight: bold;
}*/
#news-item-list ul
{
	margin: 0;
	/*width: 310px;*/
	display: block;
}
#news-item-list ul li
{
	background-repeat: no-repeat;
	background: none;
	background-position: left top;
	padding: 0 1px 0 1px;
	display: inline;
}
#news-item-list ul li span
{
	padding: 0 0.4em 0 0.2em;
}
#news-item-list ul li a
{
	display: inline;
}
#news-item-list ul li.first
{
	padding: 0.2em 4px 0.2em 0;
}
#news-item-list ul li a:link,
#news-item-list ul li a:visited
{
	color: #5bb4ae;
	display: inline;
}
#news-item-list ul li a:hover,
#news-item-list ul li a.current,
#news-item-list ul li a.selected
{
	text-decoration: underline;
	display: inline;
}
/* ==========================================================
	CONTENT - Sub Navigation
========================================================== */
#sub-nav
{
	float: left;
	margin-top: 1em;
	display: inline;
}
#sub-nav ul li
{
	float: left;
	background: transparent url(../images/sub-nav-pipe-bg.gif) no-repeat 0 4px;
	padding: 0.2em 4px 0.2em 5px;
	display: inline;
}
#sub-nav ul li.first
{
	background-image: none;
	padding: 0.2em 4px 0.2em 0;
}
#sub-nav ul li a:link,
#sub-nav ul li a:visited
{
	color: #5bb4ae;
	display: inline;
	text-transform: lowercase;
}
#sub-nav ul li a:hover,
#sub-nav ul li a.current
{
	text-decoration: underline;
}
/*#sub-nav ul ul li
{
	float: left;
	background: transparent url(../images/sub-nav-pipe-bg.gif) no-repeat 0 4px;
	padding: 0.2em 4px 0.2em 5px;
	display: inline;
}*/
/* ==========================================================
	FORM STYLES
========================================================== */

p#required-notice
{
	display: none;
}

#content div#divForm 
{
	/*float: left;*/
	margin-bottom: 1em;
}
#content div#divForm fieldset
{
	clear: both;
	margin-top: 1em;
	font-weight: bold;
	text-transform: lowercase;

}
#content div#divForm p
{
	float: left;
	display: inline;	
}
#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 div.textarea
{
	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: 100%;
}
/* single lines */
#divForm div.textbox
{
	clear: both;
	margin-top: 0.5em;
}
#divForm div.textbox label
{
	/*float: left;*/
	width: 100%;
}

#divForm div.textbox input
{
	width: 298px;
	border: 1px solid #7AAEA7;
	padding: 0.1em 0 0.1em 0;
}
/* multi lines */
#divForm div.textarea
{
	clear: both;
	margin-bottom: 0.5em;	
}
#divForm div.textarea textarea
{
	width: 298px;
	border: 1px solid #7AAEA7;
	margin: 0 0 0.6em 0;
	padding: 0.1em 0pt 0.1em 0;
	font-family: Arial, Verdana;
}
/* select */
#divForm div.select
{
	clear: both;
}
#divForm div.select label
{
	width: 100%;
}
#divForm div.select select
{
	border: 1px solid #7AAEA7;
	width: 298px;
	margin: 0.5em 0 0.6em 0;
	padding: 0.1em 0 0.1em 0.3em;
}
/* radio buttons */
#divForm div.radio-buttons
{
	margin-top: 0.5em;
	clear: both;
}
#divForm div.radio-buttons ul
{
	/*float: left;*/
	padding: 0.3em 0 0 0;
	margin: 0;
	background-image: none;
}
#divForm div.radio-buttons span.label
{
	width: 100%;
	/*font-weight: bold;*/
}
#divForm div.radio-buttons li
{
	margin: 0.2em 0 0 0;
	padding: 0;
	background-image: none;
	width: auto;
}
#divForm div.radio-buttons li label
{
	/*display: inline;*/
	margin: 0 0 0 3px;
	float: none;
	width: 100%;
	padding: 0 0 0 0.8em;
	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: 298px;
	margin: 0.4em 0 0.6em 3px;
	padding: 0.1em 0 0.1em 0.3em;
}
/* errors */
#divForm div.error 
{
	border: 2px solid #C00;
	background-color: #fae8e8;
	padding: 10px;
}
#divForm div.error h2
{
	color: #C00;	
	margin: 0 0 0.5em 0;
}
#divForm div.error a
{
	color: #C00;	
	font-weight: bold;
}
#divForm div.error ul
{
	list-style-type: none;
	padding: 0;	
	list-style-position: inside;
}
#divForm div.error ul li
{
	background-image:  none;
}
/*#divForm div.element-error
{
	background-color: #EEE;
	padding: 10px;	
	border: 2px solid #666;
}*/
#divForm div.element-error label
{
	font-weight: bold;
}
#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;
	display: inline;
	clear: both;
	background-color: transparent;
	border: none;
	color: #7AAEA7;
	margin: 0.8em 0 10px 0;
	overflow: visible;
	width: auto;
	font-weight: bold;
	text-transform: lowercase;
}
#divValidationMessage
{
	
}
/* ==========================================================
	SHOWREEL LIST
========================================================== */

#showreel-list ul
{
	margin: 1em 0 0 0;
	display: block;
}
#showreel-list ul li
{
	padding: 0 4px 0.5em 15px;
	display: block;
}
#showreel-list ul li a:link,
#showreel-list ul li a:visited
{
	color: #5bb4ae;
	text-transform: lowercase;
}
#showreel-list ul li a:hover,
#showreel-list ul li a.current
{
	text-decoration: underline;
}
/* ==========================================================
	SECURE CLIENT AREA
========================================================== */
div#client-login-list
{
}
div.secure-client-area
{
	margin: 0 0 1.5em 0;	
}
div.secure-client-area a
{
	background-image: none;
	padding: 0;
	margin: 0;
}
div.secure-client-area a.client-area-link
{
	background-image: url(../images/chevron-bg.gif);
	background-position: 0 3px;
	background-repeat: no-repeat;
	padding: 0 0 3px 15px;
	margin: 0.3em 0;
	list-style: none;
	text-transform: lowercase;
}
div.secure-client-area p
{
	margin: 0.3em 0;
}
div.secure-client-area h3
{
	font-size: 1em;
	margin: 0 0 0.3em 0;
	font-weight: bold;	
}
div.secure-client-area h3 span
{
	font-weight: normal;
	color: #AAA;	
}
div.show-reel-login div.form-element 
{
	display: inline;	
}
div.show-reel-login div.form-element input
{
	display: inline;	
	width: 200px;
	border: 1px solid #7AAEA7;
}
#content div.show-reel-login label 
{
	color: #7AAEA7;
	font-weight: bold;
	text-transform: lowercase;	
}
#content div.show-reel-login input.button, 
#content div.show-reel-results input.button
{
	float: none;
	clear: both;
	margin-top: 1em;
	display: inline;
	background-color: transparent;
	border: none;
	color: #7AAEA7;	
}
/* ==========================================================
	SITEMAP
========================================================== */

#sitemap
{
	margin: 2em 0;
}
/* ==========================================================
	FOOTER
========================================================== */

#footer
{
	padding: 0.4em 0  0.4em 0;
	margin:  0 0 20px 0;
	text-align: center;
	display: inline;
	float: left;
	width: 100%;	
	clear: both;
	font-size: 0.9em;
	color: #b2938e;
	background-color: #D3D3D4;
}
#footer ul
{
	float: right;
}
#footer ul li
{
	float: left;
	padding: 0.2em 0 0.2em 5px;
	display: inline;
	list-style: none;
	color: #5bb4ae;
	text-transform: lowercase;
}
#footer ul li.first
{
	padding: 0.2em 4px 0.2em 0;
}
#footer ul li span
{
	padding: 0 0.4em 0 0.2em;
	color: #5bb4ae;
}
#footer ul li a:link,
#footer ul li a:visited
{
	color: #5bb4ae;
	display: inline;
	text-transform: lowercase;
}
#footer ul li a:hover,
#footer ul li a.current
{
	text-decoration: underline;
}
#footer ul li.copyright
{
	
}