/* @group global */

body {
	background: url(../img/bg-grad.gif) top center repeat-x #fff;
}

#wrapper {
	width: 972px;
	margin: 0 auto;		
}

#header {
	position: relative;
	z-index: 1;
}

#header h1 a {
	display: block;
	background: url(../img/style-birmingham.gif) top left no-repeat;
	width: 240px;
	height: 89px;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: opacity .2s linear;		
	-moz-transition: opacity .2s linear;
}

#header h1 a:hover {
	opacity: 1;
}

form label {
	margin: 0;
	padding: 0;
}

form input {
	border: none;
	float: right;
	background: #f4f6f7;
	border: 1px solid #e7e6e6;	
	padding: 5px 0;
	margin: 0;
	height: 22px;
	width: 10px;
}

form fieldset {
	padding: 0;
	margin: 0;
}

form input:focus {
	background-color: #ffffcc;
}
form input.submit:focus {
	background-color: #004955;
}

a {
	color: #004955;
}

#primary-content a {
	-webkit-transition: color .2s linear;		
	-moz-transition: opacity .2s linear;	
}


form .button,
.button {
	background: #004955 url("../img/sprite.png") -180px -372px;
	color: white;
	padding-left: 22px;
	border: none;
	text-decoration: none;	
	padding-top: 3px;
	padding-right: 3px;	
    cursor: pointer;
    cursor: hand;	
}

form .button:focus,
form .button:hover,
.button:focus,
.button:hover {
	background-color: #00827b;
}

form .smallbutton {
	padding-left: 0;
	width: 23px;
}


.clear {
	clear: both;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{ display: inline-table; }
.clearfix{ display: block; }
.clearfix{ height: 1%; } /* IE */

/* @end */


/* @group type */


.text-right {
	text-align: right;
}

/* @group Cufon */

cufon {
	overflow:hidden; /* Fix for random font artifacts */
}


/* @end */


h1,h2,h3,h4 {
	text-transform: uppercase;
}

h1 em,
h2 em,
h3 em,
h4 em{
	font-weight: bold;
}

h1 a,
h2 a,
h3 a,
h4 a {
	color: #222222;
	text-decoration: none;
}

#secondary-content h3,
#tertiary-content h4,
#unit-latest-tweet h3,
#unit-follow-us h3{
	font-weight: normal;
}

#secondary-content h3 {
	font-size: 18px;
	text-align: right;
	overflow: hidden;
}


.link-list,
.link-list li {
	list-style: none;
	margin: 0;	
}

.link-list li {
	border-bottom: 1px solid #d8d8d8;	
}

.link-list li.last a,
.link-list li.last {
	border-bottom: none;
}

.link-list li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	padding: 5px 0 5px 10px;
	width: 2234x;
	display: block;
}

.link-list li a:hover {
	background: #004955;
	color: white;
}	


blockquote {
	background: #ececec;
}

.read-more {
	text-transform: uppercase;	
}

/* @end */

/* @group layout */

#page-content {
	clear: both;
}

#primary-content {
	width: 500px;
	float: left;
	margin-left: 244px;
	margin-top: -107px;
}

#primary-content,
#secondary-content,
#tertiary-content,
#footer {
	position: relative;
	z-index: 1;

}

#primary-content:after, 
#secondary-content:after, 
#tertiary-content:after,
#footer:after,
#unit-thumbnail-list:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
} 

#secondary-content {
	width: 240px;
	float: left;
	margin-left: -744px;
	margin-top: -15px;
}

#tertiary-content {
	width: 220px;
	float: right;
	margin-top: -107px;	
}

#tertiary-content {
	overflow: visible;
}

#tertiary-content .awards-2011 img {
	margin-left: auto;
    margin-right: auto;
    display:block;
    margin-bottom:15px;
}

#tertiary-content .widget {
	margin-bottom: 5px;
	background: white;		
	overflow: visible;
	position: relative;
	border-bottom:2px solid #004955;
	padding-bottom: 5px;	
}

#tertiary-content .widget p {
	padding: 5px;
	margin: 0;
	margin-bottom: 10px;
}

#tertiary-content .widget h4 {
	font-size: 22px;
	text-align: right;
	padding: 10px 5px 0 5px;
	margin: 0 5px 10px 5px;
	overflow: hidden;
}

#tertiary-content .widget h4 strong {
	display: block;
}

#tertiary-content .widget a.image {
	display: block;
	margin-left: 5px;
	opacity: 0.9;
	-webkit-transition: opacity .2s linear;	
	-moz-transition: opacity .2s linear;
	margin-left: 10px;
	display: block;	
}

#tertiary-content .widget:hover a.image {
	opacity: 1;
}

#tertiary-content .widget .button {
	padding-bottom: 5px;
	margin-right: 10px;
	position: absolute;
	bottom: 7px;
	right:0px;
}

