h1 {
	font-variant: small-caps;
	border-style: ridge;
	border-width: 10px;
	padding: 10px;
}

body,
html {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #C0C0C0;
}

body {
	background-color: #C0C0C0;
}

.footer {
	font-style: italic;
	display: block;
}

label
{
	font-weight: bold;
	text-decoration: underline;
}

select
{
	width: 200px;
}

img {
	border-style: solid;
	color: blue;
}

.right li {
	list-style-image: url(reddot.gif);
}

img.noborder {
	border-style: none;
}

select {
	display: block;
}



#wrap {
	width: 850px;
	margin: 0 auto;
}

.left {
	width: 250px;
	float: left;
	background-color: #C0C0C0;
	overflow: auto;
	height: 1200px;
}

.tall
{
	height: 1000px;
}

.right {
	width: 600px;
	height: 1200px;
	float: right;
	background-color: #C0C0C0;
}

.rightcontent
{
	margin-left: 10px;
}

.isindex {
	border-top-style: groove;
	border-bottom-style: groove;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#selectbox {
	
}

#webcounter {
	margin-top: 10px;
}

.rssBody h4
{
	margin-top: 2px;
	margin-bottom: 2px;
}

.rssBody li
{
	list-style-type: none;
	margin-left: -35px;
}

.rssBody div {
	display: inline;
}

div {
	margin-top: 10px;
}

.disclaimer {	
	margin-top: 0;
	text-align: right;
	font-size: 0.8em;
}

#webcounter .digit {
	color: white;
	padding: 2px;
	border-left: solid black 2px;
	border-right: solid black 2px;
	background: #7c7c7c;
	

/* 

Old browsers */

background: -moz-linear-gradient(top,  #7c7c7c 0%, #1c1c1c 32%, #1c1c1c 50%, #1c1c1c 68%, #7c7c7c 100%);
	

/*

FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7c7c7c), color-stop(32%,#1c1c1c), color-stop(50%,#1c1c1c), color-stop(68%,#1c1c1c), color-stop(100%,#7c7c7c));
	/

* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #7c7c7c 0%,#1c1c1c 32%,#1c1c1c 50%,#1c1c1c 68%,#7c7c7c 100%);
	/*

Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #7c7c7c 0%,#1c1c1c 32%,#1c1c1c 50%,#1c1c1c 68%,#7c7c7c 100%);
	/* 

Opera 11.10+ */

background: -ms-linear-gradient(top,  #7c7c7c 0%,#1c1c1c 32%,#1c1c1c 50%,#1c1c1c 68%,#7c7c7c 100%);
	/* 

IE10+ */

background: linear-gradient(to bottom,  #7c7c7c 0%,#1c1c1c 32%,#1c1c1c 50%,#1c1c1c 68%,#7c7c7c 100%);
	/* W3

C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#7c7c7c',GradientType=0 

);
/* IE

6-9 */
}

.tweet,
.query {
	
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
	list-style-type: none;
}

.tweet_list li a {
	color: #0C717A;
}

.tweet_list .tweet_even {
	
}

.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}