* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, FreeSans, Helvetica, sans-serif;
 font-size: 13px;
}

h1
{
font-size: 1.4em;
margin: 0;
font-weight: normal;
padding-bottom: 5px;
} 

h2
{
font-size: 1.4em;
margin: 0;
font-weight: normal;
text-align:center;
padding-bottom: 5px;

} 

h3
{
font-size: 1.4em;
margin: 0;
font-weight: normal;
padding-bottom: 5px;
} 

p{
font-size:13px;
color:#000000;
line-height:normal;
padding-bottom: 10px;
}
#wrapper { 
 margin: 0 auto;
 width: 835px;
}
#header {
 color: #333;
 width: 830px;
 float: left;
 padding: 0px;
 height: 150px;
 margin: 0px;
 background: #ffffff;
}
#navigation {
 float: left;
 width: 830px;
 color: #333;
 padding-top: 15px;
 text-align:center;
 height: 38px;
 background: #ffffff;
 background-image:url(http://www.trebletapestry.org/images/treble-menu.jpg);
 background-repeat:no-repeat;
}

#menu li
{
display: inline;
list-style-type: none;
}

#menu a { 
padding: 3px 20px;
font-family: Arial, sans-serif;
font-weight: bold;
color: #5f5f5f;
 }

#menu a:link, #menu a:visited
{
color: #5f5f5f;
text-decoration: none;
}

#menu a:hover
{
color: #369;
text-decoration: underline;
}

#leftcolumn { 
 width: 613px;
 float: left;
}

#leftcolumn .block{
	width:613px;
	margin: 0;
}
#leftcolumn .block .block-top{
	width:613px;
	height:11px;
	background:url(http://www.trebletapestry.org/images/bodytop.jpg) no-repeat 0 0;
}
#leftcolumn .block .block-content{
	background:url(http://www.trebletapestry.org/images/background.jpg) repeat-y 0 0;
	padding: 5px 15px 5px 15px;
}
#leftcolumn .block .block-bottom{
	width:613px;
	height:11px;
	background:url(http://www.trebletapestry.org/images/bodybottom.jpg) no-repeat 0 0;
	padding-bottom: 10px;
}


#rightcolumn { 
 float: right;
 width: 215px;
 display: inline;
}

#rightcolumn .block{
	width:215px;
	margin: 0;
}
#rightcolumn .block .block-top{
	width:100%;
	height:18px;
	background:url(http://www.trebletapestry.org/images/newsheader.jpg) no-repeat 0 0;
}
#rightcolumn .block .block-content{
	
	background:url(http://www.trebletapestry.org/images/newsbackground.jpg) repeat-y 0 0;
	padding: 0 10px 0 10px;
	
}
#rightcolumn .block .block-bottom{
	width:100%;
	height:18px;
	background:url(http://www.trebletapestry.org/images/newsfooter.jpg) no-repeat 0 0;
}

#footer { 
 width: 845px;
 height:53px;
 clear: both;
 background-image:url(http://trebletapestry.org/images/treblefooter.jpg);
 background-repeat:no-repeat;
}

#footer p{
text-align:center;
padding: 10px 0 10px 0;
font-size: 11px;

}

div#news {
  margin: 5px;  /* margin for the entire div surrounding the news list */
  
}

div#news h2 {
   line-height: 2em;
}

.NewsSummary {
    margin: 3px; /* margin to the bottom of the news article summary */
     
}

.NewsSummaryPostdate {
  font-size: 11px;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
 
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}

/* Sample FormBuilder CSS base */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border: 1px solid #FF69B4;
	padding:0.5em
}
fieldset label {
	width:auto;
}
legend {
	color:#FFF;
	background: #9400D3;
	font-style:italic;
	font-size:1.2em;
	margin-bottom:0.5em;
	padding:0.2em;
	width:auto;
	border:1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width:98%;
	height: 6em
}

/* Apply this class to text/select input fields with shorter labels
	to help alignment */
.short-label label {float:left; width:10em}
.short-label fieldset div input,
.short-label fieldset div select {width:16em}

/* Pretty up your Captcha image output */
.captcha {
	margin:0.5em 0;
	width:200px;
	text-align:center
}
.captcha img {border:1px solid #F60; margin-bottom:0.5em}
.captcha input {width:196px; margin-top:0.5em}

/* Just a bit more room for the Submit button */
.submit {margin-top:0.5em}

a img { border:0 }
img { border:0 }

