:root {
  --thisred: red;
  --thisgrey: #f5f5f5;
  --thish3head: darkblue;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
}
ol, ul.navbar {
	list-style: none;
	
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	color: #212529;
}


select, button {
  
  padding: 8px 10px;
  border: none;
  border-radius: 4px;
  background-color: var(--thisgrey);
}

button {
	background: black;
	color: white;
}



/* General Styles
--------------------------------------------- */

body {
	margin: 0;
	padding: 10px;
}

.ua-content > h3 {
	font-size:22px;
	margin-top: 1.8em;
	color: var(--thish3head);
}

/* Imports
--------------------------------------------- */





/* Helper Classes
--------------------------------------------- */

.clearfix {
	display: block;
	clear: both;
}


/* Typography old blue: #004b85;
--------------------------------------------- */

body {
	font-size:16px;
	color: #000;
	word-wrap:break-word !important;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

p {
	margin: 0 0 10px;
	margin: 0 0 1.0rem;
	padding: 0;
}



*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

h1 {
font-size: 30px;
margin-bottom: 10px;
}

h2 {
font-size: 18px;
margin-bottom: 10px;
margin-top: 10px;
}

h3 {
font-size: 18px;
margin-bottom: 1em;
	color: var(--thish3head);
margin-top:2em;
}


.abox {
	width:400px;
	border: 1px solid black;
	padding: 8px;
	margin-bottom:1.5em;
	margin-top:1em;
}

select, button {
font-size: 20px;
min-width: 150px;
margin: 4px;
}

* {
  box-sizing:border-box;   
}
body { margin:0; }

#container {
    margin: 0 auto;
   
    overflow: auto;
}

.columnsContainer, #thefooter, header { position: relative; margin:0 auto; }

.columnsContainer {
	width:100%;
	position: relative;
	margin: 0 auto;
	max-width:75em;
}
.contentcontainer ,  .nav {   padding: .25em; }

.rightColumn { background-color:#F0F0E7;
padding: 5px;

}

.contentcontainer  {  
background-color: #fff;
}

.statwrapper {
	
   margin: 0 auto;
   background-color:#fff;
   overflow:hidden;

}

div.statwrapper {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 5px; /* 5px rounded corners */
}

.statoptions {
float:left;
margin-right:15px;
}

.stats {
float:left;
margin-left: 35px;
text-align:center;
}

.statshead {
	font-size:calc(1rem + .2vw);
	font-weight:bold;
	margin-bottom:5px;
}
.statsdata {
	font-size: calc(1.2rem + 1.6vw);
	margin-bottom: 5px;
}
.statsdatasmall {
	font-size: calc(.8rem + .2vw);
}

.boxwrapper, tweetboxwrapper {
	max-height: 350px; 
	width:48%;
	max-width: 250px !important;;
	margin: 0 auto;

}


.menu{
	
	width:100%;
	background-color: #000;
	overflow:hidden;

}

.headlines {
    margin: 3px 3px 25px 15px;
    list-style-type: none;
}


.headlines li{
	padding: 3px 3px 20px 3px;
}

li.head {
	font-weight: bold;
	padding: 3px 3px 0px 3px;
}
li.date {
	font-size: 12px;
	margin-bottom:15px;
}


div.boxwrapper, div.tweetboxwrapper, div.rightboxwrapper, div.bigchartwrapper {
	position:relative;
	min-height:350px;
	background-color: #fff;
	padding: 5px;
	box-sizing: border-box;
	margin:10px 10px 10px 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px; /* 5px rounded corners */
	float:left;
}

div.boxwrapper {
	min-height:200px;
}
div.bigchartwrapper {
	margin: 80px auto;
	position:relative;
	max-height: 450px; 
	min-width: 300px;
	max-width: 700px !important;;
	float:none;

}

