    @font-face {
    font-family: 'Icons';
    src: url('/webfonts/fontello.eot');
    src: url('/webfonts/fontello.eot?#iefix') format('embedded-opentype'),
         url('/webfonts/fontello.woff') format('woff'),
         url('/webfonts/fontello.ttf') format('truetype'),
         url('/webfonts/fontello.svg#SocialicoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.webicon {font-family: 'Icons';cursor:pointer;}

h3.middleheadline, h4.middleheadline {margin:0;}
h3.middleheadline{margin:0;font-size: 15px;color: #333;}
h4.middleheadline {margin:0;font-size: 12px;color: #555;font-style:italic;}

a.middleheadline{margin:0;font-size: 15px;color: #333;text-decoration:none;}

.change-year, .change-cat {
	float:left;
	height:30px;
}

.newssearchtext {
	float: left;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}

.readmorepreview {
	float: left;
	border-left: 2px solid #888;
	margin-top: 5px;
	padding-left: 4px;
}

.readmorepreview  a{
	color: #888;
	font-size:12px;
	font-weight:bold;
}

.readmorepreview  a:hover {
	color:#555;
	text-decoration:none;
}

.topnewsbar {
	width:98%;
	color:#555;
	padding: 3px 10px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background:#ebebeb;
	margin:7px 0 10px 0px;
	float:right;
	display: block;
    clear: right;
}

.topnewstext {
	float:left;
	width:84%;
	line-height: 18px;
	min-height:1px;
}

.topnewstext a {
	color: #555;
}

.topshare {
	width: 90px;
	float: left;
	margin-top: -1px;
}

.topshare a.webicon span {
	display: none;
}

.topshare a {
	color:#888;
	font-size: 18px;
	margin-right:3px;
	text-decoration:none;
}

.topshare a:hover {
	color:#333;
	text-decoration:none;
}

.relatedpicsholder {height:250px;overflow:hidden;width: 300px;float:left;margin: 0 10px 10px 0;}
.relatedpics {margin:0;padding:0;width:100% !important;height: 250px;}
.relatedpics li {margin:0;padding:0;list-style-type:none;width:100% !important;}
.relatedpics li img {width:120%;}

.fileitem {
	font-size: 11px;
	float:left;
	width:125px;
	text-align:center;
	margin: 0 10px;
}
.fileitem img {width:60px;}

.audiojs {
	font-family:arial;
	background:#555;
	height: 27px;
	width: 400px;
	clear: right;
 }
.audiojs .scrubber {margin:6px 0 0 6px;width:270px;}
.audiojs .play-pause {padding:0;}
.audiojs .time {line-height: 25px;}

.bodycopy {
	margin: 15px 0;
}

div.topWrapSpacer {
    width: 2px;
    height: 325px;
    float: right;
}

.blockquote {
	width:45%;
	color:#555;
	font-size:18px;
	font-style:italic;
	font-family:georgia;
	padding: 3px 10px 7px;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background:#ebebeb;
	margin:10px 0 7px 15px;
	float:right;
	display: block;
    clear: both;
}

.blockshare {
	width: 80px;
	float: right;
	margin-top: 2px;
	font-size: 12px;
	display:none;
}

.blockshare a {text-decoration:none;}

.blockshare .webicon {
	font-style:normal;
	color:#555;
	font-size: 14px;
	vertical-align: bottom;
}

.blockshare .fb{font-size:12px !important;}

.relateddocimg {
	width: 100%;
	border: 0px;
}

.relateddocs {
	float:left;
	width: 25%;
	overflow: hidden;
	height: 118px;
	margin-bottom:20px;
	position:relative;
}

.relateddocbox {
	position:absolute;
	color:#fff;
	width: 95%;
	padding:5px;
	text-shadow: 1px 1px 3px black;
	background: rgba(0, 0, 0, 0.4);
	height: 100%;
}

.relateddocbox a {
	color:#fff;
}

.relateddocbox b {
	font-size:18px;
}

.reldochead {
	color:#555;
	font-size:23px;
}
.blogEntry {
	margin-bottom:25px;
}
.blogSnippet {
	max-height:500px;
	overflow:hidden;
}
.blogFooter {
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	background:#ebebeb;
	padding:2px 2px 2px 7px;
	color:#555;
	overflow: hidden;
}
.blogFooter a {color:#555;}
.blogFooter a:hover {text-decoration:none;color:#888;}

/*--VOTE RECORD CSS--*/
#voterecord
{
    margin:10px auto;
    font-size:.9em;
	width: 670px;
}
#voterecord .voteHeader td
{
    font-weight:bold;
    color:White;
    background:#555;
    padding:5px 6px;
}
#voterecord .voteRow td
{
    border-bottom:1px solid black;
    padding:5px 6px;
    text-transform:capitalize;
}
#voterecord .voteRow a
{
    color:Black;
}
#voterecord .aye
{
    color:#057422;
}
#voterecord .nay
{
    color:#D20000;
}
#voterecord .col4
{
    width:475px;
}
.centered { margin: 0 auto; }
.smboxlogo {
	font-family:'Icons';
	color:#fff;
	float:right;
	font-size: 20px;
	margin:5px 5px 0 0;
}
.buffer .box {
  margin: 2px;
  padding: 7px 5px 5px 5px;
  background: #ebebeb;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.buffer .box h2 {
  font-size: 14px;
  font-weight: 200;
}

.buffer .box hr {background:#888;border:0;height:1px;margin:2px 0 7px;}
.buffer .box .doctype {font-size:13px;}
.buffer .box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}

.col1 { width: 75%; }
.col2 { width: 63%; }
.col3 { width: 30%; }

.newssearch {
	margin-top:5px;
}
.newssearch #SearchPhrase {
	width:80%;
	border-radius:3px;
	border: 1px solid #ccc;
	padding:7px;
}
.newssearch .submit {
	font: 16px 'Icons';
	color:#555;
	background:transparent;
	border:0;
	cursor:pointer;
	margin-left:-30px;
}