#tertiary-content .widget .sponsor-logo {
	padding: 15px 0 10px 0;
	text-align: center;
	margin: 0 auto;
	width: 190px;
}
#tertiary-content .widget .sponsor-logo img {
}

#tertiary-content #tweet-widget .tweet {
	padding: 0 5px;
	color: #33ccff;
}
#tertiary-content #tweet-widget .tweet p {
	font-weight: bold;
}

#tertiary-content .blank-widget {
	margin-bottom: 5px;
}

#tertiary-content .widget #logo-cluster {
	padding: 35px 0 0 35px;
}
#tertiary-content .widget #logo-cluster img {
	margin-bottom: 35px;
}


#tertiary-content .store-search .button {
	right: 5px;
}

#tertiary-content ul.comment-list {
	margin: 5px 0;
}

#tertiary-content ul.comment-list li {
	list-style: none;
}

#tertiary-content ul.comment-list p {
	padding: 0;
	margin: 0;	
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}


#tertiary-content ul.comment-list strong {
	font-weight: bold;
}

#primary-content .main-content .content-body {
	background: white;
	padding: 10px 10px;
	margin-bottom: 10px;
	border-bottom:2px solid #004955;	
}

#primary-content .main-content .content-body img {
	margin-bottom: 10px;	
}

#primary-content .main-content .content-body a img {
	opacity: 0.9;
}

#primary-content .main-content .content-body a:hover img {
	opacity: 1;
}

#primary-content .main-content .content-body object {
	width:475px !important;
}

#primary-content .main-content .content-header {
	margin-bottom: 10px;
	position: relative;
	height: 340px;
	z-index: 99;
}

#primary-content .main-content .content-header #page-image {
	position: absolute;
	z-index: 0;
}

#primary-content .main-content .wrapper {
	position: absolute;
	bottom:  10px;
	margin: 5px 20px;
	color: white;
}

#primary-content .main-content .wrapper h1 span {
	background: black;
	padding: 5px;	
}

#primary-content .main-content .wrapper h1 {
	z-index: 99;
	margin: 0;
	margin-bottom: 10px;
	font-size: 26px;
}

#primary-content .main-content .subnav {
	background: black;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;	
	margin: 0;
	width: 440px;
}

#primary-content .main-content {
	margin-left:2px;
}


#footer {
	display: block;
	clear: both;
	overflow: hidden;
	padding-top: 20px;
	height: 100px;
	z-index: 0;
}

#footer #unit-footer-links {
	background: white;	
	border-top: 2px solid #004955;
	overflow: hidden;	
	height: 50px;
	padding-bottom: 50px;
}

#retailb-link {
	padding: 0 10px 0 0;
	font-weight: bold;
	text-transform: uppercase;
	float: right;
}
#retailb-link img {
	float: right;
}

#footer ul,
#footer ol {
	list-style-type: none;
	padding: 0;
	margin: 10px 6px;
}

#footer ol li,
#footer ul li {
	list-style: none;	
	float: left;	
	display: block;
	margin-right: 20px;	
}

#footer ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #222;
	font-weight: bold;
}

#footer ul li a:hover {
	color: #004955;
}

/* @group background */

#background {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 24px; 
	height: 24px;
	text-indent: -999em;
}

#background{
	position:fixed;
}

#background img, #background a{
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#background .prevslide, #background .prevslide img{
	z-index: 1;
}

#background .activeslide, #background .activeslide img{
	z-index: 2;
}


/* @end */


/* @end */

/* @group navigation */



#main-navigation,
#main-navigation ul,
#main-navigation ol,
#main-navigation li {
	background: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
}


#main-navigation li {
	border-bottom: 1px solid #d8d8d8;
	overflow: visible;
	position: relative;	
}

#main-navigation li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #222222;
	padding: 5px 0 5px 10px;
	width: 230px;
	display: block;
}

#main-navigation li ul.submenu {
	width: 245px;
}

#main-navigation li.nav-home {
	border-bottom: 3px solid #004955;
}

#main-navigation li.has-children a {
	background:url("../img/sprite.png") no-repeat scroll 35px -30px
}

#main-navigation li.has-children:hover a {
	background: #004955 url("../img/sprite.png") no-repeat scroll -247px -30px
}

#main-navigation li.active a,
#main-navigation li a:hover,
#main-navigation li.active ul.submenu li a:hover {
	background: #004955;
	color: white;
}

#main-navigation li.active ul.submenu li a:hover {
	width: 235px;
}

#main-navigation li.search-form {
	background:url("../img/sprite.png") no-repeat scroll -179px -212px white;
	height:20px;
	padding:3px 5px 9px 26px;
}


#main-navigation li.search-form label {
	width: 50px;
	text-transform: uppercase;
	font-weight: bold;
}

#main-navigation li.search-form input.text {
	background: white;
	width: 120px;
	margin-left: 10px;
}


