@charset "utf-8";
/* CSS Document */

/* Header
----------------------------------------------- */
@media all {
  #header {
    width:580px;
    margin:0px auto -5px;
    }
  }
@media handheld {
  #header {
    width:90%;
    }
  }
#blog-title {
  margin:-30px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border: 1px solid #ccc;	/* puts border all around */
  border-bottom: 0px;		/* and deletes bottom border */
  font-size:120%;
  font-weight:normal;
  color:#000;
  text-transform:uppercase;
  text-align:center;
  line-height:1.2em;
  letter-spacing:.2em;
  padding-top:10px;
  }
#description {
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  border: 1px solid #ccc;	/* puts border all around */
  border-top: 0px;			/* and deletes bottom border */
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  text-align: center;
  letter-spacing:.2em;
  color:#333333;
  padding-bottom:10px;
  margin-bottom:10px;
  }

/* Content
----------------------------------------------- */
@media all {
  #content {
    width:100%;
    margin:0 auto;
    padding:0;
    text-align:left;
    }
  #main {
    width:460px;
    float:left;
    }
  #sidebar {
    width:190px;
    float:right;
    }
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h2 { /* this appears on the right "contributors, links" etc*/
  margin:10px 0 0px;
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

/* Posts
----------------------------------------------- */
@media all {
  .date-header { /* this is the date header that appears above the title*/
    margin:20px 0 -3px;
	color:#333333;
    }
  .post {
    margin:0 10px 0 0;	/* added 10px spacing between post columns and links column*/
    border-bottom:1px dotted #330066; /* line between posts 330066*/
    padding-bottom:10px;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title { /* the post title */
  margin:.25em 0 0px;
  padding:0 0 0px;
  font-size:140%;
  font-weight:normal;
  /*line-height:1.4em;*/
  color:#000000;
  }
.post div {
  margin:0 0 .75em;
  /*line-height:1.6em;*/ /* this is the line height of the post */
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  color:green;
  }
.comment-link {
  /*margin-left:.6em;*/ /*darshan this is the links that appear under the "Posted by" */
  }
.post img {
  padding:0px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em; 
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.paging-control-container {
  float: right;
  margin: 0px 6px 0px 0px;
  font-size: 80%;
}
.unneeded-paging-control {
  visibility: hidden;
}

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 0px;
  padding:0 0 0px;
/*  border-bottom:1px dotted #ccc; */	
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 0px 15px;
  text-indent:-10px;		/* indents the links a little, -15px would be no indent */
  line-height:1.5em;	/* line height between links on the right side */
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.05em;
  }
#sidebar p {
  color:#666;
  /*line-height:1.5em; */
  }


/* Profile
----------------------------------------------- */
#profile-container {
/*  margin:0 0 1.5em; */ /* border after contributors */
/*  border-bottom:1px dotted #ccc;*/
/*  padding-bottom:1.5em;*/
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link { /* this is the links under Contributors section */
  margin:0;
/*  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;*/
  }


/* Footer
----------------------------------------------- */
#footer {
  width:100%; /*darshan*/
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds this is the "subscribe to posts" button
----------------------------------------------- */
#blogfeeds { 
  font:78%/1.4em Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  letter-spacing:.05em;
  padding-top:0px;
  }
#postfeeds {
  }




















table.form {
	/*background-color:#FFFFFF;*/
	border-style:solid;
	border-width:1px;
	border-color:#330066;
	padding:10px;
	margin:0px;	
}

select, input, textarea {
	color:#000000;
	font-weight:normal;
	background-color:#F5F5F5;
	border-style:solid;
	border-width:1px;
	border-color:#330066;
	padding:3px;
	margin:3px;	
}

table.menutable {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	text-transform:uppercase;
	line-height:1.2em;
	letter-spacing:.1em;
	border-bottom:1px dotted #330066; /*330066 FFCC33*/
}
h1, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px -15px 0px;
	padding:0px 0px 0px 0px;
	border:0px 0px 0px 0px;
	line-height:1.2em;
	letter-spacing:.1em;
}
a img {
	border:0;
}
img {
	border:0;
}
img.border {
	border:1px solid #000;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignlefttop {
	margin-right:10px;
	margin-top:15px;
	padding:0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.alignleftinline {
	margin:15px 15px 0px 0px;
	padding:0px 0px 0px 0px;
	float: left;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.alignrighttop {
	margin:0px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	float: right;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.alignrightinline {
	margin:15px 0px 0px 15px;
	padding:0px 0px 0px 0px;
	float: right;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
#fullheight {
	height:100%;
}
table.maintable {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:0px 1px 0px 0px;
	border-color:#000000;
	padding:0px;
	margin:0px;
}
td.content {
	padding:5px 10px 0px 10px;
	background-image: url(images/bg-image.jpg);
	background-position: center 40px;
	background-repeat: no-repeat;
}
p.justify {
	text-align:justify;
}
p.boxed {
	text-align:justify;
	color:#330066;
	font-size:14px;
	font-style:italic;
	text-align:center;
}
p.footer {
	text-align:center;
	font-size: 10px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	border:none;
	background:#330066; /*666666 CC3333 CC0000 FFCC33*/
	background-image: url(http://www.spiritquilts.net/images/bg.gif);
	background-repeat:repeat-x;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #330066;
}
a:visited {
	color: #666666;
}
a.roll:hover {
	color: #FFCC33;
}
a:hover {
	color: #FFCC33;
}

/*
hr {
	color:#000066;
	background-color:#FFF;
	height:1px;
	width:75%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

table.form {
	background-color:#FFFFFF;
	border-style:dashed;
	border-width:1px;
	border-color:#000066;
	padding:10px;
	margin:0px;	
}

select, input, textarea {
	color:#000000;
	font-weight:normal;
	background-color:#F5F5F5;
	border-style:solid;
	border-width:1px;
	border-color:#000066;
	padding:3px;
	margin:3px;	
}
*/
