/* =========================== elements ============================= */

body { 
	background: #d8d8d8 url(../img/bg.png) repeat-x;
	font: normal 12px Arial;
	color: #000; border-top: 7px solid #00a2ff;
}

p {
	margin-bottom: 15px;
}

a {
	color: #0097F1; 
	text-decoration: none;
}


a:link:hover, a:visited:hover, a:active, a:focus {
}

img {
}
a img {
	border: none;
}


// Underordered Lists
ul {
	margin-left: 10px;
	list-style: circle;
}
ul li {
	margin-bottom: 5px;
}


// Ordered lists
ol {
	margin-left: 10px;
	list-style: circle;
}
ol li {
	margin-bottom: 5px;
}


// Definition Lists
dl { 
}

dt { 
	float: left; 
	clear: left;
} 
dt:after { 
	content: ":"; 
} 

dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0;
}

img.alignleft, div.alignleft {
	float: left;
	margin: 10px 20px 10px 0;
}

img.alignright, div.alignright {
	float: right;
	margin: 10px 0 10px 20px;
}

.aligncenter {
	margin: 0 auto;
}

/* ========================= elements end =========================== */

/* ============================ layout ============================== */

.clearfix {
	height: 0px; clear: both;
	line-height: 0;
}

.holder{ 
	width: 900px;
	margin: 0 auto;
}

#alert-bar {
	width: 100%; height: 25px;
	background: #f88671;
	border-bottom: 2px solid red;
}
#alert-bar .holder p {
	line-height: 25px;
}
#alert-bar .holder p a {
	font-weight: bold;
	color: #ffffff;
}

/* ========================== layout end ============================ */

/* ============================ header ============================== */

#header {
	height: 155px;
	margin: 10px 0 0 0;
}

#header h1#logo {
	background: url(../img/Birmingham-resilience-team.gif) no-repeat;
	width: 205px; height: 95px; text-indent: -2009%;
	float: left;
}
#header h1#logo a {
	width: 205px; height: 95px; display: block;
}

#communityalert-banner {
	background: url(../img/community-alert-banner.gif) no-repeat;
	width: 300px; height: 80px; display: block; text-indent: -2010%;
	float: left; margin-left: 50px;
}

#accessibility {
	float: right;
}
#accessibility li {
	float: left; padding: 2px;
}
#accessibility li a {
	color: #000000;
	cursor: pointer;
}

#text-small { font-size: 11px; }
#text-medium { font-size: 13px; }
#text-large { font-size: 16px; }

#Small { font-size: 11px; background: none; border: none; cursor: pointer; }
#Default { font-size: 13px; background: none; border: none; cursor: pointer; }
#Large { font-size: 15px; background: none; border: none; cursor: pointer; }

/* ========================== header end ============================ */

/* ========================== navigation ============================ */

#nav-bar {
	background: url(../img/nav-bg.gif) no-repeat;
	width: 900px; height: 33px; margin-top: 20px;
	font-family: Georgia; font-size: 16px;
	position: relative; z-index: 2;
}

#header-image {
	background: url(../img/header-photo.gif) no-repeat;
	width: 275px; height: 68px; position: absolute;
	right: 2px; top: -68px; z-index: -1;
}
#header-image2 {
	background: url(../img/header-photo2.gif) no-repeat;
	width: 86px; height: 64px; position: absolute;
	right: 34px; bottom: -12px; z-index: 0;
}

#nav-bar #nav {
}
#nav-bar #nav li {
	float: left;
	position: relative;
	z-index: 2;
}
#nav-bar #nav li a {
	background: url(../img/nav-divider.gif) no-repeat top right;
	color: #ffffff; display: block;
	padding: 0 14px 0 12px; line-height: 33px;
}


#nav-bar #nav li:hover ul {
	display: block;
}

#nav-bar #nav li ul {
	display: none;
	position: absolute;
	left: 0; top: 33px;
	z-index: 999;
	
}
#nav-bar #nav li ul li {
	background: #008ce4;
	width: 250px;
	margin-bottom: 0;
	position: relative;
	border-bottom: 1px solid #027dc3;
	z-index: 2;
}

#nav-bar #nav li ul li.point {
	background: none;
	background: url(../img/nav-point.gif) no-repeat 50% 0;
	border: none;
	margin-left: -100px;
	height: 7px;
	line-height: 0px;
	width: 250px;
}

#nav-bar #nav li ul li a {
	background: none;
}

#nav-bar #nav li ul li ul {
	position: absolute; left: 250px; top: 0;
	display: none; z-index: 2;
}
#nav-bar #nav li:hover ul li ul {
	display: none;
}
#nav-bar #nav li ul li:hover ul {
	display: block;
}

