/* Type CSS rules here and they will be applied
to pages from 'editcss'
immediately as long as you keep this window open. */

/**** LINK-tag style sheet styles-site.css ****/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}

	#background {
		background-image: url("images/bg.png");
		/* background: #99CC66; */
	}

	keyboard {
		font-family: Courier New, Courier, sans-serif;
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: pre-wrap;      /* CSS3 */
		word-wrap: break-word;      /* IE 5.5+ */
		overflow : hidden;
	}

	code {
		font-family: Courier New, Courier, sans-serif;
		white-space: pre;
	}

	pre {
		font-size: small;
		white-space: pre;
		white-space: -moz-pre-wrap; /* Mozilla */
		white-space: -pre-wrap;     /* Opera 4-6 */
		white-space: -o-pre-wrap;   /* Opera 7 */
		white-space: pre-wrap;      /* CSS3 */
		word-wrap: break-word;      /* IE 5.5+ */
		overflow : hidden;
		line-height : 95%;
	}

	blockquote {
		background: #E3F1C7;
		border: 1px solid #99CC66;
		padding: 0.5em;
		margin-left: 2em;
	}

	ul, ol, dl {
        margin-top: -0.2em;
		margin-right: 2em;
		margin-left: 0em;
		padding-left: 2.5em;
	}

	li {
		margin-left: 0em;
	}

	dt {
  		margin-bottom: 0em;		
	}

	dd {
		margin-top: 0em;
		margin-bottom: 0em;
		margin-left: 1em;
	}

	img {
		border-color: black;
	}

	a,
	a:link,
	a:visited,
	a:active {
		/* color: #9C1100; */
		color: #CB6828;
		text-decoration: none;
		text-transform: none;	
	}

	a:hover {
		color: #999;
	}

	h1 {
		font-size: 270%;
		padding: 0px;
		letter-spacing: 0.1em; 		
		margin-top: 0px;
		margin-bottom: 0px;
	}

	h2 {
		font-size: x-large;
		margin: 0px;
		padding: 0px;
	}

	h3 {
		font-size: large;
		margin: 0px;
		padding: 0px;
	}

	form {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	table {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
		background-color:#FFF;
	}

	.bg-shadow-left {
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 11px;
		background-image: url("images/bg_shadow_left.png");
	}
	.bg-shadow-right {
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 12px;
		background-image: url("images/bg_shadow_right.png");
	}
	.bg-shadow-bottom {
		border: 0px;
		margin: 0px;
		padding: 0px;
		height: 13px;
		/* width: 754px; */
		background-image: url("images/bg_shadow_bottom.png");
	}
	.bg-shadow-left-corner {
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 11px;
		height: 13px;
		background-image: url("images/bg_shadow_left_corner.png");
	}
	.bg-shadow-corner {
		border: 0px;
		margin: 0px;
		padding: 0px;
		width: 13px;
		height: 13px;
		background-image: url("images/bg_shadow_corner.png");
	}

	#textarea {
		width: 6em;
		color:#666;
		background-color:#DDD;
		border-top: 1px solid #333;
		border-right: 1px solid #CCC;
		border-left: 1px solid #333;
		border-bottom: 1px solid #CCC;
	}

	#button {
		width: 1.5em;
		color:#666;
		background-color:#DDD;
		border-top: 1px solid #CCC;
		border-right: 1px solid #333;
		border-left: 1px solid #CCC;
		border-bottom: 1px solid #333;
	}

	#footer {
		padding: 5px;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: x-small;
		text-decoration: none;
		text-transform: none;	
		text-align: right;
	}

	#banner,
	#banner a,
	#banner a:link,
	#banner a:visited,
	#banner a:active {
		font-family: Trebuchet MS, trebuchet, sans-serif;
		color: #336699;
		font-weight: bold;
		text-decoration: none;
		text-transform: none;	
		margin-top: 10px;
		margin-bottom: 20px;
		margin-left: 15px;
	}

	#banner a:hover {
		color: #999;
	}

	.description {
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		color: #999;
		font-size: x-small;
		font-weight: normal;
  		text-transform: none;	
		letter-spacing: .1em; 		
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
	}	

	#preamble {
		margin: 0px 0px 0px 0px;
		font-size: x-small;		
	}

	#container {
		width: 780px;
		margin: 0px 0px 0px 0px;
		padding-top: 10px;
		padding-right: 2px;
	}

	#trailer {
		margin: 0px 0px 0px 0px;
		font-size: x-small;		
	}
				
	#content {
		width: 580px;
		background: #FFF;
  		padding-left: 10px;
  		padding-right: 0px;
		margin-left: 20px;
		margin-right: 10px;
	}

	#links {
	        float: right;
		color: #CCC;
		background: #FFF;
		text-transform: none;
		text-decoration: none;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.caption {
  		line-height: 120%;		
	}
	
	.blogbody {
		font-size: small;
		font-weight: normal;
  		line-height: 140%;		
  		padding-top: 5px;
		margin-top: 10px;
		margin-left: 1.5em;
		margin-bottom: 10px;
	}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
		text-decoration: none;
	}
	
	.title	{
		font-family: sans-serif;
		color: #999; 
		text-transform: none;
		font-weight: bold;	
  		border-bottom: 1px dotted #666;
	}			
		
	.date	{ 
		font-family: Trebuchet MS, trebuchet, sans-serif; 
		color: #CC6;
		font-size: xx-large;
		font-weight: bold;
		text-transform: none;
		margin-top: 10px;		
	}			
		
	.posted	{ 
		font-family: Trebuchet MS, Verdana, Arial, sans-serif; 
		font-size: x-small; 
		color: #999; 
		margin-top: 20px;		
		margin-bottom: 20px;		
	}
		
	.extended { 
		font-family: Verdana, Arial, sans-serif; 
		font-size: x-small; 
	}
		
	.calendar {
		font-family: Verdana, Arial, sans-serif;
		color: #666;
		font-size: small;
		font-weight: normal;
  		padding: 5px;				
	}
	
	.calendarhead {	
		font-family: Verdana, Arial, sans-serif;
		color: #CC6;
		font-size: small;
		font-weight: bold;
  		background: #FFF;
  		line-height: 140%;				
	}	
		
	.sidetitle {
		width: 131px;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		color: #FFF;
		font-size: small;
		font-weight: bold;
  		/* background: #E7D497; */
  		background: #61889B;
  		line-height: 130%;
		margin-right: 0em;
		padding-right: 0em;
		padding-left: 10px;
  		text-transform: uppercase;
		text-decoration: none;
		letter-spacing: .2em;  			
	}		
	
	.side {
		width: 120px;
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		color: #CCC;
		font-size: small;
		font-weight: normal;
		text-transform: none;
		text-decoration: none;
  		background: #FFF;
  		line-height: 140%;				
		padding-top: 1em;
		padding-left: 20px;
  		margin-bottom: 20px;
  		border-left: 1px solid #61889B;
	}	

	.photo-frame {
		margin:8px;
		padding:8px 8px 30px 8px;
		border-top:1px solid #cccccc;
		border-right:1px solid #999999;
		border-bottom:1px solid #999999;
		border-left:1px solid #cccccc;
		background-color:#F6F6F6;
	}

	#weather-network {
		margin-top: 25px;
		margin-bottom: 25px;
	}
	
	#syndicate {
		font-family: Trebuchet MS, Verdana, Arial, sans-serif;
		font-size: x-small;		
		text-align: center;
	}	

	#cclicense {
		color: #666;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 6pt;		
  		line-height: normal;
  		margin-top: 20px;
		text-align: center;
	}

	#powered {
  		margin-top: 20px;
		text-align: center;
	}

	#amazon {
  		margin-top: 20px;
		text-align: center;
	}
	
	.comments-body {
		font-family: Verdana, Arial, sans-serif;
		color: #666;
		font-size: small;
  		background: #FFF;
  		line-height: 140%;
		margin-top: 0px;
		margin-left: 3em;
	}

	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		color: #999;
		font-size: x-small;
		font-weight: normal;
  		background: #FFF;	
		margin-top: 0px;		
  		border-bottom: 1px dotted #666;	
	}	
		
	.comments-head	{ 
		font-family: Verdana, Arial, sans-serif; 
		font-size: x-small; 
		color: #999; 
		margin-top: 20px;
		margin-bottom: 0px;
		letter-spacing: .1em;  			
	}

 	.trackback-body {
		font-family: Verdana, Arial, sans-serif;
		color: #333;
		font-size: small;
		font-weight: normal;
  		background: #FFF;
  		line-height: 140%;	
  		padding-top: 15px;				
	}		

	.trackback-url {
		font-family: Verdana, Arial, sans-serif;
		color: #666;
		font-size: small;
		font-weight: normal;
  		background: #FFF;
  		line-height: 140%;	
  		padding: 5px;
  		border: 1px dotted #666; 				
	}

	.trackback-post {
		font-family: Verdana, Arial, sans-serif;
		color: #999;
		font-size: x-small;
		font-weight: normal;
  		background: #FFF;
  		margin-bottom: 20px;
	}	

	#banner-commentspop {
		font-family: Verdana, Arial, sans-serif;
		color: #CC6;
		font-size: small;
		font-weight: bold;
  		background: #FFF;
  		padding-left: 15px; 
	}



