/*  
Stylesheet For: Bread Youth Project
URI: http://www.breadyouthproject.org.uk/
Stylesheet Author: Simon Blackbourn
Author URI:	http://lumpylemon.co.uk/
Design Copyright: All CSS, all XHTML that forms the website design, and the design concept, is Copyright Lumpy Lemon Ltd.
Content Copyright: All website content is copyright Bread Youth Project.
*/



/* g l o b a l   w h i t e s p a c e   r e s e t */

/* Set all margins and padding to zero */
/* for most consistent cross-browser look. */
/* Read more at http://leftjustified.net/journal/2004/10/19/global-ws-reset/ */

* {
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	font-weight: normal;
}

hr, #hide, .back_to_top {
	display: none;
}




							/* l a y o u t   d i v s */

body {
	color: #000;
	background: #fff url(im/body.jpg) top left repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
}

* html body {
	font-size: x-small; /* for IE5 Win */
	f\ont-size: small; /* for other IE versions */
}

html>body {
	font-size: small; /* be nice to opera */
}

#wrap {
	width: 772px;
	margin: 15px auto;
	background: #fff url(im/wrap.jpg) top left repeat-y;
	text-align: left;
}

#logo {
	float: left;
	width: 292px;
	height: 118px;
	background: #5a1301 url(im/logo.jpg) top left no-repeat;
}

#access {
	float: right;
	height: 118px;
	width: 480px;
	background: #5a1301 url(im/colours/access_default.jpg) top right no-repeat;
}

#graphic {
	clear: both;
	padding-left: 566px;
	background: transparent url(im/colours/graphic_default.jpg) 52px 10px no-repeat;
	min-height: 220px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #graphic {
height: 220px;
}
/**/

#content {
	float: left;
	padding-left: 52px;
	width: 518px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 466px;
	line-height: 180%;
	font-size: 0.9em;
	padding-bottom: 20px;
}

#sidebar {
	margin-left: 576px;
	width: 160px;
	padding-bottom: 20px;
}

#footer {
	clear: both;
	height: 77px;
	color: #fff;
	background: #000 url(im/colours/footer_default.jpg) top left no-repeat;
}

#credits {
	color: #ceb9b3;
	background: #000 url(im/body.jpg) top left repeat;
}



							/* l o g o   l i n k */

#logo h1 {
	text-indent: -9999px;
	background: transparent url(im/home_.jpg) no-repeat;
}
		
#logo h1 a:link, #logo h1 a:visited	{
	overflow: hidden;
	display: block;	
	width: 277px;
	height: 118px;
	background: transparent url(im/home.jpg) no-repeat;
}
	
#logo h1 a:hover {
	background: transparent url(im/home_.jpg) no-repeat;
}




							/* t e x t   o n l y   l i n k */

#access p {
	padding: 72px 5px 0 0;
	text-align: right;
}

#access a:link, #access a:visited {
	color: #fff;
}

#access a:hover {
	color: #000;
}

#access a:active {
	color: #fff;
}



							/* p o l l */

#poll {
	width: 180px;
	background: #edf4f9 url(im/poll/poll.jpg) top left repeat-y;
	font-size: 0.85em;
	line-height: 160%;
}

#poll h3 {
	text-indent: -9999px;
	background: transparent url(im/poll/h3.jpg) top left no-repeat;
	height: 30px;
}

#poll form {
	background: transparent url(im/poll/form.jpg) bottom left no-repeat;
	padding: 0 10px 5px 10px;
}

#poll p {
	margin-bottom: 10px;
	line-height: 140%;
}

#poll p#button {
	text-align: center;
	margin-bottom: 0;
}

#poll input {
	margin-right: 5px;
}

#poll button {
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #d6e0e8;
	font-weight: bold;
}






							/* p a g e   c o n t e n t */

#content p, 
#content ul, 
#content ol {
	margin: 1em 0;
}

#content h3, 
#content h4 {
	margin: 1.5em 0 1em 0;
}

#content h1 { 
	margin: 0 0 0.25em 0;
	color: #5a1301;
	font-weight: bold;
	font-size: 2em;
}
#content h2 {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
}

#content h3 {
	font-weight: bold;
	font-size: 1.2em;
}

#content h4 {
	font-weight: bold;
	font-size: 1em;
}

#content ul {
	list-style-type: circle;
}

