/* change default html styles */
* {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl {
}
a img {
  border-style: none;
}


/* general styling */
body {
  width: 0 auto;
  color: #1b1b1b; 
  font: 14px/150% Garamond, Helvetica, Arial, Verdana, sans-serif;
}
 h1, h2, h3, h4, h5, h6 {
  margin-top: 0em;
  margin-bottom: .25em;
  font-weight: normal;
  font-family: Garamond, sans-serif;
}
h1 { font-size: 2.4em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.4em; }
h6 { font-size: 1.2em; }

p {
  margin-bottom: 1em;
  line-height: 1.3;
}
a {
  color: #095eae;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul.list, ol.list {
  margin-left: 3em;
  margin-bottom: 1em;
}
.list li {
  margin-bottom: .5em;
  color: #1b1b1b;
}
ul.list li {
  list-style-type: disc;
}
ol.list li {
  list-style-type: decimal;
}


/* layout */
#header {
  padding: 10px 0px 60px 0px;
}

#wrapper {
   margin: 0 auto;
   width: 750px;
 }

#content {
  float: left;
  width: 450px;
  padding-top: 20px;
  padding-right: 40px;
}
#sidebar {
   float: left;
   width: 250px;
   margin-right: 50px;
   padding-top: 20px;
   padding-left: 40px;
 }

/* article styles */

.articles {
  width: 100%;
  margin-left: 0px; 
  padding-right: 0px;
}

.article {

/*  position: relative; */
  margin-bottom: 20px;
}

.article h2.title {
  clear: both;
  font-size: 1.4em;
}
.article h2.title a {
  color: #F1BEF7; 
}
.article h2.title a:hover {
}
.article .meta {
  margin-bottom: 1em;
  color: #838383;
  font-size: .8em;
}
.article a {
  color: #F1BEF7;
}
.article a:hover {
}
.article .body {
  width: 0 auto;
  margin-bottom: 1em;
}
.article .comments {
  background: url(/images/comment-img.gif) left center no-repeat; 
  padding-bottom: 0px;
  color: #838383;
}
.article .comments a {
  padding: 5px 0px 10px 35px;
  color: #838383;
  line-height: 30px;
}
.article .comments a:hover {
}
.article .footer p, .article .footer li, .article .footer h4.meta {
  font-size: .8em;
}
.article .footer ul, .article .footer h4.meta, .article .footer p {
  display: inline;
  font-weight: normal;
}
.article .footer p {
  margin-right: 1em;
  padding-right: 1em;
  border-right: dotted 1px #838383;
}
.article .footer, .article .footer a {
  color: #838383;
}
.article .footer li {
  padding-left: 5px;
  border-left: dotted 1px #838383;
}
.article .footer li.first {
  border-left-style: none;
}

/* article and comment body */
.body ul, .article .body ol {
  margin-left: 3em;
  margin-bottom: 1em;
}
.body li {
  margin-bottom: .5em;
  color: #1b1b1b;
}
.body ul li {
  list-style-type: disc;
}
.body ol li {
  list-style-type: decimal;
}
.body h1, .body h2, .body h3, .body h4, .body h5, .body h6 {
  color: #1b1b1b;
  text-transform: none;
}
.body pre {
  overflow: auto;
  width: 100%;
  margin-bottom: 1.5em;
}

/* comments list */
#commentslist {
  margin-bottom: 2em;
}
#commentslist li.comment {
  overflow: auto;
  width: 100%;
  margin-bottom: 2em;
}
#commentslist li.comment .meta {
  margin-bottom: .5em;
  padding: .25em 3%;
  border-bottom: dotted 1px #cacaca;
  background-color: #f6f6f6;
  color: #838383;
}
.comment .body {
  padding: 0 3%;
  font-size: .9em;
}
.comment .body p {
  margin-bottom: 1em;
}
.comment .body h1 { font-size: 2.0em; }
.comment .body h2 { font-size: 1.8em; }
.comment .body h3 { font-size: 1.6em; }
.comment .body h4 { font-size: 1.4em; }
.comment .body h5 { font-size: 1.3em; }
.comment .body h6 { font-size: 1.2em; }

/* forms */
#comment-message, #comment-errors {
  margin-bottom: 1em;
  padding: .5em 3%;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  color: #1b1b1b;
  font-weight: bold;
}
#comment-message {
  background-color: #f6f6f6;
  border-bottom-color: #3a3a3a;
}
#comment-errors {
  border-bottom-color: #9a3a3a;
  background-color: #fff0f0;
}

