/*   
Theme Name: lrs
Description: theme.
Version: 0.1
Tags: white, black, two-columns, fixed-width, right-sidebar
*/

@charset "utf-8";

body {
	font: 13px/1.231 Georgia, "Times New Roman", Times, serif;
	color: #fff;
	*font-size:small; /* for IE */
	*font:x-small; /* for IE in quirks mode */
	text-align: center; /* for IE */
}


/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea {
	font:99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

html{
	background: #000;
	color: #FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
li {
	list-style:none;
}
*/

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}

img {
	vertical-align: bottom;
}

a {
	text-decoration: none;
}

a:focus {
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 10px 0;
	line-height: 130%;
}

h1 {
	font-size: 182%;
}

h2 {
	font-size: 153.9%;
}

h3 {
	font-size: 138.5%;
}

h4 {
	font-size: 123.1%;
}

h5 {
	font-size: 93%;
}

h6 {
	font-size: 85%;
}

/* ------------------------------
 Gallery Caption
------------------------------ */
#tooltip {
	border: 1px solid #111;
	background-color: #222;
	font-size: 65%;
}

/* ------------------------------
 Layout
------------------------------ */
#bg_image {
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 0;
}

#container {
	z-index: 1;
	margin: 30px auto;
	text-align: left;
	width: 970px;
	font-size: 90%;
}

#inner {
	margin: 0 5px;
	position: relative;
}

#header {
	float: left;
}

#main {
	float: left;
	width: 660px;
	padding: 5px;
}

#main .entry {
	position: relative;
}

#side {
	float: left;
	width: 265px;
	margin: 20px 0 0 20px;
}

#navigation {
	float: left;
	margin: 0 0 0 20px;
}

#footer {
	margin: 5px;
	padding: 90px 0 40px 0;
	width: 960px;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.printhide {
}

/* ------------------------------
 Header & Header Layout
------------------------------ */

#header h1 {
	font-size: 222%;
	padding: 0;
	position: relative;
	letter-spacing: -0.01em;
}

#header h1 a {
	color: #404040;
}

#header h1 a:hover {
	color: #fff280;
	text-decoration: none;
}

#blog_description {
	color: #404040;
	font-size: 93%;
	margin: 0 0 25px 0;
}


/* ------------------------------
 Navigation
------------------------------ */
#navigation #subnavigation {
	float: right;
	font-size: 80%;
	margin: 0 0 10px 0;
}

#navigation #subnavigation a {
	color: Gold;
}

#navigation #subnavigation  a:hover {
	background-color: Gold;
	color: #202020;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	font-weight: bold;
	text-transform: lowercase;
	margin: 0px 10px 0 0;
	float: left;
	font-size: 115%;
}

#navigation li a {
	color: #efefef;
	display: block;
	width: 100%;
}

#navigation li a:hover {
	background-color: #efefef;
	color: #202020;
}

#navigation .home li a {
	color: #202020;
	display: block;
	width: 100%;
}

#navigation .home li a:hover {
	background-color: #202020;
	color: #efefef;
}


/* ------------------------------
 Main Content
------------------------------ */
#main a {
	color: #fff280;
	text-decoration: none;
}

#main a:link {
	color: #fff280;
}

#main a:visited {
	color: #fff280;
}

#main a:hover {
	background-color: #fff280;
	color: #202020;
}

#main h2.entrytitle {
	padding: 0;
	margin: 1em 0 0 0;
}

#main h2.entrytitle a {
	color: #efefef;
	text-decoration: none;
}

#main h2.entrytitle a:link {
	color: #efefef;
}

#main h2.entrytitle a:visited {
	color: #efefef;
}

#main h2.entrytitle a:hover {
	background: transparent;
	color: #fff280;
}

#main .prevnext {
	margin: 50px 0 50px 0;
	text-align: center;
}

#main .prevnext a {
	color: #fff280;
	font-style: italic;
}

#main .prevnext a:hover {
	background-color: #fff280;
	color: #FFF;
}

#main p {
	color: #dcdcdc;
	line-height: 150%;
	font-size: 115%;
	margin: 0 0 1em 0;
	letter-spacing: 0.02em;
}

#main .entry-now {
	position: relative;
	margin: 6px 0 15px 0;
	border-top: #dcdcdc solid 2px;
	padding-top: 5px;
	line-height: 150%;
	font-size: 115%;
}


#main .date {
	color: #dcdcdc;
	font-size: 85%;
	margin: 6px 0 15px 0;
	border-top: #dcdcdc solid 2px;
	padding-top: 5px;
	line-height: 150%;
}

#main .date a {
	color: #dcdcdc;
	text-decoration: none;
}

#main .date a:hover {
	background: #fff280;
	color: #FFF;
	text-decoration: none;
}

#main .time {
	color: #fff280;
	font-size: 93%;
}

#main .dateonly {
	color: #fff280;
	font-size: 153.9%;
	top: 0;
	left: 490px;
	position: absolute;
}

#main .topagetop {
	margin: 60px 0 25px 0;
	text-align: left;
}

#main .entry_footer {
	border-top: 1px dotted #CCC;
	color: #efefef;
	font-size: 85%;
	margin: 40px 0 25px 0;
	padding: 8px 0 8px 0;
}