.statswrapper {
	max-height: 450px; 
	width:96%;
	margin: 0 auto;
	background-image: linear-gradient(45deg, #fcfcfc 25%, transparent 25%), linear-gradient(-45deg, #fcfcfc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fcfcfc 75%), linear-gradient(-45deg, transparent 75%, #fcfcfc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;

}




div.statswrapper,div.statstablewrapper {
	position:relative;
	min-height:100px;
	background-color: #fff;
	padding: 10px 10px 20px 10px;
	box-sizing: border-box;
	margin:10px 10px 10px 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	border-radius: 5px; /* 5px rounded corners */
	float:left;
}

div.statstablewrapper {
	
	margin: 80px auto;
	position:relative;
	min-width: 300px;
	max-width: 500px !important;;
	float:none;
	

}

.statstablehead {

	margin: 8px 0 8px 0;
	text-align:center;
}

.datatext {
	font-size: calc(.65rem + .2vw);
	margin-top: 15px;
	font-style:italic;
}


.chartss, .tweetbox {
	float:left;
	
	margin: 0 auto;
}

.bigcharts {
	float:left;
	width: 95%;
	margin: 0 auto;
	
}

.rightsidecolumn {
	width:26.5%;
	max-width:400px !important;
	float:right;
	overflow:hidden;
	background: var(--thisgrey);
}
div.tweetboxwrapper {

	min-height:500px;
/*
	position:relative;
	height:100%;
  background-color: #fff;
  padding: 5px;
  box-sizing: border-box;
  margin:10px 10px 10px 0px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
	}
	
#thefooter {
	clear:both;
		margin:0 auto;
	position:relative;
	padding: 10px;
	background-color: #000;
	color:white;
	max-width:75em;
	min-height:180px;
}         

div.rightboxwrapper {
	width: 100%;
	min-height: 300px;
	margin: 10px 0px 10px 0px;
	background-image: linear-gradient(45deg, #fcfcfc 25%, transparent 25%), linear-gradient(-45deg, #fcfcfc 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #fcfcfc 75%), linear-gradient(-45deg, transparent 75%, #fcfcfc 75%);
  background-size: 20px 20px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
	padding: 20px 0px 20px 0px;
}

.rightboxhead {
	text-align: center;
	font-size:calc(1.4rem + .5vw);
	font-weight:bold;
	margin-bottom:15px;
	line-height:1.3em;
	

}

select.county {
	width:90%;
	text-align:center;
	margin:10px;
}

table#countyconfirmed td, table#countydeaths td, table#countycfr td, table#countyconfirmednew td, table#countydeathsnew td {

	padding:5px;

}

table#countyconfirmed, table#countydeaths, table#countycfr, table#countyconfirmednew, table#countydeathsnew  {

	width: 100%;
	margin: 5px;

}

.rightboxdata {
	font-size: calc(1em + .4vw);
	text-align: center;
	border-radius: 25px;
	width: 75%;
	margin:0 auto;
	margin-top:20px;
	padding: 20px;
	line-height:1.3em;
		
}

#trends {
	float: left;
}

#trends ul {
	margin: 0;
	list-style-type: none;
	clear:both;

}

#trends ul li {
	float: left;
	margin:3px;
	color: white;
}

#trends ul li a { 
text-decoration: none;
color: white;
}

#trends ul li  a:hover
{
color: #C3511B;
text-decoration:underline;
}



.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}

#header {
	
	background-color:white;
	min-height: 80px;
	overflow:auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  	transition: 0.3s;
	max-width:75em;
	margin: 0 auto;
    
}
#header h1{
	padding: 10px 0 0 10px;
}

#headtext {
	float:left;
	color: green;
}

#headmenu {
	color: blue;
	padding:10px;
}

.teamform {

	padding: 7px 10px;
	
}

#menu a{
 text-decoration: none;
 color: #333;
 font-family: sans-serif;
 padding: 5px;
}
#menu ul li{
 display: inline;
}
.dropdown-menu{
 display: none;
}

.logo {
border:0 none;
float:left;
margin:12px 30px 0px 20px;
padding:0.2em;
vertical-align:middle;
width:285px;
}
.had {
padding: 15px 0 15px 0;
}

.hsocial {
	padding: 5px;
	padding-right: 20px;
	float:right;
	font-size:30px; color:white;
}

.fa {
  padding: 8px;
  font-size: 30px;
  
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}


.menu ul{
	margin: 0; padding: 0;
}

.menu ul li{
	display: inline;}

.menu ul li a{
	float: left; text-decoration: none;
	color: white;
	padding: 10.5px 11px;
 }

.menu ul li a:visited{
	color: white;}

.menu ul li a:hover, .menu ul li .current{
	color: black;
	background-color:#ccc;}

.menuright {
font-size:12px;
width:100%;
text-align:right;
padding-left:20px;
color:white;
}


a:link { text-decoration: underline; color:black;} 
a:visited { text-decoration: underline; color:black;} 
a:hover { color: var(--thisred); text-decoration: underline; } 
a:active { text-decoration: underline} 





.formfix {  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}
#videos {
	padding: 0 0 2em 0;
	margin: 0px;
	width: 100%;
	float: left;
	height: 100%;
}


#videos li
{
list-style-type: none;
margin:30px 0 40px 0;
height: 90px;

}

#videolist {
	padding: 0 0 2em 0;
	margin: 0px;
	width: 100%;
	float: left;

}

#videolist li
{
list-style-type: none;
padding-bottom:15px;

}
.yimage {
	float:left;
	padding-right:10px;
	height:90px;
	width: 120px;
}
#videolist .vbottom
{

padding-bottom:35px;

}

#twitterlist {
	margin: 0px;
	width: 100%;
	float: left;
	
}

#twitterlist li
{
list-style-type: none;
padding:8px;

}

#twitterlist .shade {
	background-color:#ECECE1;
}

.tweetimage {
	float:left;
	padding-right:10px;
	padding-top:5px;
	height:48px;
	width: 48px;
}


.footerbloglist  {
	background-color: #DDB88B;
	list-style-type: none;
	margin: 2px 2px 2px 5px;
	font-size:12px;
	text-align:left;
	padding:10px;

}


.catheader {
	font-weight:bold;
	text-transform: uppercase;
	color: white;
	background: black;
	text-align:center;
	padding: 8px;
	width:100%;
}

.teamboxlist {
	margin:3px 3px 15px 3px;
}
.teamboxlist li {
	list-style-type: none;
	margin: 3px 3px 3px 3px;
	font-size:14px;


}


.teamboxlist li a { 
text-decoration: none;
color: #000;
}

.teamboxlist li a:hover
{
color: #C3511B;
text-decoration:underline;
}

.celeblist {
	margin:3px 3px 15px 3px;
}
.celeblist li {
	list-style-type: none;
	margin: 3px 3px 3px 3px;
	font-size:12px;


}


.celeblist li a { 
text-decoration: none;
color: #000;
}

.celeblist li a:hover
{
color: #C3511B;
text-decoration:underline;
}

.itemlist {
	margin:3px 3px 15px 3px;
}

.itemlist li {
	
	margin: 4px 2px 4px 5px;
	padding-bottom:8px;
	padding-top: 8px;
	font-size:14px;
	list-style-image:none;
	list-style-type:none;
	border-bottom:1px dotted black;

}


.itemlist li a { 
text-decoration: none;
color: black;
}

.itemlist li a:hover
{
color: var(--thisred);
text-decoration:underline;
}

                 

.footerlist,.footerbloglist li {
	list-style-type: none;
	margin: 2px 2px 2px 5px;
	font-size:12px;
	color:#DDB88B;
	text-align:left;

}

.footerhead {
	font-weight:bold;
	color:var(--thisred);

}

#thefooter .footerlist  a { 
text-decoration: none;
font-weight:bold;
	color:white;
}

#thefooter .footerlist    { 
padding-bottom:3px;
line-height:1.5em;
}

#thefooter .footerbloglist   { 
padding-bottom:3px;
}



#thefooter .footerlist  a:hover
{
color: var(--thisred);
text-decoration:underline;
} 

#thefooter .footerbloglist  a { 
text-decoration: none;
font-weight:bold;
	color:black;
}

#thefooter .footerbloglist  a:hover
{
color: var(--thisred);
text-decoration:underline;
} 

.footersection {
float:left;min-height:130px;margin-left:10;padding-right:10;border-righttt:1px solid #DDB88B;width:240px;
}

.footersectionf {
float:left;min-height:80px;margin-left:10;padding-right:10;width:160px;
}

.centerfooter {
width: 100%;
margin: 0 auto;
margin-top: 0px;


}

.centerbfooter {
margin: 0 auto;
max-width: 72em;


}

#followsites {
	padding: 5px;
	background-color:#DDB88B;
	color:black;
	height:100px;
	text-align:left;
}

.followhead {
	font-size:12px;
	color:black;
	font-weight:bold;
	margin: 0 0 3px 13px;
}
#thefooter .copyright {
float:right;
margin-top: 15px;
color:white;
font-size:12px;
line-height:1.5em;


}

#thefooter .copyright a { 
text-decoration: none;
	color:white;
}

#thefooter .copyright a:hover
{
color: var(--thisred);
font-weight:normal;
text-decoration:underline;
} 



hr {

margin: 25px 0 15px 0;
background-color: #ccc;
	color:			#ccc;
	height: 1px;
	border: none;}
	
.storylist {
margin:15px;
line-height:1.5em;

}
.storylist li {
	list-style-type: none;
}

.storytitle {
	font-size: 18px;
	font-weight:bold;
	margin-bottom:2px;	
	margin-left:0px;
}

.storyrelated {

	margin-bottom:2px;	
	margin-left:0px;
	font-size: 12px;
}

.storytitlebig {
	font-weight:bold;
	margin-bottom:5px;	
	font-size: 28px;
}

.postlink {
	margin-top:15px;
	text-align:right;
}

.picture {
	text-align: left;
	float:left;
	padding:0 10px 10px 0;
}

.storytags {
	margin-left:0px;
	margin-bottom: 3px;
}
.storydate {
	font-size:12px;
	margin-bottom:4px;
		margin-left:0px;
}

.storydatep {
	font-size:12px;
	margin-bottom:4px;

}

.storydatebig {
	font-size:14px;
	margin-bottom:4px;
}

.storydesc {
	margin-bottom:4px;
		margin-left:0px;
	line-height: 21px;
}

.simpletext {
	margin-bottom:4px;
		margin-left:10px;
}

.storydescbig {
	margin-bottom:6px;
	line-height:1.5em;
	font-size: 16px;
}

.starlist {

margin: 3px 3px 3px 15px;
list-style-type: none;

}

li.star {
	background-image: url(../star.gif);
	background-position: 0 .4em;
	padding: 3px 0 3px 17px;
	margin: 1px 0 0 1px;
	background-repeat: no-repeat;

}

li.star a { 
text-decoration: none;
color: #243585;

}

li.star a:hover
{
color: #C3511B;
font-weight:normal;
text-decoration:underline;
} 


li.nostar {

	margin-top: 25px;
}

.storylink {
	font-size:12px;
	margin-bottom:25px;
	clear:left;
}




.storylist  li a { 
text-decoration: none;
color: #243585;

}

.storylist li a:hover
{
color: #C3511B;

text-decoration:underline;
} 

.biolist {

	list-style-type: none;
	list-style-positionxx: inside;
}

.biolist li{
margin:0 0 6px 0;
line-height:1.4em;
}


#maincontent {
margin:15px;
}

.celebmenu {
margin:15px;
}

#breadcrumbs {
margin:15px;
	list-style-type: none;
	list-style-positionxx: inside;
}

#breadcrumbs li{
margin:0 0 2px 0;
}

#breadcrumbs  li a { 
text-decoration: none;
color: #C3511B;

}

#breadcrumbs li a:hover
{
color: #C3511B;
font-weight:normal;
text-decoration:underline;
} 

.videoprofile {
margin:15px;

}

.skyad {
margin-left:auto; margin-right:auto; width:160px;
margin-top:10px;
}

.teamlist {
margin: 30px 10px 30px 10px;
}

.selectbox {
margin:10px;
}

.pagination {
margin: 30px 10px 30px 10px;
}



div.pagination span.disabled {
border:1px solid var(--thisgrey);
color:#DDDDDD;
margin:2px;
padding:2px 5px;
}

div.pagination span.current {
background-color:#C3511B;
border:1px solid #C3511B;
color:#FFFFFF;
font-weight:bold;
margin:2px;
padding:2px 5px;
}

div.pagination a {
border:1px solid #C3511B;
color:#C3511B;
margin:2px;
padding:2px 5px;
text-decoration:none;
}

div.pagination a:hover {
background-color:#000;
border:1px solid #000;
color:#DDB88B;
margin:2px;
padding:2px 5px;
text-decoration:none;
}

.commentblock {
width: 570px;
margin: 15px;
}

.scoreboardlist {
    margin: 15px;
}

.scoreboardlist li {
    list-style-type: none;
    line-height: 1.5em;
    list-style-positionxx: inside;
}

.scoreboardtitle {

    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-left: 0px;
}

.tdteams {
padding:5px 5px 0 0;
text-align:left;
width:15px;
}


.boxad {
	padding: 10px 2px 0 2px;
	margin-bottom:5px;
}


.leadertable {
	border-spacing: 7px;
	border-collapse:separate;
}

.statpack {
	margin-bottom:4px;
}
.statpack td {
	padding:2px 4px 2px 4px;
	text-align:right;
	font-size:14px;
	
}

.oddstable td, th {
	padding:6px 10px 6px 10px;
	text-align:center;
	font-size:14px;
}

.oddstable th {
	background-color: #748FB4;
    color: white;
	line-height:1.6em;
	padding: .5em;
	border:none;
	text-align:center;
}

.oddstable tr:nth-child(even)
  {
    background: var(--thisgrey);
  }

.oddstable tr:last-child{ /*this will select last tr*/
      border-bottom: 1px solid black;
 
      }
#form-control {
	margin-bottom: 10px;
}

