body {
padding: 0;
margin: 0;
font-family:  sans-serif;
background-color:yellow;
}

#retweetText
{
font-family:Verdana, Geneva, sans-serif;
font-size:larger;	
}

#overlay {  
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1000;
    background-color:grey;
    opacity: .8;
	display:none;
 }
 
 #retweetBox
 	{
	z-index:1001;
	background:yellow;
	border:1px black solid;
	padding:5px;
	}


.logo {
display: block;
width: 300px;
height: 68px;
background-image:url(../_logo.jpg);
text-indent: -9999px;
margin: 0 auto;
}

.mainWrapper {
max-width: 960px;
margin: 20px auto;
background-color:white;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px black solid;
}

.newsbox:after {
  content: "";
  display: table;
  clear: both;
}

.intro {
width: 300px;
padding-right: 20px;
float: left;
text-align: center;
}



.newschannelForm {
text-align: left;
}
.newschannelForm strong {
font-size: 110%;
}

.newschannelForm input {
width: 250px;
font-size:small;
margin-bottom: 5px;
padding: 5px;
border:1px black solid;
background:#FF9;
}

.main {
width: 640px;
float: left;
}

.srow {
margin-top: 0px;
height:65px;
}

.button {
padding: 12px;
border-radius: 10px;
background: #222;
color: #fff;
display: inline-block;
font-size: 120%;
text-decoration: none;
vertical-align:top;
border: 0;
}

.button:hover {
box-shadow: inset 0 4px 12px 2px rgba(0,0,0,0.1);
}

.button-yellow {
background: #0F3;
color: #000;
}

.button-red {
background: #F00;
color: #FFF;
}

.button-blue {
background: #00F;
color: #FFF;
}

.twitter-share {
display: inline-block;
vertical-align: top;
}

footer {
padding: 12px;
color: #fff;
font-size: 120%;
background-color: #CB0000;
border-radius: 4px;
box-shadow: inset 0 -4px 12px 2px rgba(0,0,0,0.2);
}

footer a {
font-weight: 700;
color: #fff;
text-decoration: none;
}

footer a:hover {
text-decoration: underline;
}

@media only screen and (max-width: 980px) {
.intro {width: 100%;padding: 20px; box-sizing:border-box;}
.logo {float: left; margin-right: 20px;margin-bottom: 20px;}
.main {
width: 640px;
float: none;
margin: 0 auto;
}