body {
	background:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#222;
	padding:0;
	margin:auto;
	border-top:#333 2px solid;
}

#header{
	background:url(images/banner.jpg) no-repeat;
	background-position:0px 0px;
	font-style:italic;
	font-size:12px;
	padding:0 50px 0 60px;
	margin:0 0 0 -25px;
	width:1050px;
	height:170px;
}

#paper{
	background:url(images/paperbottom.jpg) no-repeat;
	background-position:0px 0px;
	padding:20px 50px 0 60px;
	margin:0 0 20px -25px;
	width:1050px;
	min-height:229px;
}

/*----------------------------------------------------------CONTAINER STYLES */

#container {
	width:950px;
	margin:0 auto;
}

#container h1 {
	font-size:28px;
	font-weight:normal;
	padding:20px 0px;
}

#container h1 a {
	color:#222;
	text-decoration:none;
}

#container h1 a:hover {
	color:#222;
	text-decoration:none;
	border-bottom:#777 1px solid;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------CONTENT STYLES */

#content {
	float:left;
	width:700px;
	padding:0 0 0 10px;
	margin-right:30px
}


/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------POSTHEADER STYLES */

#postheader{
	background:url(images/corner.jpg) no-repeat;
	margin-top:-10px;
	padding-top:40px;
	margin-left:-40px;
	padding-left:40px;
	height:94px;
	margin-bottom:-20px;
	float:left;
}

#postheader small{
	float:right;
	margin:-15px 0px 0 0;
	padding:6px 6px 3px 6px;
	color:#000;
	border-right:1px #ccc dotted;
	border-bottom:1px #ccc dotted;
	font-family:Helvetica, Arial, Sans Serif;
	text-transform:uppercase;
	font-size:.8em;
	letter-spacing:1px;
}

#postheader h2 {
	font-size:22px;
	color:#608832;
	font-weight:normal;
	margin:0 0 15px 0;
	border-bottom:#CCC 1px dotted;
}

#postheader h2 a {
	color:#608832;
	text-decoration:none;
}

#postheader h2 a:hover {
	color:#89B144;
	text-decoration:none;
}

#postheader h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	letter-spacing:1px;
	color:#888;
	text-transform:uppercase;
	margin-bottom:0px;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------POSTNAV STYLES */
#postnav {
	margin:0 0 10px 0;
}

#postnav a {
	color:#608832;
	text-decoration:underline;
}

#postnav a:hover {
	color:#89B144;
	text-decoration:underline;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------MAIN STYLES */
.main{
	min-height:200px;
	float:left;
}

.main a {
	color:#608832;
	text-decoration:none;
	border-bottom:1px #608832 dotted;
}

.main a:hover {
	color:#89B144;
	text-decoration:none;
	border-bottom:1px #89B144 dotted;
}

.main p {
	line-height:25px;
	margin:0 0 10px 0;
}

.main ol {
	margin:0 0 0 30px;
}

.main ul {
	margin:0 0 0 30px;
}

.main li {
	margin:0 0 10px 0;
	line-height:25px;
}

#container .main h1{
	color:#000000;	
	font-size:20px;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

.main h2{
	color:#89B144;
	font-size:19px;
	font-weight:normal;
	font-style:italic;
	border:0;
	
}

.main h3{
	color:#292E24;
	font-size:17px;
	font-style:italic;
	font-weight:bold;
	line-height:25px;
}

.main h4{
    color:#608832;
	font-size:14px;
	font-weight:normal;
	font-style:italic;
	line-height:25px;
}

.main h5{
	color:#88947a;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
}

.main h6{
	color:#88947a;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
	margin:0px;
	padding:0px;
	line-height:14px;
}

blockquote {
	background:url(images/quote.gif) no-repeat top left;
	font-style:italic;
	font-size:12px;
	padding:0 50px 0 60px;
}

.wrapsheet{
	background-color:#f9f9f9;
	padding:10px 0px 10px 0px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	display:block;
	width:200px;
	font-size:12px;
	line-height:16px;
	float:left;
	position:inherit;
	margin:0 10px 5px 0;
	text-align:center;

}
.wrapsheet img{
	margin:0px;
	
}

