/*
*******************************************************************************
*	(c) NEOCO
* 
*	filename: default.css
*	purpose:  default styles for www.daveyinc.com
*
*******************************************************************************

$Revision: 1 $
$Date: 20 August 2008 $
$LastChangedBy: alex $
*/

/* ------------------------------------------------------- */
/* CONTENTS
--------------------
	1. MAIN STYLES
	2. MAIN ELEMENTS
	3. SIDEBAR
	4. HOME
	5. WORK
	6. ABOUT
	7. ERROR
	8. CLIENTS
	9. CONTACT
	10. DIRECTORS
	11. PRIVACY / MAILING / SITEMAP
*/

/* ---------------------------------------------------------- 
	1. MAIN STYLES 
-----------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	border: none;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
}
body {  
	text-align:left;
	width: 100%;	
	font-size: 11px;	
	background-position: top center !important;
}

p{ font-weight: normal; font-size: 14px; line-height: 19px; color: #fff; padding: 0 23px 10px 23px; margin: 0; }
h2 { font-weight: bold; font-size: 32px; line-height: 38px; color: #fff; padding: 0; margin: 0; }
h3{ font-weight: bold; font-size: 32px; line-height: 38px; color: #999; padding: 0; margin: 0; }
h4{ font-weight: bold; font-size: 22px; line-height: 26px; color: #fff; padding: 0; margin: 0; }
a { outline: none; }
.strong{ font-weight: bold; }

form {
	padding: 10px 10px 0 10px;
	overflow: hidden;
}
form p {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
}
form input {
	color: #000;
	border: none;
	font-size: 15px;
	background: #fff url('../images/search.jpg') no-repeat 4px 4px;
	margin: 0 5px 0 0;
	padding: 2px 3px 2px 23px;
	width: 157px;
}
form p.btn input {
	color: #000 !important;
	border: none !important;
	background: url('../images/go.jpg') no-repeat !important;
	width: 27px !important;
	height: 23px !important;
	text-indent: -5000px !important;
	cursor: pointer !important;
}
p.tag {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}
p.artist {
	padding: 0;
	margin: 0;
}
p.artist a {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 18px !important;	
	color: #fff !important;
	text-decoration: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
p.artist a:hover { text-decoration: underline !important; }
p.title {
	padding: 0;
	margin: 0;
}
p.title a {
	font-size: 16px !important;
	font-weight: normal !important;
	line-height: 18px !important;	
	color: #999 !important;
	text-decoration: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
p.title a:hover { text-decoration: underline !important; }
div#flashholder {
	width: 600px;
	height: auto;
	background: #000000;
	margin: 0 0 23px 0;
	padding: 0;
}

/* ---------------------------------------------------------- 
	2. MAIN ELEMENTS 
-----------------------------------------------------------*/

div#wrapper {
	min-width: 960px;
	width: 960px;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
