body {
		color: #CDDBCE;
		font-family: "Trebucht MS", Verdana, sans-serif;		
		font-size: 12px;
		background: #000;
		margin-bottom: 10px;
	}
	table {
		color: #CDDBCE;
		font-size: 12px;
	}
	.sidebar {
		float: right;
		width: 200px;
	}
	.small {
		font-size: 10px;
	}
	#framediv {
	}
	.inputText {
		background-color: #101010; 
		color: #fff;
	}
	a:link, a:visited {color: #CCE276; text-decoration: none;}
	a:hover, a:visited:hover {color: #336699; text-decoration: none;}

	a.v:link, a.v:visited {color: #7d9092; text-decoration: none;}
	a.v:hover, a.v:visited {color: #275aaf; text-decoration: none;}
	
	a.w:link, a.w:visited {color: #CDDBCE; text-decoration: none;}
	a.w:hover, a.w:visited {color: #990000; text-decoration: none;}

	h1 {
		color: #7d9092;
		padding: 0px;
		margin: 5px;
	}
	h3 {
		margin: 0px;
		padding: 0px;
		color: #275aaf;
	}

.newstitle {
	font-size: 15px;
}
.yellowBig {
	color: #cce276;
	font-size: 18px;
	font-weight: bold;
}
.blueMed {
	color: #275aaf;
	font-size: 15px;
}
.entry {
	margin-top: 5px;
	width: 100%;
	text-align: left;
}
.entryLight {
	margin-top: 5px;
	text-align: left;
	width: 100%;
	border-top: 1px solid #333; 
	border-bottom: 1px solid #333; 
	background-color:#101010;
}
.heading {
	border-bottom: 1px dashed #cddbce;
}
.date {
	color: #3E3C30;
	text-align: right;
}

.imgBorder {
	padding: 10px;
	border: 1px solid #101010;
}
div.thumb {
        margin: 2px;
	   background-color:#050505;
	   
        border: 1px solid #101010;
        height: auto;
	   width: 87px;
	  float:left;
        text-align: center;
        }       
.thumb img{
        display: inline;
        margin: 5px;
        border: 1px solid #444A52;
        }
.thumb a:hover img {border: 1px solid black;}
.photocattitle {text-align: center; font-weight: bold;} 
.phototitle {
        text-align: center;
  	font-weight: normal;
  	width: 105px;
  	margin: 0 3px 3px 3px;
  }

  .bordered {
  	border: 1px solid #7d9092;
  }
  .big {
  	color: #7d9092;
  	font-size: 20px;
  	font-stretch: expanded;
  	background: #101010;
  	border-bottom: 1px solid #7d9092;
  }
  .bigH {
  	color: #7d9092;
  	font-size: 25px;
  	font-stretch: expanded;
  }
 .postdate {
 	font-size: 10px;
 	color: #666;
 }

 .hrBlue {
	 border-bottom: 1px solid #7d9092;
	 width: 75%;
 }