#main-navigation li ul {
	position: absolute;
	left: 240px;
	top: -1px;
	width: 205px;
	border: 1px solid #d8d8d8;
	z-index: 99;
	box-shadow:5px 5px 15px #222;			
	-webkit-box-shadow:5px 5px 15px #222;
	-moz-box-shadow:5px 5px 15px #222;	
	display: none;
}

#main-navigation li ul li {
	width: 230px;
}

#main-navigation li.active ul.submenu {
	
}

#main-navigation li:hover ul.submenu li a,
#main-navigation li.active ul.submenu li a {
	background: white;
	color: #222;
}



/* @end */

/* @group units */

/* @group unit-map */

#unit-map {
	background: white;
	padding: 5px;
}


#unit-map h3 {
	font-size: 23px;
	text-align: right;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	margin-bottom: 3px;
}

#unit-map h3 strong {
	display: block;
	font-weight: strong;
}

#unit-map h3.inline {
	text-align: left;
}

#unit-map h3.inline strong {
	display: inline;
}



/* @end */

/* @group unit-day-planner */

#unit-day-planner select {
	width: 157px;
}


/* @end */

/* @group unit-magazine */

#unit-magazine {
	background: white;
	padding: 10px 10px;	
	border-bottom:2px solid #004955;		
}

#unit-magazine #themag object {
	margin: 0 auto;
}

/* @end */

/* @group unit-thumbnail-list */

#unit-thumbnail-list {
	clear: both;
}

#unit-thumbnail-list ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	clear: both;
}

#unit-thumbnail-list li {
	float: left;
	width: 233px;
	background: white;
	margin-right: 10px;
	padding: 2px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom:2px solid #004955;		
	position: relative;
}

#unit-thumbnail-list h3 {
	text-align: right;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 70px;
}

#unit-thumbnail-list h3 span {
	font-weight: bold;
	display: block;
}

#unit-thumbnail-list img {
	opacity: 0.9;
}

#unit-thumbnail-list img:hover {
	opacity: 1;
}

#unit-thumbnail-list .excerpt.blue {
	background-color: #004955 !important;
}


#unit-thumbnail-list .excerpt {
	position: absolute;
	z-index: 99;
	bottom: 30px;
	left: 10px;
	color: white;
	background:black;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;	
}	

#unit-page-list .gift {
	background-color: #004955 !important;
	bottom: 40px !important;
	width:auto !important;
	display:inline block;
}	

.main-content .content-body #gift-type {
	float: right;
}


#unit-thumbnail-list li.end {
	margin-right: 0;
}

#unit-thumbnail-list .read-more {
	text-transform: uppercase;
	position: absolute;
	bottom: 12px;
	right: 8px;
}

#unit-page-list .gift-price {
	text-transform: uppercase;
	position: absolute;
	right: 0px;
	bottom: 16px;
	color: #fff;
	background-color: #004955;
	padding: 5px;
	width:auto !important;
	display:inline block;
}

#unit-page-list .meta-gift-category {
	text-transform: uppercase;
}

/* @end */

/* @group unit-page-list */

#unit-page-list,
#unit-page-list li,
#unit-page-list ol,
#unit-page-list p {
	margin: 0;
	padding: 0;
	list-style: none;
}

#unit-page-list li {
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	margin-top: 14px;
	padding-bottom: 14px;
	position: relative;
}

#unit-page-list li.last {
	border-bottom: none;
}

#unit-page-list {
	background: white;
	padding: 0px;
	padding: 3px 5px;		
}

#unit-page-list h3 {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 23px;	
	margin-bottom: 10px;
}

#unit-page-list .meta-date {
	font-size: 23px;
	text-align: right;
}

#unit-page-list .excerpt {
	position: absolute;
	bottom: 20px;
	left: 10px;
	color: white;
	font-size: 13px;
	padding: 5px;
	font-weight: bold;
	line-height: 15px;	
	background: black;
	width: 250px;		
}	

#unit-page-list .excerpt a {
	color: white;
	text-decoration: none;
}


#unit-page-list a.read-more {
	position: absolute;
	bottom: 16px;
	right: 0;
}

#unit-page-list .excerpt span{
	line-height: 13px;	
}
	


/* @end */






/* @group unit-box-list */

#unit-box-list {
	clear: both;
}

#unit-box-list ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	clear: both;
}

#unit-box-list li {
	float: left;
	width: 233px;
	background: white;
	margin-right: 10px;
	padding: 2px 5px 10px 5px;
	margin-bottom: 10px;
	border-bottom:2px solid #004955;		
	position: relative;
}

#unit-box-list h3 {
	text-align: right;
	font-size: 23px;
	font-weight: normal;
	margin: 0;
	margin-bottom: 10px;
	padding-top: 10px;
	height: 45px;
}

#unit-box-list h3 span {
	font-weight: bold;
	display: block;
}

#unit-box-list img {
	opacity: 0.9;
}

#unit-box-list img:hover {
	opacity: 1;
}


