/**
 * @version $Id: template.css 10498 2008-07-04 00:05:36Z ian $
 * @author Design & Accessible Team ( Angie Radtke / Robert Deutz )
 * @package Joomla
 * @subpackage Accessible-Template-Beez
 * @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! is free software. This version may have been modified pursuant to the
 * GNU General Public License, and as distributed it includes or is derivative
 * of works licensed under the GNU General Public License or other free or open
 * source software licenses. See COPYRIGHT.php for copyright notices and
 * details.
 */





body
{
	background: #fff;
	color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;
	padding: 0px;
	text-align: center;
}



body.contentpane {

width : auto;
margin : 10px;
line-height : 1.4em;
text-align: left;
}

/* TOC */
table.contenttoc{
	float: right;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	text-align:left;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../system/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}

/*my additions rigo*/
.img-padding {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.title {
background:#0F3153 url(http://www.jamisonbanham.com/images/titlebg.jpg) no-repeat scroll center top;
}
.title .large {
border-bottom:1px solid #10375E;
float:left;
margin:0 3px 12px 0;
padding:0 0 8px;
width:563px;
}

.title .client { 
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding:0 10px;
}

.client { 
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding:0 10px;
}



.title .work {
color:#1D96CB;
font-size:10px;
font-weight:normal;
padding:0 10px;
}
.work {
font-size:10px;
font-weight:normal;
padding:0 10px;
}

.title .studio {
color:#155A91;
float:left;
font-size:9px;
font-weight:normal;
padding:0 10px;
}

.title .click {
color:#155A91;
float:right;
font-size:9px;
font-weight:normal;
padding:0 10px;
text-align:right;
}


#pitem p{
margin-top:0;
margin-bottom:40px;
}

#pitem img{
	 border:1px solid #707890;
}