div.header {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin: 0 0 38px 0;
	padding: 0;
}
div.content {
	width: 100%;
	height: auto;	
	position: relative;
	overflow: hidden;
	margin: 0 0 38px 0;
	padding: 27px 0 0 0;
}
div.footer {
	width: 100%;
	height: auto;	
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #000;
}
div.header h1 {
	background: url('../images/logo.png') no-repeat;
	width: 189px;
	height: 52px;
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}
div.header h1 a {
	width: 189px;
	height: 52px;
	text-indent: -5000px;
	display: block;
}
ul#navlist {
	margin: 0;
	padding: 0;
	width: 600px;
	float: right;
	overflow: hidden;
}
ul#navlist li {
	width: 100px;
	height: 60px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left; 
}
ul#navlist li a {
	display: block;
	width: 100px;
	height: 60px;
	text-indent: -5000px;
	background-position: 0 0;
}
ul#navlist li.selected a,
ul#navlist li a:hover {
	background-position: 0 -60px !important;
}
ul#navlist li.home a { background: transparent url('../images/home.png') no-repeat; }
ul#navlist li.work a { background: transparent url('../images/work.png') no-repeat; }
ul#navlist li.clients a { background: transparent url('../images/clients.png') no-repeat; }
ul#navlist li.director a { background: transparent url('../images/director.png') no-repeat; }
ul#navlist li.about a { background: transparent url('../images/about.png') no-repeat; }
ul#navlist li.contact a { background: transparent url('../images/contact.png') no-repeat; }
div.left {
	float: left;
	width: 240px;
	background: transparent;
	position: relative;
	margin: 0;
	padding: 0;
}
div.latest {
	background-color: #000;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative;
}
div.mailing {
	background-color: #000;
	padding: 0;
	margin: 0;
}
div.right {
	float: right;
	width: 600px;
	background: #000;
	position: relative;
	margin: 0;
	padding: 0 0 15px 0;
}
div.footer ul {
	margin: 10px;
	padding: 0;
	float: right;
	overflow: hidden;
}
div.footer ul li {
	float: left;
	list-style-type: none;
	color: #fff;
	margin: 0;
	padding: 0;
}
div.footer ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	padding: 0 4px 0 4px;
}
div.footer ul li a:hover {
	text-decoration: underline;
}
div.footer ul.bookmark, div.footer ul.involved {
	float: left;
	padding: 0;
	width: 140px;
}
div.footer ul.involved {
	width: 240px;
	margin-top: 24px;
}
div.footer ul.bookmark li, div.footer ul.involved li {
	margin: 0 3px 0 0;
}
div.footer ul.bookmark li.headtext, div.footer ul.involved li.headtext {
	font-size: 11px;
	margin: 0 0 3px 0;
	width: 140px;
}
div.footer ul.bookmark li a, div.footer ul.involved li a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-decoration: none;
	line-height: 18px;
}
div.footer ul.bookmark li a img, div.footer ul.involved li a img { border: none; float: left; }
div.footer ul.involved li a img { margin-right: 5px; }

/* ---------------------------------------------------------- 
	3. SIDEBAR 
-----------------------------------------------------------*/

