/*  
Theme Name: Andy Laub 15.0
Theme URI: http://andylaub.com/
Description: New Year's 2009
Version: 1.0
Author: Andy Laub
Author URI: http://andylaub.com/
Template: laub-150

	Andy Laub v15
	
	I missed white.
*/

/* COMPLETELY FROM SCRATCH, UNLIKE LAST TIME. */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #191919;
	text-align: center;
	}

/* start header */

#header {
	border-top: 5px solid #000; /* changeable */
/*	background: #111; */
	height: auto;
	overflow: hidden;
	margin: 0;
	}

ul#nav {
	padding: 3px 10px 0 0;
	height: 27px;
	text-align: left;
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	overflow: hidden;
	}
	
ul#nav li {
	display: inline;
	list-style: none;
	}
	
ul#nav li a {
	float: left;
	display: inline;
	padding: 7px 8px 0;
	height: 20px;
	color: #666;
	text-decoration: none;
	}
	
ul#nav li a small {
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	}

ul#nav li a.please {
	color: #fff; /* changeable */
	}
	
ul#nav li a:hover {
	color: #fff !important;
	}

h1 {
	width: 510px;
	padding: 35px 10px 0;
	text-align: left;
	margin: 0 auto;
	height: 70px;
	font: bold 24px/24px Helvetica, Arial, sans-serif;
	letter-spacing: -.085em;
	}

h1 a {
	color: #292929;
	text-decoration: none;
	display: block;
	padding: 30px 5px 0;
	height: 30px;
	}
	
h1 a small {
	visibility: hidden;
	overflow: hidden;
	font: normal 24px/24px Helvetica, Arial, sans-serif;
	color: #666;
	}
	
h1 a:hover {
	color: #fff;
	}
	
h1 a:hover small {
	visibility: visible;
	color: #666;
	}
	
/* end header */

#wrapper {
	width: 525px;
	margin: 0 auto;
	padding: 15px 0 0 5px;
	text-align: left;
	/* background: url(images/layout.png) repeat-y left top; */
	}

/* general */

h2 {
	font: normal 18px/18px Helvetica, Arial, sans-serif;
	color: #fff;
	letter-spacing: -.085em;
	padding: 0 10px;
	margin: 0;
	height: 30px;
	clear: both;
	}
	
h2 small {
	font: normal 18px/18px Helvetica, Arial, sans-serif;
	color: #666;
	}
	
h2 a {
	color: #fff;
	text-decoration: none;
	}

h2 a small {
	visibility: hidden;
	color: #666;
	}

h2 a:hover {
	color: #fff;
	}

h2 a:hover small {
	visibility: visible;
	color: #666;
	}

h4 {
	border-top: none;
	margin: 0 0 6px;
	padding: 6px 10px;
	background: #fff;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #000; /* changeable */
	}
		
h5,
h6 {
	border-top: 1px dotted #999;
	margin: 0 10px 12px;
	padding: 12px 0 0;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	color: #000; /* changeable */
	}

h3 {
	font: normal 14px/18px "Lucida Grande", Lucida, sans-serif;
	margin: 0 10px 6px;
	}

p,
ul,
ol {
	font: normal 11px/18px "Lucida Grande", Lucida, sans-serif;
	margin: 0 10px 12px;
	}

li {
	margin: 0 20px 6px;
	}


ul li {
	list-style: square;
	}
	
ol.column {
	float: left;
	width: 200px;
	}
	
p.date {
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	text-align: right;
	color: #666;
	margin: 0;
	}

p.date strong {
	color: #999;
	font-weight: normal;
	}

p.date a {
	font-weight: bold;
	text-decoration: none;
	color: #fff; /* changeable */
	}

p.date a:hover {
	border-bottom: 1px dotted #999;
	color: #fff;
	}
	
p.caption {
	font: normal 14px/14px "Lucida Grande", Lucida, sans-serif;
	color: #666;
	padding: 0;
	} 
	
