/*
Theme Name: CupCarnival.com.au
Description: CupCarnival.com.au T1 theme.
Version: 1.0
Author: Helen Johnson
Author URI: http://www.pandagaming.com.au
*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	margin: 0;
	padding: 0;
	color: #333;
	background: #ebe4c3 url(images/bg.jpg) repeat 0 0;
}
#bg {
	background: url(images/bg-centre.jpg) no-repeat 50% 0;
	margin: -4px 0 0 0;
	padding: 0;
}
#footer-bg {
	background: url(images/footer-top.jpg) repeat-x center bottom;
	margin: 0;
	padding: 0 0 20px 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 0;
}
a {
	color: #42826e;
}
a:hover {
	color: #214b3d;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img, a img {
	border: none;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 0 0 10px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 0 10px 10px 0;
	display: inline;
}
img.size-full {
	border: 1px solid #ddd;
	background-color: #f3f3f3;
	padding: 3px;
}
.clear {
	clear: both;
}
h2, h3, h4 {
	text-transform: capitalize;
}

/*=== END SECTION 1 - Initial Styling ===*/


/*=== START SECTION 2 - Header Region ===*/
#header {
	height: 150px;
	margin: 0;
	padding: 0;
	background: url(images/nav-bg.jpg) repeat-x left bottom;
}
#header .header-wrapper {
	width: 980px;
	margin: 0 auto;
}
#header .logo {
	height: 100px;
	width: 310px;
	float: left;
}
#header .logo h1 {
	margin: 21px 0 0 0;
	padding: 0;
	width: 310px;
	height: 58px;
}
#header .logo h1 a {
	display: block;
	width: 310px;
	height: 58px;
	background: url(images/cup-carnival.png) no-repeat 0 0;
	outline: none;
}
#header .logo h1 a span {
	display: none;
}
#header .slogan {
	height: 100px;
	width: 640px;
	float: left;
}
#header .slogan p {
	margin: 25px 0 0 0;
	padding: 0;
	color: #aca57d;
	font-family: Georgia,"Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	text-align: right;
	font-weight: bold;
}
#header .slogan p span {
	font-size: 18px;
	font-weight: normal;
}
#header .slogan p sup {
	font-size: 10px;
}


/* Nav */
#nav-menu {
	width: 960px;
	float: left;
	height: 50px;
}
#nav-menu ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0;
	margin: 0;
}
#nav-menu ul li {
	float: left;
	display: block;
	height: 50px;
	padding: 0;
	margin: 0;
}
#nav-menu ul li a:link, #nav-menu ul li a:visited, #nav-menu ul li a:active {
	float: left;
	display: block;
	height: 28px;
	font-size: 16px;
	padding: 13px 15px 0 15px;
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	color: #413f36;
}
#nav-menu ul li a:hover {
	background-color: #6b9e8e;
	color: #fff;
	background-image: none;
}
.home-link a, .current_page_item a:link, #nav-menu .current_page_item a, .current_page_parent a:link, #nav-menu .current_page_parent a {
	background-color: #66614e;
	color: #fff !important;
	outline: none;
}
#nav-menu .current_page_item ul li a, #nav-menu .current_page_parent ul li a, #nav-menu .current_page_ancestor ul li a {
	background-color: #6b9e8e !important;
	background-image: none;
	color: #413f36 !important;
}
#nav-menu .current_page_item a:hover, .current_page_parent a:hover, #nav-menu .current_page_parent a:hover {
	background-color: #66614e !important;
	color: #fff !important;
	background-image: none;
}
/* Nav - Dropdown */
.nav, .nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav ul {
	position: absolute;
	top:-999em;
	padding-bottom: 3px !important;
	background: url(images/dropdown-bg.gif) repeat-x left bottom;
}
.nav li {
	float: left;
	position: relative;
	z-index: 99;
}
.nav a {
	display: block;
	outline: none;
	position: relative;
}
.nav ul li {
	width: 100%;
}
.nav li:hover ul, ul.nav li.sfHover ul {
	left: 0;
	top: 41px;
}
.nav li:hover li ul, .nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul, ul.nav li li.sfHover ul {
	left: 220px;
	top: 0;
}
/*.nav li:hover ul, .nav li li:hover ul { top: -999em; }*/
.nav li li {
	display: block;
	padding: 0;
	height: auto !important;
}
.nav li:hover a {
	background-color: #6b9e8e;
	color: #fff;
}
.nav li li a:link, .nav li li a:visited {
	width: 130px;
	display: block;
	background-image: none;
	background-color: #6b9e8e;
	height: auto !important;
	padding-bottom: 10px !important;
}
.nav li li a:hover {
	background-color: #66614e !important;
	background-image: none !important;
}
#nav-menu ul li ul a:link, #nav-menu ul li ul a:visited, #nav-menu ul li ul a:active {
	font-size: 12px;
}

