/* @override 
	http://localhost:8888/linkline/styles/LLcss.css
	http://www.linkline.martineau.tv/styles/LLcss.css
	http://www.linklinecrew.com/styles/LLcss.css
*/

/* @group Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* @end */
body {
  	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%; /*Resets 1em to 10px*/ 
	color: #3c8fa2;
	background: #3c8fa2;
	margin: 0;
	padding: 0;
}
#wrapper {
	padding-right: 39px;
	padding-left: 65px;
	margin-top: 20px;
}
#page {
	text-align: left;
	position: relative;
 /*min-width:700px;
 max-width:1300px;*/
	font-size: 1em;
	margin: 0 auto;
}
#header {
	margin: 10px auto;
	height: 98px;
	padding-left: 65px;
	position: relative;
 	min-width:850px;
 	max-width:1290px;
}
.lLPhone {
	right: 70px;
	position: absolute;
	top: 36px;
}
/* @group Fluid Rounded Border  */
body#showreel #page .dialog {
 position:relative;
 margin: 0px auto 0;
 width: 790px;
 min-width:790px;
 max-width:790px;
 z-index:1;
}
.dialog {
 position:relative;
 margin: 0px auto 0;
 min-width:892px;
 max-width:1290px;  /*based on image dimensions - not quite consistent with drip styles yet*/ 
 z-index:1;
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background: transparent url(../img/bigBG.gif) no-repeat top right;
}
.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding: 20px 70px 0px 50px;
	color: #000;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width: 20px; /* top slice width */
 margin-left: -20px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:20px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:20px; /* bottom corner width */
 margin-left:-20px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

/*.dialog .wrapper {
  extra content protector - preventing vertical overflow (past background) 
 position:static;
 max-height:1000px;
 overflow:auto;  note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. 
}*/

/*.dialog h1,
.dialog p {  margins will blow out backgrounds, leaving whitespace. 
 padding:0.5em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}*/
.film, #wlk_qt_video {
	width: 400px;
	margin: 10px auto 0;
}

/* @end */

/* @group Globalnav */
#globalnav {
	/*width: 670px;*/
	height: 2.5em;
	margin: 0 auto 15px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
}
#globalnav li {
	list-style-type: none;
	display: inline;
}
#globalnav li a {
	height: 25px; 
	background: #679CAB;
	color:#fff;
	font-size: 1.1em;
	line-height: 25px;
	padding: 6px 15px;
	margin: 0 1px 0 0;
	padding-bottom: 0 0 0 10px;!important 
 }
#globalnav li a:hover, #globalnav li.active a {
	background:#c8ff65;
	color: #377d91;
}
#globalnav li:first-child a {
	background:#679CAB url(../img/header_globalnav_leftcap1.gif) no-repeat left top;
	padding-left: 30px;
}
#globalnav li:first-child a:hover,#globalnav li.active:first-child a {
	background: #c8ff65 url(../img/header_globalnav_leftcap1.gif) no-repeat left bottom;
	color: #377d91;	
}
#globalnav li:last-child a {
	background:#679CAB url(../img/header_globalnav_rightcap1.gif) no-repeat right top;
	padding-right: 30px;
}
#globalnav li:last-child a:hover,#globalnav li.active:last-child a {
	background: #c8ff65 url(../img/header_globalnav_rightcap1.gif) no-repeat right bottom;
	color: #377d91;
}
/* @end */

/* @group Content Layout */

/*#content {
	background: url(../img/main.gif) repeat-y;
	padding: 10px 60px 1px;
	position: relative;
}*/
/*#home #content {
	padding: 10px 115px 1px;
}*/
#toptext {
	position: relative;
	font-size: 1.2em;
	width: 75%;
	margin: 40px auto 0;
	text-align: justify;
}
#detailscontainer {
	margin: 25px auto 20px;
	position: relative;
	width: 512px; 
}
#detailsheader {
	background: url(../img/detailsheader.gif) no-repeat;
	width: 512px;
	height: 12px;
}
#detailsmain {
	position: relative;
	background: url(../img/detailsbody.gif) repeat-y;
	color: #fff;
	text-align: justify;
	width: 442px;
	margin: 0;
	padding: 1px 40px 1px 30px;
}
#detailsmain p {
	margin-top: 0;
	color: #fff;
}
#detailsfooter {
	clear: both;
	background: url(../img/detailsfooter.gif) no-repeat;
	width: 512px;
	height: 12px;
	margin: 0;
}
ul#homeContact {
	margin-top: 5px;
	font-size: 1.2em;
}
#homeContact li {
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}
#homeContact li.phone {
	background: url(../img/icons/telephone.gif) no-repeat 0 center;
}
#homeContact li.email {
	background: url(../img/icons/monitor.gif) no-repeat 0 center;
}
#homeContact li.address {
	background: url(../img/icons/email_open.gif) no-repeat 0 center;
}
#homeContact li.fax {
	background: url(../img/icons/printer.gif) no-repeat 0 center;
}

