/* @override http://www.chijude.com/chijude.css */

/*
===== CSS CONTENTS =====

1: resetting
2: common formatting
3: layout
4: header
5: live search
6: navigation
7: home page
8: posts
9: comments
10: archives
11: links
12: contact
13: footer

====================
*/

/* @group Resetting */

* { padding:0; margin:0; font-size: 100%;}
ul, ol { padding:0; margin: 0; list-style:none }
h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address {
margin: 0; font-size: 1em; }
img, fieldset { border: 0px none; }
#header:after, #nav:after, #content:after { content: '.'; display: block; height: 0; clear: both; visibility: hidden; }
#header, #nav, #content {display: inline;}
/* Hides from IE-mac \*/
* html #header, * html #nav, * html #content {height: 1%;}
#header, #nav, #content {display: block;}
/* End hide from IE-mac */

/* @end */

/* @group Common Formatting */

input, textarea {
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  border: 1px solid #777;
  padding: 4px;
}

a {
  text-decoration:underline;
  color: #271E3D;
}

a:hover {
  background: #ddd;
  text-decoration: none;
}

h2 {
  color: #333;
	font: bold 1.4em/2 "Optima, Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 a {
  color: #333;
  text-decoration: none;
}

h3 {
  color: #333;
  padding: 15px 0 0;
  line-height: 1;
  font-size: 1.1em;
  margin: 0 0 10px;
}

h3 a {
  color: #333;
  text-decoration: none;
}

p {
  line-height: 1.7;
  padding: 0 0 10px;
}

ol {
list-style-type: decimal;
padding: 5px 10px;
margin: 10px 20px;
}

ul {
list-style-type: circle;
padding: 5px 10px;
margin: 10px 10px;
}

li {
padding: 5px 0;
}

dt {
padding: 5px 0;
font-weight: bold;
font-size: 1em;
color: #444
}

dd {
padding: 5px 15px;
}

acronym {
cursor:help;
border-bottom: 1px dotted #271E3D;
}

blockquote {
border-left: 5px solid #271E3D;
margin: 0 0 0 20px;
padding: 10px 0 0 20px;
font-size: .9em;
color: #444;
}

cite {
font-style: italic;
color: #271E3D;
border-bottom: 1px dotted #271E3D;
}

/* @end */

/* @group Layout */

body {
  margin: 30px 0;
  padding: 0;
  text-align: center;
  background: #faf8c2;
  color: #444;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
}

#wrap {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  background: #fdfbd4;
  padding: 10px;

}

/* @end */

/* @group Header */

#header {
  padding: 0 0 20px;
  margin: 0 0 2px;
  border-bottom: 10px solid #23b2d8;
}

#logo {
  float: left;
  width: 207px;
  background-image: url(img/logo.gif);
}

#logo a {
  width: 207px;
  display: block;
  padding-top: 26px;
  height: 0px !important;
  height /**/: 26px;
  overflow: hidden;
  background-image: url(img/logo.gif);
}

#logo a:hover {
  background-position: 0 26px;
}

/* @end */

/* @group Live search */

#searchform {
  margin-left: 400px;
  font-size: .9em;
}

#livesearch {
  padding: .2em .5em;
  margin: 0 0 0 10px;
}

#LSResult  {   
  position: absolute;
  width: 350px;
  z-index:1;
  padding: 5px 0 0;
}

#LSShadow {
  border: 3px solid #586732;
  padding: 5px;
  background: #fff;
}

.LSRow {
  padding: 1px 5px;
}

.LSViewAll {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  border-top: 1px solid #333;
  margin-top: 5px;
}

#LSHighlight  {
  background-color: #eee;
}

#LSHeader{
  padding: 2px 2px 8px;
  border-bottom: 1px solid #000;
  margin: 0 0 10px;
}

.lsDate {
  display: block;
  color: #333;
  font-size: 0.8em;
}

/* @end */

/* @group Navigation */

#nav ul {
  list-style-type: none;
  float: right;
  border-left: 1px solid #586732;
  margin: 0 0 20px;
  padding: 0;
  clear: both;
}

#nav ul li {
  display: block;
  float: left;
  text-align: center;
  padding: 0;
  margin: 0;
}

#nav ul li a {
  background: #fff;
  width: auto;
  height: 2em;
  border: .1em solid #586732;
  border-left: none;
  padding: 0 1.2em;
  color: #586732;
  display: block;
  text-align: center;
  text-decoration: none;
  font: normal .7em/1.9em "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#nav ul li a:hover {
  color: #333;
  background: #a6c6d3;
  text-decoration:none;
}

#nav ul a:active {
  background: #197272;
  color: #;
}

#nav ul li a.active {
  background: #9cdced;
  border: .1em solid #271E3D;
  color: #333;
}

/* @end */

/* @group Home page */

#links h3, #comments h3, #posts h3, #cmntform h3 {
padding: 15px 0 5px;
border-bottom: 1px solid #586732;
}

#comments li, #posts li, #links li {
  padding: 0 0 15px /*25px*/ 0;
	list-style-type: circle;
	list-style-position: outside;
}

#comments li {
  /*background: url(img/downleft.gif) 0 4px no-repeat;*/
}

#posts li {
  /*padding: 0 0 15px 30px;*/
  /*background: url(img/down.gif) 0 6px no-repeat;*/
}

