/* @override http://katherine-elyse.info/wordpress/wp-content/themes/katherine-elyse/style.css */

/*   
Theme Name: Katherine-Elyse
Theme URI: Katherine-Elyse.info
Description: A custom theme for Katherine Roten's website
Author: Chris Putnam
Author URI: ChrisPutnam.info
.
This theme was custom built for a specific website.
.
*/

a{
	text-decoration: none;
	color: #705e71;
	font-weight: bold;
}

a:hover{
	color: #a58ca7;
}

a img{
	border: none;
}

body{
	background: #ede0f8;
	color: #574959;
	font-size: 14px;
	padding: 0;
	font-family: Arial, Times, "Times New Roman";
	text-align: center;
	margin: 0;
}

blockquote, blockquote p{
  margin: 10px 0;
  padding: 0;
  text-align: center;
  font-weight: bold;
}

.comments{
	font-size: x-small;
}

.comments textarea{
	width: 100%;
	height: 50px;
}

.comments ul.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comments ul.commentlist li{
	margin-bottom: 20px;
}

.comments img.avatar{
	float: left;
	margin: 0 10px 10px 0;
}

.comments ul.commentlist li p{
	clear: both;
}

.container{
	background: #ede0f8 url(./images/bar.png) repeat-y;
	display: block;
	height: auto;
	left: 50%;
	width: 720px;
	margin: 0 -360px;
	position: absolute;
}

.content{
	background: #fff url(./images/content.png) repeat-y;
	display: block;
	float: left;
	padding: 0 10px;
	text-align: left;
	width: 700px;
}

.content .center{
	float: left;
	padding: 20px 10px;
	width: 530px;
}

.content .center p{
	margin: 0 0 20px 0;
}

.content .left{
	float: left;
	font-size: 12px;
	padding: 20px 10px;
	width: 130px;
}

.content .left a{
	margin-left: 5px;
}

.content .left h2{
  margin: 0;
	font-size: medium;
}

.content .left p{
	font-size: 12px;
}

.content .left ul{
	margin: 0;
	padding: 0;
}

.content .left li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.content .left .menu ul li{
	font-size: medium;
}

.content .left .menu a{
	margin-left: 0;
}

h1, h2, h3{
	margin: 0 0 10px 0;
}

.header, .footer{
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	padding: 0 10px;
	width: 700px;
}

.footer{
	padding: 5px 10px;
	font-size: small;
}

.footer a, .footer p{
	color: #705e71;
}

.footer a:hover{
	color: #fff;
}

.footer p{
	margin: 0;
}

.header h1{
	text-align: center;
	margin: 0;
	padding-top: 5px;
	font: xx-large Papyrus, Arial, "Times New Roman";
}

.header p{
	margin: 0 0 5px;
	font-family: Papyrus, Arial, "Times New Roman";
}

hr{
	color: #ede0f8;
	border-style: solid;
}

img.background{
	left: 50%;
	margin-left: -640px;
	position: fixed;
	top: 0;
}

span.center{
  text-align: center;
}

.wp-caption{
	text-align: center;
	padding: 0;
}

.wp-caption a{
	margin: 0;
	padding: 0;
}

.wp-caption p.wp-caption-text{
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 0;
}

.wp-caption.alignleft{
	margin: 5px 10px 5px 0;
}
.wp-caption.alignright{
	margin: 5px 0 5px 10px;
}

/*Search Stuff*/
#searchform label.screen-reader-text{display: none;}
input#s{
  width: 125px;
  margin: 0;
}
input#searchsubmit{display: none;}

#title{
	display: none;
}

th.right{
	text-align: right;
}

/*Flickr Styles*/

#ViewSet .vsThumbs {
	width: 365px;
}

#ViewSet .vsThumbs img {
	margin: 0 0 3px 3px;
	width: 70px;
	height: 70px;
}

div#setThumbs div.setThumbs-indv {
	float: left;
}

/*Plain Old Design Footer*/

#pod_footer{
  border: 1px dashed #ede0f8;
  clear: both;
  display: block;
  float: right;
  margin: 0 15px 5px 0;
  background-color: #584958;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#pod_footer a, #pod_footer .text{
  text-decoration: none;
  border-style: none;
  outline: none;
  font-size: .5em;
  color: #ede0f8;
  display: block;
  float: left;
  padding: 1px 3px;
  background-color: #584958;
}

#pod_footer a:hover{
  text-decoration: none;
  background-color: #ede0f8;
  color: #584958;
  border-style: none;
  outline: none;
}