div.latest a.rss {
	position: absolute;
	top: 16px;
	right: 14px;
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/rss.jpg') no-repeat;
	text-indent: -5000px;
}
div.latest h4 {
	background: #000 url('../images/latest.jpg') no-repeat 0 15px;
	width: 240px;
	height: 33px;
	text-indent: -5000px;
	padding-top: 15px;
}
div.latest ul {
	padding: 10px 10px 0 10px;
	margin: 0;
}
div.latest ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div.latest img {
	margin: 4px 0 10px 0;
	border: none;
}
div.left div.mailing form {
	padding-bottom: 10px;
}
div.left div.mailing form input {
	background: #fff none;
	padding: 2px 6px 2px 6px;
	width: 164px;
}
div.left div.mailing form p { padding: 0; margin: 0 0 6px 0; }
div.mailing h4 {
	background: #000 url('../images/mailing.jpg') no-repeat 0 15px;
	width: 240px;
	height: 33px;
	text-indent: -5000px;
	padding-top: 15px;
}
div.mailing p { padding: 10px; margin: 0; }
div.left div.error {
	background-color: #CE1717;
	padding: 0;
	margin: 0;
}
div.left div.error form input#email {
	color: #CE1717;
}
div.left div.error p.error {
	margin-bottom: 2px !important;
	display: block;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 2px;
	line-height: 14px;
	background: transparent url('../images/error.jpg') no-repeat 10px 0;
}
div.left div.error form p.btn input {
	background: url('../images/goerror.jpg') no-repeat !important;
	float: right;
}
div.thanks { background: #fff; }
div.thanks p,
div.thanks form { display: none; }
div.thanks p.thanks { display: block; color:#000; }

/* ---------------------------------------------------------- 
	4. HOME 
-----------------------------------------------------------*/

body.home div.right h2 {
	background: #000 url('../images/wearedaveyinc.jpg') no-repeat 21px 15px;
	width: 269px;
	height: 28px;
	text-indent: -5000px;
	padding-top: 15px;
}
body.home div.right h3 {
	background: #000 url('../images/londonbasedfilm.jpg') no-repeat 0 5px;
	width: 600px;
	height: 44px;
	text-indent: -5000px;
	padding-top: 5px;
}

/* ---------------------------------------------------------- 
	5. WORK 
-----------------------------------------------------------*/

body.work div.right h2 {
	background: #000 url('../images/ourwork.jpg') no-repeat;
	width: 600px;
	height: 70px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}
body.work div.search h2 {
	background: #000 url('../images/searchresults.jpg') no-repeat;
}
body.work div.search p.search {
	margin: -18px 0 0 0;
	padding-bottom: 23px;
}
body.work div.search p.error {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding: 0 23px;
}
body.work div.right form {
	padding: 10px 23px 23px 23px;
	overflow: hidden;
}
body.work div.right form label {
	width: 162px;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0;
}
body.work div.right form p {
	width: auto;
	float: left;
	width: 175px;
}
body.work div.right form p.btn {
	width: 27px;
	padding-top: 24px;
}
body.work div.right form select {
	width: 162px;
	height: 23px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
ul.worklist {
	margin: 0;
	padding: 0 23px 0 23px;
	width: 544px;
	overflow: hidden;
}
ul.worklist li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: none;
	width: 544px;
	overflow: hidden;
	float: left;
}
ul.worklist a {
	float: left;
	margin-right: 15px;
}
ul.worklist img { border: none; }
ul.worklist p.tag { line-height: 14px; }
ul.tags {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	width: auto;
	overflow: hidden;
	background: url('../images/tags.jpg') no-repeat;
	height: 17px;
}
ul.tags li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: auto;	
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
}
ul.tags li a {
	color: #999;
	text-decoration: none;
	margin: 0 0 0 3px;
	padding: 0;
}
ul.tags li a:hover {	background: #999; color: #000; }
ul.pagination {
	margin: 0 23px 0 0;
	padding: 0;
	overflow: hidden;
	float: right;
}
ul.pagination li {
	margin: 0;
	padding: 0;
	color: #fff;
	float: left;
	width: auto;
	height: 18px;
	list-style-type: none;
	font-size: 11px;
	line-height: 18px;
}
ul.pagination li.prev { margin-right: 8px; }
ul.pagination li.prev a {
	background: url('../images/prev.jpg') no-repeat center left;
	padding-left: 20px;
	margin-right: 8px;
}
ul.pagination li.next { margin-left: 8px; }
ul.pagination li.next a {
	background: url('../images/next.jpg') no-repeat center right;
	padding-right: 20px;
	margin-left: 8px;
}
ul.pagination li a {
	font-size: 11px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
}
ul.pagination li a:hover {
	text-decoration: underline;
}

/* individual work page */
body.dirwork p.back,
body.workdetail p.back {
	position: absolute;
	overflow: hidden;
	top: -27px;
	right: 0;
	margin: 0;
	padding: 0;
	background: url('../images/back.png') no-repeat;
	width: 87px;
	height: 27px;
}
body.dirwork p.back a,
body.workdetail p.back a {
	padding: 0 0 0 20px;
	margin: 5px 5px 0 0;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	text-decoration: none;
	background: url('../images/prev.jpg') no-repeat;
	float: right;
}
body.workdetail p.send {
	position: absolute;
	top: 12px;
	right: 23px;
	margin: 0;
	padding: 0;
}
body.workdetail p.send a {
	padding: 4px 0 4px 25px;
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url('../images/sendtofriend.jpg') no-repeat 0 1px;
}
body.workdetail div.right p.tag {
	padding: 15px 23px 0 23px;
}
body.workdetail div.right p.artist {
	padding: 0 23px 0 23px;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
}
body.workdetail div.right p.title {
	padding: 0 23px 0 23px;
	font-size: 22px;
	line-height: 26px;
	color: #999;
	font-weight: normal;
}
body.workdetail div#flashholder {
	background: url('../images/border.jpg') no-repeat;
	padding-top: 8px;
	margin-top: 15px;
}
body.workdetail p { overflow: hidden; }
body.workdetail p img {
	float: left;
	margin-right: 10px;
}
body.workdetail p span {
	font-weight: bold;
	font-size: 10px;
	line-height: 10px;
	display: block;
}
body.workdetail p a {
	font-weight: bold;
	font-size: 19px;
	line-height: 22px;
	text-decoration: none;
	color: #999;
}
body.workdetail p a:hover {
	text-decoration: underline;
}
body.workdetail ul.tags {
	margin: 0 23px 20px 23px;
}
form.stf-form {
	padding: 10px;
	width: 458px;
	background: #000;
	position: absolute;
	right: 22px;
	top: 55px;
	overflow: visible;
}
form.stf-form a {
	background: url('../images/close.jpg') no-repeat;
	width: 55px;
	height: 16px;
	display: block;
	text-indent: -5000px;
	margin: 0 4px 10px 0;
	padding: 0;
	float: right;
}
form.stf-form input {
	background: #fff none;
	border: none;
	color: #000000;
	font-size: 15px;
	margin: 0 4px 5px 4px;
	padding: 2px 3px 2px 3px;
	width: 194px;
}
form.stf-form p.btn { float: right; margin: 0; padding: 0; }
form.stf-form p.btn input {
	margin: 0 4px 0 6px;
	background: url('../images/go.jpg') no-repeat !important;
	width: 27px !important;
	height: 23px !important;
}
form.stf-form p.error {
	color: #CE1717;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 2px 0 0 5px;
	padding: 0;
}
form.stf-form p.success {
	color: #7ae10b;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin: 2px 0 0 5px;
	padding: 0;
}


/* ---------------------------------------------------------- 
	6. ABOUT 
-----------------------------------------------------------*/

body.about div.right h2 {
	background: #000 url('../images/wearedaveyinc.jpg') no-repeat 21px 15px;
	width: 269px;
	height: 28px;
	text-indent: -5000px;
	padding-top: 15px;
}
body.about div.right h3 {
	background: #000 url('../images/londonbasedfilm.jpg') no-repeat 0 5px;
	width: 600px;
	height: 44px;
	text-indent: -5000px;
	padding-top: 5px;
}
body.about div.right img {
	margin: 10px 23px 23px 23px;
	padding: 0;
}

/* ---------------------------------------------------------- 
	7. ERROR 
-----------------------------------------------------------*/

body.error div.left,
body.error div.footer { display: none; }
body.error div.right h2 {
	background: #000 url('../images/404error.jpg') no-repeat 21px 15px;
	width: 149px;
	height: 28px;
	text-indent: -5000px;
	padding-top: 15px;
}
body.error div.right h3 {
	background: #000 url('../images/sorry.jpg') no-repeat 0 5px;
	width: 600px;
	height: 44px;
	text-indent: -5000px;
	padding-top: 5px;
	margin: 0 0 23px 0;
}
body.error div.right form {
	padding: 10px 23px 0 23px;
}
body.error div.right form p {
	padding: 0;
	margin: 0;
}

/* ---------------------------------------------------------- 
	8. CLIENTS 
-----------------------------------------------------------*/

body.clients div.right h2 {
	background: #000 url('../images/clientsinclude.jpg') no-repeat;
	width: 600px;
	height: 70px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}
body.clients div.right ul {
	margin: 25px;
	padding: 0;
	overflow: hidden;
}
body.clients div.right ul li {
	margin: 0;
	padding: 0;
	width: 110px;
	height: 110px;
	text-align: center;
	list-style-type: none;
	float: left;
}
body.clients div.right ul p { display: none; }

/* ---------------------------------------------------------- 
	9. CONTACT
-----------------------------------------------------------*/

body.contact div.right h2 {
	background: #000 url('../images/getintouch.jpg') no-repeat;
	width: 600px;
	height: 70px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}
body.contact div.right img {
	margin: 10px 23px 23px 23px;
	padding: 0;
}
body.contact div.right h3 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	line-height: 26px;
	padding: 0 23px 0 23px;
	margin: 0;
}
body.contact div.right h4 {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	line-height: 32px;
	padding: 0 23px 0 23px;
	margin: 0 0 15px 0;
}
body.contact div.right a {
	color: #fff;
	text-decoration: underline;
}
body.contact div.right a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #fff;
	color: #000;
}
div.googlemap {
	width: 554px;
	height: 456px;
	margin: 10px 23px 0 23px;
	padding: 0;
}