#nav-bar #nav li ul li:hover, #nav-bar #nav li ul li ul li:hover {
	background: #0075b8;
}

#nav-bar #nav li ul li.point:hover {
	background: none;
	background: url(../img/nav-point.gif) no-repeat 50% 0;
}


#nav-bar #searchform {
	float: right;
	padding: 4px 13px 0 0;
	position: relative;
	z-index: -1;
}
#nav-bar #searchform #search-field {
	background: url(../img/search-input.gif) no-repeat;
	width: 242px; height: 25px;
}
#nav-bar #searchform #search-field #s {
	background: none; border: 0; width: 195px;
	position: relative; left: 6px; top: 5px;
	float: left; 
}
#nav-bar #searchform #search-field #search-btn {
	background: url(../img/search-btn.gif) no-repeat;
	width: 32px; height: 25px; border: none;
	float: right; cursor: pointer;
}

/* ======================== navigation end ========================== */

/* ============================ content ============================= */

#content {
	width: 640px;
	float: left;
}

#content strong {
	font-weight: bold;
}


#content table p {
	padding: 0;
}

#content em {
	font-style: italic;
}

#content ul {
	padding-left: 15px;
	padding-bottom: 5px;
}
#content ol {
	padding-left: 15px;
	margin-left: 10px;
	padding-bottom: 5px;
	list-style: decimal;
	
}
#content ol li {
	color: #333333;
	font-size: 14px;
}

#content ul li {
	list-style: disc;
	color: #333333;
	font-size: 14px;
}

#content .breadcrumb {
	margin-bottom: 10px;
	color: #0089e0;
}
#content .breadcrumb a {
	color: #0089e0;
	text-decoration: none;
}

#slideshow {
	background: url(../img/slideshow-bg.jpg);
	width: 636px; height: 284px;
	margin-bottom: 10px; position: relative;
	z-index: 0;
}

#slides {
	width: 616px; height: 260px; position: absolute;
	top: 10px; left: 10px;
}
#slides li {
	width: 616px; height: 260px;
}

#slides img {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
}

#slides .post-excerpt {
	position: absolute; left: 25px; top:124px;
	width:585px; z-index: 2;
}
#slides .post-excerpt h2 {
	font-size: 20px; text-transform: uppercase;
	margin: 10px; font-weight: bold; font-style: italic;
	background: #116eb4; color: #ffffff; padding: 3px;
	opacity: 0.8;
}
#slides .post-excerpt h2 a {
	color: #ffffff;
}
#slides .post-excerpt p {
	margin: 10px;
	line-height: 130%;
	background: #ffffff;
	opacity: 0.8; color: #4c4c4c;
	font-size: 12px; padding: 3px;
}
#slides .post-excerpt p a {
	color: #2c87c7;
}

#slideshow #next {
	background: url(../img/next-btn.png) no-repeat;
	width: 23px; height: 26px; position: absolute;
	right: -10px; top: 140px; z-index: 9999;
	cursor: pointer;
}

#slideshow #prev {
	background: url(../img/prev-btn.png) no-repeat;
	width: 23px; height: 26px; position: absolute;
	left: -13px; top: 140px; z-index: 9999;
	cursor: pointer;
}





.homepage-box {
	width: 210px; float: left;
	margin-right: 3px;
}
.homepage-box h3 {
	background: url(../img/h3-bg.gif) no-repeat;
	width: 207px; height: 32px;
	line-height: 32px; text-indent: 10px;
	color: #ffffff; font-size: 18px; font-family: Georgia;
	position: relative;
}


.homepage-box h3 #icon-advice {
	background: url(../img/icon-advice.png) no-repeat;
	width: 43px; height: 35px; display: block;
	position: absolute; right: 5px; top: -5px;
	behavior: url(http://www.birminghamprepared.gov.uk/iepngfix.htc);
	z-index: 1;
}
.homepage-box h3 #icon-alert {
	background: url(../img/icon-alert.png) no-repeat;
	width: 42px; height: 41px; display: block;
	position: absolute; right: 5px; top: -5px;
	behavior: url(http://www.birminghamprepared.gov.uk/iepngfix.htc);
	z-index: 1;
}
.homepage-box h3 #icon-about {
	background: url(../img/icon-about.png) no-repeat;
	width: 24px; height: 28px; display: block;
	position: absolute; right: 5px; top: -5px;
	behavior: url(http://www.birminghamprepared.gov.uk/iepngfix.htc);
	z-index: 1;
}
h3 {
	position: relative;
	z-index: 0;
}
h3 #icon-tv {
	background: url(../img/icon-tv.png) no-repeat;
	width: 38px; height: 37px; display: block;
	position: absolute; right: 5px; top: -5px;
	behavior: url(http://www.birminghamprepared.gov.uk/iepngfix.htc);
	z-index: 1;
}