/*=== END SECTION 2 - Header Region ===*/


/*=== START SECTION 3 - Content Region ===*/
#main {
	width: 960px;
	margin: 0;
	padding: 60px 0 0 0;
}
#content {
	width: 640px;
	padding: 0;
	margin: 0;
	float: left;
	line-height: 1.3em;
}
#content .inner {
	padding: 0;
	margin: 0;
}
#content .news {
	width: 400px;
	float: left;
	padding: 0;
	margin: 0;
}
#content .col {
	width: 230px;
	float: right;
	padding: 0;
}
#content .post, #content .recent-posts, #content .entry-content, #content .latest-posts, #content .col-info, #content .content-title {
	background-color: #ddd5ba;
	border: 1px solid #cec7ae;
	margin: 0 0 20px 0;
}
#content .post .post-content, #content .recent-posts .post-content, #content .entry-content .content-body, #content .content-title .content-body, #content .latest-posts .post-content, #content .col-info .col-content {
	padding: 8px;
	margin: 8px;
	background-color: #fff;
	border: 1px solid #c7bea2;
}
#content .post .post-content {
	padding-top: 30px;
}
#content .col-promos {
	background-color: #66614e;
	border: 1px solid #474334;
	margin: 0 0 20px 0;
}
#content .col-promos .col-content  {
	padding: 10px;
	margin: 10px;
	background-color: #4a4534;
	border: 1px solid #474334;
	color: #fff;
}
#content .latest-posts {
	margin: 0 0 20px 0;
}

.post-date {
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #fff;
	display: block;
	background-image: url(images/date-bg.gif);
	background-position: right;
	height: 36px;
	padding: 7px 25px 0 0;
	position: absolute;
	margin: -9px 0 0 -0;
	min-width: 100px;
}
.post-date-left {
	background-image: url(images/date-bg-left.gif);
	height: 43px;
	width: 31px;
	float: left;
	margin-top: -7px;
	margin-left: -20px;
}
.post-date-inside {
	float: left;
	padding: 3px 0 0 0;
}

.post .read-more a {
	width: 120px;
	height: 23px;
	font-size: 12px;
	font-weight: bold;
	color: #fff !important;
	padding: 5px 0 0 0;
	background-color: #6c6553;
	float: right;
	margin: -10px -10px -10px 0;
	text-transform: lowercase;
	display: block;
	text-align: center;
}
.post .read-more a:hover {
	background-color: #6b9e8e;
}

#content .news .post h3 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #413f36;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#content .news .post h3 a {
	color: #413f36;
	text-decoration: none;
}
#content .news .post h3 a:hover {
	color: #6b9e8e;
}
#content h2 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #aa5c57;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#content .content-title h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #aa5c57;
	background: none;
}

#content .news .post .news-img {
	border: 1px solid #c7bea2;
	width: 150px;
	float: left;
	margin: 5px 0 0 0;
	padding: 3px;
	background-color: #eae6da;
}
#content .news .post .news-img img {
	width: 150px;
	height: 84px;
}
#content .news .post .post-excerpt {
	float: right;
	width: 190px;
	margin: 5px 0 5px 0;
	padding: 0;
}
#content .news .post .post-excerpt p {
	margin: 0 0 10px 0;
	padding: 0;
}

#content .post .post-meta {
	font-size: 12px;
	background: url(images/arrow-1.gif) repeat-x left top;
	padding: 10px 0 0 0;
	margin: 0;
}
#content .post .tags {
	font-size: 12px;
	background: url(images/arrow-1.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0;
}
#content .post .post-meta span, #content .post .tags span {
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
}
#content .post .tags a, #content .post .post-meta a {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#content .post h3, #content .entry-content h3 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #8e4636;
}

