/* Screen stylesheet for Francis Gray */

/* change the body defaults */
/* the background colour sets colour surrounding the content */
body {
	background:url(../images/page_bg.jpg) top left repeat-x #e2e2e2;
	margin:0;
	padding:0;
	font-family:arial, helvetica, sans-serif;
	font-size:small;
	color:#333;
}
/* The container is the main block of content, including the banner and menus */
/* This is placed in a separate style sheet at it holds a background image that changes for most pages */


/* The main content area */
#content {
	width:500px;
	padding:10px 10px 0 0;
	float:right;
	background-color: transparent;
	margin: 0 0 0 0;
}

.smallercontent {
	font-size: x-small;
}


.testimonial {
	font-style:italic;
}

/* the this places image banner across the top of the content block */
#header {
	height:135px;
	background:url(../images/BCC-header-warwick-raspberry.jpg) no-repeat top left #85000f;
}

/* change the content navigation defaults -------------------------------------------------------------------*/
a {
	color:#0000ff;
	font-weight:normal;
	background: #ffffff;
	text-decoration: underline;
}

a:link {
	color: #0000ff;
	background: #ffffff;
}
a:visited {
	color: #85000F;
	font-weight:normal;
	background: #ffffff;
}
a:focus {
	color: #FF0000;
	font-weight:normal;
	background: #f5f5f5;
}
a:hover {
	color: #ff0000;
	font-weight:normal;
	background: #ddd;
}
a:active {
	color: #FF0000;
	font-weight:normal;
	background: #f5f5f5;
}

/* placehold for background image to stop it being overlaid */
.fpleft {
	padding:0 10px 3px 0;
	float:left;
	width:150px;
	height:480px;
}
/* Clear floating */
.clearit {
	clear:both;
}

/* setting up the headings -------------------------------------------------------------------------*/
#content h1, h2, h3 {
	margin:0;
	padding:0;
	font-family:georgia;
	font-weight:normal;
}

#content h1 {
	color:#85000F;
	font-size:x-large;
	font-weight:bold;
	padding:5px 0 5px 0;
	margin:0 0 5px 0;
	text-align:center;
}

#content h2 {
	padding:8px 0 0 0;
	color:#333;
	font-size:large;
	font-weight:bold;
}

#content h3 {
	padding:5px 0 0 0;
	color:#85000F;
	font-size:medium;
	text-align:center;
}

/* ready for in-line photos - may need adjustment before use */
#photos {
	width:428px;
	height:224px;
	margin:10px auto 10px auto;
	position:relative;
	padding:10px;
	background:#f2f7e9;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.imgbox {
	width:75px;
	height:75px;
	border:1px solid #77A13D;
	background:#f1f1f1;
	margin:15px;
	float:left;
	display:inline;
}

/* Organising the sidebar layout -----------------------------------------------------------------------*/
/* the menu and information boxes in the sidebar */
#sidebar {
	width:200px;
	padding:10px;
	float:left;
	margin:0;
}

/* sidebar navigation held as an unordered list -----------------------------------------------------------------*/
#sidebar ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}
	 

#sidebar ul li {
	margin:0;
	padding:0;
	list-style:none;
	border:1px solid #ccc;
	border-bottom:none;
}

#sidebar ul li a {
	display:block;
	padding:3px;
	width:192px;
	background:url(../images/li-off.gif) top left no-repeat #F7F2E9;
	color:#85000F;
	text-indent:30px;
	text-decoration:none;
}

#sidebar ul li a:hover {
	background:url(../images/li-on.gif) top left no-repeat #cccccc;
	color:#ff0032;
}

/* The information boxes in the sidebar --------------------------------------------------------------------------*/
.infobox {
	border:1px solid #ccc;
	background:#ffffff;
	padding:5px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:small;
}	

/*--------------------------------------------------------------------------------------------------------------*/
/* stuff at the bottom of the page */

#footer {
	clear:both;
	border-top:1px solid #000;
	background:#85000F;
	padding:10px;
	color:#fff;
	font-size:x-small;
	text-align:center;
}

/* bookmarking line */
#add-tell {
	width:600px;
	height:auto;
	margin:0px auto 2px auto;
	position:relative;
	padding:5px;
	border-top:1px solid #000066;
	clear:both;
}

/* bookmarking button */
.add-tell1 {
	width:130px;
	height:35px;
	padding: 0 0 0 5px;
	float:left;
	display:inline;
}
/* bookmarking text */
.add-tell2 {
	width:310px;
	height:35px;
	padding: 0 10px 0 10px;
	float:left;
	display:inline;
	font-size: x-small;
	font-weight: normal;
	text-align: center;
}
/* tell a friend */
.add-tell3 {
	width:130px;
	height:35px;
	padding: 0 5px 0 0;
	float:right;
	display:inline;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
}

