@charset "UTF-8";
/* CSS Document */


/* Standard CSS classes */
/* -- contain -- */
.contain:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
/* ie mac fix */
.contain{display:inline-table; zoom:1;}
* html .contain{/* nomac \*/height:1%;/* nomac */}
.contain{display:block;}
/* -- image replacement -- */
.imageReplace{position:relative;/* nomac \*/overflow:hidden;/* nomac */margin:0px; padding:0px;}
.imageReplace span{width:100%;height:100%;position:absolute;background-repeat:no-repeat;top:0px;left:0px;z-index:1;}
/* -- clear -- */
.clear {clear: both;}
.clearLeft {clear: left;}
.clearRight {clear: right;}

/* -- Standard Floating Functions --*/
.floatLeft {float: left;}

.floatRight {float: right;}


/* Main Site Styles */
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	font-family: georgia, serif;
	font-size: 16px;
}

/* Tabs, please leave me alone!! Thank you xxx */
.oneColFixCtrHdr #container {
	width: 933px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	border-bottom: dotted 1px #666666;
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	width: 933px;
	padding: 0px 0px 13px 0px;
	margin-top: 32px;
}
.oneColFixCtrHdr #header h1 {
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.oneColFixCtrHdr #mainContent {
	width: 933px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	border-top: dotted 1px #666666;
	width: 933px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}


#header h1 a {
	background: url(img/tabithamoore_logo.gif) top left no-repeat;
	text-indent: -99999px;
	width: 337px;
	height: 42px;
	float: left;
}


/* SITE NAVIGATION */	
#header ul {
	list-style: none;
	margin: 0px;
	padding: 26px 0px 0px 0px;
	float: right;
}

#header ul li {
	padding-right: 19px;
	display: inline;
}

#header ul li.contact {
	padding-right: 0px;
}

#header ul li a {
	font-family: georgia, serif;
	text-decoration: none;
	color: #ffffff;
}

#header ul li a:hover,
#header ul li a.selected {
	color: #339999;
}

.contentTop {
	border-bottom: dotted 1px #666666;
	margin-bottom: 26px;
	padding-bottom: 26px;
}

#footer ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#footer ul li {
	margin-top: 12px;
	padding-left: 26px;
	float: right;
}








.oneColFixCtrHdr #container #mainContent .videoHldr {
	background-color: #666666;
	padding: 0px;
	height: 347px;
	width: 617px;
	margin-top: 26px;
	margin-left: 0px;
	float: left;
	border: solid 1px grey;
}



.oneColFixCtrHdr #container #mainContent .videoText {
	background-color: #000000;
	height: 347px;
	width: 286px;
	margin-top: 4px;
	margin-left: 0px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.videoText h3 {
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	line-height: normal;
}



.videoText p {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 12px;
	line-height: 23px;
	margin-right: 10px;
	padding-right: 0px;
	padding-left: 0px;
}

.videoText p.details {
	font-size: 10px;
	line-height: 18px;
}


p.filmType {
	font-family: georgia, serif;
	line-height: normal;
	font-size: 12px;
	margin-top: 0px;
}

/* Home Extra Work */
.homeItem {
	margin-right: 26px;
	margin-bottom: 26px;
	width: 293px;
	float: left;
}


.homeItem img {

	border: solid 1px grey;
	margin-bottom: 12px;
}

.homeItem h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	
}

.homeItem h3 a {
	text-decoration: none;
	color: #FFFfff;
}


.homeItem h3 a:hover {
	color: #339999;
}

.homeItem h3 a span {
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-size: 12px;
	border-bottom: dotted 1px #666666;
	display: block;
}

.homeExrta .last {
	margin-right: 0px;
}


.workPage img.firstRow {
		margin-top: 25px;
	margin-bottom: 12px;
}
