/*   
Theme Name: Paper
Author: Tamlyn Rhodes
Author URI: http://tamlyn.org
Version: 1.0
*/

body {
  background: #fff url(images/paper.jpg) scroll top left repeat;
  color: #333;
  font: 100% Georgia, Garamond, serif;
  margin: 0;
  padding: 0;
}

div.photo {
	background-image: url(images/photo.jpg);
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#header, #photo, #blog, #sideblog, #links, #footer, #minibio, #content, #sidebar {
	padding: 0 20px;
}

#blog, #links {
	float: right;
	width: 638px;
	padding-left: 15px;
}

#sideblog {
	float: left;
	width: 240px;
	padding-right: 25px;
	background: url(images/line.png) no-repeat right 65px;
}

#header {
	float: left;
}

#photo img {
	float: left;
	margin: 10px 0;
	background: url(images/picture-frame.png) no-repeat 0 0;
	padding: 10px;
}

#flickr .date, 
#blog .date {
	color: #888;
	font-style: italic;
}

#minibio {
	float: right;
	width: 255px;
	line-height: 2.4em;
}

#links {
	
}

#sidebar {
	float: right;
	width: 240px;
}

#content {
	float: left;
	width: 638px;
}

#footer {
	clear: both;
	padding-top: 10px;
}

/* Headings */

h1, h2, h3, h4 {
	font-weight: normal;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 130%;
}

/* Home Page */

#twitter ul {
	list-style: none;
	padding: 0;
}

#twitter ul li {
	margin: 1em 0;
}

/* Image replacements */

.imageReplace {
	text-indent: -9999px;
}

#header .imageReplace {
	background-image: url(images/tamlyn.png);
	width: 390px;
	height: 91px;
}

#header .imageReplace a {
	display: block;
	width: 390px;
	height: 91px;
}

#twitter .imageReplace {
	width: 99px;
	height: 26px;
	background-image: url(images/twitter.png);
}

#flickr .imageReplace {
	width: 86px;
	height: 35px;
	background-image: url(images/photos.png);
}

#blog .imageReplace {
	width: 72px;
	height: 39px;
	background-image: url(images/blog.png);
}

#links .imageReplace {
	width: 133px;
	height: 40px;
	background-image: url(images/bookmarks.png);
}

/* Single page */

#homeLink {
	background-image: url(images/back.png);
	width: 75px;
	height: 96px;
	text-indent: -9999px;
	display: block;
	float: right;
}

/* Post stuff */

p.postMetadata {
	font-size: 80%;
	color: #888;
}

p.postMetadata a:link, p.postMetadata a:visited {
	color: #666;
}

img.monsterid {
	float: left;
	padding-right: 10px;
}

p, li {
	line-height: 1.33em;
}

/* Copied from Wordpress Default Template */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* End Various Tags & Classes*/


/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered,
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


