/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}
/*
name: The Late Show
designer: Liz Lubowitz
designer_url: http://killsmedead.com
description: because the movie blog is always a popular choice
layouts: one-column, two column, three column
*/


/* -------------------------- */
/* ---------- misc ---------- */
/* -------------------------- */

a { color: #eadbc0; text-decoration: underline;}
a:visited { color: #eadbc0; }
a:hover { color: #eadbc0; }


h1, h2, h3, h4, h5, h6 {margin: 5px 0px;}

blockquote {
	margin: 10px 30px; 
	padding: 10px 10px 10px 35px; 
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
	background: url(thelateshow.css/$File/blockquote.gif) 0px 10px no-repeat #111111;
	color: #eadbc0;
	font-size: 12px;
	font-family: georgia, palatino linotype, times new roman, serif;
	}

blockquote p {margin: 0px;}

input, textarea {
	margin: 2px 0px; 
	border: 1px dotted #666666;
	background: #111111;
	color: #eadbc0;
	}

ul {list-style-type: none;}

ul li {
	margin: 0px; padding: 0px 0px 0px 13px;
	background: url(thelateshow.css/$File/squarelibg.gif) 0px 8px no-repeat transparent;
	}

ul li ul li {
	margin: 0px; padding: 0px 0px 0px 13px;
	background: url(thelateshow.css/$File/libg.gif) 0px 8px no-repeat transparent;
	}

/* --------------------------------- */
/* ---------- page layout ---------- */
/* --------------------------------- */

html {margin: 0px; padding: 0px;}

body {
	margin: 0px; 
	background: #111111; 
	color: #eadbc0;
	font-size: 11px;
	font-family: verdana, tahoma, arial, sans-serif; 
	line-height: 22px;
	text-align: center; 
	} 

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

#pagebody {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	}

#alpha, #beta, #gamma {
	display: inline; 
	position: relative; 
	float: left;
	}

/* ---------------------------- */
/* ---------- header ---------- */
/* ---------------------------- */

#banner {
	background:url(thelateshow.css/$File/banner.gif) top left repeat-x #d43402;
	margin: 0px;
	padding: 0px;
	}

#banner-inner {
	height: 153px;
	margin: 0px auto;
	padding: 0px;
	background:url(thelateshow.css/$File/bannerinner.jpg) top left no-repeat transparent;
	}

#banner h1 {
	margin: 0px;
	padding: 40px 0px 0px 200px;
	font-size: 44px;
	font-family: georgia, palatino linotype, times new roman, serif;
	line-height: 48px;
	}

#banner h1 a, #banner h1 a:link {
	text-decoration: none;
	}

#banner h1 a:hover {color: #333333;}

#banner h2 {
	margin: 0px;
	padding: 0px 0px 0px 200px;
	font-size: 10px;
	text-transform: uppercase;
	}

/* ----------------------------- */
/* ---------- content ---------- */
/* ----------------------------- */

.content-nav {margin: 0px; padding: 5px 0px;}

.content-nav a:link, 
.content-nav a:visited, 
.content-nav a:active {
	text-decoration: none;
	}

.content-nav a:hover {
	text-decoration: underline;
	}

.date-header {
	margin: 0px;
	padding: 5px 20px;
	font-family: georgia, palatino linotype, times new roman, serif;
	}

.entry {
	width: auto;
	padding: 0px;
	}

.entry-header {
	padding: 3px 20px;
	border-top: 1px solid #eadbc0;
	border-bottom: 1px solid #eadbc0;
	background: #d43402;
	color: #eadbc0;
	font-size: 18px;
	font-family: georgia, palatino linotype, times new roman, serif;
	}

.entry-content {
	clear: both;
	padding: 0px 0px 10px 0px;
	}

.entry-content li {margin: 10px 0px; }

.entry-body { 
	width: auto;
	padding: 0px 20px 20px 20px;
	}

.entry-body a {
	padding-bottom: 2px;
	text-decoration: none; 
	border-bottom: 1px solid #d43402;
	}

.entry-body a:hover {
	padding-bottom: 2px;
	background: #eadbc0;
	color: #d43402;
	text-decoration: none; 
	border-bottom: 1px solid #d43402;
	}

.entry-body img {border: 7px solid #eadbc0;}

.entry-userpic {
	display: none;
	width: 100px;
	height: 100px;
	float: right;
	margin: 10px 0px 0px 0x;
	}

.entry-userpic img,
.comment-userpic img
{
    display: none;
    margin: 0 auto;
}

p.entry-footer,
p.comment-footer { 
	margin: 10px 0px 0px 0px;
	padding: 10px;
	border: 1px dotted #666666;
	background:url(thelateshow.css/$File/entryfooter.gif) center left no-repeat #111111;
	color: #888888;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
	}

p.entry-footer a, 
p.entry-more-link a,
.comment-footer a {
	padding: 0px !important;
	text-decoration: none !important; 
	border: 0px !important;
	color: #888888 !important; 
	text-decoration: none !important;
	}

p.entry-footer a:hover, 
p.entry-more-link a:hover,
.comment-footer a:hover {
	color: #eadbc0 !important;
	background: #111111 !important;
	text-decoration: none; 
	border: 0px !important;
	}

.entry-more-link {
	padding: 5px 5px 5px 23px;
	border: 1px dotted #666666;
	background:url(thelateshow.css/$File/libg.gif) 10px 12px no-repeat #111111;
	}

.post-footers {
	display: block; 
	}

.separator {display: none;}

.trackbacks {}

.trackback-content {	
	padding: 0px 0px 0px 0px; 
	border-top: 1px solid #444444;  
	}

#trackbacks-info, .trackbacks-content, .comment, .comments-open {	
	padding: 0px 20px; 
	}