#bottomtext {
	margin: 15px auto 0;
	clear: left;
}
#bottomtext p {
	text-align: center;
	margin: 0;
}
#bottomtext p span {
	margin-right: 20px;
	margin-left: 20px;
}
/* @end */

/* @group crew list */

ul#crewlist{
	padding: 0;
	margin: 15px 0 0;
	float: left;
}
#crewlist li {
	list-style-type: none;
	color: #1f4752;
	border-left: 3px solid #cbebdd;
	float: left;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 2.3em;
	height: 2.3em;
	overflow: hidden;
	position: relative;
	width: 14.5em;
	/*background-color: #ffdadb;*/
	padding: 0 6px 0 10px;
	margin-bottom: 0.8em;
}
#crewlist li:hover {
	background-color: #c8ff65;
	border-left: 3px solid #377d91;
}
#crewlist li a {
	margin: 0;
	padding: 0.35em 0.4em;
	top: 0;
	position: absolute;
}
#crewlist li a.cv {
	right: 0.3em;	
}
#crewlist li a.vid {
	right: 2.3em;	
}
.mbThumb {
	position: absolute;
	top: 0;
	right: 2.3em;
	width: 2em;
}
/*#crewlist li div.an7_mov a {
	padding: 0.6em 0.4em;
}*/

/*div.an7_mov a img  {
	background-color: #fff;
}*/
/*#crewlist li a img {
	vertical-align: text-top;
}*/
#crewlist li a:hover {
	background-color: #79a842;
}
/*#crewlist li a:visited {
	color: #377d91;
}*/
.nolink{
	display:block;
	float:left;
	text-align:center;
	color: #888;
	font-size: 1.2em;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 91px;
	height: 33px;
	padding-top: 3px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
	background-color: #BFD4D4;
}
/* @end */
/* @group Type */
h1,h2,h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 1.4em;
}
h1 {
	color: #1f4752;
	font-size: 2.5em;
}
.dialog h1 {
	margin-bottom: 10px;	
}
#showreel h1, #showreel h3 {
	text-align: center;
}
h2 {
	font-size: 1.5em;
	color: #377d91;
}
h2 img {
	margin-bottom: -5px;
	padding: 2px;
	border: 1px solid #a8c4b4;
}
h3 {
	font-size: 1.6em;
}
h3 a:hover {
	color: #1f4752;
}
p {
	font-size: 1.3em;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 1.6em;
	text-align: justify;
	color: #1f4752;
}
p.gbg {
	color: #003133;
	background-color: #BFD4D4;
	padding: 15px;
}

#footer p {
	color: #a2ccd8;
	text-align: center;
}
p img.mr {
	vertical-align: middle;
}
/* @end */

/* @group Links */
a {
	color: #377d91;
	text-decoration: none;
}

a:hover, a:visited:hover {
	color: #c8ff65;
}
#bottomtext a {
	color: #377d91;
	text-decoration: none;
	border-bottom: dotted #377d91 1px;
	font-weight: normal;
	padding: 2px;
}

#bottomtext a:hover {
	color: #c8ff65;
	background-color: #679CAB;
	padding: 2px;
	border-style: none;
}
#detailsmain a {
	color: #c8ff65;
	border-bottom: 1px dotted #c8ff65;
	padding: 2px 4px;
	font-weight: normal;
	font-style: normal;
}
#detailsmain a:hover {
	color: #377d91;
	padding: 2px 4px;
	text-decoration: none;
	background-color: #c8ff65;
}
.crewcontaineritem a {
	color: #333;
	border-bottom: 1px solid #333;
}
.crewcontaineritem a:hover {
	color: #f65077;
	border-bottom: 1px solid #f65077;
}

#footer p a {
	color: #a2ccd8;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#footer p a:hover {
	color: #c9d4d8;
	border-bottom-style: solid;
}
/* @end */

/* @group Reusables */

.fix {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.mr {
	margin-right: 20px;
}
.ml {
	margin-left: 20px;
}
/* @end */