#unit-box-list .excerpt {
	position: absolute;
	z-index: 99;
	bottom: 17px;
	left: 10px;
	color: white;
	background:black;
	padding: 3px;
	margin-right: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;	
}	




#unit-box-list li.end {
	margin-right: 0;
}

#unit-box-list .read-more {
	text-transform: uppercase;
	position: absolute;
	bottom: 12px;
	right: 8px;
}

/* @end */







/* @group unit-pagination */

#unit-pagination {
	background: white;
	padding: 5px 5px;
	border-bottom:2px solid #004955;		
	height: 20px;	
	margin-top: 10px;
	clear: both;
}

#unit-pagination a {
	text-decoration: none;
	font-size: 20px;
	color: #222;
	text-transform: uppercase;
	font-size:23px;
}

#unit-pagination .page-next {
	float: right;
	font-weight: bold;
}

/* @end */

/* @group unit-comment-list */

#unit-comment-list {
	background: white;
	padding: 5px 10px;
}

#unit-comment-list ol,
#unit-comment-list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#unit-comment-list p {
	margin: 0;
	margin-bottom: 10px;
}

#unit-comment-list .posted-by {
	font-weight: bold;
}


/* @end */

/* @group unit-comment-form */

#unit-comment-form, #unit-search-form , #unit-account-form, #unit-competition-form {
	background: white;
	padding:10px 20px;
	border-bottom:2px solid #004955;		
}

#unit-competition-form {
	margin-bottom: 10px;
}

.content-body #unit-comment-form {
	border: 0;
}
.content-body #unit-search-form {
	border: 0;
}


#unit-comment-form h3, #unit-search-form h3, #unit-account-form h3, #unit-competition-form h3 {
	text-align: right;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 15px;
}

#unit-comment-form h3 strong, #unit-search-form h3 strong, #unit-account-form h3 strong, #unit-competition-form h3 strong {
	display: block;
	font-size: 23px;
}


#unit-comment-form .row, #unit-search-form .row, #unit-account-form .row, #unit-competition-form .row {
	text-align: right;
	clear: both;
	margin-right: 00px;
}

#unit-comment-form label, #unit-search-form label, #unit-account-form label, #unit-competition-form label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;	
	font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
}

#unit-comment-form textarea,
#unit-comment-form .text,
#unit-search-form textarea,
#unit-search-form .text,
#unit-account-form textarea,
#unit-account-form .text,
#unit-competition-form textarea,
#unit-competition-form .text {
	background: #f4f6f7;
	width: 300px;
	border: 1px solid #e7e6e6;
	font-size: 12px;
	margin-left: 10px;
}


#unit-competition-form .select {
	background: #f4f6f7;
	width: 300px;
	border: 1px solid #e7e6e6;
	font-size: 12px;
	margin-left: 10px;
}


#unit-comment-form input.button, #unit-search-form input.button, #unit-account-form input.button, #unit-competition-form input.button {
	width: 120px;
	margin-top: 10px;
}


#unit-comment-form textarea, #unit-search-form textarea, #unit-account-form textarea, #unit-competition-form textarea {
	width: 300px;
	height: 120px;	
	vertical-align: top;
}

#unit-account-form .input-checkbox {
	width: 300px; float: right;
	margin-left: 10px;
	display: block;
	text-align: left;
}
#unit-account-form .input-checkbox input {
	float: none; width: 15px; height: 15px;
}



#unit-postcode-form .text {
	background: #f4f6f7;
	width: 148px;
	border: 1px solid #e7e6e6;
	font-size: 12px;
	float: left;
}

#unit-postcode-form input.button {
	width: 50px; float: right;
}








#unit-awards-form {
	background: white;
	padding:10px 20px;
	border-bottom:2px solid #004955;
	margin-bottom: 10px;		
}
#unit-awards-form h3 {
	text-align: right;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 15px;
}

#unit-awards-form h3 strong {
	display: block;
	font-size: 23px;
}


#unit-awards-form .row {
	clear: both;
	margin-bottom: 15px;
}

#unit-awards-form label {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;	
	font-family: 'Myriad Pro', Myriad, Helvetica, Arial, sans-serif;
	line-height: 110%;
}
#unit-awards-form label span {
	display: block;
	font-size: 13px;
}

#unit-awards-form input {
	float: left;
}

#unit-awards-form .checkbox-label {
	font-size: 13px;
	text-transform: none;
}
#unit-awards-form .checkbox-label input {
	margin-right: 10px;
}

#unit-awards-form textarea,
#unit-awards-form .text {
	background: #f4f6f7;
	width: 170px;
	border: 1px solid #e7e6e6;
	font-size: 12px;
	margin-right: 10px;
}


#unit-awards-form .input-select {
	background: #f4f6f7;
	width: 100%;
	border: 1px solid #e7e6e6;
	font-size: 12px;
	margin-right: 10px;
}
#unit-awards-form .input-select select {
	background: none; border: 0;
	width: 447px; margin: 3px 0 5px 5px;
}


