/*  
Theme Name: Bluepen
Theme URI: http://www.davidinman.net
Description: This is the first incarnation of the davidinman.net theme
Version: 1.0
Author: David Inman
Author URI: http://www.davidinman.net

*/

@import url(sidebar.css);

/*******  general page settings  **********/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Palatino, "palatino linotype", Book Antiqua, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
}

p {
	margin: 5px 20px 10px;
	padding: 5px;
	font-size: 1.1em;
}

a {
	color: #1538bb;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background-color: #3366ff;
	text-decoration: none;
}

a img {
	border: 0;
}

blockquote, ul, ol, dl {
	margin: 5px 10px;
}

blockquote {
	padding: 10px;
	background-color: #f6f7ff;
	width: 100%;
}

blockquote p {
	padding: 2px 6px 2px 36px;
}

blockquote p:first-child {
	background: url(images/blockquote.png) no-repeat top left;
}

ul {
	list-style: inside disc;
}

ol {
	list-style: inside decimal;
}

dl {
	list-style: inside circle;
}

.clear {
	clear: both;
}

/******* menu *******/

#menucont {
	background-image: url(banners/rotate.php);
	background-position: top right;
	background-color: #1538bb;
	display: block;
	height: 186px;
	border-bottom: 1px solid #000000;
	margin-bottom: 60px;
}

#menucont * a, #davidinman {
	display: inline;
	text-decoration: none;
	text-indent: -99999px;
}

#davidinman {
	background-image: url(images/didotnet.png);
	display: block;
	height: 45px;
	width: 356px;
	position: absolute;
	left: 70px;
	top: 48px;
}

#menu {
	display: block;
	height: 36px;
	position: absolute;
	left: 0;
	top: 96px;
	margin: 0;
}

#menu li, #menu * a {
	display: block;
	float: left;
	clear: none;
}

#left {
	background-image: url(images/menuleft.png);
	height: 37px;
	width: 147px;
}

#blog {
	background-image: url(images/menublog.png);
	background-position: top left;
	height: 37px;
	width: 60px;
}

#menu .between {
	background-image: url(images/menubetween.png);
	height: 37px;
	width: 68px;
}

#archive {
	background-image: url(images/menuarchive.png);
	background-position: top left;
	height: 37px;
	width: 101px;
}

#photos {
	background-image: url(images/menuphotos.png);
	background-position: top left;
	height: 37px;
	width: 96px;
}

#about {
	background-image: url(images/menuabout.png);
	background-position: top left;
	height: 37px;
	width: 102px;
}

#blog:hover, #photos:hover, #archive:hover, #about:hover {
	background-position: bottom left;
	background-color: transparent;
}

#icon {
	position: relative;
	background-image: url(images/pennib.png);
	display: block;
	height: 80px;
	width: 50px;
	top: 152px;
	margin-left: auto;
	margin-right: auto;
}


/**** main content ****/

#main-cont {
	float: left;
	margin-right: -230px;
	width: 100%;
}

#main {
	margin-right: 230px;
	padding: 0 16px 0 20px;
	background: url(images/mid.png) repeat-y right;
}

#sidetop {
	display: block;
	float: right;
	height: 24px;
	width: 12px;
	margin-right: -19px;
	margin-top: -24px;
	background: url(images/tailtop.png) no-repeat top right;
}

#sidebottom {
	display: block;
	float: right;
	clear: both;
	height: 24px;
	width: 12px;
	margin-right: -19px;
	margin-bottom: -24px;
	background: url(images/tailbottom.png) no-repeat top right;
}

div.entry {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

div.entry h2 {
	font-size:1.6em;
}

div.entry h2 a.entry-title {
	font-weight:normal;
	float: left;
	text-decoration: none;
	color: inherit;
	padding: 6px 6px 6px 0;
	border-bottom: 1px solid #000000;
	width: 100%;
}

div.entry h2 a.entry-title:hover {
	background-color: #1538bb;
	color: #ffffff;
}

div.entry h2 a.entry-title span.title {
	float: left;
	padding-left: 26px;
	background: url(images/tilde.png) no-repeat center left;
}

div.entry h2 span.date {
	float: right;
	color: #1538bb;
	font: bold 0.7em Georgia;
	padding-right: 20px;
	background: url(images/date.gif) no-repeat center right;
}

div.entry h2 a.entry-title:hover span.date {
	color: #ffffff;
	background: none;
}

div.entry h2 span.date span.time {
	font-size: 0.8em;
	font-weight: normal;
}

div.entry div.post {
	float: left;
	margin: 10px 20px;
}

div.entry div.post p {
	margin: 5px 0 10px;
}

div.entry div.post blockquote {
	float: left;
	margin: 0 0 8px;
}

h3.stamp-footer {
	clear: left;
	color: #1538bb;
	font-size: 1em;
	font-weight: normal;
}

h3.stamp-footer .comments {
	float: right;
	font-family: Georgia;
	font-size: 0.9em;
	padding-right: 20px;
}

h3.stamp-footer .comments a {
	text-decoration: none;
	font-weight: bold;
	color: #3366ff;
	background: url(images/comment.gif) no-repeat center right;
	padding: 2px 20px 2px 2px;
}

h3.stamp-footer .comments a:hover {
	color: #ffffff;
	background-color: #3366ff
}

h3.stamp-footer .taglist {
	float: left;
	font-family: Palatino;
	margin-left: 25px;
}

h3.stamp-footer .taglist a {
	padding: 0 2px;
}


/**** misc ****/

div.title-only {
	margin-bottom: 5px;
}

div.more-link {
	margin: -0.5em 0 10px 5px;
}

div.navigation {
	clear: both;
	text-align: center;
}

div.edit {
	float: right;
	margin-right: 25px;
}

.edit * a, .stamp-footer * span.edit a {
	color: #1538bb;
	padding-right: 20px;
	background: url(images/wrench.png) no-repeat center right;
}

div.edit * a:hover, .stamp-footer * span.edit a:hover, div.comment-edit a:hover {
	color: #ffffff;
	background-color: #3366ff;
}

h2#about-header {
	font-weight: normal;
	font-size: 1.6em;
	margin-top: 8px;
	padding: 0 0 4px 26px;
	border-bottom: 1px solid #000000;
	background: transparent url(images/tilde.png) no-repeat scroll left center;
}