#quote p.caption {
	text-align: right;
	}
	
#description {
	font: normal 14px/18px "Lucida Grande", Lucida, sans-serif;
	color: #666;
	padding: 0 15px 30px 10px;
	}
	
	
/* short posts */	

.short {
	padding: 0 5px 35px 0;
	}
	
.short h2 {
	float: left;
	}

.short p.date {
	height: 23px;
	padding: 7px 10px 0 0;
	width: 205px;
	margin: 0 0 0 auto;
	display: block;
	background: url(images/speech-bl.png) no-repeat left bottom;
	}

.short .post {
	background: #fff;
	padding: 13px 0 1px;
	margin: 0 !important;
	display: block;
	text-align: left;
	}
	
.short .post a {
	color: #000; /* changeable */
	text-decoration: none;
	border-bottom: 1px dotted #666;
	font-weight: bold;
	}
	
.short .post a:hover {
	color: #000;
	}

.short .post li {
	margin: 0 20px;
	}
	
.short .post .fivehundo {
	width: 500px;
	margin: 0 10px 10px;
	text-align: center;
	}
	
.short .post .fivehundo img{
	display: block;
	margin: 0 auto;
	}
	
	
.short .post p.chat {
	padding: 5px;
	margin: 0 10px;
	}

.short .post p.chat span {
	font-weight: bold;
	}

.short .post p.even {
	background: #f9f9f9 /* changeable */
	}
	
/* long posts */	
	
	
.long .post {
	margin: 0 5px 0 0;
	}
	
.long .post .title {
	background: #fff;
	padding: 10px;
	margin: 0 0 6px;
	clear: both;
	}

.long .post .title h2 {
	padding: 0 0 10px;
	height: auto;
	margin: 0;
	float: left;
	width: 305px;
	color: #000;
	}
	
.long .post .title h2 a {
	color: #000;
	}

.long .post .title p.date {
	width: 190px;
	float: none;
	color: #666;
	margin: 0 0 0 auto !important;
	height: auto;
	padding: 7px 0 0;
	display: block;
	line-height: 14px;
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	}
	
p.tags {
	font: normal 11px/14px "Lucida Grande", Lucida, sans-serif;
	color: #666;
	clear: both;
	height: auto;
	border-top: 1px dotted #eee;
	padding: 10px 0;
	margin: 0 10px;
	}
	
.long .post .title p.tags {
	margin: 0 !important;
	padding: 10px 0 0;
	}
	
p.tags a {
	color: #666;
	border-bottom: 1px dotted #999;
	text-decoration: none;
	margin: 0 5px 0 0;
	}
	
/* general post stuff */

blockquote {
	padding: 0 15px 10px;
	}

blockquote,
blockquote p,
blockquote ul,
blockquote ol {
	font: italic 18px/24px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin: 0;
	}
	
blockquote em {
	font-style: normal;
	}

img,
a img {
	display: block;
	border: none;
	}
	
.post .content {
	padding: 12px 0;
	}
	
.post .content a {
	color: #fff; /* changeable */
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}
	
.post .content a:hover {
	color: #fff;
	}
	
.post .content p {
	text-align: justify;
	}

.post .content {
	color: #ccc;
	}
	
.post .content table {
	width: 510px;
	font: normal 11px/14px "Lucida Grande", Lucida, sans-serif;
	margin: 0 5px 12px;
	}
	
.post .content table th {
	padding: 5px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	}	
	
.post .content table td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px dotted #999;
	}
	
/* page nav */	

ul#pagenav {
	background: #111;
	margin: 0 5px 25px 0;
	padding: 0;
	height: 35px;
	overflow: hidden;
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	clear: both;
	}

ul#pagenav li {
	display: inline;
	list-style: none;
	margin: 0;
	}
	
ul#pagenav li a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	padding: 12px 10px 0;
	height: 23px;
	width: 100px;
	}

ul#pagenav li a:hover {
	color: #333;
	background: #fff;
	}