#unit-awards-form .radio-group {
}
#unit-awards-form .radio-group label {
	font-size: 15px;
	clear: both;
}
#unit-awards-form .radio-group input {
	margin-right: 10px;
}


#unit-awards-form input.button {
	width: 120px;
	margin-top: 10px;
}



/* @end */



/* @group unit-page-title */

#unit-page-title {
	text-align: right;
	margin-bottom: 10px;
}

#unit-page-title h2,
#unit-page-title p.date {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#unit-page-title h2 strong {
	display: block;
}

#unit-page-title h2 {
	font-size: 23px;
}

#unit-page-title p.date {
	font-weight: normal;
	font-size: 23px;
}


/* @end */

/* @group unit-follow-us */

#unit-follow-us {
	background: white;
	overflow: visible;
	margin-top: 10px;
	padding: 6px 3px 3px 5px; 	
	height: 23px;
	border-bottom:2px solid #004955;
	clear: both;
	position: relative;	
}

#unit-follow-us h3 {
	margin-bottom: 0;	
	float: left;
	font-size: 23px;
}


#unit-follow-us #popup {
	position: absolute;
	top: -30px;
	right: -0px;
	background: #004955;
	height:15px;
	width: 150px;
	z-index: 101;
	padding: 10px;
	text-transform: uppercase;
	color: white;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}


#unit-follow-us strong {
	margin-left: 10px;
}

#unit-follow-us ol li,
#unit-follow-us ul li {
	list-style: none;
}

#unit-follow-us ul li {
	width: 20px;
	height: 24px;
	display: block;
	float: left;
	margin-right: 10px;
}

#unit-follow-us ul {
	float: right;
	margin: 0;
}

#unit-follow-us ul li a {
	background:url("../img/sprite.png") no-repeat scroll -383px -734px;
	width: 25px;
	height: 23px;
	display: block;
	opacity: 0.8;
	-webkit-transition: opacity .2s linear;			
	-moz-transition: opacity .2s linear;	
}

#unit-follow-us ul li a:hover {
	opacity: 1;
}

#unit-follow-us ul li.link-twitter a {
	background:url("../img/sprite.png") no-repeat scroll -383px -734px;	
}

#unit-follow-us ul li.link-facebook a {
	background:url("../img/sprite.png") no-repeat scroll -409px -734px;		
}

#unit-follow-us ul li.link-youtube a {
	background:url("../img/sprite.png") no-repeat scroll -459px -734px;		
} 

#unit-follow-us ul li.link-rss a {
	background:url("../img/sprite.png") no-repeat scroll -434px -734px;	
}

/* @end */


/* @group unit-latest-tweet */

#unit-latest-tweet {
	background:url("../img/sprite.png") no-repeat scroll -350px -554px white;
	clear: both;
	overflow: auto;
	border-bottom:2px solid #004955;		
}

#unit-latest-tweet a {
	text-decoration: none;
}

#unit-latest-tweet h3 {
	margin: 0;
	padding: 0;
	padding: 6px 3px 3px 5px; 
	float: left;
	font-size: 22px;
}

#unit-latest-tweet .tweet {
	float: right;
	width: 300px;
	margin: 0;
	padding: 5px;
	color: #33ccff;
}


#unit-latest-tweet .tweet p {
	padding: 0;
	margin: 0;
	font-weight: bold;	
}

#unit-latest-tweet .tweet p.from {
	color: #999999;
	font-weight: normal;
	
}

/* @end */


/* @group unit-advertising */

#unit-advertising{
	padding-top: 10px;
}


#unit-advertising a {
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#unit-advertising a.link-383 {
	float: right;
}


/* @end */



/* @group unit-homepage-feature */
 #unit-homepage-slider .info {
	top: -20px;
	position: relative;
}

#unit-homepage-slider {
	overflow: hidden;
	width: 498px;
	height: 339px;
	margin-bottom: 10px;
}

#unit-homepage-slider h1 {
	position: absolute;
	top: -120px;
	left: 10px;
	right: 10px;
	text-align: left;
	color: white;
	line-height: 25px;
	font-size: 26px;
	margin: 0;
	float: none;
	padding: 10px 5px;	
	background:none;
	line-height:30px;
}

#unit-homepage-slider h1 a {
	color: white;
	text-decoration: none;
	background: #000;
	padding: 4px 6px;
}

#unit-homepage-feature h1 {
	position: absolute;
	bottom: 50px;
	left: 10px;
	right: 10px;
	text-align: left;
	color: white;
	line-height: 25px;
	font-size: 26px;
	margin: 0;
	float: none;
	padding: 10px 5px;	
	background:none;
}

#unit-homepage-feature h1 a {
	color: white;
	text-decoration: none;
	background: #000;
	padding: 4px 6px;
}

#unit-homepage-feature .large h1 div {
	background: #000;
	padding: 10px 5px;
	display: block;
	width: auto;	
	overflow: hidden;
}


