/*
Theme Name: Manchester Chamber of Commerce
Theme URI: http:///
Description: The theme for Manchester Chamber of Commerce
Version: 0.4.2
Author: MESH Agency
Author URI: http://meshagency.com/
Tags: custom, MESH, Manchester
*/

/* @group Base Tags */

* {
	margin: 0;
	padding: 0;
}

font {
	display: none;
}

a img {
	border: none;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

body.homepage {
	background: #fff !important;
}

body {
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: #bcbaa0 url(images/bg-sub.jpg) repeat-x left top;
}

#box {
	padding-bottom: 20px;
	background: url(images/bg.png) repeat-y center top;;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 920px;
}

/* @end */

/* @group Header */

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

#header h1 {
	margin-left: 8px;
	width: 215px;
	height: 163px;
	background: url(images/logo.gif) no-repeat left top;
	font-size: 1px;
	text-indent: -9999px;
	float: left;
}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	float: left;
}

#header .header-extra {
	float: right;
	margin-top: 8px;
	width: 681px;
}

#header .header-extra .top-links {
	float: left;
	font-size: 15px;
	color: #b03129;
	padding-right: 10px;
	width: 530px;
	text-align: right;
	margin-left: -60px;
	display: inline;
}

#header .header-extra .top-links a {
	font-size: 11px;
	color: #827700;
	text-decoration: none;
}

#header .header-extra .top-links a.contact-btn {
/*	background: #B03129;
	padding: 2px 4px;
*/	color: #87a6a8;
}

#header .header-extra .social-links {
	width: 100px;
	float: left;
}

#header .header-extra .social-links a {
	float: left;
	width: 21px;
	height: 21px;
	font-size: 1px;
	text-indent: -99999px;
	margin-right: 4px;
}

#header .header-extra .social-links a.tw {background: url(images/twitter.gif) no-repeat left top;}
#header .header-extra .social-links a.fb {background: url(images/fb.gif) no-repeat left top;}
#header .header-extra .social-links a.li {background: url(images/li.gif) no-repeat left top;}
#header .header-extra .social-links a.yt {background: url(images/yt.gif) no-repeat left top;}

#header .header-extra .social-links a.tw:hover {background: url(images/twitter2.gif) no-repeat left top;}
#header .header-extra .social-links a.fb:hover {background: url(images/fb2.gif) no-repeat left top;}
#header .header-extra .social-links a.li:hover {background: url(images/li2.gif) no-repeat left top;}
#header .header-extra .social-links a.yt:hover {background: url(images/yt2.gif) no-repeat left top;}

#header .header-extra .auth-links {
	float: right;
	text-align: left;
	width: 90px;
}

#header .header-extra .auth-links a {
	font-size: 11px;
	color: #b03129;
	text-decoration: none;
	line-height: 12px;
}

#header .header-extra .auth-links a.login-link {
	padding-left: 15px;
	background: url(images/lock.gif) no-repeat left center;
}

#header .header-extra .ad-wrap {
	clear: both;
	min-height: 74px;
}

#header .header-extra .top-ad {
	padding-top: 5px;
	margin-bottom: -5px;
	margin-right: -5px;
	text-align: right;
}

.top-ad br {
	height: 0;
	display: none;
}

.top-ad a img {
	margin-bottom: -4px;
}

#header .header-extra .description {
	margin-top: 10px;
	font-size: 1px;
	text-indent: -99999px;
	width: 676px;
	height: 16px;
	background: url(images/bg-desc.gif) no-repeat left top;
}

#header .header-extra #navigation {
	margin-top: 10px;
	list-style: none;
	font-size: 11px;
	margin-left: 0px;
	font-weight: bold;
	color: #fff;
}

* html #navigation {font-size: 10px !important;margin-left: 30px !important;}
*+html #navigation {font-size: 10px !important;margin-left: 30px !important;}
#navigation {font-size: 10px\9 }
#navigation {margin-left: 30px\9 }

#header .header-extra #navigation li {
	float: right;
	margin-left: 1px;
	position: relative;
}

#header .header-extra #navigation li a {
	float: left;
	display: block;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding: 0 12px;
	background: #827700;
}

#header .header-extra #navigation li a:hover, #header .header-extra #navigation li:hover a {
	background: #87a6a7;
}

#navigation li ul {
	display: none;
}

#navigation li:hover ul {
	display: block;
	position: absolute;
	top: 26px;
	left: 0;
	list-style: none;
	font-size: 11px;
	width: 190px;
	background: #87a6a7;
	z-index: 500;
}

#navigation li:hover ul li {
	position: relative;
	float: none !important;
	display: block;
	width: 190px;
}