#advice-link {
	background: url(../img/advice-link.jpg) no-repeat;
	width: 207px; height: 194px; display: block;
	text-indent: -2009%;
}

#alert {
	background: url(../img/alert-bg.jpg) no-repeat;
	width: 207px; height: 194px;
}

#alert .alert-post {
	margin-bottom: 5px;
	clear: both;
}

#alert h5 {
	margin: 0 10px 10px 10px;
	padding-top: 10px;
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}
#alert h5 a {
	color: #ffffff;
}
#alert a.readmore {
	color: #ffffff;
	float: right;
	margin-right: 10px;
	font-size: 13px;
}

#about-link {
	background: url(../img/about-link.jpg) no-repeat;
	width: 207px; height: 194px; display: block;
	text-indent: -2009%;
}


#content h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
	color: #0097f1;
	margin-bottom: 10px;
}
#content h2 a {
	color: #0097f1;
}


#content h4 {
	font-family: Arial;
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	color: #0097f1;
	margin-bottom: 10px;
}



#content .post-meta {
	line-height: 36px;
	font-style: italic;
	color: #999999;
	font-size: 16px;
	margin-bottom: 10px;
}
#content .post-meta span {
	background: url(../img/meta-day.gif) no-repeat;
	width: 33px; height: 36px; display: block;
	text-align: center; line-height: 45px;
	font-weight: bold; float: left;
	margin-right: 10px;
	font-style: normal;
	color: #000;
}

#content p {
	font-size: 14px;
	color: #333333;
	padding-right: 30px;
}

#content #comments {
	padding-top: 20px;
}
#content #comments .comment {
	margin-bottom: 30px;
}

#content #comments .comment .comment-title {
	background: url(../img/comment-title.jpg) no-repeat;
	width: 585px; height: 32px;
}
#content #comments .comment .comment-content {
	float: left; width: 555px;
	background-color: #ffffff; min-width: 124px;
	padding: 15px; font-size: 16px;
	color: #999999; font-style: italic;
}
#content #comments .comment .comment-content p {
	color: #999999;
	font-size: 13px;
}
#content #comments .comment .comment-content cite, #content #comments .comment .comment-content .comment-meta {
	font-size: 13px;
}

#content #comments .comment .comment-content a {
	color: #0099ff;
}





#content form {
}
#content form .row {
	clear: both;
	padding-top: 10px; padding-bottom: 6px;
}
#content form .row label {
	font-family: Georgia;
	font-size: 22px;
	color: #666666;
	float: left;
	width: 155px;
}

#content form .row .input-text {
	background: url(../img/text-input.gif) no-repeat;
	width: 242px; height: 24px; float: left;
}
#content form .row .input-text input {
	width: 235px; margin: 5px 0 0 5px;
	border: none; background: none;
}

#content form .row .input-textarea {
	background: url(../img/textarea.gif) no-repeat;
	width: 242px; height: 208px; float: left;
}
#content form .row .input-textarea textarea {
	width: 235px; height: 200px; margin: 5px 0 0 5px;
	background: none; border: none; font-size: 12px;
}

#content form .row .submit-btn {
	font-family: Georgia;
	font-size: 22px;
	color: #666666;
	float: right;
	background: none; border: none;
	cursor: pointer; width: 100px;
	float: right; padding-left: 10px;
	margin-right: 70px;
}

.post {
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}



.video {
	width: 580px;
	background-color: #ffffff;
	padding: 15px; font-size: 16px;
	color: #999999;
}
.video #sharethis_0 {
	display: none;
}

.video .thumb {
	float: left;
	width: 150px;
}
.video h3 {
	color: #0097f1;
	float: right;
	width: 400px;
	padding-left: 10px;
	font-weight: bold;
}
.video h3 a {
	color: #0097f1;
	text-decoration: none;
}

.video p, .video #description {
	width: 400px;
	float: right; 
	padding-left: 10px;
	padding-right: 0;
}


#content .video p {
	padding-right: 0;
}

.wp-caption-text {
	font-size: 12px;
	font-style: italic;
}

#sharethis_0 {
	display: block;
	margin-top: 10px;
	margin-bottom: 30px; 
}

/* =========================== content end ========================== */

/* ============================ sidebar ============================= */

#sidebar {
	width: 255px;
	float: right;
}

