/* Alpenrind /css/portal.css
---------------------------------------------------------------------
Contains for the portal page

Author: 	[grre]
Version: 	v 1.0 
Time: 		2009-05-11 
---------------------------------------------------------------------
Color Guide

A selection of the most used colors in this CSS.


--------------------------------------------------------------------- */
#content {
  margin-left: 17px;
  margin-bottom: 25px;
  float: left;
  width: 950px;
}

.portal_entry {
  width: 300px;
  height: 170px;
  overflow: hidden;
  float: left;
  margin: 6px 9px 10px 0;
  *padding-bottom: 10px;
  
}

.portal_entry a:link, .portal_entry a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

.portal_entry a:hover, .portal_entry a:active {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.portal_entry h1 {
  font-size: 1.2em;
  color: #fff;
  text-transform: uppercase;
  margin: 28px 8px 0 0;
}

.pe_body {
  height: 140px;
  overflow: hidden;
}

.portal_entry p {
  font-size: 1.2em;
  color: #fff;
  margin: 0 30px 0 0;
}

.pe_more {
  margin-top: 5px;
}

.pe_more a {
  background: url(../images/portal_teaser_button_bg.gif) repeat-x;
  display: block;
  padding: 2px 10px;  
  margin: 0;
  float: right;
}

.pe_more a:link, .pe_more a:visited {
  color: #fff;
  text-decoration: none;
  border: 1px solid #097933;
}

.pe_more a:hover, .pe_more a:active {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}
