/* @override 
	http://localhost/~jamiemill/bsm/css/bsm.css
	http://localhost:8888/bsm/css/bsm.css
	http://jamie-g5.local:8888/bsm/css/bsm.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #777;
	font-size: 9pt;
	margin:10px;
}

a{
	text-decoration: none;
	color: #a30046;
}

img {
	border: none;
}

p {
	margin-bottom: 1em;
}

h1,h2,h3,h4,h5 {
	margin-bottom: 1em;
}

h2 {
	color: #a30046;
	font-size: 2em;
	font-weight: normal;
}

h3 {
	color: #51a0a6;
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

li {
	padding-left: 1em;
}

#content {
	width: 900px;
	margin: 0 auto;
}

#header {
	height: 96px;
	background-image: url(../img/header.gif);
	text-indent: -9999px;
}

#nav {
	float: left;
	width: 160px;
	padding-left: 60px;
	padding-top: 55px;
	display:block;
}

/* @group nav */

#nav ul {
	list-style-type: none;
}

#nav a {
	color: #777;
}

#nav li {
	margin: 0.8em 0;
	padding-left: 0;
}

#nav li.selected{
	padding-left: 1em;
	background: url(../img/nav_bull.gif) no-repeat left .3em;
}

#nav li li.selected{
	padding-left: 0em;
	background: none;
}

#nav li.selected a{
	color: #a30046;
}
#nav li.selected li a{
	color: #777;
}
#nav li.selected li.selected a{
	color: #a30046;
}

#nav a:hover{
	color: #a30046;
}



/* @end */


#middle {
	float: left;
	width: 300px;
	margin-left: 30px;
	display:block;
}

#side {
	padding-top: 55px;
	float: right;
	width:200px;
	display:block;
	padding-right: 60px;
}

.clear {
	clear: both;
}

#footer {
	margin-top: 2em;
	font-size: 0.9em;
	height: 60px;
	color: #aaa;
	background-color: #f9fbfd;
	position: relative;
	clear: both;
}

#footer .small {
	/*font-size: 0.8em;*/
	font-size:7pt;
}

#footer a {
	color: #666;
}

#footer_left {
	/*float: left;*/
	position:absolute;
	left:0;
	top: 15px;
	width: 500px;
	padding-left: 60px;
	display: block; /* ie fix */
}

#footer_right {
	position: absolute;
	left: 600px;
	top: 18px;
	text-align: right;
	float: right;
	width: 200px;
	display: block; /* ie fix */
	padding-right: 60px;
}

#footer img.pomegranate {
	/* align this nicely */
	position: absolute;
	top: -13px;
	margin-left: 3px;
}

#side ul {
	list-style-type: none;
}

#side ul a {
	color: #777;
}

#side ul a:hover {
	color: #a30046;
}

#side ul li.selected a {
	color: #a30046;
}

.article_summary {
	margin-bottom: 1em;
}

.article_img {
	width: 60px;
	height: 65px;
	/*background-color: #555;*/
	margin: 0 5px 5px 0;
	float: left;
}

.article_summary_text {
	margin-left: 65px;
}

.article_summary h3 {
	color: inherit;
	font-size: 1em;
	font-weight: bold;
	margin:0;
}



.neighbours a{
	min-height: 17px;
	color: #aaa;
	font-size: 1.4em;
	border-top: 1px solid #ccc;
	padding-top: 5px;
}
.neighbours a:hover{
	color: #a30046;
}

.neighbours a.next {
	background: url(../img/neighbour_next.gif) no-repeat left .4em;
	padding-left: 15px;
	/*margin-left: 10px;*/
}

.neighbours a.prev {
	background: url(../img/neighbour_prev.gif) no-repeat right .4em;
	padding-right: 15px;
	margin-right: 10px;
}

a.pdf_link {
	display: block;
	height:22px;
	background: url(../img/pdf_icon.gif) no-repeat left top;
	padding-left: 30px;
	padding-top: 5px;
}

a.back_link {
	display: block;
	border-top: 1px solid #aaa;
	padding-top: 5px;
	text-align: right;
}

.client_quote {
	color: #51a0a6;
	font-weight: bold;
	text-align: right;
	padding-top: 6px;
	border-top: 1px solid #888;
}

.client_quote_source {
	color: #aaa;
	text-align: right;
}

.blackbook_contact h3 {
	margin: 0;
	font-size: 1em;
	font-weight: bold;
}

.blackbook_contact p.weblink {
	margin-bottom: 1em;
	padding-bottom: 1em;
}

.blackbook_contact p.weblink a {
	color: #51a0a6;
}

.blackbook_contact {
	margin: 1em 0;
	padding: 1em 0;
	font-weight: bold;
	border-top: 1px solid #666;
}

.user_info {
	text-align: right;
	width: 200px;
	float: right;
	padding: 5px;
}

.client_image_main {
	margin-bottom: 13px;
}
.client_image_thumb_1 {
	float: left;
	width: 55px;
	margin-right: 13px;
	display: block;
}
.client_image_thumb_2 {
	float: left;
	width: 55px;
	margin-right: 13px;
	display: block;
}
.client_image_thumb_3 {
	float: left;
	width: 55px;
	display: block;
}

#body.private_area {
	background-color: #0078ae;
	color: white;
	margin-top: 30px;
}

.private_area h2 {
	color: white;
	font-size: 1.4em;
}

.private_area_header {
	border-bottom: 1px solid white;
	padding-top: 85px;
	margin-bottom: 0.5em;
	height: 40px;
}

.private_area_item {
	padding: 0.5em 0;
	border-top-style: dashed;
	border-top-width: 1px;
	position: relative; /* for child images */
	min-height: 70px;
}
.private_area a {
	color: black;
}

.private_nav {
	height: 60px;
	border-bottom: 1px solid white;
}

.private_side {
	height: 60px;
	border-bottom: 1px solid white;
}

.private_area #nav a {
	color: white;
}

.private_area #nav li.selected{
	padding-left: 1em;
	background: url(../img/nav_bull_private.gif) no-repeat left .3em;
}
.private_area #nav li.selected a{
	color: black;
}

.private_side_foot {
	/*padding-top: 55px;*/
	font-size:0.9em;
	float: right;
	width:200px;
	/*display:block;*/
	padding-right: 60px;
}

.private_image_thumb {
	position: absolute;
	left: -85px;
}

/* @group form
 */

label {
	float: left;
	width: 100px;
	clear: left;
}
input {
	/*width: 150px;*/
}



/* @end */



/* @group cake stuff */

/* Notices and Errors */
div.message {
	clear: both;
	color: #a30046;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background-color: #a30046;
	padding: 0.5em;
	margin: 0.5em 0;
}
p.error {
	background-color: #a30046;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background-color: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background-color: green;
	color: #FFF;
}

/* @end */