/* Boggarts Breakfast Expression Engine site */

body{
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #666699;
	text-decoration: none;

}
a:visited {
	color: #666699;
	text-decoration: none;

}
a:hover {
	color: #666699;
	text-decoration: underline;

}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#login {
	background-color: #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	padding: 6px 8px 3px 3px;
}

#login p, #login input, #login form {
	margin: 0px;
}

#login a {
	color: #000000;
	margin-left: 20px;
}

#title {
	margin: 0px;
	width: 567px;
	height: 126px;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/mark_horizontal.gif) bottom center no-repeat;
}

#title h1{
	width: 567px;
	height: 96px;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/title.gif) center no-repeat;
	margin-top: 20px;
}

#title h1 span{
	display: none;
}

#nav {
	width: 140px;
	height: 347px;
	float: right;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/mark_vertical.gif) left no-repeat;
	margin: 12px 0px 150px 45px;
}

#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 20px;
}

#nav li {
	line-height: 1.5em;
}
#nav a:link {
	color: #9999CC;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #9999CC;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #9999CC;
	text-decoration: underline;
	font-weight: bold;
}
#content {
	margin: 25px 150px 175px 0px;
	text-align: justify;
}

#content h1 {
	font-size: 1.4em;
	color: #9999CC;
	text-align: left;
}
#content h2 {
	font-size: 1.2em;
	color: #9999CC;
	text-align: left;
}
#content h3 {
	font-size: 1em;
	color: #9999CC;
	text-align: left;
}
#content ul {
	list-style-type: none;
}
#content li {
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/bullet.gif) top left no-repeat;
}

.member_photo {
	float: right;
	margin: 3px 0px 3px 10px;
}
.thumb {
	float: left;
	padding: 5px;
	border: solid 1px black;
	margin: 3px 10px 8px 0px;
}
hr.divider {
	width: 250px;
	clear: left;
}
#footer {
	clear: both;
	width: 620px;
	height: 90px;
	padding-top: 1px;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/mark_horizontal.gif) top center no-repeat;
}

#boggart {
	width: 436px;
	height: 250px;
	background: url(http://www.boggartsbreakfast.org.uk/ee/images/stylesheet_images/boggart4.gif) no-repeat;
	position: relative;
	left: 150px;
	bottom: 200px;

}

.gallery_thumbs {
	background-color: #CCCCCC;
	padding-left: 10px;
}

.gallery_thumbs img {
	background-color: #FFFFFF;
	border: 1px #999999 solid;
	margin: 5px;
	padding: 3px;
}

.image_left {
	float: left;
	margin-right: 10px;
}
a.provisional, .provisional {
	color: #E8328C;
}
a.boggarts_only, .boggarts_only {
	color: #000000;
}

.confirmed {
	color: #666699;
}

.blog_photo img {
	float: left;
	padding: 3px;
	border: #999999 1px solid;
	margin: 0 10px 10px 0;
}

/* - - - - - - - - - - - - facepaint guide page - - - - - - - - - - - - */

.left_box {
	width: 250px;
	padding: 10px;
	border: #666666 1px solid;
	float: left;
	margin-right: 10px;
	background-color:#E9E8F6;
}

.left_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
