/*
Theme Name: WordPress Classic
Theme URI: http://wordpress.org/
Description: The original WordPress theme that graced versions 1.2.x and prior.
Version: 1.5
Author: Dave Shea
Tags: mantle color, variable width, two columns, widgets

Default WordPress by Dave Shea || http://mezzoblue.com
Modifications by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :)
*/

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

a, a:link, a:visited {
	color: #aaa;
	text-decoration: none;
	padding: 1px 3px;
}

a img {
	border: none;
}
a.fldrimg img {
	border: 2px red solid;
}


a:hover, a:active, a:focus {
	color: #fff;
	background: red;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	margin: 0;
	padding: 0;
	background: white url('images/ldl-back.png') repeat 0 0;
	font-family:'Trebuchet MS', Helvetica, sans-serif;
	font-size: 14px;
	color: #111;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h2 {
	border-bottom: 1px dotted #ffb9b9;
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
	font-size: 20px;
	color: red;
}
h2 a, h2 a:link, h2 a:visited {
	display: inline;
	text-decoration: none;
	color: red;
}
h2 a:hover, h2 a:focus, h2 a:active {
	color: #111;
	background: transparent;
}

h3 {
	margin-top: 0;
}
span.timepost {
	font-size: 11px;
	display: inline;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.credit {
	background: #000;
	color: red;
	font-size: 11px;
	margin: 0;
	padding: 5px !important;
	text-align: center;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

.credit a:link, .credit a:hover {
	color: #fff;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 11px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
}

.meta a:hover, .meta a:active, .meta a:focus {
	background: #eee;
}

.timepost {
	margin: 0;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist {
	margin: 0;
	padding: 0;
}
#commentlist, #commentlist li ul {
	border-left: 1px solid #ddd;
	list-style-type: none;
}
#commentlist ul.children {
	margin: 0;
	padding: 0 0 0 10px;
	background: #fff3f3;
}
#commentlist li ul.children {
	border-left: 1px solid red;
	list-style-type: none;
}
#commentlist li {
	padding: 10px;
}
#commentlist .reply {
	padding-bottom: 20px;
}
#commentlist li.odd {
	background: #eee;
}

.avatar {
	float: left;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}

#content {
	margin: 30px 0;
	padding: 0 20px 0 20px;
	text-align: justify;
}

#header {
	background: white url('images/ldl-top-back.png') no-repeat top left;
	margin: 0;
	padding: 0;
	height: 311px;
}

#header h1, #header a, #header a:link, #header a:visited {
	width: 100%;
	height: 311px;
	text-indent: -9999px;
	display: block;
}
#header a:hover, #header a:focus, #header a:active {
	background: transparent;
}

#menu {
}

#menu form {
	margin: 0 0 0 13px;
}

#menu input#s {
	width: 65%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	color: #ccc;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
}

#menu ul li {
	margin-top: 10px;
	padding-bottom: 2px;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul li a {
	color: #000;
	text-decoration: none;
}

#menu ul ul li a:hover {
}

#menu ul ul ul.children {
	font-size: 142%;
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #ddd;
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	width: 90%;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #e0e6e0;
	color: #333;
}

#wp-calendar caption {
	color: #999;
	font-size: 16px;
	text-align: left;
}

#wp-calendar td {
	color: #ccc;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */


/* LDL added styles */
#wrapper {
	background: transparent;
	margin: 0 0 60px 0;
	padding: 0 90px 0 90px;
	width: 100%;
	border-spacing: 0;
	border: 0;
}
#wrapper td {
	margin: 0;
	padding: 0;
	vertical-align: top;
}
td.wrapper-border {
	background: white url('images/ldl-border.png') repeat 0 0;
	width: 10px;
	height: 100%;
}

#wrapper-left {
	background: white;
	padding: 0 30px 0 0;
}
#wrapper-right {
	background: white;
	margin: 0;
	padding: 0;
	width: 250px;
	vertical-align: top;
}
td.folder {
	display:none;
}

/* Movies page */
p.film {
	color: #eee;
	margin: 0;
	padding: 10px;
}
.film img {
	float: left;
	margin: 0 10px 10px 0;
}
.filmTitle {
	font-size: 16px;
	color: red;
	margin: 0;
	padding: 0;
}
#page h1 a, #page h1 a:link, #page h1 a:visited {
	font-size: 30px;
	color: red;
	margin: 0;
	padding: 0;
}
#page h1 a:hover, #page h1 a:active, #page h1 a:focus {
	background: transparent;
}