ul#pagenav li.left a {
	float: left;
	text-align: left;
	}

ul#pagenav li.right a {
	float: right;
	text-align: right;
	}
	
ul#pagenav li a strong {
	visibility: hidden;
	}

ul#pagenav li a:hover strong {
	color: #000; /* changeable */
	visibility: visible;
	}
	
.post .content ol.comments {
	color: #999;
	}
	
.post .content ol.comments li {
	padding: 0 0 12px;
	margin: 0 0 6px;
	}
	
#thecomments.post .content,
#thecomments.post .meta {
	padding-top: 0;
	}
	
.post .content ol.comments p,
.post .content ol.comments ul,
.post .content ol.comments ol {
	margin: 0 0 6px;
	color: #000;
	}
	
.post .content ol.comments li li {
	margin: 0 20px;
	padding: 0;
	}
	
.post ol.comments li p.commentor {
	float: left;
	font: normal 11px/18px "Lucida Grande", Lucida, sans-serif;
	color: #999;
	width: 245px;
	}

.post ol.comments li p.commentor strong {
	color: #666;
	font-weight: bold;
	}

.post ol.comments li p.date {
	float: right;
	text-align: right;
	width: 155px;
	color: #999;
	margin: 0;
	line-height: 18px;
	}
	
.post ol.comments li.authored,
.post ol.comments li.authored p,
.post ol.comments li.authored ul,
.post ol.comments li.authored ol,
.post ol.comments li.authored a,
.post ol.comments li.authored p a,
.post ol.comments li.authored p strong {
	color: #000; /* changeable */
	}

.post #theform.meta p {
	margin: 0 0 6px 5px;
	}	

.post #theform.meta p label {
	display: block;
	margin: 0 5px 2px;
	}

.post #theform.meta p label small {
	font: italic 11px/18px "Lucida Grande", Lucida, sans-serif;
	color: #999;
	}	
	
.post #theform.meta p input {
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	padding: 4px 5px;
	width: 155px;
	display: block;
	}

.post #theform.meta p textarea {
	border: 5px solid #fff;
	width: 155px;
	font: normal 11px/11px "Lucida Grande", Lucida, sans-serif;
	}

.post #theform.meta p.submit {
	text-align: right;
	padding-top: 6px;
	margin: 0 5px 6px;
	}
	
.post #theform.meta p.submit input {
	background: url(images/5per.png);
	font: bold 11px/14px "Lucida Grande", Lucida, sans-serif;
	display: block;
	margin: 0 0 0 auto;
	width: auto;
	padding: 4px 5px;
	cursor: pointer;
	color: #000;
	}

.oldie p {
	color: #666;
	font-style: italic;
	}
	
#fouroh.post {
	padding-bottom: 390px;
	background: url(images/ouch.png) no-repeat left bottom;
	}
	
p#footer {
	padding: 36px 0;
	font: normal 10px/16px "Lucida Grande", Lucida, sans-serif;
	text-align: center;
	color: #333;
	margin-right: 15px;
	clear: both;
	}
	
p#footer a {
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	}
	
/* content styles, picked up from 14 */

code {
	clear: both;
	color: #333;
	font: 11px/13px "Courier New", Courier, mono;
	}

.caps {
	text-transform: uppercase;
	}	

.strike {
	text-decoration: line-through;
	}

.high {
	background-color:#ff0;
	color: #000;
	}	

.aside {
	font: italic 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #666;
	}
		
abbr,
acronym {
	border-bottom: 1px dotted #999;
	}

p a.zoom,
li a.zoom,
th a.zoom,
td a.zoom {
	background: url(images/zoom.gif) no-repeat right top;
	padding: 0 10px 0 0;
	}	

iframe {
	top: 5px !important;
	}
	
#infscr-loading {
	text-align: center;
	height: 60px !important;
	}
	
#infscr-loading img {
	display: block !important;
	margin: 0 auto !important;
	}

#infscr-loading div {
	display: none !important;
	}