#navigation li:hover ul li a {
	display: block;
	border-top: 1px solid #fff;
	float: none !important;
	width: 190px;
	padding: 0;
	background: #87a6a7;
	height: 22px;
	line-height: 22px;
}

#navigation li.nav-nav:hover ul {
	width: 210px;
}

#navigation li.nav-nav:hover ul li a {
	width: 210px;
}

#navigation li:hover ul li a:hover {
	background: #b03129 !important;
}

#navigation li:hover ul li ul {
	display: none;
	position: absolute;
	left: 192px;
	top: -1px;
}

#navigation li ul li:hover ul {
	display: block;
}

/* @end */

/* @group Content */

#content {
	margin-top: 13px;
	position: relative;
	z-index: 5;
}

.mast {
	padding-bottom: 9px;
	margin-bottom: 10px;
	border-bottom: 11px solid #d7d7d7;
}

.mast .scroll {
	border: 1px solid #b03129;
	float: left;
	width: 671px;
	background: #b03129;
	height: 272px;
	position: relative;
}

.mast .scroll #scroll-nav {
	position: absolute;
	bottom: 11px;
	right: 44px;
	z-index: 100;
}

.mast .scroll #scroll-nav a {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	display: block;
	float: left;
	margin-right: 4px;
	text-decoration: none;
	background: #74231e;
	border: 1px solid #74231e;
}

.mast .scroll #scroll-nav a.activeSlide {
	background: none !important;
}

.mast .scroll ul {
	list-style: none;
}

.mast .scroll ul .scroll-img {
	float: left;
	width: 465px;
}

.mast .scroll ul .scroll-desc {
	float: right;
	width: 206px;
	color: #fff;
	font: bold 10px/1.4 Georgia, "Times New Roman", Times, serif;
}

.mast .scroll ul .scroll-desc p {
	padding: 10px 12px;
}

.mast .boxes {
	float: right;
	width: 234px;
}

#ui-datepicker-div {
	z-index: 1000;
}

.mast .boxes .box:first-child {
/*	padding-bottom: 12px;
	margin-bottom: 10px;
	border-bottom: 11px solid #d7d7d7;*/
}

.box .readmore {
	display: none;
}

.mast .boxes .break {
	height: 12px;
	font-size: 1px;
}

.box {
	position: relative;
}

.box .box-control {
	width: 17px;
	height: 21px;
	float: right;
	padding-right: 4px;
	display: inline;
	font-size: 1px;
	text-indent: -9999px;
	background: #87a6a7 url(images/btn-minus.gif) no-repeat left center;
	outline: none;
}

.box .box-control-exp {
	background: #87a6a7 url(images/btn-plus.gif) no-repeat left center !important;
}

.box h3 {
	background: #87a6a7 url(images/head-box.gif) no-repeat left top;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	height: 21px;
	line-height: 21px;
	padding: 0 20px;
}

.box .box-cont {
	border: 1px solid #87a6a7;
	border-top-width: 0px;
	padding: 10px 12px;
	font-size: 11px;
	color: #464646;
}

.box .box-cont h3 {
	background: none;
	font-size: 16px;
	color: #827700;
	text-transform: none;
	height: auto;
	line-height: normal;
	padding: 0;
	padding-bottom: 5px;
	font-weight: normal;
}

.box .box-cont a {
	color: #b03129;
}

.box-cont .tw-bg {
	position: absolute;
	top: -5px;
	right: 4px;
}

.box-cont .tw-p {
	line-height: 1.3;
}

.box-cont .adv-bg {
	position: absolute;
	top: -5px;
	right: -3px;
}

.box-cont .adv-p {
	width: 140px;
	line-height: 1.2;
}

.box .profile img {
	float: right;
	padding-left: 5px;
}

.box button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.box .profile {
	padding: 5px 6px 5px 12px;
	font-size: 11px;
	color: #464646;
}

.box .profile h4 {
	font-size: 11px;
	padding-top: 3px;
}

.box .news-box {
	font-size: 11px;
	min-height: 155px !important;
}

.box .news-box p {
	padding-bottom: 4px;
	border-bottom: 1px solid #87a6a7;
	margin-bottom: 5px;
}