#content .post h4, #content .entry-content h4 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
	color: #917b23;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
}
#content .post h5, #content .entry-content h5 {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 14px;
	
}

#content .recent {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	background: url(images/arrow-1.gif) repeat-x left bottom;
	line-height: 1.1em;
}
#content .recent h3 {
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#content .recent h3 a {
}
/*div.top {
	padding: 10px 0 20px 0;
	font-size: 10px;
	text-transform: uppercase;
}*/

#content .col .col-content .col-entry  {
	padding: 10px 0 20px 0;
	margin: 0 0 10px 0;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#content .col .col-content .col-entry p {
	padding: 0;
	margin: 10px 0 0 0;
	color: #F5EFD7;
}
#content .col-promos {
	text-align: center;
}
#content .col-promos a {
	color: #92cdba;
}
#content .col-promos a:hover {
	color: #6bbca3;
}
#content .col-promos h4, #content .col-promos h4 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	padding: 0;
	margin: 0;
	color: #fff;
	font-weight: normal;
	line-height: 1.0em;
	text-decoration: none;
}
#content .col-promos h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0;
	margin: 0 0 5px 0;
	color: #cc9c99;
	font-weight: normal;
}

sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.entry-content, .entry-excerpt {
	clear: left;
}

/* Default Lists */

#content ul {
	padding: 0 0 10px 0;
	margin: 10px 0 10px 0;
	list-style: none;
}
#content ul li {
	padding: 0 0 0 8px;
	margin: 0;
	list-style: none;
	line-height: 1.5em;
	background: url(images/bullet.gif) no-repeat 0 6px;
}

/* Feature Banner */

#content .feature-banner {
	background-color: #ddd5ba;
	border: 1px solid #cec7ae;
	margin: 0 0 20px 0;
}
#content .feature-banner .banner-content {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #c7bea2;
}
#content .feature-banner .slider {
	padding: 5px;
	margin: 5px;
	background-color: #fff;
	border: 1px solid #c7bea2;
}
#content .feature-banner .arrow {
	width: 122px;
	height: 60px;
	background: url(images/banner-arrow.gif) no-repeat;
	display: block;
	float: left;
}
#content .feature-banner .banner-468 {
	width: 468px;
	height: 60px;
	float: right;
}

/* Col Info */
.col-info h4 {
	background: url(images/arrow-1.gif) repeat-x left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #AA5C57;
}
.col-info ul {	
	margin: 0 0 10px 0;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}

/* Related News */
#content .related {
	padding: 0;
	margin: 5px 0 5px 0;
}
#content .related ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: url(images/dotted-line.gif) repeat-x left top;
}
#content .related ul li {
	padding: 8px 0 8px 8px;
	margin: 0;
	background: url(images/dotted-line.gif) repeat-x left bottom;
	line-height: 1.1em;
	list-style: none;
	font-size: 12px;
}
#content .related ul li span {
	background: url(images/bullet.gif) no-repeat 0 0;
	width: 4px;
	height: 7px;
	display: block;
	padding: 0;
	margin: 2px 0 0 -8px;
	float: left;
}

/* Image Captions */
.wp-caption {
	border: 1px solid #c7bea2;
	text-align: center;
	background-color: #eae6da;
	padding-top: 5px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	padding: 3px;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}

/* Search */
#searchform {
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#searchform input {
	margin: 0;
	padding: 0;
}
#searchform #s {
	width: 120px;
}

/* Default Tables */
#content table {
	border-right: 1px solid #c7bea2;
	border-bottom: 1px solid #c7bea2;
	border-collapse: collapse;
	padding: 0;
	margin: 10px 0 10px 0;
	background-color: #fff;
	width: 100%;
}
#content table td, #content table th {
	border-left: 1px solid #c7bea2;
	border-top: 1px solid #c7bea2;
	padding: 4px;
}
#content table th {
	background-color: #a75755;
	color: #fff;
}

