/*   
Theme Name: Birmingham Book Festival
Theme URI: http://www.birminghambookfestival.org
Description: The default theme for the Birmingham Book Festival website
Author: Gatt Design
Author URI: http://www.gattdesign.co.uk
.
	Based on the original BBF website ported over from original Joomla! managed website by Gatt Design.
	Copyright (c) Birmingham Book Festival
.
*/

body {
	min-width: 900px;
	margin: 0px; 
	padding: 0px;
	color: #020609;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Monaco, Arial;
	font-size: 12px;
	background: url('images/background.jpg') repeat-y center center;
}

/* container */

#pgContainer {
	width: 855px;
	margin: 0px auto;
	background-color: #F2F2F2;
}

/* header */

#pgHeader {
	width: 100%;
	height: 151px;
	background-color: #FFFFFF;
}

#pgHeaderLeft {
	width: 307px;
	height: 151px;
	background: url('images/logo.png') no-repeat;
	float: left;
}

#pgHeaderRight {
	width: 548px;
	height: 151px;
	background-color: #FFFFFF;
	float: left;
}

#pgHeaderRight img {
	display: none;
}

#pgHeaderRight img.first {
	display: block;
}

#pgHeaderLower {
	width: 100%;
	height: auto;
	background-color: #F26522;
	color: #000000;
}

#twitter_update_list li {
	list-style-type: none;
}

#twitter_update_list > li > a {
	display: none;
	visibility: hidden;
}

#twitter_update_list li span:before {
	content: "Latest Tweet: ";
	font-weight: bold;
}

#twitter_update_list {
	margin: 0px;
	font-family: Arial, Monaco, serif;
	font-size: 11px;
	text-align: left;
	padding: 10px;
}

/* footer */

#pgFooter {
	width: 100%;
	height: 80px;
	background-color: #F26522;
	clear: both;
}

#pgFooterUpper {
	width: 100%;
	height: 30px;
	background-color: #000000;
}

#pgFooterUpper h3 {
	font-family: "Courier New", Courier;
	font-size: 19px;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 5px;
}

#pgFooterLower {
	width: 100%;
	height: 60px;
	background-color: #F26522;
}

#pgFooterLower p {
	color: #000000;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Console", Monaco, Arial;
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 10px 5px 0px 0px;
}

/* sidebar */
#pgSidebar {
	width: 195px;
	background-color: #F2F2F2;
	float: left;
}

#pgSidebar ul > li.page_item {
	margin: 0px;
	padding: 10px 0px 0px 0px;
}


#pgOrangeBox {
	width: 100%;
	height: 33px;
	background: #F26522 url('images/what.jpg') no-repeat center center;
}

#pgSidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#pgSidebar ul li {
	padding-top: 10px;
	padding-bottom: 10px;
}

#pgSidebar ul li img {
	border: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#event-calendar {
	width: 170px;
}

#pgSearchForm {
	padding: 15px;
}

#pgSearchForm #s {
	width: 160px;
	margin-bottom: 5px;
}

ul.tweets, ul.tweets > li {
	width: 170px;
}

/* main content */

#pgMainContent {
	width: 660px;
	background-color: #FFFFFF;
	float: right;
}

#pgMainContentInner {
	padding: 10px;
	background: #FFFFFF;
}

#pgMainContentInner h2 {
	margin-top: 0px;
}

#pgMainContentPostDirections {
	width: 100%;
}

#pgMainContentPostDirectionsLeft {
	float: left;
	width: 50%;
}

#pgMainContentPostDirectionsRight {
	float: right;
	width: 50%;
	text-align: right;
}

/* page announcements */

.PageAnnouncement {
	background-color: #F26522;
	border: 1px solid #BC430B;
	width: 639px;
	height: auto;
}

.PageAnnouncement > p {
	padding: 10px;
}

#PageAnnouncementContainer {
	margin: 0px auto;
}

#PageAnnouncement1 {
	display: block;
}

#PageAnnouncement2, #PageAnnouncement3 {
	display: none;
}