fieldset {
  margin-bottom: 1em;
  border-style: none;
}
fieldset dt {
  margin-bottom: .25em;
  color: #838383;
  font-weight: bold;
}
fieldset dd {
  margin-bottom: 1em;
}
fieldset input, fieldset textarea {
  padding: 2px 4px;
  border: solid 1px #838383;
  background-color: #eaeada;
  font-family: monospace;
  font-size: 1.2em;
}
fieldset input:hover, fieldset textarea:hover {
  background-color: #f2f2e2;
}
fieldset input:focus, fieldset textarea:focus {
  background-color: #fafaea;
}
input {
  padding: 2px 4px;
}
fieldset textarea {
  width: 400px;
  height: 200px;
}
#search {
  margin-top: 3em;
}
#search fieldset {
  text-align: right;
}
#search fieldset input {
  width: 90%;
}

/* side boxes */
.boxy {
  margin: 0px 10px 10px 10px;
  padding: 10px 10px 0px 10px;
  background-color: #eebddf; 
}

#sidebar .short, #sidebar .tall {
/*  padding-top: 10px; */ /* only have top padding if we have a background */
  
}
#sidebar .short {
/*  background-image: url(/images/x_pink_boxy_short.gif); */
  background-color: #eebddf;
}
#sidebar .tall {
/*  background-image: url(/images/lily-of-the-valley.gif); */
  background-color: #eebddf;
}
.boxy {
 /*  background-color: #ffffff;  */
  text-align: justify; 
  /*font-size: 1em;*/
}
.boxy a {
  color: #000000;
}
.boxy a:hover {
}
.boxy h3 {
  margin: 0 0 .5em 0;
  color: #000000;
  font-size: 1.6em;
/*  text-transform: uppercase; */
}
.boxy h4 {
  margin: 1em 0 .25em 0;
}
.boxy li {
  margin-left: 1em;
  margin-bottom: .25em;
}

.boxy ul, .boxy dt {
  margin-top: 1em;
  margin-bottom: .25em;
}
.boxy dt {
  font-size: 1.2em;
  line-height: 2px;
  vertical-align: middle;
}
.boxy dt a {
}
.boxy dt a.feed {
}
.boxy dd {
  margin-left: 1em;
  margin-bottom: .25em;
}
.boxy ul dd, .boxy dl li {
  margin-left: 0;
}
.boxy ul dt, .boxy dl ul {
  margin-top: 0 !important;
}

/* feed icons */
.feed {
  margin-left: 5px;
  padding-left: 20px;
  background: url(../images/feed.gif) 0% 100% no-repeat;
}
.feed:hover {
  background-position: -2000px 100%;
}
.feed span {
  font-size: .8em;
}

/* options box */
#header h2, #header h3, #options h3 {
  display: none;
}
#options h2 {
  display: block;
  float: left;
  margin-top: 3px;
  color: #9a9a9a;
  font: normal 10px/12px Garamond, verdana, sans-serif;
  text-transform: uppercase;
}
#options {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
  margin-right: 30px;
}
#options ul {
  float: left;
  display: inline;
  margin-left: 10px;
}
#options li {
  float: left;
  margin: 1px;
  padding: 2px;
}
#options li a {
  display: block;
  width: 10px;
  height: 10px;
  border: solid 1px #9a9a9a;
  background-color: #1c1c1c;
  background-repeat: no-repeat;
}
#options li a span {
  display: none;
}

/* selected */
#options li:hover {
  padding: 2px;
  background-color: #9a9a9a;
}


/* colors */
#options li.fixed  a { background-image: url(/images/fixed.gif); }
#options li.fluid  a { background-image: url(/images/fluid.gif); }

/* colors */
#options li.pink   a { background-color: #fa95fa; }


/* skittlish color: pink */
/* body.pink .article h2 a   { color:            #fa95fa; } */
body.pink .article h2 a { color: #eebddf; }
body.pink .boxy           { background-color: #ffffff; }

.roundcont {
	width: 250px;
	background-color: #eebddf;
	color: #000;
        margin-bottom: 40px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

img.corner {
   width: 18px;
   height: 18px;
   border: none;
   display: block !important;
}

#presscont {
   width: 800px;
   padding: 50px 0px 100px 100px;
   font-style: italic;
   font-size: 18px;
}

# presscont img {
   border: solid #0000FF;
}

#pressbg1 {
        background: url(morning_glory.jpg) repeat-x;
        background: url(morning_glory.jpg) repeat-y;
        background-position: top center;
}

div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px;
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 0px;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 0px;	
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 0px;
		color: #DDD;
}