/* Blockquote */
.entry-content blockquote, .post-content blockquote {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #635e4b;
	width: 250px;
	background: url(images/blockquote1.png) no-repeat right bottom;
	padding: 0 0 0 10px;
	margin: 0;
	float: right;
}
.entry-content blockquote p, .post-content blockquote p {
	background: url(images/blockquote2.png) no-repeat left top;
	padding: 15px 20px 15px 20px;
	margin: 0;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

/* Page Navi */

.wp-pagenavi {
	clear: both;
	margin-bottom: 20px;
	font-size: 12px;
}
.wp-pagenavi span {
	border: 1px solid #CEC7AE;
	background-color: #DDD5BA;
	padding: 3px 5px;
	margin: 0 5px 0 0;
}
.wp-pagenavi a {
	text-decoration: none;
	border: 1px solid #558475;
	background-color: #6B9E8E;
	color: #fff;
	padding: 3px 5px;
	margin: 0 5px 0 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #AA5850;
	background-color: #C07460;
	color: #fff;
}
.wp-pagenavi span.current {
	font-weight: bold;
}

/* Generic */
a.image:link, a.image:visited, a.image:hover {
	background: none;
	padding: 0;
}
a.image img {
	border: none;
}

.navigation {
  clear: both;
}
.entry-meta {
  margin: 0 0 10px 0;
}
.underpost {
	font-size: .9em;
}
.underpost a {
	text-decoration: underline;
}


/* Bookmakers Slide */
.slide-promo {width: 620px;height: 200px;background: url(images/top-bookmakers-slide.gif) no-repeat 0 0;padding: 0;margin: 0;}
.slide-promo .slide {float: left;}
.slide-promo .slide a {width: 124px;height: 146px;margin: 27px 0 0 0;padding: 0;display: block;}
.slide-promo .feature-slide a {height: 180px;margin: 10px 0 0 0;}
.slide-promo .sportingbet-slide {float: right;}
.post .slider, .entry-content .slider {margin: 0 0 0 -8px;padding: 0;}
/* Excusive offer */
.exclusive-offer {position: relative;width: 220px;height: 480px;background: #fff url(images/luxbet-offer-220.gif) no-repeat; padding: 0;margin: 0 0 20px 0;}
.exclusive-offer a {width: 220px;height: 480px;padding: 0;margin: 0;display: block;text-decoration: none;}
.col .exclusive-offer {padding: 0;margin: 5px;}

.exclusive-offer-300 {position: relative;width: 300px;height: 455px;background: #fff url(images/luxbet-offer-300.gif) no-repeat; padding: 0;margin: 0 0 20px 0;}
.exclusive-offer-300  a {width: 300px;height: 455px;padding: 0;margin: 0;display: block;text-decoration: none;}
/*=== END SECTION 3 - Content Region ===*/


/*=== START SECTION 4 - Comment Region ===*/
#content .comments h3 {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	font-size: 16px;
	color: #aa5c57;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
.avatar {
  float: right;
  margin: 0 0 3px 5px;
}
.respond p {
	font-size: 0.9em;
}
.respond label {
	display: block;
	margin: 5px 0 5px 0;
}

#comment {
	width: 100%;
}
#commentform {
	padding: 0;
	margin: 0;
}
ol.commentlist {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
.comments .navigation {
	display: none;
}

/*=== END SECTION 4 - Comment Region ===*/


/*=== START SECTION 5 - Sidebar Region ===*/
#sidebar {
	width: 310px;
	float: right;
	margin: 0;
}
#sidebar h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}
#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#sidebar ul ul {
  margin-left: 10px;
}
#sidebar ul ul li {
  font-size: .9em;
  margin-left: 10px;
}
#sidebar .box {
	width: 310px;
	background-color: #ddd5ba;
	border: 1px solid #cec7ae;
	padding: 0;
	margin: 0 0 20px 0;
}
#sidebar .box .inner {
	padding: 10px;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #c7bea2;
}

#sidebar .box .box-title, #sidebar .odds-feed h4 {
	background: url(images/sidebar-title.gif) no-repeat 0 0;
	width: 315px;
	height: 58px;
	margin: -11px 0 0 -11px;
	padding: 0;
}
#sidebar .box .box-title h3, #sidebar .odds-feed h4 span {
	padding: 10px;
	font-size: 18px;
	color: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
}
#sidebar .odds-feed h4 {
	padding-top: 10px;
	height: 48px;
}