#unit-homepage-feature .feature-carousel {
	width: 244px;
	float: left;
	height: 210px;
	margin-right: 10px;	
	margin-bottom: 10px;
	overflow: hidden;
	border-bottom:2px solid #004955;
	background: white;
}

#unit-homepage-feature .feature-carousel .carousel-controls {
	position: absolute;
	z-index: 99;
	width: 40px;
	margin-top: 10px;
	margin-left: 10px;
}

#unit-homepage-feature .feature-carousel .carousel-controls a {
	opacity: 0.7;
}

#unit-homepage-feature .feature-carousel .carousel-controls a:focus {
	outline: none;
}

#unit-homepage-feature .feature-carousel .carousel-controls a:hover {
	opacity: 1;
}

#unit-homepage-feature .feature-carousel .carousel-controls .next {
	width: 16px;
	height: 19px;
	background: url("../img/sprite.png") -185px -567px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	left: 17px;
}

#unit-homepage-feature .feature-carousel .carousel-controls .prev {
	width: 16px;
	height: 19px;
	background: url("../img/sprite.png") -185px -648px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	left: 0;
}

#unit-homepage-feature .feature {
	width: 240px;
	float: left;
	height: 200px;
	background: white;
	text-align: right;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 2px solid #004955;	
}


#unit-homepage-feature .feature .button {
	position: absolute;
	right: 3px;
	bottom: 17px;
}

#unit-homepage-feature .large .button {
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
}

#unit-homepage-feature p.excerpt {
	position: absolute;
	z-index: 99;
	bottom: 30px;
	left: 10px;
	color: white;
	background:black;
	padding: 5px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}


#unit-homepage-feature .feature h2 {
	font-size: 24px;
	font-weight: normal;
	display: block;
	width: 150px;
	line-height: 28px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	float: right;
}
#unit-homepage-feature .feature h2 strong {
	display: block;
}

#unit-homepage-feature .end {
	margin-right: 0;
}

#unit-homepage-feature .large {
	border-bottom: none;
	width: 498px;
	clear: both;	
	height: 339px;
	margin-bottom: 10px;
}

#unit-homepage-feature .feature-list .feature {
	padding-top: 10px;
}

#unit-homepage-feature .feature-list img {
	display: block;
	margin-left: 5px;
	opacity: 0.9;
	width: 232px;
	-webkit-transition: opacity .2s linear;		
	-moz-transition: opacity .2s linear;
}

#unit-homepage-feature .feature-list .feature:hover img {
	opacity: 1;
}

/* @end */





/* @group unit-advertising */

#unit-advertisting {
	clear: both;
	
}	



/* @end */

/* @group unit-registration-form */

#unit-registration-form {
	clear: both;
	background: white;
	margin-top: 5px;
	padding: 5px;
	overflow: visible;
	border-bottom:2px solid #004955;	
}

#unit-registration-form input {
	width: 150px;
}

#unit-registration-form .button {
	width: 80px;
}

/* @end */



/* @group unit-subscribe-form */

#unit-subscribe-form {
	clear: both;
	background: white;
	margin-top: 10px;
	padding: 5px;
	overflow: visible;
	border-bottom:2px solid #004955;	
}

#unit-subscribe-form .row {
	clear: both;
	padding-left: 9px;
	padding-top: 4px;	
	padding-bottom: 4px;
}
#unit-subscribe-form .row label {
	width: 100%;
	font-size: 12px;
	font-weight: bold;
}

#unit-subscribe-form .text {
	width: 190px;
	padding: 0;
	padding-left: 5px;
	font-style: italic;
}

#unit-subscribe-form .radio {
	clear: both;
}
#unit-subscribe-form .radio input {
	width: 15px; height: 15px;
	margin-right: 10px;
}


#unit-subscribe-form .button {
	width: 80px;
	position: relative;
}


#tertiary-content #unit-subscribe-form .button {	
	right: 0;
	margin-left: 110px;
	position: static;
	clear: both;
	float: none;
}


/* @end */



/* @group supersize */

#supersize{
	position:fixed;
	width:1216px;
	text-align:center;
	border:1px solid red;
}

#supersize img{
	position:absolute !important:
	top:0px !important;
	left:-100px !important;
}

#supersize img{
/*
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
	top: 0px !important;
*/
}
#supersize .prevslide, #supersize .prevslide img{
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img{
	z-index: 2;
}
		


/* @end */

/* @group sidebar widgets */

/* @group store-search */

.store-search {
	padding-bottom:10px;
}

.store-search h3 strong {
	display: block;
}

.store-search .row {
	display: block;
	width: 210px;
	float: left;
	position: relative;
	padding: 5px;	
	height: 22px;
}

.store-search fieldset {
	margin: 0;
	padding: 0;
	width: 220px;
	: yellow;
}

.store-search input,
.store-search select {
	float: left;
	display: block;
}