#sidebar .links-box {
	background: url(../img/sidebar-bg.png) repeat-x #015da0;
	margin-bottom: 10px;	
}
#sidebar .links-box h3 {
	font-size: 23px; font-family: Georgia;
	color: #ffffff; text-decoration: underline;
	padding: 8px;
}
#sidebar .links-box h3 a {
	color: #ffffff;
}

#sidebar .links-box h3#h3-blog {
	margin-top: 15px;
}
#sidebar .links-box h3#h3-news {
	background: url(../img/h3-blog.gif) no-repeat 205px 10px;
	/*margin-top: 15px;*/
}

#sidebar .links-box ul {
	padding-bottom: 5px;
	margin-left: 10px;
}
#sidebar .links-box ul li {
	background: url(../img/sidebar-link.gif) no-repeat bottom left;
	font-size: 14px; padding: 3px 0 6px 0;
}
#sidebar .links-box ul li a {
	color: #ffffff;
	display: block;
}

#sidebar .sidebar-box h3 {
	background: url(../img/h3-bg.gif) no-repeat;
	height: 32px;
	line-height: 32px; text-indent: 10px;
	color: #ffffff; font-size: 18px; font-family: Georgia;
	clear: both;
}

#sidebar #resilience-tv-link {
	background: url(../img/resilience-tv.jpg) no-repeat;
	width: 253px; height: 193px; text-indent: -2009%;
	display: block;
}

#sidebar #home-box {
	height: 284px;
}

a.read-more {
	float: right;
	margin-bottom: 15px;
	margin-right: 10px;
	color: #ffffff;
}

a#last {
	margin-bottom: 0;
}

#post-nav {
	height: 50px;
	padding-right: 5px;
	font-size: 18px;
}
#post-nav #older {
	float: left;
}
#post-nav #newer {
	float: right;
}

/* =========================== sidebar end ========================== */

/* ============================= footer ============================= */

#footer-box {
	background: url(../img/footer-box.gif) no-repeat;
	width: 896px; height: 158px; margin: 15px 3px 0 3px;
}

#footer-box h4 {
	color: #666666;
	font-size: 20px;
	font-family: Georgia;
	margin-top: 10px;
}

#footer-box #social {
	width: 545px; float: left;
	position: relative; left: 15px;
}

#footer-box #social ul {
	margin-top: 20px;
}
#footer-box #social ul li {
	float: left;
	margin-right: 25px;
}
#footer-box #social ul li a {
	text-indent: -2009%;
}

#subscribe-rss {
	position: absolute;
	right: 0; top: 0;
	background: url(../img/subscribe-rss.gif) no-repeat;
	width: 104px; height: 14px; display: block;
	text-indent: -2009%; margin-top: 20px;
}

#social-vimeo {
	background: url(../img/social-vimeo.gif) no-repeat;
	width: 116px; height: 74px; display: block;
}
#social-facebook {
	background: url(../img/social-facebook.gif) no-repeat;
	width: 52px; height: 70px; display: block;
	margin-top: 4px;
}
#social-flickr {
	background: url(../img/social-flickr.gif) no-repeat;
	width: 100px; height: 62px; display: block;
	margin-top: 12px;
}
#social-twitter {
	background: url(../img/social-twitter.gif) no-repeat;
	width: 161px; height: 74px; display: block;
	margin-top: 2px;
}


#footer-box #signup {
	width: 315px; float: right;
}

#community-alert-link {
	background: url(../img/community-alert.gif) no-repeat;
	width: 305px; height: 77px; display: block;
	margin-top: 5px;
}
#signup-link {
	float: left;
	color: #666666;
	font-size: 15px;
}
#more-info-link {
	float: right;
	color: #666666;
	font-size: 15px;
	margin-right: 10px;
}


#footer {
	color: #666666;
	font-family: "Trebuchet MS", Arial;
	font-size: 12px;
	margin: 10px 0 0 10px;
}
#footer a {
	color: #464646;
}

#footer span {
	float: left;
	margin-right: 20px;
}

#footer span#built {
	float: right;
	margin-right: 0;
}

#sitemap-link {
	background: url(../img/sitemap-link.gif) no-repeat top center;
	width: 16px; height: 16px; display: block;
	text-indent: -2009%; float: left;
	margin-right: 20px;
}

#acessibility-link {
	background: url(../img/accessibility-link.gif) no-repeat top center;
	width: 40px; height: 21px; display: block;
	text-indent: -2009%; float: left;
}

/* =========================== footer end =========================== */




#wp-calendar {
	font-size: 11px;
}
#wp-calendar caption {
	text-align: center;
	font-size: 14px;
	padding: 10px 0;
}
#wp-calendar thead th {
	font-weight: bold;
}
#wp-calendar #ec3_publish {
	visibility: hidden;
}







