/* 
	Theme Name: tbn
	Theme URI: http://www.trianglebirthnetwork.com/news/tbn
	Description: Designed by Julie Hathaway
 
	Author: Julie Hathaway
	Author URI: http://www.pilcrow.biz
	Version: 1.0.0
		
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	
*/


/* Blog template copyright 2005 by Pilcrow Text & Design, LLC, www.pilcrow.biz. All rights reserved. */

/* ---------- defaults ---------- */
body {
	margin: 0;
	padding: 0;
	background-color: #eee0d4;
	color: #4c2e26;
	font: 90%/1.4 Verdana, sans-serif;
	}

a:link {
	color: #862121;
	text-decoration: none;
	}

a:visited {
	color: #ca6565;
	text-decoration: none;
	}

a:hover {
	text-decoration:underline;
	}

#header {
	background: #885139 url(./images/toptile.gif) repeat-x;
	height: 148px;
	}

.hidden {
	margin:0 0 0 -999px;
	padding:0;
	height:0;
	overflow:hidden;
	}

#title {
 	position:absolute;
 	top:0;
 	left:0;
 	height: 148px;
 	width: 478px;
 	background: url(./images/title.jpg) no-repeat;
 	z-index: 1;
 	}

#belly {
	position:absolute;
	top:0;
	right:0;
	height: 240px;
	width: 308px;
	background: url(./images/belly.jpg) no-repeat;
	z-index:2;
	}

#sidebar {
	float:right;
	width:300px;
	padding-top: 90px;
	padding-bottom: 40px;
	text-align: right;
	}

ul#nav {
	list-style-type:none;
	margin:0 60px 0 0;
	padding:0;
	}

ul#nav li {
	padding: 0.25em 0;
	}

ul#nav li.current {
	font-weight: bold;
	}

#maincontent {
        margin: 0 310px 30px 20px;
	}

#maincontent ul li {
	padding: 0.5em 0;
	}

.divider {
	height:2px;
	border-bottom: 2px solid #4c2e26;
	width: 100%;
	margin: 20px 0;
	}

#maincontent ul.submenu li {
	padding:0;
	margin:0;
	}

blockquote {
	margin: 1em 80px;
	}

form {
	width: 300px;
	font-size: 0.9em;
	}

input,
textarea,
select {
	width: 200px;
	border: 1px solid #4c2e26;
	color: #4c2e26;
	font-family: Verdana, sans-serif;
	}

textarea {
	width: 300px;
	}

input.check {
	width: 12px;
	}

form p { 
	padding:0; 
	margin-bottom:0;
	}

/*
p input, 
textarea, 
select,
      { 
	margin-bottom: 20px;
	}
*/

p.footnote {
	font-size:.9em;
	padding-top: 1em;
	}

p.blogintro {
	font-size:.8em;
        font-style: italic;
        padding-left: 20px;
        padding-right: 20px;
	padding-top: 20px;
        padding-bottom: 20px;
	}

#footer {
	clear:right;
	background: #855139 url(./images/footertile.jpg) repeat-y bottom left;
	color: #dba581;
	height: 2em;
	padding-left: 20px;
	}

#footer p {
	margin:0;
	padding:0;
	font-size: 0.85em;
	line-height: 2em;
	}

#footer a {
	color:#dba581;
	}


/* ---------- post ---------- */
.post {
  margin:0;
  padding: 0;
  }
.postbody {
  margin:0;
  padding: 0;
}
h2.post-group {
  text-align: center;
  font-style: italic; 
  font-size: small;
  padding-bottom: 20px;
}
h4.post-title {
  padding-bottom: 0.3em;
  }
.post-body p {
  margin:0 0 .6em 0;
  }
.post-footer {
  font-size: 0.85em;
  padding: 1em 0;
  margin-bottom: 3.5em;
  border-bottom: 1px solid #4c2e26;
  }

/* ---------- comments ---------- */
#comment-container {
}
h3.comments-title {
  padding-bottom: 0.3em;
}
.comments-list {
  margin-bottom: 40px;
}
.comments-list li p {
	margin-left: 6px;
	margin-top: 10px;
}
.comment{	
  margin-left: 0px;
  margin-bottom: 10px;
}
.commentform {
	margin-top:15px;
	width: 450px;
}
.commentform #author, .commentform #email, .commentform #url, .commentform textarea {
	margin-left: 25px;
  margin-bottom: 6px;
  background: #fff;
  border: 1px solid #4c2e26;
	padding: .2em;
}
.commentform textarea {
	width: 100%;
}
.commentform #submit {
  margin-left: 25px;
  margin-top: 8px;
}

/* ---------- profile ---------- */
#profile-container {
  height:auto;
  }
.profile-datablock {
  margin:0 0 4px 0;
  }
.profile-data {
  display:inline;
  margin:0;
  padding:0 8px 0 0;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  margin:0 8px 0 0;
  border:1px solid #50733c;
  padding:2px;
  }
.profile-textblock {
  }
.profile-link {
  margin-top:5px;
  }
img.post-photo {
  border:1px solid #50733c;
  padding:4px;
  }








