/**
 * pate.css
 * created on 2004/03/01
 *
 * Main css file for www.pate.pl website. Contains page structure definitions.
 *
 * @version 1.0
 * @author Jakub Paw�owicz
 */
@import url(reset.css);
@import url(pages.css);

a {
  color:#fff;
  text-decoration:none;
  border-bottom:1px dotted #666;
}

a:hover {
  color:#f00;
  text-decoration:none;
  border:none;
}

body {  
  margin:0px;
  padding:0px;
  font:13px Futura,Geneva,Helvetica,Arial,sans-serif;
  color:#fff;
  letter-spacing: 0.02em;	
  background-color:#000;
  font-weight: normal !important;
}

p {
 	line-height:1.35em;
}

/**
 * Holds all data on page
 */
#container {
	width: 720px;
	height: 450px;
	margin: 0px auto;
	padding-top:20px;
}

/**
 * Holds page data. This block is optional, but if it's not specified the pageContents must be used
 */
#content {
	height:420px;
}

/**
 * Holds page footer
 */
#footer {
	margin-top:20px;
	text-align:center;
}

/** 
 * Custom classes and selectors
 */

h1, h1 a {
  width: 220px;
  height: 42px;
  margin: 0 auto;
}

h1 a, h1 a:hover {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  background: transparent url("/common/images/logopate.png") center top no-repeat;
  
  text-indent: -9999em;
  overflow: hidden;
  white-space: nowrap; 
}

/**
 * Page contents styles.
 */

#page-data {
  padding-top: 10px;
}

#content h2 {
	height:25px;
	font-size:13px;
	color:#f00;
	text-align:center;
  margin-bottom: 1em;
}

#content p {
	text-align:center;
	font-size:small;
}
 
/**
 * Page footer styles
 */
#footer p {
	font-size:12px;
	color:#666;
}

#footer a {
	color:#666;
	text-decoration:none;
	border-style:none;
}

#footer a:hover {
	color:#ccc;
	text-decoration:none;
	border-style:none;
}

#footer p.links {
  margin-bottom: 1em;
}

#footer p.copyright, #footer p.copyright a {
	font-size:9px;
}