#main .entry_footer a {
	color: #efefef;
	text-decoration: none;
}

#main .entry_footer a:hover {
	color: #FFF;
	background: #fff280;
	text-decoration: underline;
}

#main ol {
	line-height: 150%;
	font-size: 115%;
}

#main q {
	color: #efefef;
	font-size: 93%;
	width: 370px;
	margin: 0 auto;
}

#main q:before {
     content: open-quote;
}

#main q:after {
     content: close-quote;
}

#main blockquote {
	width: 400px;
	background: url(images/quote_start.jpg) no-repeat scroll top left;
	margin: 30px auto;
}

#main blockquote p {
	background: url(images/quote_end.jpg) no-repeat scroll bottom right;
	margin-left: 18px;
	margin-right: 18px;
	text-decoration: underline;
}

#main .continue {
	margin-top: 40px;
}

#main .continue a {
	background:#dcdcdc;
	color:#FFF;
}

#main .continue a:hover {
	background:#fff280;
	color:#FFF;
}

/* ------------------------------
 Side Menu
------------------------------ */
#sidebar h2 {
	font-size: 115%;
	border-bottom: 1px solid #444;
	font-weight: bold;
	margin: 0px 0 8px 0;
	padding: 0 0 8px 0;
}

#sidebar ul {
	color: #000000;
	font-size: 95%;

}

#sidebar li {
	margin: 4px 10px 0 0;
	padding: 0 0 3px 0;
}

#sidebar li a {
	color: #efefef;
	width: 100%;
}

#sidebar li a:hover {
	color: #fff280;
}


#sidebar ul li ul.children {
	color: #000;
	font-size: 100%;
}

#sidebar ul li ul.children li {
	border-top: 1px dotted #dcdcdc;
	border-bottom: none;
	font-style: italic;
	margin: 3px 0 0 0;
	padding: 5px 0 1px 0;
	/* padding: 5px 0 1px 2em; */
}



/* ------------------------------
 Sidebar for widget
------------------------------ */
#widgetbar h2 {
	font-size: 85%;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
	margin: 60px 0 8px 0;
	padding: 0 0 8px 0;
}

#widgetbar ul {
	color: #000000;
	font-size: 85%;
}

#widgetbar li {
	border-bottom: 1px dotted #dcdcdc;
	font-style: italic;
	margin: 4px 0 0 0;
	padding: 0 0 3px 0;
}

#widgetbar li a {
	color: #efefef;
}

#widgetbar li a:hover {
	color: #fff280;
}


/* ------------------------------
 Footer
------------------------------ */
#footer p.copyright {
	color: #7F7F7F;
	font-size: 85%;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
}

#footer p.copyright a {
	color: #7F7F7F;
	font-size: 85%;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
}

#footer p.copyright a:hover {
	color: #fff280;
	font-size: 85%;
	font-style: italic;
	text-align: left;
	text-decoration: underline;
}





/* ------------------------------
 List Menu Form
------------------------------ */
#archive {
	display: block;
	height: 22px;
	width: 230px;
}

#archive select {
	font-size: 93%;
}


/* ------------------------------
 Gallery Captions
------------------------------ */




/* ------------------------------
 09-03-20 added
------------------------------ */
#side li {
	list-style: none;	
}

#main ul, ol {
		margin: 0.5em 0;
        padding: 0 0 0 2.5em; 
        font-weight: normal;
        line-height: 175%;
}

#main ul ul, ul ol, ol ul, ol ol {
        margin: 0;
        padding: 0 0 0 2em;
        font-size: 1em;
}

#main li {
		margin: 0.2em 0;
        padding: 0;
}

#main ul { list-style: square inside; }
#main ol { list-style: decimal inside; }

#main dl{
	line-height: 175%;
	padding:0.5em 0 0.6em 0;
}

#main dt{
	font-weight: bold;
}

#main dd{
	margin-left: 1em;
	margin-bottom: 0.5em;
}

#main pre {
	line-height: 140%;
	padding: 1em;
	border: 1px solid #CCC;
	width: auto;
	_width: 90%;
	overflow: auto;
	_overflow: scroll;
	color: #000;
	background-color: #F9F9F9;
	font-family: 'MS Gothic', monospace;
}


#main table{
	width: 100%;
	border-spacing: 2px;
	margin: 0 0 1em 0;    border: 1px #E3E3E3 solid;
}

#main th, td{ padding:0.3em 0.75em; }

#main th{
	border-bottom: 2px #efefef solid;
	color: #efefef;
	text-align: left;
	    background: #F5F5F5;
}

#main td{
	border-bottom: 1px #E3E3E3 dotted;
	color: #efefef;
}

#main caption{
	text-align: left;
	color: #FFF;
	margin-bottom: -1em;
	margin-top: 1em;
}

#main abbr {
	border-bottom: #efefef dotted 1px;
}

#videogrid .vid-item {
	float: left;
	width: 120px;
	padding: 5px;
	font-size: 85%;
	height: 160px;
}

#videogrid p {
	padding: 0px;
	margin: 0px;
}