.property{
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9px;
	letter-spacing:2px;
	display:block;
	margin:0 10px 0 10px;
}

.value{
  	float:left;
	font-size:14px;
	margin:-4px 10px 0 10px;
}

.title{
	font-weight:bold;
	color:#608832;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:0px;
	padding-bottom:-5px;
	text-transform:uppercase;
	text-align: center;
}

.main p .wrapsheet img{
	margin:0px;
	text-align:left;
}



/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------HANDLING HOW IMAGES ARE DISPLAYED */

					/* + PLACES BORDER AROUND ALL IMAGES +*/
.main a img {
	padding:5px;
	border:#CCC 1px dotted;
	background-color:#fff;
}

.main a:hover img{
	padding:5px;
	border:#555 1px dotted;
	background-color:#fff;
}

.main img {
	padding:5px;
	border:#888 1px dotted;
	max-width: 100%;
	background-color:#fff;
}

					/* + HANDLING HOW IMAGES ARE ALIGNED +*/
.centered img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright img{
	margin: 10px 0 2px 15px;
	display: inline;
}

.alignleft img{
	margin: 10px 20px 2px 0;
	display: inline;
}

img.alignright{
	margin: 10px 0 2px 15px;
	display: inline;
	float:right;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft{
	margin: 10px 20px 2px 0;
	display: inline;
	float:left;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------HANDLING HOW EMBEDDED VIDEOS ARE DISPLAYED */

						/* + PLACES BORDER AROUND ALL EMBEDDED VIDEOS +*/
object#easytube.embed{
	padding:5px;
	border:#888 1px dotted;	
}

						/* + ALIGNS EMBEDDED VIDEOS CORRECTLY +*/
span.alignleft object#easytube{
	margin: 10px 20px 2px 0;
	display: inline;
	float:left;
}

span.alignright object#easytube{
	margin: 10px 0 2px 15px;
	display: inline;
	float:right;
}

span.centered object#easytube{
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------FOOTNOTES STYLING */

#footnotesheader{
	padding: 0px 0 5px 45px;
	width:75px;
	margin:0 0 0 -45px;
	font-size:.8em;
	border-top:1px #888 dotted;
	float:left;
}

#footnotes{
	padding:20px 20px 10px 20px;
	margin-top:1px;
	margin-bottom:1px;
	text-transform: uppercase;
	font-weight:bold;
	float:left;
}

#footnotes a{
	text-decoration:none;
}

#footnotes ol{
	margin-top:6px;
	margin-left:-20px;
	font-size:.8em;
	text-transform:none;
	font-weight:normal;
	float:left;
}

#footnotes ol li{
	line-height:14px;
	float:left;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------HANDLING META DATA AT THE BOTTOM OF A POST */
.meta {
	background:url(images/pagecornerbottom.gif) no-repeat;
	background-position:right bottom;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	text-transform:uppercase;
	padding:0px 0 0 0;
	margin:-20px -30px 30px 0;
	min-height:94px;
	float:left;
	display:block;
	width:748px;
}

#metatext{
	padding:10px 10px 30px 0;
	margin:0 35px 0 300px;
	text-align:right;
}

#tags{
	margin:5px 0 0 0;
}

#divline{
	padding:25px 0 0 0;
	border-bottom:#999 1px dotted;
	margin-right:35px;
	width:700px;
	
}

.meta a {
	color:#888;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;
}

.meta a:hover {
	border-bottom:1px #666 dotted;
	text-decoration:none;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------COMMENTS BUTTON AT BOTTOM OF POST */

.meta .comments {
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin:5px 0px -28px 0;
}

.meta .comments a {
    float:left;
	padding:4px 0 2px 26px;
	background:url(images/comments-small.gif) no-repeat;
	min-height:20px;
	color:#222;
	text-decoration:none;
}

.meta .comments a:hover {
    float:left;
	padding:4px 0 2px 26px;
	color:#222;
	background:url(images/comments-small-over.gif) no-repeat;
	min-height:20px;
	text-decoration:none;
	border:none;
}

/* ----------------------------------------------------------------------- */


/*----------------------------------------------------------RIGHT SIDE SIDEBAR (WITH LINKS, BLOGROLL AND SUCH */

#right {
	float:left;
	width:180px;
	font-size:12px;
	border-left:#999 1px dotted;
	margin:0 0 0 20px;
	padding:0 0 10px 18px;
}

						/* + THIS WOULD BE TITLES FOR SECTIONS LIKE 'ABOUT', 'PAGES', and 'ARCHIVES' +*/