#links li {
  /*background: url(img/upright.gif) 0 6px no-repeat;*/
}

/* @end */

/* @group Judith's World */

.judiths-world-block, .treatments-block{
	width: 100%;
	margin: 0;
	padding: 0 0 0;
	clear: both;
	display: block;
}

.treatments-block ul{
	clear: both;
}

div.one-third {
	width: 33%;
	float: left;
	display: block;
	clear: none;
}

.one-third img {
	border: 1px solid #999;
}

.one-third ul, .one-third h3{
	display: block;
	float: left;
	clear: both;
}


/* @end */



/* @group Posts */

/*.homepost, .postbody {
  border-bottom: 5px solid #23b2d8;
}*/

.post {
  margin: 0;
  padding: 0 0 0;
	overflow: auto;
}

.post img {
  float: right;
  border: 1px solid #ccc;
  padding: 3px;
  margin: 0 0 10px 10px;
}

.one-third ul li{
	list-style-image: url(img/pinkbullet.png);
}


#artmeta {
  background: #eee;
  border-top: 1px solid #271E3D;
  padding: 10px 0;
  margin: 10px 0 0;
  font-size: .9em
}

.date {
  color: #187d99;
  font-size: .8em;
}

.postpost {
  padding: 5px 0 0;
  text-align: center;
  clear: both;
  font-weight: bold;

}

.postpost li {
  display: inline;
  padding: 6px 20px 0 25px;
  font-size: .7em;
  }
  
.postpost li a{
	color: #275d92;
	text-decoration: none;
}

.postbody ul{
	list-style-image: url(img/bullet.png);
	margin-top: 0px;
	list-style-position: outside;
}

.post select {
	font-size: .9em;
	margin-bottom: .4em;
}

.post input {
	border: none;
}

.readmore {
  width: 16px;
  background: url(img/i-post.gif) 0 5px no-repeat;
}
.comment {
  width: 16px;
  background: url(img/i-comment.gif) 0 5px no-repeat;
}
.del {
  width: 16px;
  background: url(img/i-del.gif) 0 2px no-repeat;
}
.digg {
  width: 16px;
  background: url(img/i-digg.gif) 0 4px no-repeat;
}
.newsvine {
  width: 13px;
  background: url(img/i-newsvine.gif) 0 2px no-repeat;
}

img.transparent {
	border: none;
	clear: right;
}

div.floatright{
	float: right;
}

.related {
	width: 250px;
	float: right;
	margin: 0 1em .5em 1em;
	padding: 0 .5em 0 .5em;
	background-color: #bcd2d8;
	top: -35px;
	position: relative;
	border-bottom: 1px solid #fde594;
	border-top: 10px solid #587efd;
	border-right: 1px solid #94a5ab;
	border-left: 1px solid #94a5ab;
}

.related h3 {
	width: 250px;
	height: 58px;
	padding: 0;
	margin: 0;
	background: url(/img/related.png);
	text-indent: -9999px;
}

/* @end */

/* @group Bottom cols */

#bottom{
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
	display: block;
	  border-top: 5px solid #23b2d8;}

#comments, #links {
  width: 185px;
  float: left;
	clear: right;
}

#posts {
	width: 300px;
	float: left;
	clear: right;
	margin-top: 5px;
}


#comments h3, #posts h3, #links h3{
	text-transform: none;
	letter-spacing: .15em;
	color: #275d92;
}

#comments, #posts  {
  padding: 0 45px 0 0;
}

#comments ul,  #links ul {
  padding: 5px;
  margin: 0;
  font-size: .9em;
	list-style-image: url(img/arrow.png);
}
#comments ul {
	margin-left: 1em;
}

/* @end */

/* @group Comments */

#cmntform {
padding: 10px;
background: inherit;
}

#cmntform span {
display: block;
padding: 5px 0;
}

#cmntform label {
float: left;
width: 135px;
}

#cmntform p {
font-size: .9em;
}

#cmntform .button {
margin: 0 25px 0 0;
border: 1px solid #777;
font-size: .9em;
}

.cmnt {
border-left: 5px solid #23b2d8;
margin: 20px 5px;
padding: 10px 0 10px 20px;
font-size: .9em;
color: #444;
}

#txpCommentInputForm {
padding: 20px 10px 0;
color: #666;
}

/* @end */

/* @group Links */

#links p{
	font-size: .8em;
}

.alllinks li {
padding: 0 0 20px 0;
}

.alllinks {
font-size: .75em;
line-height: 1.5;
}

.alllinks a {
font-size: 1.25em;
}

.alllinks .date {
font-size: .9em;
}

/* @end */

/* @group Archives */

#bycat, #bydate {
width: 49%;
float: left;
}

#bydate dl, #rssCatArchive { 
font-size: .9em;
padding: 10px 0 0 0; 
}

#bydate dd, .rssCart { 
padding: 4px 0 4px 10px; 
}

#bycat ul { 
padding: 0 0 10px 0;
}

/* @end */

/* @group Contact */

#zemContactForm input, #zemContactForm textarea {
margin: 5px 0 15px;
}



/* @end */

/* @group Footer */

#footer {
  border-bottom: 5px solid #23b2d8;
  margin: 30px 0 0;
  padding: 20px 0 0;
  font-size: .9em;
  clear: both;
}




/* @end */