div#about-entry {
	margin: 15px 0 20px;
}

div.pages {
	font-size: 1.2em;
	margin: 5px 0 10px;
}

.alignleft, .alignright {
	margin: 0 10px;
}

/* to cludge the form's self-advertisement */
.linklove {
	display: none !important;
}

.cform {
	margin-left: 15px !important;
}

.photo-display {
	/* float: left; */
}

div.photo-display p {
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

/**** front page ****/

div#flickr-imgs-cont {
	clear: both;
	background-color: #f6f7ff;
	padding: 10px 0 5px;
	margin: 10px auto 20px;
}

#flickr-imgs-cont p {
	margin: 0;
	text-align: center;
	font-size: 0.8em;
}

#flickr-imgs {
	clear: both;
	width: 425px;
	margin: 0 auto;
	padding-top: 8px;
}

div.flickr-img {
	display: inline;
	margin: 0 5px;
}

div.flickr-img a img {
	border: none !important;
}


/**** comments ****/

div.comments-template {
	margin-top: 30px;
	width: 100%;
	margin-bottom: -5px;
}

div.comments-template h3#comments {
	margin-bottom: 10px;
	padding: 0 0 4px 20px;
	border-bottom: 1px solid #000000;
	background: url(images/comment.gif) no-repeat top left;
	font-size: 1.3em;
	font-weight: normal;
	color: #1538bb;
}

div.comments-template h3#comments span.entry-title {
	letter-spacing: 0.1em;
	margin: 0 0.2em;
}

div.comments-template ol {
	list-style: inside decimal;
}

div.comments-template ol li {
	padding: 10px 15px;
	font-family: Arial;
	color: #1538bb;
}

div.comments-template ol li.even {
	background-color: #f6f7ff;
}

div.comments-template * div.comment-data {
	display: inline;
	font-family: Palatino, "palatino linotype", Book Antiqua, serif;
}

div.comments-template * span.comment-date {
	margin-top: -1.4em;
	font-size: 0.9em;
	font-style: italic;
}

div.comments-template * div.comment {
	color: #000000;
	margin: 12px 0 0 50px;
	border-left: 1px solid #000000;
	font-family: Palatino, "palatino linotype", Book Antiqua, serif;
}

div.comments-template * div.comment p {
	margin-left: 10px;
}

div.comment-edit {
	text-align: right;
}

div.comment-edit a {
	padding-right: 20px;
	background: url(images/wrench.png) no-repeat center right;
}

#respond {
	margin: 15px 0 5px;
	padding: 0 0 4px 20px;
	border-bottom: 1px solid #000000;
	font-size: 1.3em;
	font-weight: normal;
	color: #1538bb;
}

#commentform p {
	margin-bottom: 5px;
}

#commentform * span.required {
	color: red;
	font-style: italic;
}

input, textarea {
	border: 1px solid #000000;
}

input#submit, input#preview, .cform input.sendbutton {
	color: #1538bb;
	background-color: #ffffff;
	font-weight: bold;
	margin-right: 5px;
}

img.avatar {
	float: left;
	margin-top: 3px;
	margin-left: -45px;
}

/**** footer ****/

#footer {
	float: left;
	clear: both;
	background: url(images/sandy.png);
	min-height: 100px;
	width: 100%;
	border-top: 1px solid #000000;
	margin-top: 40px;
}

#footer-icon {
	background: url(images/scroll.png) no-repeat;
	height: 58px;
	width: 133px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -26px;
}

a#cc {
	float: right;
	margin: -12px 16px 4px 0;
}

div#cc-text {
	float: right;
	clear: right;
	margin: 6px 16px 0 0;
	font-size: 0.8em;
	line-height: 1em;
	text-align: right;
}

p#cc-personal {
	float: left;
	margin-top: -8px;
	line-height: 1.5em;
	color: #1538bb;
	max-width: 70%;
}

#wpstats {
	float: right;
	clear: both;
	margin-right: 20px;
}