.store-search input.text {
	display: block;
	width: 150px;
}

.store-search select {
	width: 150px;
}

.store-search input.button {
	width: 50px;
	position: relative;
	top: 5px;
	left: 160px
}

/* @end */



/* @end */



/* @end */

/* @group theme-overrides */

body.theme-blue {
	
}



/* @end */

/* @group template-specific */
body.js #unit-homepage-feature .large,
body.js #unit-homepage-feature .feature-carousel,
body.js #unit-thumbnail-list li {
	opacity: 0;	
}

body.template-homepage #unit-homepage-feature p.excerpt {
	background: none;
	border-left: 4px solid #000;
	padding: 4px 0 4px 0;
}

body.template-homepage #unit-homepage-feature p.excerpt a {
	color: white;
	background: black;
	text-decoration: none;
	padding: 3px 0;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
}

/* @end */

/* @group section-specific */



/* @end */

/* @group page-specific */


/* @end */


/*Style Brum Live Changes*/
#sbl-micro .feature-carousel .carousel-controls {
	margin-top: 15px;
	margin-left: 15px;
}

#sbl-micro .feature-carousel .carousel-controls .next-left, #sbl-micro .feature-carousel .carousel-controls .next-right {
	width: 16px;
	height: 19px;
	background: url("../img/sprite.png") -185px -567px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	left: 17px;
}

#unit-homepage-feature .feature-carousel .carousel-controls .prev-left, #unit-homepage-feature .feature-carousel .carousel-controls .prev-right {
	width: 16px;
	height: 19px;
	background: url("../img/sprite.png") -185px -648px;
	display: block;
	position: absolute;
	text-indent: -9999px;
	left: 0;
}

.sbl-feature {
	position: relative;
	float: left;
	height: 223px;
	padding: 10px;
	overflow: hidden;
}
.sbl-feature-right {
	margin: 0 0 1% 1%;
	float: right;
}
.sbl-feature-left {
/*	margin: 0 1% 1% 0;*/
}

.features .sbl-feature img {
	width: 223px !important;
	height: 223px;
}

.sbl-feature .sbl-button {
	bottom: 20px;
	position: relative;
	float: right;
	
}

#sbl-micro .feature-list img {
	margin-left: 0px;
}

#sbl-micro .feature-carousel {
	height: 245px;
	background: none;
	border: none;
}

#sbl-micro .feature-carousel.right {
	margin-right: 0px;
}
#sbl-micro .sbl-feature-carousel, .sbl-feature {
	background: #000000;
	border-bottom: 2px solid #CFDA00;
}
.sbl-feature h2 {
	display: none;
}
#sbl-micro .sbl-button {
	background: black url('../img/sbl-more-bg.jpg') no-repeat 2px 4px;
	color: #CFDA00;
	font-weight: bold;
}
#sbl-micro .sbl-button:hover {
	background: black url('../img/sbl-more-bg.jpg') no-repeat 2px 4px;
	color: #CFDA00;
	font-weight: bold;
}

#sbl-unit-latest-tweet {
	float: left;
	background: #000000;
	border-bottom: 2px solid #CFDA00;
	width: 500px;
}
.sbl-tweet {
	background: #000000;
	position: relative;
	float: left;
	height: auto;
	width: 364px;
	color: #ffffff;
}
.sbl-tweet p {
	width: 310px;
	padding: 5px 0 5px 50px;
	margin: 0;
}
.sbl-tweet p a {
	color: #CFDA00;
}
#sbl-unit-latest-tweet {
	margin-top: 10px;
}
#sbl-unit-latest-tweet img {
	float: left;
}
#sbl-micro .sbl-unit-follow-us {
	padding: 5px 0;
	margin: 0;
	border-bottom: 2px solid #CFDA00;
	background: black;
	margin: 8px 0;
	float: left;
	width: 500px;
	height: auto;
}
#sbl-micro .sbl-unit-follow-us ul {
	margin: 7px 0 0 0;
}
#ticket-info {
	margin-top: 10px;
	display: block;
}
#sbl-micro .sbl-large {
	height: 343px;
}


#header-sbl {
	position: relative;
	z-index: 1;
}

#header-sbl h1 {
	margin-bottom: 0;
}

#header-sbl h1 a {
	display: block;
	background: url(../img/style-birmingham-sbl.jpg) top left no-repeat;
	width: 240px;
	height: 89px;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: opacity .2s linear;		
	-moz-transition: opacity .2s linear;
}

#header-sbl h1 a:hover {
	opacity: 1;
}
/*
#header-sbl {
	display: block;
	background: url(../img/style-birmingham-sbl.jpg) top left no-repeat;
	width: 240px;
	height: 89px;
	text-indent: -9999px;
	opacity: 0.9;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
}
*/

