/*
Theme Name: Brinton Films New Theme
Theme URI: https://www.brintonfilms.com/new
Description: Clean, Simple, Showcase
Version: 2.1.0
Author: Aaron Orion Shoemaker
Author URI: https://www.aaronorion.com/
*/

/* Top Elements */
* { margin: 0; padding: 0; }
em {
	font-weight: 600;
	font-style: normal;
	font-size: 9px;
	color: #bbbbbb;
}

body {
	background: #FFFFFF;
	font: normal 70%/1.5em Verdana, Tahoma, Verdana, sans-serif;
	color: #333;
	text-align: center;
}
/* links */
a {
	background: inherit;
	text-decoration: none;
	color: #348a95;
	outline: none;
}
a:hover {
	background: inherit;
	color: #2e7c86; 
}
/* headers */
h1, h2, h3, span.date {
	font-family: Tahoma, 'Trebuchet MS', Verdana, Sans-serif;
	font-weight: 400; 		
}
h1 { font-size: 120%; }
h2 { 
	font-size: 17px;
	line-height: 24px; 
	text-transform: uppercase;
	font-family: helvetica;
	letter-spacing: 4px;
	margin-bottom: 12px;
}
h2 a,
h2 span.title {
	float: left;
	margin-left: 40px;
}
h2.blog-title a {
	margin-left: 6px;
}
h2.sTitle {
border-bottom: 1px solid #e6e6e6;
margin-bottom: 6px;
padding-bottom: 2px;
}
h2.sTitle span.title {
	margin-left: 6px;
}
span.date {
	text-transform: uppercase;
	color: #aaaaaa;
	font-size: 14px;
	line-height: 20px;
	margin-left: 12px;
	display: block;
	float: left;
	letter-spacing: 1px;
}
span.date a {
	margin-left: 0;
	color: #AAAAAA;
}
h3 { font-size: 110%; color: #007E80; }

h1, h2, h3, p {
	margin: 0;
	padding: 0;		
}
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}

/* images */
img {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 10px;  
}
img.float-left {
  margin: 5px 10px 5px 0px;
}

.post img {
	margin: 12px 0;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

/* blockquote */
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(https://5ce1ed.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/quote.gif) no-repeat 5px 5px;    
}

/* form elements */
.row {

}

.inline {
	float: left;
	margin-right: 12px;
	width: 170px;
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	margin:5px 0 0 0;
}
input {
	padding:2px;
	border:1px solid #bbb;
	font: normal 1em Verdana, sans-serif;
	color:#777;
	width: 100%;
}
textarea {
	width:352px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #bbb;
	height:100px;
	display:block;
	color:#777;
}
input.submit-btn { 
	margin: 5px 10px; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #275F6C;
	width: 70px;
	float: right;
	cursor: pointer;
}
input.submit-btn:hover {
	background: #eee;
}
/* search form */
form.search {
	padding: 0; margin: 0; 
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
form.search input.textbox { 
	margin: 0; padding: 1px;
	width: 120px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
}
form.search input.button {
	height: 20px;
	padding: 1px 3px;
	width: 60px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#content {
	width: 700px;
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #fefefe;	
}
/* header */
#header {
	height: 280px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}
#header h1#logo {
	padding-top: 20px;
}

#header h1#logo a { 
	/* background: url('/assets/www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/brinton_films_logo.jpg') no-repeat 0 0; */
	display: block;
	width: 302px;
	height: 245px;
	margin: 0 auto;
}

#header h2#slogan {
	display: none;			
}
#header #searchform {
	float: right;
	padding: 45px 40px 0 0;
	display: inline;
}
/* menu */
#menu {
	clear: both;
	margin: 0;
	font: bolder 12px/26px Tahoma, Verdana, Arial, Sans-Serif;
	border-top: 1px solid #fefefe;
	border-bottom: 1px solid #e6e6e6;			
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
	list-style: none;
	width: 175px;	
}
#menu ul li a {
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 2px 0 6px;
}
#menu ul li a:hover, #menu ul li.selected a {
	color: #333;  
}
#menu ul li.current_page_item a {	
	background: #30899F; 
	color: #FFF;	
}
#menu ul li a.ct {
	text-align: center;
}

#menu ul li a.rt {
	text-align: right;
}

/* Main */
#main {
	float: left;	
	width: 72%;
	padding: 0;
	margin: 0;	
}
#main h1 {
	color: #667F99; 
	border-bottom: 1px solid #CCCCCC;
	background: #F6F6F6 url(https://c081c6.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/arrow.gif) no-repeat 5px 50%;	
	padding: 3px 0 3px 20px;	
	margin: 10px 0 0 0;
}

#main h1 a { background:none; }

