/**
 * @version		$Id: style.css 17378 2010-05-30 06:38:58Z cfraz89 $
 * @package		Joomla
 * @subpackage	Template-PAFTAD
 * @copyright	Copyright (C) 2005 - 2010 Open Source Matters, Inc. All rights reserved.
 * @license		GNU General Public License version 2 or later; see LICENSE.txt
 */

body {
	background: #CCC url('../images/bg.png') repeat-x;
	border: 0;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	font-family: Verdana, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	color: #333;
}
td, th {
  padding-right: 0.6em;
  vertical-align: top;
}
th {
  text-align: left;
  padding: 0.2em 0 0.1em 0;
  background: #eee;
}

.item-page {
  overflow: auto;
}

#fix {
	background: white;
	position: relative;
	top:0;
	max-width: 1280px;
	min-height: 100%;
	margin:0 auto 0 auto;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	width: auto;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #444;
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	margin: 2em 0 0.2em 0;
}

h1 {
	font-size: 1.8em;
}

#content h1 {
	margin-top: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

.newsflash h3 {
	background: #666;
	background:
	-webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(150,150,150)),
		color-stop(1, rgb(100,100,100))
	);
	background:
	-moz-linear-gradient(
		top center,
		rgb(150,150,150) 0%,
		rgb(100,100,100) 100%
	);
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	padding: 0.1em;
	color: white;
	text-align: center;
	margin-top: 0;
}

.newsflash h4 {
	padding-top: 1em;
	border-top: 1px solid #AAA;
}
	
.newsflash h4:first-of-type {
	border-top: none;
	margin-top: 0;
}

a, a.visited {
	color: #48829D;
	text-decoration: none;
}

.shadow {
	z-index: 1;
	width: 15px;
	height: 15px;
}

.shadow-up {
	width: 100%;
	background: url('../images/shadow-up.png') repeat-x;
}

.shadow-down {
	width: 100%;
	background: url('../images/shadow-down.png') repeat-x;
}

.shadow-left {
	height: 100%;
	background: url('../images/shadow-left.png') repeat-y;
}

.shadow-right {
	height: 100%;
	background: url('../images/shadow-right.png') repeat-y;	
}

.inner-top {
	position: absolute;
	top: 0;
	left:0;
	margin:0;
}

.inner-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
}

.inner-left {
	position: absolute;
	top: 0;
	left:0;
	margin:0;
}

.inner-right {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}

#header {
	position:relative;
	left:0;
	top: 0;
	width:100%;
	text-decoration: none;
	text-align: center;
	z-index: 2;
}

#paftad-logo {
	position: relative;
	top: 0;
	left: 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#black-stripe {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	background: black;
	height: 90px;
	text-align: center;
}

#logo {
	width: 350px;
	height: 37px;
	position: relative;
	margin: 0 auto;
	left:0;
	right:0;
	top: 40px;
}

#grey-stripe {
	background: #999;
	width: 100%;
	height: 30px;
}

#banner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	height: 140px;
	text-align: center;
}

#paftad-banner{
	background: url('../images/paftad-banner.jpg');
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
}

.menu {
	background: url('../images/lbar.png');
	width: auto;
	padding:0;
	margin: 0;
	border-top: 1px solid #111;
	border-bottom: 1px solid black;
	position: relative;
	text-align: center;
}

.menu li {
	list-style-type: none;
	display: inline;
}

.menu a {
	display: inline-block;
	*display: inline;
	position: relative;
	-moz-border-image: url('../images/separator.png') 2 2 2 2 stretch stretch;
	-webkit-border-image: url('../images/separator.png') 2 2 2 2 stretch stretch;
	border-width: 0 1px 0 0;
	padding: 0.2em 1em 0.2em 1em;
	color: white;
	text-shadow: 0 0 8px rgba(255,255,255,0.6);
	vertical-align: middle;
}

.menu li a:hover{
	background: rgba(255,255,255,0.1);
}

.menu #current a{
	background: rgba(255,255,255,0.15);
}

.menu li:first-child a{
	border-left: 1px;
}

#content {
	background: white;
	position:relative;
	top: 0;
	left: 0;
	width: auto;
	z-index:0;
	padding: 2em;
	padding-bottom: 4em;
}

.photo {
	padding: 5px;
	border: 1px solid #AAA;
	margin: 1em;
	-moz-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
	-o-box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}

.photo p {
	color: #333;
	font-style: italic;
	width: 450px;
	font-size: 0.8em;
}

div.peeps {
	text-align: left;
}

div.peep {
	display: inline-block;
	text-align: left;
	background: #DDD;
	margin: 1em;
	padding: 1em;
	width: 26%;
	min-height: 6em;
	vertical-align: top;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div.peep div.name {
	display: inline;
	font-weight: bold;
	color: #333;
	margin-right: 1em;
}

div.peep div.organisation {
	font-style: italic;
}

div.peep div.location {
}

.blog-featured {
	position: relative;
	display:inline-block;
	*display: inline;
	width: 67%;
	padding: 0;
	vertical-align: top;
	margin-right: 1em;
}

#right {
	position: relative;
	display:inline-block;
	*display: inline;
	width: 30%;
	/*border-left: 1px solid #AAA;*/
	vertical-align: top;
}

.newsflash {
	margin-left: 2em;
}

.blog .items-row {
	margin: 2em 0 1em 2em;
}

#bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: white;
	background: #333;
	border-top: 1px solid black;
	z-index: 2;
}

#bottom div{
	margin-left: 1em;
}

#bottom .shadow {
	position: absolute;
	top: -15px;
	margin-left: 0;
}

dl.article-info {
	margin-top: 0;
}

dd.create {
	font-style: italic;
	color: #666;
	margin-left: 0;
}