/* Print CSS styles */

body {
		margin: 0;
  padding: 0;
		font: 14px "Myriad Pro", "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color:#333;
		background:#fff;
  }
		
body a, body a:visited {
  font-weight: bold;
		color: #6D458D;
  }
		
body a:hover {
  color: #9173A9;
  }

body hr {
		display: none;
  }
		
#container {
  width:100%;
  position:relative;
  }
		
#topbar {
		display:none;	
  }
		

#pagetitle {
		padding: 20px 0px 0px 0px;	
  }

#pagetitle h2 {
		margin-top: 0;
		height: 52px;
		font-family: Arial, Helvetica, sans-serif;
	 font-size: 27px;
		letter-spacing: -0.06em;
		color: #888;
  }
				
#articlelist {
  margin-top: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 10px 20px 20px 40px;
		font-size: 12px;
		background:  url(images/articlebg.gif) no-repeat 15px bottom;	
  }

#articlelist h3 {
		margin-top: 0;
		margin-bottom: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;
		letter-spacing: -0.02em;
  }

.pagination {
		display:none;
	 }
		
#article {
  margin-top: 0;
		margin-right: 20px;
		margin-bottom: 20px;
		padding: 10px 20px 20px 40px;
		background:  url(images/articlebg.gif) no-repeat 15px bottom;	
  }

#article h3 {
		margin-top: 0;
		margin-bottom: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 22px;
		letter-spacing: -0.02em;
  }

#dateactions a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
  }

#dateactions em{
		color: #666;
  }
		
#dateactions img{
		vertical-align: bottom;
  }
	
#footactions a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		text-decoration: none;
  }
		
#footactions img{
		vertical-align: middle;
  }
			
#rightpanel {
		position:relative;
		margin-bottom:20px;
		margin-left:30px;
		padding: 30px;
		float: right;	
  }
		
#rightpanel ul {
		display: none;		
  }
		
#rightpanel h3 {
		display: none;
  }
						
#footblock {
		display: none;	
  }
						
#copyright {
		position:relative;
		padding: 15px;
		font-size: 10px;
		line-height: 15px;
		background: #666;
  color:#eee;	
  }
		
#copyright strong{
  color:#fff;	
  }
		
#copyright a {
		font-weight: bold;
  color: #ddd;
		text-decoration: none;
  }
		
#copyright a:hover,a:active {
  color: #fff;
		text-decoration: underline;
  }
		
#footer {
		height: 60px;
		position:relative;
		padding: 15px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 15px;
		background: #000;
  color:#eee;	
  }
		
#footer strong{
  color:#fff;	
  }
		
#footer a {
		font-weight: bold;
  color: #ddd;
		text-decoration: none;
  }
		
#footer a:hover,a:active {
  color: #fff;
		text-decoration: underline;
  }
		
.floatright {
  float: right;
		}
		
#extreme {
  display:none;
		}
