/*
Theme Name: Monte
Theme URI: http://journalofmonte.com/
Description: Simple and sparkly.
Version: 1
Author: Monte Melugin
Author URI: http://journalofmonte.com/
Tags: simple, sparkly
*/

/* Layout */

#wrapper { 
	margin: 0 auto;
	width: 830px;
}
#header {
	width: 830px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 10px 0 0 0;
}
#leftcolumn { 
	margin: 0;
	padding: 10px;
	width: 500px;
	float: left;
}
#rightcolumn { 
	float: right;
	margin: 40px 0 0 0;
	padding: 10px;
	width: 250px;
	display: inline;
}
#footer { 
	width: 830px;
	clear: both;
	margin: 0 0 10px 0;
	padding: 50px 10px 10px 10px;
}

/* Formatting */

body {
	background: url('images/bg.jpg') no-repeat top center #BFC9C4;
	font-family: 'lucida grande', verdana, sans-serif;
	font-size: 12px;
}
.entry {
	margin: 0 0 3em 0;
}
.content p {
	margin: 0 0 .8em 0;
}
.date {
	color: #567078;
	font-size: 85%;
	margin: 0 0 .7em 0;
}
.content {
	font-size: 90%;
	color: #505955;
	margin: 1em 0 0 1.5em;
	line-height: 1.5em;
}
#popular, #photos, #twitter, #related, #previous {
	margin: 0 0 2.8em 0;
}
p.twitter {
	color: #505955;
	font-size: 85%;
	line-height: 1.5em;
}
#footer {
	color: #A0A7A3;
	font-size: 85%;
}
#previous {
	font-size: 85%;
}
.previous {
	color: #567078;
}

/* Headlines */

h1 {
	background: url('images/monte.gif') no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 315px;
	height: 63px;
	position: absolute;
	margin: 0 auto;
	top: 0;
	left: 30px;
}
h2 {
	color: #AB4C74;
	font-family: georgia, sans-serif;
	font-size: 120%;
}
h3 {
	margin: 0 0 1em 0;
}
h3.popular {
	background: url('images/popular.gif') no-repeat;
	width: 47px;
	height: 14px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.photos {
	background: url('images/photos.gif') no-repeat;
	width: 85px;
	height: 12px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.twitter {
	background: url('images/twitter.gif') no-repeat;
	width: 44px;
	height: 11px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.reply {
	background: url('images/reply.gif') no-repeat;
	width: 35px;
	height: 14px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.comments {
	background: url('images/comments.gif') no-repeat;
	width: 65px;
	height: 11px;
	text-indent: -9000px;
	overflow: hidden;
}
h3.related {
	background: url('images/related.gif') no-repeat;
	width: 51;
	height: 12px;
	text-indent: -9000px;
	overflow: hidden;
}

/* Lists */

div#popular ul {
	font-size: 85%;
	line-height: 1.4em;
}
div#popular ul li {
	margin: 0 0 .6em 0;
}
ul#nav {
	text-align: right;
	font-size: 85%;
}
ul#nav li {
	display: inline;
	padding: 0 .5em;
}
ul.photos li {
	display: inline;
	margin: 0 2px;
}
div#related ul {
	font-size: 85%;
	line-height: 1.4em;
	color: #567078;
}
div#related ul li {
	margin: 0 0 .6em 0;
}

/* Comments */

#comments {
	margin: 50px 0 3.5em 0;
	font-size: 90%;
	line-height: 1.5em;
}
dl#comment-form {
	font-size: 90%;
}
div#reply {
	margin: 50px 0 0;
}
dl#comment-form input#author, dl#comment-form input#email, dl#comment-form input#url {
	width: 280px;
}
dl#comment-form textarea#comment {
	width: 284px;
}
dl#comment-form label {
	color: #567078;
	position: relative;
	top: 5px;
}
dl#comment-form dt {
	display: inline;
	width: 200px;
	float: left;
	clear: both;
	text-align: right;
}
dl#comment-form dd {
	margin: 0 0 1em 210px;
}
p.comment-author, p.comment-author a, p.comment-author a:link, p.comment-author:active, p.comment-author a:visited {
	color: #567078;
}
p.comment-author a:hover {
	color: #333;
}
span.comment-date {
	color: #A0A7A3;
}
div.comment-text {
	color: #505955;
	margin: 1em 0 0 1.5em;
}
ul.comments li {
	margin: 0 0 2em 0;
}

/* Links */

a, a:link, a:active {
	color: #505955;
	text-decoration: none;
	background: url('images/link.gif') repeat-x bottom;
}
a:hover {
	color: #387858;
	background: none;
}
a:visited {
	color: #899B92;
}
ul#nav a, ul#nav a:link, ul#nav a:active, ul#nav a:visited {
	color: #A0A7A3;
	text-decoration: none;
	background: none;
	font-weight: bold;
}
ul#nav a:hover {
	color: #333;
}
h2 a, h2 a:link, h2 a:active, h2 a:visited {
	color: #AB4C74;
	text-decoration: none;
	background: url('images/link-headline.gif') repeat-x bottom;
}
h2 a:hover {
	background: none;
}
p.twitter a, p.twitter a:link, p.twitter a:active, p.twitter a:visited {
	text-decoration: none;
	color: #A0A7A3;
	background: none;
}
p.twitter a:hover {
	color: #333;
}

/* Flickr */

ul.photos a, ul.photos a:link, ul.photos a:active, ul.photos a:visited {
	text-decoration: none;
	background: none;
}
ul.photos img {
	width: 50px;
	height: 50px;
	padding: 3px 4px 5px 4px;
	background: url('images/flickr-bg.gif');
}

ul.photos img:hover {
	background: url('images/flickr-bg.gif');
	background-position: 58px 58px;
	position: relative;
	top: 2px;
}

/* Archives */

span.car-yearmonth span {
	display: none;
}
ul.car-monthlisting li span {
	display: none;
}
.car-yearmonth {
	color: #567078;
}
ul.car-monthlisting {
	margin: 0 0 1em 0;
}

/* Comment Form */

dl#contactform {
	margin: 40px 0 0;
}
dl#contactform input#author, dl#contactform input#email, dl#contactform input#url {
	width: 280px;
}
dl#contactform textarea#comment {
	width: 284px;
}
dl#contactform label {
	color: #567078;
	position: relative;
	top: 5px;
}
dl#contactform dt {
	display: inline;
	width: 120px;
	float: left;
	clear: both;
	text-align: right;
}
dl#contactform dd {
	margin: 0 0 1em 130px;
}