.trackbacks-header, h3.comments-header {	
	padding: 3px 20px;
	border-top: 1px solid #eadbc0;
	border-bottom: 1px solid #eadbc0;
	background: #d43402;
	color: #eadbc0;
	font-size: 18px;
	font-family: georgia, palatino linotype, times new roman, serif;
	}

.trackback-footer {
	padding: 0px 0px 10px 0px; 
	}

.comment {margin: 0px; padding: 0px;}

.comments {margin: 0px; padding: 0px;}

.comment-userpic {
	display: none;
	float: left;
	width: 100px;
	height: 100px;
	}

.comment-content {
	width: auto;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	}

.comment-content p:first-child {margin: 15px 0px;}

.comment-content p {margin: 15px 0px 0px 0px;}

.comments-open-header {
	margin: 0px;
	padding: 5px 0px;
	font-family: georgia, palatino linotype, times new roman, serif;
	}

.entry,
.trackbacks,
.comments,
.archive {position: static; overflow: hidden; clear: both; width: 100%; margin-bottom: 0px;}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {clear: both; margin: 0px;}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more {clear: both;}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer, 
.archive-content {clear: both; margin: 0px;}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text {width: 240px;}
#comment-bake-cookie {margin-left: 0px; vertical-align: middle;}
#comment-post {font-weight: bold;}

img.image-full {width: 100%;}
.image-thumbnail {float: left; width: 115px; margin: 0px 10px 10px 0px;}
.image-thumbnail img {width: 115px; height: 115px; margin: 0px 0px 2px 0px;}



/* ----------------------------- */
/* ---------- modules ---------- */
/* ----------------------------- */

.module {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.module-header {
	margin: 0px;
	padding: 0px 0px 0px 60px;
	border-bottom: 1px solid #444444;
	font-size: 17px;
	font-family: georgia, palatino linotype, times new roman, serif;
	font-weight: normal;
	line-height: 17px;
	}

.module-content {
	margin: 0px;
	padding: 0px 0px 0px 170px;
	}

.module-content a { text-transform: uppercase; text-decoration: none; font-size: 9px;}
.module-content a:hover { text-decoration: underline;}

.module-search {
	width: auto;
	margin: 0px 0px 20px 170px;
	}

.module-search .module-header {
	padding: 10px 0px 0px 0px;
	border: 0px;
	}

.module-search .module-content {
	margin: 0px;
	padding: 0px;	
	background: transparent;
	}

.module-syndicate {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #444444;
	}

.module-syndicate .module-content {
	margin: 0px;
	padding: 0px 0px 0px 60px;
	}

.module-powered {
	margin: 0px;
	padding: 10px 0px 0px 0px;	
	}

.module-powered .module-content {
	margin: 0px;
	padding: 0px 0px 0px 60px;	
	}

.module-powered a, .module-powered a:link {font-weight: bold; display: inline;}

.module-list,
.archive-list {	
	margin: 0px; padding: 0px 0px 0px 0px;
	}

.module-list-item {
	margin: 0px;
	}

.module-archives .module-header a {color: #eadbc0; text-decoration: none;}

.module-syndicate a:first-child {
	padding: 0px 0px 0px 15px;
	background:url(feed.gif) top left no-repeat transparent;
	}


.module-presence img { vertical-align: middle; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }
.module-calendar .module-content table {border-collapse: collapse;}
.module-calendar .module-content th, .module-calendar .module-content td {width: 14%; text-align: center;}



/* ------------------------------ */
/* ---------- calendar ---------- */
/* ------------------------------ */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }
.module-mmt-calendar th { text-align: left; }
.module-mmt-calendar td {width: 14%; height: 75px; text-align: left; vertical-align: top;}

.day-photo {width: 54px; height: 54px;}
.day-photo a {display: block;}
.day-photo a img {width: 50px; height: 50px;}



/* ----------------------------------- */
/* ---------- single column ---------- */
/* ----------------------------------- */

body.layout-one-column {
	background:url(thelateshow.css/$File/body.gif) bottom left no-repeat #111111; 
	}

.layout-one-column #alpha {
	display: block;
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px 0px 10px 170px;
	background:url(thelateshow.css/$File/sidebar.jpg) top left no-repeat transparent;
	}

.layout-one-column #alpha-inner {
	width: auto;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #444444;
	background: url(thelateshow.css/$File/entry.gif) top left repeat-y transparent;
	}


/* -------------------------------------- */
/* ---------- two columns left ---------- */
/* -------------------------------------- */

.layout-two-column-left #alpha {
	display: block;
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 350px;
	}

