/*   
Theme Name: Chris Putnam
Theme URI: ChrisPutnam.info
Description: A custom theme for Chris Putnam's website
Author: Chris Putnam
Author URI: ChrisPutnam.info
.
This theme is not meant for general use.  It was custom built for a specific website.
.
*/

a{
	text-decoration: none;
	color: #7698a6;
}

a:hover{
	color: #8cb5c8;
}

#ad{
  display: block;
  width: 234px;
  margin: 20px 66px 0;
  position: static;
}

a img{
	border: none;
}

.alignleft{float: left;}
.alignright{float: right;}

body{
	background: #fff;
	color: #535353;
	font-size: small;
	margin: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

body table.links{
	margin-left: 20px;
}

body table.form input{
	width: 98%;
}

.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{
	margin: 0 auto;
	display: block;
	width: 725px;
}

.content{
	background: #7e7e7e url(./images/content.jpg) repeat-y;
	color: #000;
	display: block;
	float: left;
	padding: 0 50px;
	text-align: justify;
	width: 626px;
}

.content .center{
	float: left;
	padding: 0 20px;
	width: 366px;
}

.content .center hr{
	border: 1px dashed #d5d5d5;
}

.content .side{
	float: left;
	width: 105px;
}

.content .side.left .menu, .content .side.left .section{
	border: 2px solid #fbfbfb;
	border-left: none;
	padding: 5px 5px 5px 0;
}

.content .side.right .menu, .content .side.right .section{
	border: 2px solid #afafaf;
	border-right: none;
	padding: 5px 0 5px 5px;
}

.content .section p{
	font-size: x-small;
}

.content .section ul{
	font-size: x-small;
	margin: 0;
	padding: 0 0 0 10px;
	list-style-type: none;
}

.content .section ul li{
	margin: 5px 0 0 0;
}

fieldset{
  border: none;
  margin: 0;
  padding: 0;
}

.footer{
	background: #7e7e7e url(./images/footer.jpg) no-repeat;
	color: #fff;
	display: block;
	float: left;
	padding: 30px 90px 40px 90px;
	text-align: right;
	width: 546px;
	height: 78px;
}

.footer a{color: #a2d0e4;}
.footer a:hover{color: #afe3ff;}

h1, h2, h3{
	color: #000;
	margin-top: 0;
}

h1{color: #fff;}

h2{
	font-size: medium;
}

.header{
	background: #7e7e7e url(./images/header.jpg) no-repeat;
	display: inline-block;
	float: left;
	padding: 35px 50px 20px;
	width: 626px;
	height: 69px;
}

.header h1{
	float: left;
	margin: 10px 70px;
	font-size: xx-large;
	font-variant: small-caps;
}

.header img{
	float: left;
	height: 75px;
	margin-left: 0px;
	width: 53px;
}

.load_images{
	float: right;
	position: fixed;
	right: -500px;
}

.menu{
	text-align: left;
}

.menu, .section{
	margin-bottom: 25px;
}

.menu h2, .section h2{
	font-size: small;
	margin-bottom: 0;
}

.menu a{
	color: #535353;
	display: block;
	font-weight: bold;
	font-variant: small-caps;
	font-size: medium;
	height: 25px;
	margin-bottom: 5px;
	padding: 5px 0 0 25px;
}

.menu a:hover{
	color: #8eb5c0;
}

.menu a.m1{background: url(./images/person1bw.png) no-repeat left;}
.menu a.m2{background: url(./images/person2bw.png) no-repeat left;}
.menu a.m3{background: url(./images/person3bw.png) no-repeat left;}
.menu a.m4{background: url(./images/person4bw.png) no-repeat left;}
.menu a.m0{background: url(./images/person0bw.png) no-repeat left;}

.menu a.m1:hover{
	background: url(./images/person1.png) no-repeat left;
}
.menu a.m2:hover{
	background: url(./images/person2.png) no-repeat left;
}
.menu a.m3:hover{
	background: url(./images/person3.png) no-repeat left;
}
.menu a.m4:hover{
	background: url(./images/person4.png) no-repeat left;
}
.menu a.m0:hover{
	background: url(./images/person0.png) no-repeat left;
}

.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 and FeedMyInbox Stuff*/
#searchform label.screen-reader-text{display: none;}
input#s, input#i{width: 100%;margin-top: 10px;}
input#searchsubmit, input.inbox{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 #e7fbff;
  display: block;
  float: right;
  margin-right: 37px;
  background-color: #2c3235;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  position: relative;
  bottom: 35px;
}

#pod_footer a, #pod_footer .text{
  text-decoration: none;
  border-style: none;
  outline: none;
  font-size: .5em;
  color: #e7fbff;
  display: block;
  float: left;
  padding: 1px 3px;
  background-color: #2c3235;
}

#pod_footer a:hover{
  text-decoration: none;
  background-color: #e7fbff;
  color: #2c3235;
  border-style: none;
  outline: none;
}