#right h3 {
	font-size:14px;
	margin:20px 0 -5px 0;
}

						/* + LINKS F0R BLOGROLL AND ARCHIVES, ETC. +*/

#right ul a {
	color:#222;
	text-decoration:none;
	border-left:#F0F0F0 3px solid;
	padding-left:3px;
}

#right ul a:hover {
	color:#222;
	text-decoration:none;
	border-left:#89B144 3px solid;
	padding-left:3px;
}

						/* + ENTIRE LIST: IE.) BLOGROLL'S LIST...INCLUDING 'WHAT WERE WATCHING', 'WHAT WERE READING' AND ALL LINKS UNDERNEATH THOSE +*/

#right ul {
	list-style:none;
	margin-left:-30px;
}

						/* + SECOND TIER LINKS, SET OF LINKS UNDER EACH LINK CATEGORY: IE.) LINKS UNDERNEATH 'WHAT WERE WATCHING' +*/

#right ul ul {
	margin:5px 0 0 -20px;
}

#right ul li {
	margin-left:-10px;
	padding:0 0 5px 0;
}

						/* + HEADERS FOR SUB CATS LIKE 'WHAT WERE WATCHING' +*/
#right ul li h2{
	font-size:12px;
	text-transform:uppercase;
	font-weight:600;
}

						/* + STYLING FOR THE 'ABOUT' SECTION AT THE TOP OF THE SIDEBAR +*/

#about h3 {
	margin:5px 0 5px 0;
}

#about{
	padding-right:10px;
}

						/* + SEARCH STYLING +*/

.searchinfo {
	padding:0 0 0 0;
	margin:4px 0 0 0;
	color:#666666;
	font-style:italic;
}

						/* + SEARCH FIELD +*/
input.searchfield {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	display:block;
	background-color:#f6f6f6;
	margin:5px 0 2px 0;
	padding:2px 4px;
	border:#aaa 1px dotted;
	color:#222;
	width:160px;
}

input.searchfield:hover {
	background-color:#fff;
	color:#222;
}

						/* + SEARCH BUTTON +*/
input.subsearch {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	display:block;
	background:url(images/submitsearch-out.gif) no-repeat;
	min-width:69px;
	min-height:29px;
	margin:0 5px 10px 0;
	padding:2px 4px 2px 9px;
	border:0px;
	color:#222;
}

input.subsearch:hover {
	cursor:pointer;
	background:url(images/submitsearch-over.gif) no-repeat;
}

/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------COMMENT FORM */

#commentform p {
	min-width:722px;
	line-height:25px;
	margin:0 0 10px 0;
}

h3.reply {
	font-size:15px;
	margin-bottom:-5px;
	font-weight:normal;
	text-transform:uppercase;
	float:left;
}

h3.reply #ptitle{
	font-weight:bold;
}

p.logged {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	padding:4px 0 0 0;
}

p.logged a {
	color:#222;
	text-decoration:none;
	border-bottom:#ccc 1px dotted;
}

p.logged a:hover {
	color:#222;
	text-decoration:none;
	border-bottom:#777 1px dotted;
}

#commentform{
	float:left;
}

#commentform .labels{
	float:left;
	margin-top:10px;
}
						/* + COMMENTER INFO TEXT BOX LABELS (INCLUDES: NAME, EMAIL AND URL TEXT BOX LABELS) +*/
						
#commentform .labels label {
	width:175px;
	float:left;
}
						/* + NAME TEXT BOX LABEL+*/
#commentform .labels #author label{
	margin-left:0px;
}
						/* + EMAIL TEXT BOX LABEL+*/