#content li {
	margin-left: 20px;
}

#content p {
	margin: 1em 0;
}

#content strong {
	font-weight: bold;
}

#content a {
	font-weight: bold;
	color: #5a1301;
	text-decoration: underline;
}

#content a:hover {
	background-color: #edf4f9;
}

#content img {
    float: left;
    border: 1px solid #5a1301;
    margin: 0.5em 1em;
}


							/* c o m m e n t s   f o r m */

							/* thank you to http://www.websiteoptimization.com/speed/tweak/forms/ */

#content #leave_a_comment {
	width: 406px;
	background: transparent url(im/comments/comments.jpg) top left repeat-y;
	line-height: 160%;
	font-size: 0.9em;
	margin: 30px 0 0 30px;
}

#content #leave_a_comment h5 {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(im/comments/h5.jpg) top left no-repeat;
	height: 30px;
}

#content #leave_a_comment form {
	background: transparent url(im/comments/form.jpg) bottom left no-repeat;
	width: 466px;
	line-height: 100%;
	padding-bottom: 10px;
}

#content #leave_a_comment form fieldset {
	/ * clear: both; make inputs break to left in ie5.x mac */
}

#content #leave_a_comment form label { 
	display: block;					/* block float the labels to left column, set a width */
	float: left; 
	width: 100px;
	margin: 23px 0 0;				/* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

#content #leave_a_comment form input, #content #leave_a_comment form textarea {
									/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width: 250px;					/* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin: 20px 0 0 10px;			/* set margin on left of form elements rather than right of */
	border: 1px solid #d6e0e8;			/* label aligns textarea better in IE */
	padding: 0.3em;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}

#content #leave_a_comment form input#submit {
	width: auto;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	font-size: 0.85em;
}

#content #leave_a_comment textarea {
	overflow: auto;
}

#content #leave_a_comment form input:focus, #content #leave_a_comment form textarea:focus {
	background-color: #f1f1f1;
}

#content #leave_a_comment form br {
	clear: left;					/* setting clear on inputs didn't work consistently, so brs added for degrade */
}

#content #leave_a_comment p {
	margin-bottom: 10px;
	line-height: 140%;
}

#content #leave_a_comment p#button {
	text-align: center;
	margin-bottom: 0;
}

#content #previous_comments {
	width: 386px;
	line-height: 160%;
	font-size: 0.9em;
	margin: 30px 0 0 40px;
}

#content #previous_comments p {
	margin-top: 0;
}

#content #previous_comments h5 {
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(im/comments/h5_prev.jpg) top left no-repeat;
	height: 30px;
}

#content #previous_comments h6 {
	font-size: 1em;
	font-weight: bold;
}

#content .comment {
	border-top: 1px solid #edf4f9;
}






							/* s i d e b a r */

#sidebar h2 {
	font-size: 0.9em;
	font-weight: bold;
	color: #5a1301;
}

#sidebar h2 a {
	display: block;
	width: 156px;
	padding: 3px 2px 2px 2px;
	font-weight: bold;
	color: #5a1301;
}

#sidebar h2 a:hover {
	color: #5a1301;
	background-color: #edf4f9;
}

#sidebar ul {
	list-style-type: none;
	font-size: 0.85em;
	line-height: 120%;
	margin-bottom: 10px;
}

#sidebar ul li {
}

#sidebar ul li a {
	color: #999;
	display: block;
	width: 156px;
	padding: 3px 2px 2px 2px;
}

#sidebar ul li a:hover {
	color: #5a1301;
	background-color: #edf4f9;
}

#sidebar ul li a#current {
	color: #4495d1;
	font-weight: bold;
}


							/* f o o t e r   +   c r e d i t s */

#footer p {
	font-size: 0.8em;
	text-align: right;
	padding: 18px 80px 0 0;
	line-height: 130%;
}

#credits p {
	font-size: 0.8em;
	padding: 2px 0 40px 40px;
}

#footer a {
	text-decoration: underline;
}

#footer a:link, #footer a:visited {
	color: #fff;
}

#footer a:hover {
	color: #eee7e5;
}

#footer a:active {
	color: #fff;
}

#credits a {
	text-decoration: underline;
}

#credits a:link, #credits a:visited {
	color: #ceb9b3;
}

#credits a:hover {
	color: #eee7e5;
}

#credits a:active {
	color: #ceb9b3;
}