.box .news-box p.p-last {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.box .news-box p a {
	color: #464646;
	text-decoration: none;
}

.box .news-box .pdate {
	font-size: 12px;
	color: #b03129;
	padding-right: 4px;
}

.box .profile a {
	color: #b03129;
}

.box .box-cont label {
	display: block;
	font-size: 11px;
	color: #464646;
	padding-bottom: 2px;
}

.box .box-cont input {
	border: 1px solid #87a6a7;
	padding: 3px 2px;
	vertical-align: middle;
	float: left;
}

.box .box-cont button {
	border: none;
	background: none;
	display: block;
	float: right;
}

/*
.box .box-cont button {
	border: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: #b03129 url(images/btn-left.gif) no-repeat left top;
	cursor: pointer;
	vertical-align: middle;
}

.box .box-cont button span {
	display: block;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	background: url(images/btn-right.gif) no-repeat right top;
}
*/

.bottom-boxes {
	
}

.bottom-boxes .column {
	float: left;
	width: 234px;
	margin-right: 10px;
}

.bottom-boxes .column .box {
	margin-bottom: 10px;
}

.bottom-boxes .column-small {
	width: 187px;
}

.bottom-boxes .column-last {
	margin-right: 0;
	float: right;
}

.bottom-boxes .column-last .bottom-small-ad {
/*	padding-bottom: 6px;*/
	margin-bottom: -40px;
}

.bottom-boxes .column-last .bottom-small-ad a {
	display: block;
	margin-bottom: 5px;
}

.bottom-boxes .column .bottom-big-ad, .bottom-boxes .column .bottom-small-ad {
	margin-top: -5px;
}

.bottom-boxes .column-last .bottom-small-ad br {
	display: none;
}

#main {
	float: left;
	width: 593px;
	padding-top: 5px;
	border-top: 11px solid #d7d7d7;
	padding-left: 56px;
}

#main .post {
	padding: 10px 0;
}

#main .post h3 {
	color: #b03129;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 9px 0;
	border: 1px dotted #5a5758;
	border-width: 1px 0;
}

#main .post h3 a {
	color: #b03129;
	text-decoration: none;
}

#main .post .left-entry {
	padding-left: 0 !important;
	margin-left: -40px !important;
}

#main .post .entry {
	font-size: 12px;
	color: #464646;
	line-height: 1.4;
	padding-left: 20px;
}

#main .post .entry p.metadata {
	color: #b03129;
	padding-bottom: 5px;
}

#main .post .entry .alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

#main .post .entry .alignright {
	float: right;
	padding: 0 0 10px 10px;
}

#main .post .entry .alignnone {
	display: block;
}

#main .post .entry h4 {
	color: #827700;
	font-size: 16px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}

#main .post .entry h2 {
	padding-top: 10px;
}

#main .post .entry h3 {
	color: #827700;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 5px;
	border: none;
	margin-bottom: none;
	text-transform: none;
}

#main .post .entry h3.indexed-title {
	margin-bottom: 0;
}

#main .post .entry p, #main .post .entry ul, #main .post .entry ol {
	padding-bottom: 15px;
}

#main .post .entry ul, #main .post .entry ol {
	padding-left: 20px;
}

#main .post .entry a {
	color: #b03129;
	text-decoration: none;
}

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

#sidebar .side-block {
	margin-bottom: 10px;
	border-bottom: 11px solid #d7d7d7;
}

.side-block .box {
	margin-bottom: 9px;
}

.side-block .side-ad {
	margin-bottom: 9px;
}

.side-block .side-ad div a {
	display: block;
	margin: 25px 0;
}

/* @end */

/* @group Footer */

#footer {
	padding-top: 9px;
	margin-top: 10px;
	border-top: 11px solid #d7d7d7;
}

#footer .foot-links {
	background: #d7d7d7;
	padding: 8px;
	margin-bottom: 10px;
}

#footer .foot-links .fcol {
	width: 171px;
	float: left;
	font-size: 10px;
	color: #464646;
}

#footer .foot-links .fcol a {
	text-decoration: none;
	color: #464646;
}

#footer .foot-links .fcol h3 {
	font-size: 12px;
	margin: 5px 0;
}

#footer .foot-links .fcol ul {
	list-style: none;
}

#footer .foot-links .fcol ul li {
	padding-bottom: 3px;
}

#footer .foot-meta {
	color: #464646;
	font-size: 10px;
}

#footer .foot-meta a {
	color: #464646;
	text-decoration: none;
}

#footer .foot-meta .copy-note {
	float: left;
	width: 500px;
}

#footer .foot-meta .design-creds {
	float: right;
	width: 300px;
	text-align: right;
}

#footer .foot-meta .design-creds img {
	vertical-align: middle;
	padding-right: 10px;
}

/* @end */





/* @group Clearer */

.clearer {clear: both;}

#header:after, #content:after, .mast:after, .box .box-cont:after, .foot-links:after , .foot-meta:after{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

#header, #content, .mast, .box .box-cont, .foot-links, .foot-meta {
	min-height: 1px;
}

* html #header, * html #content, * html .mast, * html .box .box-cont, * html .foot-links, * html .foot-meta {
	height: 1%;
}

/* @end */