#commentform .labels #email label{
	margin-left:75px;
}
						/* + URL TEXT BOX LABEL+*/
#commentform .labels #url label{
	margin-left:77px;
}
						/* + TURNS REQUIRED ASTRICK RED +*/
#commentform #required{
	color:#FF0000;
}
						/* + COMMENTER INFO TEXT BOXS (INCLUDES: NAME, EMAIL AND URL TEXT BOXES) +*/
input.comment {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#f6f6f6;
	padding:4px 4px 2px 4px;
	border:#aaa 1px dotted;
	color:#222;
	width:210px;
}

input.comment:hover {
	background-color:#fff;
	color:#222;
}
						/* + NAME TEXT BOX +*/
input#name.comment{
	margin-left:0px;
}
						/* + EMAIL TEXT BOX +*/
input#email.comment{
	margin-left:28px;
}
						/* + URL TEXT BOX +*/
input#url.comment{
	margin-left:28px;
}
						/* + COMMENT TEXT BOX +*/
textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	width:702px;
	padding:10px 10px 10px 10px;
	line-height:18px;
	background-color:#fafafa;
	border:#aaa 1px dotted;
	color:#222;
	margin-top:0px;
}

textarea:hover {
	background-color:#fff;
	color:#222;
}


						/* + SUBMIT COMMENT BUTTON +*/
input.subcom {
	float:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	background:url(images/submitcomment-out.gif) no-repeat;
	min-width:141px;
	min-height:31px;
	margin:0 -6px 10px 0;
	padding:3px 4px 2px 17px;
	border:0px;
	color:#222;
}

input.subcom:hover {
	cursor:pointer;
	background:url(images/submitcomment-over.gif) no-repeat;
}

/* ----------------------------------------------------------------------- */

/*.postinput small {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	margin:0 0 0 5px;
}*/




/*----------------------------------------------------------COMMENT FORM */

#commentsection{
float:left;
}

#commentsheader{
	background:url(images/comments-medium.gif) no-repeat;
	background-position:right;
	min-height:50px;
	width:722px;
	margin-bottom:-15px;
	float:left;
}

.nocomments {
	font-family:Helvetica, Arial, sans-serif;
	margin:0 0 30px 0;
}

ol.commentlist {
	font-family:font-family:Georgia, Times New Roman, Serif;
	font-size:.95em;
	list-style:none;
	padding:0 0 10px 0;
	margin:50px 0 15px 0;
	color:#4B4B4B;
}

.commentlist li {
	padding:10px 30px 15px 30px;
	border:#ccc 1px dotted;
	margin:20px 0 0 0;
	width:662px;
}

.commentlist p {
	line-height:24px;
	margin:0 0 10px 0;
}

.comment_author {
	font-family:Georgia, Times New Roman, Serif;
	font-size:14px;
	margin:20px 0 10px 0;
}

.comment_meta {
	font-family:Helvetica, Arial,  sans-serif;
	font-size:12px;
	color:#4B4B4B;
	text-align:right;
	margin-right:60px;
}

.comment_author a, .commentlist a, .comment_meta a {
	color:#222;
	text-decoration:none;
	border-bottom:#ccc 1px dotted;
}

.comment_author a:hover, .commentlist a:hover, .comment_meta a:hover {
	color:#222;
	text-decoration:none;
	border-bottom:#777 1px dotted;
}
/* ----------------------------------------------------------------------- */

/*----------------------------------------------------------FOOTER STYLING */

#footer {
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#eee;
	border-top:#999 1px solid;
	margin:20px auto 0 auto;
	padding:10px 0 10px 0;
	text-align:center;
}

#footer a {
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:none;
}

#footcontainer{
	padding:2px 0 2px 0;
	margin:10px 0 10px 0;
}

/* ----------------------------------------------------------------------- */


#skip {
	display: none;
}

.clearleft {
	clear:left;
}

.warning p {
	background:url(images/warning.gif) no-repeat left;
	height:160px;
	padding:20px 0 0 90px;
	font-size:20px;
	margin:0 0 0 10px;
}


