@media screen, print {

	body { 
			font-size: 12px; 
			font-family: georgia, serif; 
			font-style: normal; 
			font-weight: normal; 
			line-height: 19px; 
			margin: 0px; 
			padding: 0px;
	    color: #333;
      background: #ae0c50 url(/publications/vagant/images/strip.jpg) repeat-x 35px 00px;
	}

  p {
    margin-bottom: 7px;
    margin-top: 0px;
  }

	a {
	  text-decoration: none
	}

	a:link { 
	  color: #800; 
    border-bottom: 1px solid #ddd;
	}

  a:visited { 
    color: #800; 
    border-bottom: 1px solid #ddd;
  }

  a:active { 
    color: #800; 
  }

  a:hover { 
    color: #800; 
    border-bottom: 1px solid #333;
  }

  form, div {
    margin:0px  
  }

  h3 {
    font-size: 15px;
    line-height: 16px;
    font-weight: normal;;
    margin-bottom: 0px;
    color: #333;
  }

  h3 a, h3 a:link, h3 a:visited {
    text-decoration: none;
    z-index: -100;
    border-bottom: none;
    color: #333;
  }

  #menu {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 381px;
    height: 204px;
		line-height: 15px; 
    font-style: italic;
	  font-weight: normal;
		background: url(/publications/vagant/images/masthead.png) no-repeat 0px 0px; 
  }

  #menu ul {
    position: absolute;
    top: 33px;
    left: 79px;
    width: 250px;
    height: 34px;
		margin: 0px;
		padding: 0px;
		color: #333;
	}

  #menu li {
		list-style-type: none;
	  font-size: 11px;
		padding-right: 2px;
    display: inline;
  }

  #menu a {
  		color: #333;
      text-decoration: none;
      border-bottom: none;
  }

  #menu a:hover {
  		color: #888;
      border-bottom: none;
  }

  .issue_navigator {
    color: #888;
    float: right;
    font-style: italic;
  }

  .issue_navigator a {
    color: #666;
    text-decoration: none;
  }

  .pipe {
    color: #ccc;
  }

  #header h1 span {
  	display: none;
  }

  #container {
    float: left;
		width: 920px;
	  margin: 0px 0px 0px 0px;
    background-color: #fff;
  }

  #content {  
    float: left;
    padding: 0px;
	  margin-left:20px;
    margin-top: 160px;
	  min-height: 960px;  
    width: 660px;
  }

  * html #content {
    	  margin-left:10px;
  }

  #review_column {
    float: left;
    width: 440px;    
    margin-left: 40px;
  }

  * html #review_column {
    width: 430px;    
  }
  

  #authors_column {
    float: left;
	  width: 404px;
    line-height: 17px;
  }


  #comment_column {
    float: left;
	  width: 180px;
    margin-top: 80px;
    font-size: 10px;
    line-height: 17px;
  }

  #review_column h3, .article_content h2  {
    font-size: 26px;    
    line-height: 35px;
    font-style: italic;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
  }

  #archive_column h4 {
    font-size: 25px;
    font-weight: normal;
  }

  #review_column .review {
    margin-top: 20px;    
    margin-bottom: 20px;    
  }

  #review_column .review .ingress {
    width: 426px;    
    margin: 5px 0px 10px 0px;
  }

  #review_column .review .byline {
    margin: 0px 0px 10px 0px;
  }

  #review_column .archive_link {
    font-weight:bold;
    text-transform: uppercase;
  }

  #news_column {
    float: left;
	  width: 180px;
    margin-top: 80px;
    font-size: 10px;
    line-height: 17px;
	}

  #news_column .ingress {
    text-align: justify;
  }

  #news_column .ingress p {
    margin: 0px 0px 0px 0px;
  }
  #news_column .byline {
    margin-top: 3px;
    
  }

  #news_column .comment_count a {
    margin-top: 3px;
    color: #666 ;
  }

  #sidebar {
    margin-left: 40px;
    float: left;
    width: 180px;
    margin-top: 4px;
  }

  #sidebar h2, .sidebar_block h2 {
    font-size: 12px;
    color: #333;
  }

  .sidebar_block h2 span {
    font-size: 12px;
    color: #333;
  }

  #sidebar h2 a:link {
    font-size :12pt;
    color: #333;
  }

  .sidebar_block {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }

  #log_in {
    padding-bottom: 10px;
    text-align: left;
  }

  #header_login_state {
	  font-size: 10px;
		float: right;
  }

  #footer_bar {
  		width:  852px;
  	  padding: 2px 0px 2px 5px;
  		margin:  30px 0px 20px -5px;
  	  border-top: solid 1px #eee;
  	  border-bottom: solid 1px #eee;
  	  color: #333;
      margin-left: 20px;
  }

  #footer_bar_inner {
  		text-align: left;
  }

  #comment_log_out_link {
    float: right;
  }

  #article_container {
    width: 450px;
    margin-left: 200px;
  }

  textarea#comment_body {
    width: 420px;
  }
	
	.comments_block {
	  margin-top: 50px;
	  width: 350px;
	  border-bottom: 1px dotted #aaa;
	}
	
	.comment {
	  margin: 20px 0px;
	  border-top: 1px dotted #aaa;
	}

	.form .field label {
		margin-top: 2ex;
		margin-bottom: 1ex;
		display: block;
	}

  #page_notice_flash {
  		background-color: #0f0;
  		padding:  4px;
  	}

  #page_error_flash {
  		background-color: #f00;
  		padding:  4px;
  	}

	.form label {
		color:  #444;
		padding-left:  2px;
	}

	.form input {
		margin: 0px 0px 7px 2px;
	}

	.form {
		border:  1px solid #ccc;
		padding:  10px;
    background-color: #eee;
	}

  .calendar_bar_event td {
    vertical-align: top;
  }

  table.archive h2 {
    font-size: 18px;
    font-weight: normal;
  }

  table.archive h2 a {
    border-bottom: none;
  }

  table.archive td {
    padding-bottom: 5px;
    padding-right: 5px;
    vertical-align: top;
  }

  table.archive td.date {
    vertical-align: top;
  }

  table.archive #legend {
    font-weight: bold;
  }

  table.archive #legend {
    text-align: top;
  }
  
  .ornament {
     float: right;
     width: 120px;
     height: 180px;
  }
}

img.image_left {
  margin: 0 10px 10px 0;
  clear: both;
  float: left;
}  

img.image_right {
  margin: 0 0 10px 10px;
  clear: both;
  float: right;
}  


@media print {
	body { 
			font-size: 14px; 
			line-height: 24px; 
	}

	#menu {
		display: none;
	}

	#menu ul li {
		display: none;
	}

  #comment_column {
    display: none;
  }

  #sidebar {
    display: none;
  }

}