.post {
	margin: 20px 0 50px 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px;
	font-size: 100%;	
}
.post-footer .date {
	background: url(https://f43be0.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(https://e82c4d.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(https://fc3fcd.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/themes/lbf_theme_v2/images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post-footer .readmore a  { background:none; }

/* sidebar */
#sidebar {
	float: right;
	width: 26%;
	padding: 0; margin: 0;		
}	
#sidebar h2 {
	margin: 10px 0 0 0; 
	padding: 3px 10px; 
	font-weight: 600;
font-size: 10px;
letter-spacing: 1px;
text-transform: uppercase;	
	color: #FFF;	
	background: #B6B8BB;	
}
#sidebar ul {
	list-style: none;
	text-align: left;
	margin: 3px 0px 8px 0; padding: 0;
	text-decoration: none;	
}
#sidebar ul li {
	border-bottom: 1px solid #EFF0F1;
	padding: 2px;
	margin: 0 2px;			 
}

* html body #sidebar ul li { height: 1%; }

#sidebar ul a {
	padding: 2px 0; 		
	background: none;
}

#sidebar ul li ul li {
	padding-left: 16px;
}

/* footer */
#footer {
	clear: both;
	color: #66737B;
	font: normal 90% Verdana, Tahoma, sans-serif;
	height: 60px;
	padding: 8px 0 0 0;
	margin: 0 auto;	
}
#footer a { text-decoration: none; }

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray { color: #CCC; }

img.avatar {float:left;margin-right:5px;}

.hr hr { display: none; }

.hr {
	background: #e6e6e6;
	border-bottom: 1px solid #fefefe;
	display: block;
	margin: 0 auto;
	height: 1px;
}


.contact-lc {
	float: left;
	width: 300px;
}

.contact-rc {
	float: left;
	width: 400px;
}

#topcontrol {
	background: #e3e3e3;
 	border: 1px solid #CCCCCC;
	color: #999999;
	font-size: 8px;
	font-weight: 600;
	height: 29px;
	letter-spacing: 1px;
	padding: 4px 0;
	text-transform: uppercase;
	width: 190px;
}

div.blogger {
width: 500px !important;
float: left;
}

.videoFrame {
position: relative;
width: 700px;
margin: 8px 0;
}

.leftFold,
.rightFold {
width: 48px;
height: 48px;
position: absolute;
top: -14px;
}

.leftFold {
background: url('https://6d1428.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/leftFold.png') no-repeat 0 0;
left: -14px;
}

.rightFold {
background: url('https://8683d2.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/rightFold.png') no-repeat 0 0;
right: -14px;
}

div.comments {
text-transform: uppercase;
color: #333333;
font: bold 9px/16px helvetica, arial;
letter-spacing: 1.8px;
margin: 12px 0 0 40px;
text-align: right;
}

div.comments a {
color: #667F99;
font: 18px/16px georgia, times;
}

.navigation a,
#footer p {
text-transform: uppercase;
color: #333333;
font: bold 9px/16px helvetica, arial;
letter-spacing: 1.8px;
padding: 8px 0;
display: block;
}

#footer p {
text-align: center;
}

#footer a {
text-decoration: none;
}

.profilePic {
	background: url('https://1d080f.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/9091-BnW-19.jpg') no-repeat 0 0;
	height: 473px;
	margin: 20px 0;
}

.spamPic {
	background: url('https://1d080f.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/9091-BnW-19.jpg') no-repeat 0 0;
	height: 473px;
	margin: 20px 0;
}

.the404Pic {
	background: url('https://4153f1.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/Brinton-Films-404.jpg') no-repeat 0 0;
	height: 507px;
}

/* Comments Style */
h3#comments,
h3#respond {
	font-size:18px;
	margin: 6px 0;
}

ol.commentlist li {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

.commentmetadata {
text-transform: uppercase;
}

/* Row Inline */
.row {

}

.inline {
	float: left;
	margin-right: 12px;
	width: 170px;
}

/* CAPTCHA */
img#BFKAPTCHA { margin-top: 8px; }
img.KAP1 { background: url('https://fe26b7.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/KAP_1.jpg') no-repeat 0 0; }
img.KAP2 { background: url('https://91d2b1.claudeassets.com/20240421051223im_/https://www.brintonfilms.com/wp-content/uploads/KAP_2.jpg') no-repeat 0 0; }

input.error {
	border: 1px solid #990000;
}

#username {
	visibility: hidden;
}
/*
     FILE ARCHIVED ON 15:21:56 Dec 09, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:26:15 Jun 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.423
  exclusion.robots: 0.057
  exclusion.robots.policy: 0.05
  esindex: 0.007
  cdx.remote: 8.59
  LoadShardBlock: 144.154 (3)
  PetaboxLoader3.resolve: 123.926 (4)
  PetaboxLoader3.datanode: 178.101 (5)
  load_resource: 172.41
  loaddict: 41.048
*/