/* --- I coded these all by hand. Let me know if you like them: 
david@davidsturtz.com */

#logo h1 a {
	background-image: url(/images/background-new.jpg);
}

/* --- General Styles -------------------*/

body {
	text-align: left;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: 'lucida grande', verdana, san-serif;
	background-image: url(/images/background-skratchy.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #737779;
	}

img {
	border: 0;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h1 a, h1 a:hover  {
	font-family: 'book antiqua', georgia, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	color:#b50;
	text-decoration: none;
	letter-spacing: -0.01em;
	padding: 0;
	margin: 5px 0px;
	line-height: 98%;
	}

h1 a:hover {
	color: #e50;
}

h2 {
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #887;
	}
h3 {
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	}
p {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 150%;
	}

blockquote, blockquote p {
	display: block;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 125%;
}
blockquote {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding:5px;
}


a {
	color:#069;
	text-decoration: none;
	font-weight: normal;
	}
	
a:hover {
	text-decoration: underline;
	}

ul {
	display: block;
	list-style-type: square;
	font-size: x-small;
}

ol {
	display: block;
	font-size: x-small;
}

.blogbody li {
	padding-bottom: 5px;
}

.footnote p {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	line-height: 120%;
	border-top: 1px solid #ccc;
	padding: 10px;
	color: #666;
}

p#tags, p#tags a {
	color: #aaa;
}
p#tags {
	border-top: 1px solid #ccc;
	padding: 5px 0px;
}


/* --- Header & Navigation ------------------ */

#header {
	margin: 30px auto 0px auto;
}

#logo h1 {
	margin: 0;
	padding: 0;
	clear: both;
	}

#logo h1 a {
	width: 960px;
	margin: 0px auto;
	height: 195px;
	background-repeat: no-repeat;
	background-color: #737779;
	text-indent: -9999px;
	text-decoration: none;
	display: block;
}

#banner {
	display: none;
}


#nav {
	background-color: #fff;
	color: #737779;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	overflow:hidden;
	}

#nav ul {
	margin: 15px 0px 15px 320px;
	clear: both;
	padding: 0;
	width: 640px;
	text-align: left;
}
#nav li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav_active {
	color: #aaa;
	text-decoration: none;
}

a.nav {
	color: #b50;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 20px 5px 0px ;
}

a.nav:hover {
	color: #e50;
	text-decoration: none;
	}

#skip_nav {
	display: none;
	padding: 0; margin: 0;
}


/* --- Main --------------------*/

#main {
	margin: 0px auto;
	background-color: #ffffff;
	width: 960px;
	overflow: hidden;
	}

#blog {
	width: 620px;
	margin: 0px 20px 0px 10px;
	float: right;
	overflow:hidden;
}

p.entrydate {
	font-size: 11px;
	font-family: 'book antiqua', georgia, serif;
	font-weight: normal;
	font-style:italic;
	color: #666;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 0px 5px;
}

h1.section {
	color: #fff;
	background-color: #caced0; 
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bold;
	padding:5px;
	text-transform: uppercase;
	font-size: 18px;
}

.posted {
	border-bottom: 1px dotted #999;
	border-left: 1px dotted #999;
	font-weight: normal;
	color: #666;
	font-size: 9px;
	text-transform: uppercase;
	padding: 3px 0px 2px 5px;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	text-decoration: none;
	}

.posted a {
	font-weight: normal;
}

.mobileMTUserAgent {
	display: none;
}

.extended {
	font-style: italic;
}



/* --- Sidebar ----------------- */

#sidebar {
	margin: 5px 0px 10px 0px;
	padding: 0px;
	color: #999;
	font-size: 11px;
	float:left;
	top:0px;
	width: 283px;
	}

div.sidebar  {
	padding: 0px 10px;
	margin: 0px 0px 15px 0px;	
	border-left: 2px solid #fff;
}

#sidebar h1 {
	font-size:14px;
	font-family: 'lucida grande', verdana, san-serif;
	font-weight: normal;
	text-transform:uppercase;
	letter-spacing: .2em;
	text-align:left;
	color: #caced0;
	padding: 8px 5px 2px 5px;
	margin: 0px -10px 10px -12px;
	border-left: 2px solid #fff;
	border-top: 1px dotted #caced0;
}

