/*
Theme Name:		Lindenvftauction
Version: 		1.0
Description: 	Custom theme
Author: 		Sonora DesignWorks
Author URI:		http://sonoradesignworks.com
*/



/* For compatiability with the WordPress.org theme repository checklist. */
.alignright, .alignleft, .alignnone, .aligncenter, .avatar, .wp-caption, .wp-caption-text, .gallery, .gallery-caption, .sticky, .bypostauthor, .wp-smiley {}



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   HTML5 reset styles
   ========================================================================== */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, 
ins, kbd, q, samp,small, strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, 
legend, table, caption, tbody, tfoot, thead, tr, th, 
td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {margin:0;padding:0;border:0;
outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins {background-color:#ff9;color:#000;text-decoration:none;}
mark {background-color: #ff9; color: #000; font-style: italic; font-weight: bold;}
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select {vertical-align:middle;}
small { font-size: 85%; }
b, strong, th { font-weight: bold; }

/* --------[Font normalization inspired by YUI Library's fonts.css]-------- */
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
/* --------[Normalize monospace sizing]-------- */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
/* --------[Fix sup and sub line-height]-------- */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }sup { top: -0.5em; }sub { bottom: -0.25em; }
/* --------[Remove default scrollbar in IE, Align to text-top]-------- */
textarea { overflow: auto; vertical-align:text-top; }
/* --------[Fix IE image sizing]-------- */
.ie7 img { -ms-interpolation-mode: bicubic; }
/* --------[Correct overflow not hidden in IE9]-------- */
svg:not(:root) { overflow: hidden; }
/* --------[Text selection color]-------- */
::-moz-selection { background: #003D78; color:#fff; text-shadow: none; }
::selection { background:#003D78; color:#fff; text-shadow: none; }
/* --------[j.mp/webkit-tap-highlight-color]-------- */
a:link { -webkit-tap-highlight-color: #003D78; }
/* --------[Accessible focus treatment]-------- */
a:hover, a:active { outline: none; }


/* =============================================================================
   Main Navigation
   ========================================================================== */
 
.nav { float: left; line-height: 1;  width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }
.nav a { display: block; position: relative; padding: 11px 14px }
/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 20em; /* left offset of submenus need to match (see below) */ }
/* Shows submenus */
.nav li:hover ul,.nav li.nav-hover ul { left: -1px; top: 35px; /* match top ul list item height */ z-index: 99; }
/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,.nav li.nav-hover li ul,.nav li li:hover li ul,.nav li li.nav-hover li ul,
.nav li li li:hover li ul,.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,.nav li li.nav-hover ul,.nav li li li:hover ul,.nav li li li.nav-hover ul,
.nav li li li li:hover ul,.nav li li li li.nav-hover ul { left: 20em; /* match .nav ul width */ top: -1px; }

li#menu-item-32 {border-left: 1px solid #ddd;}



/* Default Skin */
.nav { background:#fad482; width:960px; padding:2px 0 2px 22px; border-bottom:1px solid #ddd; border-top:1px solid #ddd }
.nav ul { border: 1px solid #ddd; border-bottom: none; }
.nav ul li a { border-bottom: 1px solid #ddd; }
.nav li:hover ul,
.nav li.nav-hover ul { background: #fff; }

.nav a { color:#666; border-right: 1px solid #ccc; }
.nav a:hover { text-decoration: none; background: #79609e; }
.nav ul a { border-right: none; }
.nav li:hover, .nav li.nav-hover,
.nav a:focus { background: #fafafa; }

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

li.current-menu-item a {background: #edd6a4 !important;}
.nav li li a {background: #fad482 !important;}
.nav li li a:hover {background: #79609e !important;}

/* =============================================================================
   Global
   ========================================================================== */
   
html { overflow-y: scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; }
body, input, textarea { font: 13px/1.5 Arial, Helvetica, sans-serif;  color:white; }


/* =============================================================================
   Main Elements
   ========================================================================== */

/* -----------------------------[ Vertical Styles ]----------------------------- */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 20px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 40px; }

/* -----------------------------[ Lists ]----------------------------- */
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

/* -----------------------------[ Logo ]----------------------------- */
#logo { height:100px; width:960px; background:url(https://test.brattle-it.com/wp-content/uploads/2023/10/HeaderPNG.jpg) 0 0 no-repeat }
#logo a{ display:block; text-indent:-9999px; height:100px; width:960px; }

/* -----------------------------[ Links ]----------------------------- */
a, a:active, a:visited { color: #fa9405; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #c28a4e; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* -----------------------------[ Headings ]----------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; margin-bottom:20px }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

/* -----------------------------[ Content ]----------------------------- */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: white; font-size: 24px; line-height: 28px; margin-bottom:20px }
.entry-title a:hover { color:#f2deb3; text-decoration: none; }

/* -----------------------------[ Text Elements ]----------------------------- */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { border-bottom: 1px solid #666; }

/* -----------------------------[ Tables ]----------------------------- */
table { border: 1px solid #ccc; border-width: 1px; line-height: 18px; margin: 0 0 22px 0; text-align: left; padding: 0 5px; }
table .even { background: #ddd; }
caption { text-align: left; }
tr { border-bottom: 1px solid #ccc; }
th, td { padding: 5px 3px; }
td { vertical-align: top; }

/* -----------------------------[ Images ]----------------------------- */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */


/* =============================================================================
   Forms
   ========================================================================== */
   
   
input, textarea, button { background: #fafafa; }
input:focus, textarea:focus, button:hover { background: #fff; }
/* bugfix .safari input { padding: 0px 3px; }.chrome input { padding: 1px 3px; }*/
/* Fix inputs and buttons in IE, WebKit, Firefox */
button, input, select, textarea { width: auto; overflow: visible; margin: 0; font-size: 100%; font-family: sans-serif; vertical-align: baseline; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
/* Remove extra padding and inner border in Firefox */
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; }
/*Consistent box sizing and appearance */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* -----------------------------[ Inputs ]----------------------------- */
input[type="text"], input[type="password"], input[type="email"], textarea, select { border: 1px solid #ccc; padding: 6px 4px; outline: none; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { border: 1px solid #aaa; color: #444; -moz-box-shadow: 0 0 3px rgba(0,0,0,.2); -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2); box-shadow:  0 0 3px rgba(0,0,0,.2); }

/* -----------------------------[ Buttons ]----------------------------- */

input, textarea {width:300px; max-width:300px}

input[type="submit"] {
	width:180px;
	border-color: rgba(255, 255, 255, .2) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, .1) rgba(255, 255, 255, 0.2);
	border-style: solid;
	border-width: 3px;
	color: #fff;
	display: inline-block;
	padding: .5em .8em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
	a.bevel.red { background: #b20000 }
	a.bevel { background: #f76c0f }
	a.bevel.green { background: #248334 }
	
	input[type="submit"] { background: #f2a74b }
	input[type="submit"]:hover { color: #fff; opacity: .9 }
	
input[type="submit"] {margin-top:10px}	

input[type="radio"] {width:20px}
	form p {margin-bottom:10px}

	

/* -----------------------------[ Comments ]----------------------------- */
div.vcard, div.comment-meta { background:20px #eee; padding:8px }
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin:0 }
.comment { margin-bottom: 40px; border:2px solid #eee; padding:15px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; font-style:normal; font-weight:bold }/* name of comment poster */
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 3px; background:#fff; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; }
/* Comment Replies */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* -----------------------------[ Gallery ]----------------------------- */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }
.gallery-columns-2 { width: 50%; } .gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; } .gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; } .gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; } .gallery-columns-9 { width: 11%; }
/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }
/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* -----------------------------[ Basic Alignments ]----------------------------- */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }
/* clearfix */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clear { clear:both }


/* =============================================================================
   Theme Specific Styles
   ========================================================================== */


html { background:#eee }

body {padding-bottom:20px}

/* main sections */
.container { width: 960px; margin: 0 auto; background:#79609e; border:2px solid #e2e1e1; border-top:0px; margin-bottom:20px }
#content {padding:30px}


/* -----------------------------[ Header ]----------------------------- */
#header { height:100px;  }

/* -----------------------------[ Left Col ]----------------------------- */
.hfeed { width: 600px; float: left; }

.entry-content li {margin-bottom:10px}


/* -----------------------------[ Right Col ]----------------------------- */
.aside {padding:0px; border:0px solid #eee; -webkit-border-radius: 0px;
-moz-border-radius: 0px; border-left-width:4px; border-color:#EEEEEE;
border-radius: 0px; width:225px; min-height:4px; float:right; margin-bottom:3px}
.aside ul {margin-left:10px; }
.aside li {margin-bottom:10px; }
.aside h2 {font-size:16px; border-bottom:1px solid #eee; margin-bottom:15px; }
.aside p{margin-bottom:5px; }

.aside {display:none}
.home .aside {display:block; padding-left:10px;}


/* -----------------------------[ Footer ]----------------------------- */
#footer { clear: both; }




.hfeed {min-height:400px}
input[type="checkbox"] {width:20px}
#wpmem_login legend {display:none}
.button_div {height:50px !important}





/* =============================================================================
   Print styles, Inlined to avoid required HTTP connection
   ========================================================================== */


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  .menu { display:none } /* Hide elements when printed */
}