/* ---------------------------------------------------------- 
	10. DIRECTORS
-----------------------------------------------------------*/

body.directors div.right h2 {
	background: #000 url('../images/directors.jpg') no-repeat;
	width: 600px;
	height: 70px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}
body.directors div.right ul {
	margin: 23px 23px 8px 23px;
	padding: 0;
	overflow: hidden;
}
body.directors div.right ul li {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 554px;
}
body.directors div.right img {
	border: none;
	float: left;
	margin-right: 20px;
}
body.directors div.right h5 {
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
body.directors div.right a {
	color: #999;
	text-decoration: none;
}
body.directors div.right a:hover { text-decoration: underline; }

body.dirwork div.right div {
	overflow: hidden;
	padding: 23px 23px 20px 23px;
	margin: 0 0 15px 0;
	background: url('../images/border.jpg') no-repeat bottom center;
}
body.dirwork div.right div img {
	float: left;
	margin-right: 10px;
}
body.dirwork div.right h2 {
	background: #000 url('../images/recentwork.jpg') no-repeat;
	width: 600px;
	height: 47px;
	text-indent: -5000px;
	padding: 0;
	margin: 0;
}
body.dirwork div.right div h3 {
	font-size: 32px;
	line-height: 32px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 3px;
}
body.dirwork div.right div h4 {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
body.dirwork p.more { overflow: hidden; }
body.dirwork p.more a {
	float: right;
	background: #000 url('../images/more.jpg') no-repeat;
	width: 46px;
	height: 23px;
	text-indent: -5000px;
}

/* ---------------------------------------------------------- 
	11. PRIVACY / MAILING / SITEMAP
-----------------------------------------------------------*/

body.tandc div.right h2 {
	background: #000 url('../images/privacy.jpg') no-repeat;
	width: 600px;
	height: 70px;
	text-indent: -5000px;
	padding: 0;
	margin: 0 0 15px 0;
}
body.tandc div.right h2.mailing { background: #000 url('../images/mailinglist.jpg') no-repeat; }
body.tandc div.right h2.site { background: #000 url('../images/sitemap.jpg') no-repeat; }
body.tandc div.right h3 {
	font-size: 16px;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 10px 23px 0 23px;
}
body.tandc div.right h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 10px 23px 0 23px;
	color: #999999;
}
body.tandc div.right a {
	color: #fff;
	text-decoration: underline;
}
body.tandc div.right a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
body.tandc div.right ul,
body.tandc div.right ol {
	margin: 0 23px 10px 40px;
	padding: 0;
	color: #fff;
}
body.tandc div.right ul li,
body.tandc div.right ol li {
	font-size: 14px;
	line-height: 19px;
	margin: 0;
	padding: 0 0 0 5px;
}
body.tandc div.right ul ul {
	margin: 0 0 10px 20px;
}
body.tandc div.right ul a {
	color: #fff;
	text-decoration: none;
}
body.tandc div.right ul a:hover {
	background-color: transparent;
	color: #fff;
	text-decoration: underline;
}
body.unsub div.right h2 {
	background: none;
	padding: 0;
	margin: 15px;
	text-indent: 0;
	width: auto;
	height: auto;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}
body.unsub div.right p { padding: 0; margin: 0 15px 10px 15px; width: 560px; }
body.unsub div.right input,
body.unsub div.right textarea {
	background: #fff none;
	margin: 0;
	padding: 2px 3px 2px 3px;
	width: 200px;
	display: block;
}
body.unsub div.right textarea {
	border: none;
	color: #000;
	font-size: 15px;
	width: 350px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	line-height: 19px;
}
body.unsub div.right label {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
body.unsub div.right div.info { padding: 10px 10px 0 10px; }
body.unsub div.right p.submit input {
	margin: 10px 0 0 0;
	background: #000;
	color: #fff;
	border: 2px #fff solid;
	padding: 5px;
	width: auto;
}


