@charset "UTF-8";
/* CSS Document */
/*©Tim Best: Visual Design, layout, and CSS stylesheets cannot be reproduced without permission.*/
/* timcbest@gmail.com */

html body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.05em;
	text-align: left;
}

ul {
	list-style: none;
}

body #wrap {
	background-color: #FFFFFF;
	width: 433px;
	margin: 0 auto;
}

textarea {
	width: 433px
}

h1 {
	font-size: 1.25em;
}

h2 {
	font-size: 1.12em;
}

h3 {
	font-size: 1.06em;
	font-style: italic;
}

label,p,li {
	font-size: .85em;
}

h1,h2,h3,p,ul,a,label {
	color: #000;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

a {
	font-weight: bold;
}

a:hover {
	color: #FF00FF;
}

a:active {
	color: #FF00FF;
}

div {
}

img {
	border-style: solid;
	border-color:#000;
	border-width: thin;
	padding: 5px;
}

a:hover img  {
	border-color: #000000;
	background-color: #000000;
}

a:visited img  {
	border-color: #000000;
	background-color: #000000;
}

input {
	text-align: left;
	display: block;
	background-color: #FFFFFF;
	border-style: groove;
	size: 15px;
}

/*****************************************/
/* Wrap  
/*****************************************/
#wrap{
}

/*****************************************/
/* Footer
/*****************************************/
#footer {
	clear: both;
	border-top: thick #000 solid;
}

#footer li {
	font-size: .60em;
	padding: 0;
	line-height: 1.35em;
}

/*****************************************/
/* Index Content
/*****************************************/

#index_content{
	border: hidden;
}

#index_content p{
	padding: 5px 0 5px 0;
}

#index_content h2{
	padding: 0 0 3px 0;	
}

#index_content h3{
	display: block;
	padding: 13px 0 0 0;	
}

#index_content dt{
	font-style: italic;
	display: block;
	font-size: .90em;
	padding-right: 3px;	
}

#index_content dd{	
	display: block;
	font-size: .90em;
	padding: 0 3px 5px 0;	
}

/*****************************************/
/* Content
/*****************************************/
#content {
	height: auto;
	padding: 5px 0 5px 0;
}

#content dl{
	margin: 4px 0 4px 0;
}

#content dt{
	display: inline;
	font-size: .70em;
	padding-right: 3px;	
}

#content dt > a{
	font-size: .98em;
	padding-right: 3px;	
}

#content label{
	font-size: .75em;
}

#content a{
	font-size: .75em;
}

#content form{
	margin: 10px 0 10px 0;
	width: 200px;
}

#content .caption {
	font-size: .75em;
}

#content img {
	display: block;
}

/*****************************************/
/* content table styles
/*****************************************/

#content table {
	width: inherit;
	border: none;
}

#content thead{
	font-size: .70em;
	background: #000000;
	color:#FFFFFF;
}

#content tbody a{
	font-size: .65em;
}

#content table img{
	border: none;
	background: none;
}

#content .even{
	background: #CCCCCC;
}

#content .odd{
	background: #FFF	;
}

#content p{
	margin-bottom:10px;
	
}

#content p a{
	font-size: .85em;
	
}

#content .post{
	margin-bottom: 15px;
	
}

/*****************************************/
/* navigation
/*****************************************/

#navigation {
	border: none;
	padding: 3px 6px 5px 0;
	/* border-top: solid #000000 thick; */
	border-top: solid #000000 thick;
}

#navigation li{
	display: inline;
}

#navigation li a{
	border: solid #000 thin;
	font-size:0.95em;
	padding: 7px 9px 13px;
}

#navigation li a:hover {
	color:#FFFFFF;
	background-color: #FF00FF;
	border-color: #FF00FF;
}

#navigation li a:active{
	color:#FFFFFF;
	background-color: #FF00FF;
	border: solid #FF00FF thin;
}

.home {
	padding-left: 0;
}

/*****************************************/
/* header
/*****************************************/

#header {
	background: url(http://www.stclaudecollective.org/img/universal_furniture_mod3.jpg) no-repeat;
	height: 286px;
	margin-top: 55px;
	text-align: right;
}
	
#header li{
 	display: inline;
	font-size: .65em
}

#header p{
	font-size: .65em
}

#header.caption {
	font-size: .75em;
}

.mob_hidden {
 margin: -9999px
}

#header .inactive_css {
	font-weight: normal;
}

#header img{
	border: none;
	padding: 0;
}

#ac_header {
	float: right;
	margin-top:5px;
	border: none
}

#ac_header input {
	display:inline;
}

#ac_header .input_text{
	width: 120px;
	font-size: .9em;
}

#ac_header .input_button{
	width: 48px;
	font-size: .9em;
}

/*****************************************/
/* wheader
/*****************************************/

#wheader {
	margin-top: 20px;
	text-align: right;
}
	
#wheader li{
 	display: inline;
	font-size: .65em
}

#wheader p{
	font-size: .65em
}

#wheader img{
	border: none;
	padding: 0;
}

/*****************************************/
/* header
/*****************************************/

#ad_header {
	margin-top: 55px;
	text-align: right;
}
	
#ad_header li{
 	display: inline;
	font-size: .65em
}

#ad_header p{
	font-size: .65em
}

#ad_header.caption {
	font-size: .75em;
}

.mob_hidden {
 margin: -9999px
}

#ad_header .inactive_css {
	font-weight: normal;
}

#ad_header img{
	border: none;
	padding: 0;
}

/*****************************************/
/* page_name
/*****************************************/

#page_name {
	background-color:#EEDDDD;
	border-top: thin #000 solid;
	border-bottom: thin #000 solid;
	margin-top:12px;
}

#page_name p{
	font-size: .75em;
	padding: 0;
	font-weight: bold;
}


/*****************************************/
/* Begin Comments*/
/*****************************************/

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* End Comments */