.statpackseason td {
	padding:4px 8px 4px 8px;
	text-align:right;
	font-size:16px;
}

.dnavbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  margin-top:15px;
  width:100%;
}

.dnavbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font: inherit;
  margin: 0;
}

.dnavbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 60%;
  left: 35px;
  z-index: 1;
}



.dropdown:hover .dropdown-content {
  display: block;

}

.dropdown-content a {
	font-size:14px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 5px;
  background-color: var(--thisgrey);

}

.column a {
  float: none;
  color: black;
  padding: 6px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: #ddd;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.notice {
	font-size:smaller;
	margin-top: 20px;
	font-style:italic;
}

.sbtable {
	margin-bottom:40px;
}

.sbtable td {
	padding: 8px;
}

.abbrteam {
	display: none;
}
/**************************************************************************************************************************** */




@media (min-width : 320px) and (max-width: 767px) {

	header {
		text-align: center;
	}

	nav {
		text-align: center;
	}

	table {
		margin: 0 auto;
	}
	
	#maincontent {
		width: 100%;
		padding: 2%;	
	}

	#sidebar {
		width: 99%;
		padding: .5%;
		border-top: 3px solid #E64A19;
	}
	
	.statwrapper {
		max-height:100%;
	}

	.statoptions {
		float:none;
		text-align:center;
		margin: 5px;
	}
	
	.stats {
		float:none;
		margin: 10px;
		text-align:center;
	}
	
	.datatext {
		text-align:center;
		float:none;
		margin:15px 0 5px 0;
	}
	.statshead {
		margin: 20px 0 5px 0;
	}
	
	.menu {
		text-align:center;
		float:none;
	}
	
	.leftsidecolumn {
		float:none;
		width: 100%;
		
	}
	
	.boxwrapper {
	float:none;
	width:100%;
	min-height:300px;
	min-width: 315px;
	max-width:350px !important;

	margin: 0 auto;

	}
	.tweetbox, .rightsidecolumn {
		float:none;
		width:96%;

	}
	
	h1 {
		font-size: 24px;
		text-align:center;
	}
	h3 {
			font-size: 18px;
		text-align:center;
	}
	 #form-control {
	 	text-align:center;
	}
	
	.tweetboxwrapper, .statswrapper {
	float:none;
	width:100%;
	margin: 0 auto;

	}
	
	#thefooter {
		float:left;
	}
	
	.copyright {
		text-align: center;
	}	
	.leadertable {
		max-width:350px !important;
		min-width: 310px;
	
	}
	.footerlist {
		font-size:inherit;
		margin: 1px;
	}
	.footersection {
		width: 310px;
		max-width:320px;
	}
	
  .column {
    width: 100%;
    height: auto;
  }
  .rightsidecolumn {
  	margin: 0 auto;
	}
	
	.logo {
		width: auto;
	}
	
	.hsocial a {
		font-size: 10px;
	}

	.abbrteam {
	display:inline;
	}
	.fullteam {
		display:none;
	}
}


/*****************************************************************************************/


@media (min-width: 992px ) {

	.contentcontainer {   
		display:block;
		overflow:auto;  
		width: 100%;
	}
	
	.rightsidecolumn {
    	float: right;
    	max-width: 350px !important;
	}
	.rightColumn { position: absolute; top: 0; right: 0; width: 340px; }   
	
	.copyright {
		text-align: right;
	}
	
	#thefooter {
    	float: none;
		min-height:120px;
	}
	
	h1 {
		font-size: 30px;
	}
	
	.leftsidecolumn {
    	float: left;
    	margin: 0 auto;
		max-width:70%;
		padding: 10px
	}
	

}
