/* ~~ Positioning ~~ */

 * {
	margin: 0;
}

html, body {
	height: 100%;
	background: #666;
}

blockquote {
	margin: 10px 50px 0 50px;
	padding: 10px 10px 10px 20px;
}

ul, ol {
	padding-top: 2em;
}

img.baseline {
	vertical-align: text-bottom;
}

h2.category_title {
	text-align: right;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
}

.masthead {
	height: 200px;
	width: 100%;
	border-bottom: 1px #000 solid;
}

.flickrbar {
	max-width: 100%;
	padding: 5px;
	border-top: 3px #A0A0A0 solid;
	border-bottom: 3px #4F4F4F solid;
}

.flickrbar img {
	margin: 0 5px;
	border: 0;
}

.domination {
	height: 18px;
	border-top: 4px #AAA solid;
	border-bottom: 4px #AAA solid;
}

.domination img {
	border: 0;
	margin: 0 5px 0 5px;
}

.content { 
	width: 610px; 
	margin: 0 auto 0 auto; 
	padding: 20px 70px 10px 70px; 
	text-align: left;
}

.entry li {
	padding-top: 0.5em;
}


.smalltext-right {
	text-align: right;
	padding: 10px 0;
}


.smalltext-right_nopad {
	text-align: right;
	padding: 0 0 10px 0;
}

body > .content { width: 600px; }

.tweet {
	padding: 5px 5px 5px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	min-height: 25px;
}

.comment-form {
	padding-top: 30px;
}

.footer, .push {
	height: 200px; /* .push must be the same height as .footer */
	z-index: 0;
	text-align: center;
}

.footer .container {
	width: 750px;
	height: 200px;
	margin: 0 auto; padding: 5px 0 0 0;
	text-align: center;
}

.footer .container div {
	float: left;
	width: 250px;
	text-align: left;
}

.footer .container div.narrower {
	width: 195px;
	float: right;
}

.footer ul.lastfm {
	list-style: none;
	padding:0; margin:0;
}

.footer ul.lastfm li {
	background: url('/images/icons/lastfm.gif') no-repeat;
	padding: 2px 0 4px 20px;
	min-height: 18px;
}

.footer ul.entries {
	list-style: none;
	padding:0; margin:0;
	border-top: #CCC dashed 1px;
	width: 225px;
}

.footer ul.entries li a {
	display: block;
	border-bottom: #CCC dashed 1px;
	padding-top: 0;
	padding: 0.4em 20px;
}

.footer h3 {
	padding: 0 0 5px 0;
}

.footer h3.indent {
	padding: 0 0 5px 20px;
}

.footer h3.no_gap {
	padding: 0;
}

.footer .buffer {
	margin: 3px 0 10px 1px;
}


/* Sticky Footer by Ryan Fait http://ryanfait.com/ */



/* ~~ Fonts and Colors and General Prettiness ~~ */

body {
	font: 0.9em Georgia;
}

h2 {
	font: 1.6em bold Calibri,"Trebuchet MS",Arial;
	padding-top: 15px;
}

h2.search {
	font: 1.1em bold Calibri,"Trebuchet MS",Arial;
	padding: 0; width: 180px;
}

p {     padding-top: 1em;
	line-height: 1.4em;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #000;
	background: #FFF;
}

blockquote {
	background: #DDD;
}

.dateline {
	color: #666;
	font-size: 0.9em;
}

.smalltext-right, .smalltext-right_nopad {
	color: #666;
	font-size: 0.9em;
}

.wrapper {
	background: #ccc url('http://blog.dianaschnuth.com/images/bg-graydient.jpg') bottom repeat-x fixed;
	text-align: center;
}

.masthead {
	background: #000 url('http://blog.dianaschnuth.com/images/header-summer10.jpg') center top no-repeat;
	color: #EEE;
}

.masthead img {
	border: 3px #FFF solid;
}

.flickrbar {
	background: #AAA;
}

.flickrbar a:hover {
	background: #AAA;
}

.domination {
	background: #FFF;
	text-align: center;
}

.content {
	background: #EEE;
}

.toc {
	width: 600px; padding: 5px;
	text-align: left;
	border: 1px dashed #AAA;
	background: #DDD;
}

.toc img {
	vertical-align: top;
}

.toc table {
	width: 500px; margin-left: 75px;
}

.toc td {
	vertical-align: top; width: 33%;
}

.entry {
	border-top: 1px dashed #AAA;
	border-bottom: 1px dashed #AAA;
	padding: 0 0 20px 0;
}

.entry_alt {
	border-top: 1px dashed #AAA;
	padding: 0 0 20px 0;
}

div.entry_photo {
	border:0; padding:0; margin: 5px;
	height: 230px; width: auto;
	float: left; text-align: left;
}

div.entry_photo img {
	display: inline;
	padding: 0; border: 0;
}

div.photo_desc {
	font-size: 0.9em;
	font-family: Arial;
	color: #AAA;
}

.photo, .photo a, .photo a:hover {
	border: 8px solid #FFF;
	max-width: 600px;
}

.stats {
	font-size: 0.9em;
	font-family: Arial;
	color: #666;
	margin-left: 10px;
}

.tweet {
	font-size: 0.9em;
	line-height: 1.2em;
	background: #FFF url('http://blog.dianaschnuth.com/images/icon_twitter.gif') 5px center no-repeat;
	color: #666;
}

.tweet a:hover { background: #EEE; }

.delicious {
	font-size: 0.9em;
	list-style-type: none;
	padding:0; margin:0 0 -30px 0;
}

.delicious li {
	background: #CCC url('http://blog.dianaschnuth.com/images/icon_delicious.gif') 5px 5px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	vertical-align:top;
	padding: 5px 5px 5px 35px;
	margin-bottom: 15px;
	min-height:25px;
}

.delicious li p {     
	padding-top: 0.6em;
	line-height: 1.2em;
}

.delicious li a {
	text-decoration:none;
	font-weight:bold;
}

div.delicious-tags {
	margin:0.6em 0 20px 0;
	color:#999;
}

div.delicious-tags a {
	text-decoration:underline;
	font-weight:normal;
	color:#999;
}

.comment {
	border: 1px dashed #CCC;
	padding: 10px 10px 20px 30px;
	margin-bottom: 30px;
	background: #f3f3f3;
}

.footer {
	background: #666;
	color: #EEE;
	font: 0.9em/1em Calibri,"Trebuchet MS",Arial; 
}

.footer a {
	color: #DDD;
	text-decoration: none;
}

.footer a h3 {
	text-decoration: underline;
}

.footer a:hover {
	color: #000;
}

.footer h3 {
	font: 1.2em bold Calibri,"Trebuchet MS",Arial;
}

.footer ul.entries li a {
	background-color: #6F6F6F;
}

.footer ul.entries a:hover {
	background: #CCC;
}