#quote blockquote {
	text-align: left;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
}

.quotexml a, .quotexml a:hover {
	font-size: 10px;
	font-weight: normal;
	text-transform:uppercase;
	font-family: 'lucida grande', verdana, san-serif;
	margin-right:-3em;
}
.quoted p {
	text-align: left;
	line-height: normal;
	margin: 10px 10px 0px 30px;
	text-indent: -1.25em;
	font-size: 9px;
}


div#searchform form {
	padding: 5px 0px 5px 0px;
	text-align: left;
	margin: 0;
}

#delicious-posts-davidsturtz h2 {display: none;}

input#search { width: 160px;}

#sidebar li, .sidebar li {
	display: list-item;
	list-style-type: none;
	font-size: x-small;
	color: #887;
	padding:0px 0px 10px 0px;
	margin: 0;
	text-indent:0;
}

.sidebar ul {
	margin:0;
	padding:0;
	text-indent:0;
}

#categorylist li {
	list-style-type: none;
	font-size: x-small;
	color: #887;
	padding: 1px 0px 1px 0px;
	margin: 0;
	line-height:1;
}

ul#categorylist  {
	column-count: 2;
	column-gap: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 10px;
	-webkit-column-count: 2;
	-webkit-column-gap: 10px;
margin: 0;
padding: 0;
}


 .comments-body p {
	font-family: georgia, 'book antiqua', serif;
	font-style: italic;
	font-size: medium;
	color: #887;
}

.comments-post {
	font-family: 'lucida grande', tahoma, san-serif;
	font-style: normal;
	font-size: xx-small;
	color: #665;
	text-transform: uppercase;
}

.comments-body {
	border-bottom: 1px dotted #aa9;
}

dl {
	font-size: x-small;
}

dt { font-weight: bold; }

label, input, textarea {
	display: block;
	font-size: x-small;
	margin-bottom: 5px;
}

#searchform input {
	display: inline;
}


#xml p {
	margin: 0;
	padding: 0;
}


/* --- Footer ------------------*/

#footer {
	text-align: left;
	color: #333;
	font-size: 9px;
	border-top: 1px solid #333;
	padding: 10px 0px 10px 0px;
	margin: 0px auto;
	width: 960px;
	clear: both;
	}



/* ---- Del.icio.us styles  --- */

.delPost {
	font-size: 9px;
	font-family:'lucida grande', verdana, san-serif;
	color: #666;
	padding:5px 0px 5px 0px;
	margin: 0px 5px;
	border-bottom: 1px dotted #ccc;
}

.delPost a {
	display: block;
}


.delTagSep {
	display: none;
}

a.delTag  {
	text-transform: uppercase;
	font-weight: normal;
	display: none;
}

/* ------ Photos styles -----*/

div.thumbs {
	float:left;
	width: 120px;
	height:150px;
	padding: 10px;
	margin:0;
}

.thumbs .title {
	font-size:small;
}

.thumbs .posted {
	text-align:left;
	font-size: x-small;
}


.bigpic {
	text-align: center;
}

.bigpic img {
	border: 4px solid #665;
}

.album {
width:40%;
padding-top:5px;
padding-right:10px;
float:left;
}

p.photoside {
clear: right;
height:70px;
min-height: 70px;
padding: 0px 0px 5px 0px;
margin: 5px 0px 0px 0px;
border-bottom: 1px dotted #ddc;
overflow: hidden;
}
span.photosquare {
float: left;
margin: 0px 10px 0px 0px;
border: 1px solid #665;
width: 70px; height: 70px; overflow: hidden;
}

span.photohighlight {
float: left;
margin: 0px 10px 0px 0px;
padding: 0px;
border: 1px solid #665;
width: 95px; height: 70px; overflow: hidden;
}

.prevphoto {
float: left;
padding: 10px 3px 10px 0px;
}

.prevphoto img, .nextphoto img {
border: 0px;
}
.nextphoto {
float: right;
padding: 10px 0px 10px 3px;
}