.layout-two-column-left #beta {
	display: block;
	float: none;
	width: auto;
	margin-left: 350px;
	border-left: 1px solid #444444;
	background: url(thelateshow.css/$File/entry.gif) top left repeat-y transparent;
	} 

.layout-two-column-left #alpha-inner {
	background:url(thelateshow.css/$File/sidebar.jpg) top left no-repeat transparent;
	}

.layout-two-column-left #alpha .module-powered {
	padding-bottom: 121px;
	background:url(thelateshow.css/$File/body.gif) bottom left no-repeat transparent; 
	}

/* --------------------------------------- */
/* ---------- two columns right ---------- */
/* --------------------------------------- */

.layout-two-column-right #alpha {
	display: block;
	float: none;
	width: auto;
	margin-right: 290px;
	background:url(thelateshow.css/$File/sidebar.jpg) top left no-repeat transparent;
	}

.layout-two-column-right #alpha-inner {
	display: block;
	margin: 0px 0px 0px 170px; 
	padding: 0px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background: url(thelateshow.css/$File/entryright.gif) top right repeat-y transparent;
	}

.layout-two-column-right #beta {
	display: block;
	position: absolute;
	float: none;
	right: 0px;
	top: 0px;
	width: 290px;
	} 

.layout-two-column-right #beta .module {
	width: auto;
	}

.layout-two-column-right #beta .module-header {
	padding: 0px 0px 0px 20px;
	}

.layout-two-column-right #beta .module-content {
	margin: 0px;
	padding: 0px 0px 0px 110px;
	}

.layout-two-column-right #beta .module-search {
	margin: 0px;
	padding: 10px 0px 20px 0px;
	}

.layout-two-column-right #beta .module-search .module-header {
	border-bottom: 1px solid #444444;
	}

.layout-two-column-right #beta .module-syndicate {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #444444;
	}

.layout-two-column-right #beta .module-syndicate a:first-child {
	padding: 0px 0px 0px 15px;
	background:url(thelateshow.css/$File/feed.gif) top left no-repeat transparent;
	}

.layout-two-column-right #beta .module-syndicate .module-content,
.layout-two-column-right #beta .module-powered .module-content {
	margin: 0px;
	padding: 10px 20px;	
	}

.layout-two-column-right #beta .module-powered {
	margin: 0px;
	padding: 0px 0px 121px 0px;
	background:url(thelateshow.css/$File/body.gif) bottom right no-repeat transparent; 
	}

/* ----------------------------------- */
/* ---------- three columns ---------- */
/* ----------------------------------- */

.layout-three-column #alpha {
	display: block;
	position: absolute;
	float: none;
	left: 0px;
	top: 0px;
	width: 350px;
	}

.layout-three-column #beta {
	display: block;
	float: none;
	width: auto;
	margin-left: 350px;
	margin-right: 180px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	background: url(thelateshow.css/$File/entry.gif) top left repeat-y transparent;
	} 

.layout-three-column #gamma {
	display: block;
	position: absolute;
	float: none;
	right: 0px;
	top: 0px;
	width: 180px;
	padding: 10px 0px 0px 0px;
	}

.layout-three-column #alpha-inner {
	background:url(thelateshow.css/$File/sidebar.jpg) top left no-repeat transparent;
	}

.layout-three-column #alpha .module-powered {
	padding-bottom: 121px;
	background:url(thelateshow.css/$File/body.gif) bottom left no-repeat transparent; 
	}

.layout-three-column #gamma .module {
	display: block;
	width: auto;
	background: transparent;
	}

.layout-three-column #gamma .module-header {
	width: auto;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 10px;	
	}

.layout-three-column #gamma .module-content,
.layout-three-column #gamma .module-search,
.layout-three-column #gamma .module-search .module-header,
.layout-three-column #gamma .module-search .module-content,
.layout-three-column #gamma .module-powered {
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	border: 0px;
	background: transparent;	
	}

.layout-three-column #gamma .module-syndicate {
	width: auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-top: 1px solid #444444;
	background: transparent;	
	}

.layout-three-column #gamma .module-powered .module-content {
	padding: 0px;
	}

.layout-three-column #gamma .module-powered {padding-top: 10px;}

.layout-three-column #gamma .module-search {
	padding: 0px 0px 20px 0px;
	}

.layout-three-column #beta .separator {display: none;}
.tag1 { font-size: 1em; }
.tag2 { font-size: 1.2em; }
.tag3 { font-size: 1.4em; }
.tag4 { font-size: 1.6em; }
.tag5 { font-size: 1.8em; }
.tag6 { font-size: 2em; }

div.thumbnail {
		 padding: 0 25px 25px 0;
		 border: 0; margin: 0;
		 float: left;
 width: 175px;
		 height: 175px;
}

div.thumbnail a {
		 padding: 0;
		 margin: 0;
		 text-decoration: none;
		 border: 0;
}
div.thumbnail p {
		 padding: 0;
		 margin: 0;
		 text-decoration: none;
		 border: 0;
}

div.thumbnail img {
		 border: 2px solid black;
		 padding: 2px;
		 background-color: white;
}
