/* Site-Display.css
Any styles specific to your ENTIRE WEBSITE go here.
Make sure stuff that should be in the skin or theme CSS files is in the proper place.

Proprietary markup or classes (especially in legacy content)?
They should be styled here and/or in the Site-Print.css file.
 */
 
/*Styling the Unwanted: The #errors div*/

#errors {
	color: white;
	background: #cc0000 url('http://www.pixelsandpages.com/test/skins/default/all/warning-stripe.gif') repeat-y scroll top left; 
	border-bottom: 2px solid white;
	padding: 6px 6px 6px 34px;
	font-weight: bold;
	font-family: 'bitstream vera sans', arial, sans-serif;
}
#errors p {
	margin: 0px;
	text-indent: 0px;
	padding: 0px;
}
#errors a:link {
	color: white;
}
#errors a:visited {
	color: #ffc0c0;
}
#errors a:link:hover, #errors a:link:focus{
	background-color: #a20000;
}

/**lang switcher, fine print**/
.finePrint, .languages {
  font-size: 85%;
  line-height: 108%;
}
.languages {
  text-align: right;
}
.languages img {
  vertical-align: middle;
  border-width: 0px;
  text-decoration: none;
  width: 3.48em;
  height: 1em;
}