#sbl-micro .sbl-secondary {
	margin-top: 6px;
}
#sbl-micro .sbl-secondary #main-navigation ul li {
	background: #000;
	border-bottom: 1px solid #fff;
}
#sbl-micro .sbl-secondary #main-navigation ul li:hover a {
	background: #CFDA00;
	color: #000;
}
#sbl-micro .sbl-secondary #main-navigation ul li a {
	color: #fff;
}
.sbl-secondary #main-navigation li.nav-home {
	border-bottom: 1px solid #fff;
}
#sbl-micro .sbl-secondary #main-navigation ul li .submenu {
	background: #000;
}
#sbl-micro .sbl-secondary #main-navigation ul li .submenu li {
/*	background: #000 !important;*/
}
#sbl-micro .sbl-secondary #main-navigation ul li .submenu li a {
	background: #000;
	color: #fff;
}
#sbl-micro .sbl-secondary #main-navigation ul li .submenu li:hover a {
	background: #CFDA00;
	color: #000000;
}
#sbl-micro .sbl-secondary #main-navigation li.active ul.submenu li a:hover {
	width: 240px;
}
#sbl-micro .sbl-secondary #main-navigation li ul li {
	width: 250px;
}
.sbl-secondary #main-navigation ul li .horizontalForm label {
	color: #ffffff;
}
.sbl-secondary #main-navigation ul .search-form .horizontalForm fieldset input {
	height: 22px;
}
#sbl-micro #sbl-register .horizontalForm h3 {
	color: #ffffff;
}
#sbl-micro .sbl-secondary #main-navigation ul li .horizontalForm #search-go {
	background: black url('../img/sbl-more-bg.jpg') no-repeat 2px 4px;
}
#sbl-micro .sbl-secondary #main-navigation li.search-form {
	background: black url('../img/sbl-glass.jpg') no-repeat 4px 4px;
}
.sbl-secondary #main-navigation li.has-children a {
	background: url('../img/sbl-more.png') no-repeat 220px 7px;
} 
#sbl-micro .sbl-secondary .links a {
	color: #ffffff;
}
.sbl-secondary #unit-advertising a {}

#sbl-register form {
	background: #000000;
	margin-top: 6px;
	padding: 5px;
}
#sbl-micro #sbl-register span {
	font-size: 22px;
	text-align: right;
	display: block;
	color: white;
	margin-bottom: 6px;
}
#sbl-micro #sbl-register .button {
	background: black url('../img/sbl-more-bg.jpg') no-repeat 2px 4px;
	color: #CFDA00;
}
#sbl-micro .sbl-footer #unit-footer-links {
	border-top: 2px solid #CFDA00;
	background: #000000;
	padding-bottom: 20px;
}
#sbl-micro .sbl-footer #unit-footer-links ul li a {
	color: #fff;
}
#sbl-micro .sbl-footer #unit-advertising a {
	color: #fff;
}
#sbl-micro .sbl-feature-live-news {
	width: 490px;
	margin: 5px 0;
	padding: 5px;
	height: 95px;
	position: relative;
}
#sbl-micro .sbl-feature-live-news a {
	bottom: 10px;
	position: absolute;
	float: right;
	right: 10px;
}
#sbl-micro .sbl-feature-live-news img {
	width: auto;
	height: auto;
}
#sbl-micro #unit-homepage-feature .sbl-feature-live-news p.excerpt {
	position: relative;
	border: none;
}
#sbl-micro #primary-content .main-content .sbl-content-body {
	background: #000;
	float: left;
	width: 480px;
}
#sbl-micro .sbl-content-body .date, .sbl-content-body .title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}
#sbl-micro .sbl-content-body {
	color: #fff;
}
#sbl-micro #sbl-comment #unit-comment-form {
	width: 460px;
	float: left;
	background: #000000;
}
#sbl-micro #sbl-comment #unit-comment-list {
	float: left;
	width: 480px;
	margin: 0 0 10px 0;
	background: #000000;
	color: #ffffff;
	border-bottom: 2px solid #CFDA00;
}
#sbl-comment #unit-comment-list a {
	color: #CFDA00 !important;
}
#sbl-micro .sbl-unit-follow-us #popup {
	background: #000;
	color: #CFDA00;
}
#sbl-micro .sbl-content-body a, .sbl-content-body a:hover {
	color: #CFDA00;
}
#sbl-micro #sbl-comment #unit-comment-form label, #sbl-comment #unit-comment-form label span {
	color: #ffffff;
}
#sbl-micro #sbl-comment #unit-comment-form form h3 {
	color: #ffffff;
}
#unit-homepage-slider .feature iframe {
	margin-top: 10px !important;
}
#sbl-micro {
	background: #2d2d2d url('/wp-content/themes/StyleBirmingham2010/img/george-bg2.jpg') no-repeat left top fixed !important;
}
#sbl-micro #comment-submit {
	background: black url('/wp-content/themes/StyleBirmingham2010/img/sbl-more-bg.jpg') no-repeat 2px 4px !important;;
}
