/* print styles */

body
{
	background: #fff;
	color: #444;
	font-size: 10pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

img { border: none; }

table { border-collapse: collapse; }

input, textarea
{
	font-size: 1em;
	color: #666;
}

a { color: #6B207F; }

h1 a, h2 a
{
	text-decoration: none;
}

abbr, acronym, dfn
{
	cursor: help;
	font-style: normal;
	border-bottom: dotted 1px #ABB1B7;
}

h1
{
	font-size: 2.4em;
}

h2
{
	font-size: 1.7em;
}

h3
{
	font-size: 1.4em;
}

h4
{
	font-size: 1.3em;
}

h5
{
	font-size: 1.15em;
}

h6
{
	font-size: 1em;
}

.clearfix { clear: both; }

#wai-links
{
	display: none;
}

.post-share, #secondary, .pagenav, #respond,
.avatar, .says, .reply
{
	display: none;
}

#header
{
	border-bottom: 3px solid #4E165D;

}


#main
{
	padding: 1em 0;
}

.post 
{
	padding: 1em 0 1em 0;
}

h2.post-title
{
	margin-bottom: 0;
	padding-bottom: 0;
}

.post-meta
{
	font-size: .9em;
	padding-bottom: .5em;
	color: #666;
}

.post-meta p
{
	margin: 0;
	padding: 0;
}


.post-footer
{
	border-top:1px solid #BFA477;
	font-size: .9em;
	padding: .5em 0 2em 0;
}

.post-tags
{
	float: left;
	width: 50%;
}

.post-comments
{
	float: right;
	width: 30%;
	text-align: right;
}

.comment-meta 
{
	font-size: .9em;
}

/* captions, thumbnail images in posts */

.post .post-content img, p.attachment img {
  padding: 2px;
  margin: 4px 10px;
  border: 1px solid #E0D2BC;
}

.post .post-content img.alignleft, .attachment img.alignleft{ margin-left: 0; }
.post .post-content img.alignright, .attachment img.alignright{ margin-right: 0; }
.post .post-content img.aligncenter, .attachment img.aligncenter{ margin: 0 auto; text-align: center; }


.attachment-entry, .post p.attachment {
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.attachment div.caption {
  padding: 0;
  margin: 0 10px 2em 10px;
  text-align:center;
  font-size: .9em;
  color: #777;
}

/* no border on smilies */
img.wp-smiley, .post .post-content img.wp-smiley, .attachment img.wp-smiley{
  padding: 0;
  margin: 0;
  border: 0;
}

.wp-caption {
  padding:.4em 0;
  margin:4px 10px;
  text-align:center;
  font-size: .9em;
  color: #777;
}

.gallery-caption {

  font-size: .9em;
  color: #777;
}

.wp-caption img, .post .post-content .wp-caption img, .attachment .wp-caption img{
  margin: 0;
  border: 1px solid #E0D2BC;
  padding: 2px;
}

.wp-caption p, .post .post-content .wp-caption p, .attachment .wp-caption p, div.caption p{
	padding: .3em 0;
}

.wp-caption.alignleft{ margin-left: 0; }
.wp-caption.alignright{ margin-right: 0; }


.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.alignleft { float: left; }
.alignright { float: right; }

.gallery
{
	clear: both;
}


#footer
{
	font-size: .9em;
	color: #666;
}

#footer p
{
	padding: .3em 0;
	margin: 0;
}

#disclaimer
{
	padding-top: 1em;
	font-size: .9em;
	color: #666;
}