#sidebar .box .calendar-module, #sidebar .box .odds-feed {
	padding: 0;
	font-size: 12px;
}
#sidebar .box .calendar-module .calendar, #sidebar .box .odds-feed .odds-table {
	padding: 0;
	margin: 0;
}
#sidebar .box .calendar-module .calendarentry {
	float: left;
	width: 180px;
	margin: 0 0 10px 0;
}
#sidebar .box .calendar-module .calendarentrybet {
	float: right;
	width: 79px;
	margin: 5px 0 0 0;
}
#sidebar .box .calendar-module .calendarentrybet a, #sidebar .box .odds-feed .bet a  {
	width: 79px;
	height: 30px;
	display: block;
	background: url(images/buttons.png) no-repeat 0 0;
}
#sidebar .box .calendar-module .calendarentrybet a:hover, #sidebar .box .odds-feed .bet a:hover {
	background: url(images/buttons.png) no-repeat -84px 0;
}
#sidebar .box .calendar-module .calendarentrybet a span, #sidebar .box .odds-feed .bet a span {
	display: none;
}
#sidebar .box .calendar-module .calendarentry h4 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#sidebar .box .calendar-module .calendarentry .calendarentrydate {
	padding: 3px 5px 0 0;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
#sidebar .box .calendar-module .calendarentry .calendarentryloc {
	padding: 3px 0 0 0;
	margin: 0;
	font-size: 11px;
}
#sidebar .box .calendar-module .calendar .clear {
	padding: 0;
	margin: 0 0 10px 0;
	clear: both;
	width: 100%;
	height: 2px;
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#sidebar .box .odds-feed .odds-table tr {
	background: url(images/arrow-1.gif) repeat-x left bottom;
}
#sidebar .box .odds-feed .odds-table table, #sidebar .box .odds-feed .odds-table table td {
	border-collapse: collapse;
}
#sidebar .box .odds-feed .odds-table td.event {
	padding: 5px 5px 5px 0;
	width: 110px;
}
#sidebar .box .odds-feed .odds-table td.countdown {
	padding: 5px 5px 5px 0;
	width: 90px;
}
#sidebar .box .odds-feed .odds-table td.bet {
	padding: 5px 0 5px 0;
	width: 80px;
}

#sidebar .box .banner-300 {
	margin: 0;
	padding: 5px;
}

#sidebar .box .oddsau-races-feed, #sidebar .box .odds-todays-race {
	margin: 5px 0 5px 5px;
	padding: 0;
}

/*=== END SECTION 5 - Sidebar Region ===*/


/*=== START SECTION 6 - Footer Region ===*/

#footer {
	clear: both;
	text-align: center;
	font-size: 12px;
	padding: 0;
	margin: 0;
	background-image: url(images/footer-bg.jpg);
	color: #fff;
}
.footer-wrapper {
	width: 980px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}
#footer .footer-col {
	float: left;
	width: 312px;
	margin: 0 20px 0 0;
	padding: 0;
	text-align: left;
	color: #b2ab94;
}
#footer .footer-col-right {
	margin: 0;
}
#footer .footer-col h4 {
	background-color: #312e24;
	border: 1px solid #4d4632;
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	float: left;
	clear: both;
	margin: 0 0 20px 0;
}
#footer .footer-col p, #footer .footer-col ul, #footer .footer-col div {
	clear: both;
}
#footer ul {
	margin: 0;
	list-style: none;
	padding: 2px 0 10px 0px;
	clear: both;
	background: url(images/footer-arrow.gif) repeat-x left top;
}
#footer ul li {
	padding: 10px;
	margin: 0;
	list-style: none;
	background: url(images/footer-arrow.gif) repeat-x left bottom;
}
#footer a:link, #footer a:visited {
	color: #d4ca92;
}
#footer a:hover {
	color: #fff;
}
#footer-end {
	width: 100%;
	background: #312e24 url(images/footer-bottom-bg.gif) repeat-x left top;
	text-align: center;
	font-size: 11px;
	color: #b2ab94;
}

/*=== END SECTION 6 - Footer Region ===*/

