@import url(http://yui.yahooapis.com/3.0.0/build/cssfonts/fonts-min.css);

html, body {
  margin: 0;
  padding: 0;
}

.m-wrapper {
  width: 960px;
  margin: 0 auto;
}

#header {
  min-height: 465px;
  background: url(../images/layout/top-back.png) repeat-x 0 0;
  padding-top: 56px;
}

#header h2 {
  color: #4f4e4f;
  font-size: 17px;
  text-transform: uppercase;
  padding-left: 60px;
  background: url(../images/layout/icon-news.png) no-repeat 0 0;
  line-height: 39px;
}

#header h2 .date {
  color: #cf4900;
  text-transform: none;
}

#header h3 {
  color: #4f4e4f;
  font-size: 22px;
  margin: 10px 0;
}

#header h3 .location {
  font-size: 14px;
}

#header h3 .location a {
  color: #5182b3;
}

#header h3 .location a:hover {
  text-decoration: none;
}

#header .about {
  width: 601px;
  height: 135px;
  background: url(../images/layout/web-posse.png) no-repeat 0 0;
  text-indent: -999em;
  float: right;
  margin: 10px 50px 0 0;
}

#header .event a {
	color: #5182B3;}
	
#header .event a:hover {
	color: #333;}

#header .social {
  width: 601px;
  float: right;
  margin: 30px 50px 0 0;
}

#header .social a {
  margin-right: 35px;
}

#header .social a img {
  border: none;
  vertical-align: middle;
}

#header .about * {
  margin: 0; padding: 0;
}

#header .event {
  margin-top: 34px;
  float: left;
  width: 580px;
  min-height: 143px;
  padding: 14px 20px 0;
  background: url(../images/layout/event-back.jpg) no-repeat 0 0;
  margin-left: 30px;
  color: #4f4e4f;
}

#header .event p {
  font-size: 108%;
}

#header .twitter {
  margin-top: 34px;
  width: 231px;
  min-height: 112px;
  background: url(../images/layout/twitter-back.jpg) no-repeat 0 0;
  margin-right: 30px;
  float: right;
  padding: 45px 10px 0;
  color: #2a2a2a;
}

#header .twitter p, #header .twitter p a {
  margin: 0;
  color: #2a2a2a;
}

#header .twitter .meta {
  font-size: 93%;
  font-style: italic;
}

#header .twitter p.signup {
  font-size: 85%;
}

#header .twitter p.signup a {
  color: #383838;
  text-decoration: none;
  display: block;
  width: 216px;
  margin: 0 auto;
}

#header .twitter a {
  color: #4f4e4f;
  text-decoration: none;
}

#header .twitter #button-directory {
  width: 216px;
  height: 52px;
  background: url(../images/layout/button-directory.png) no-repeat 0 0;
  margin: 10px auto;
  display: block;
  text-indent: -999em;
}

#badge {
  float: left;
  margin-left: 80px;
}

#content {
  min-height: 343px;
  background: url(../images/layout/mid-back.png) repeat-x 0 0;
}

#content .m-wrapper {
  width: 860px;
}

#content .left {
  width: 260px;
  float: left;
  margin-right: 50px;
}

#content .right {
  margin-left: 30px;
  float: left;
  width: 190px;
  padding-right: 10px;
}

#content h2 {
  margin: 0;
  padding-top: 27px;
  color: #d3e8ff;
  font-size: 170%;
}

#content p {
  font-size: 108%;
  color: #fff;
}

#content a {
  color: #fff;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
}

#content .cols {
  margin-bottom: 15px;
}

#content label {
  color: #fff;
  line-height: 1.7;
}

#content input[type=submit] {
  width: 129px;
  height: 33px;
  background: url(../images/layout/button-submit.png) no-repeat 0 0;
  margin-top: 20px;
  display: block;
  border: none;
  padding: 0;
  text-indent: -999em;
  cursor: pointer;
}

#support h2 {
  text-align: center;
  font-size: 26px;
  color: #4f4e4f;
  margin-bottom: 15px;
}

#support .cols {
	border: 1px dashed #c9c9c9;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: center;
	margin: 0 80px;
}
	
#support .cols ul {
	list-style: none;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;}
	
#support .cols li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	padding: 1px;}	

#support small a {
  color: #5182B3;
}

#support small {
  color: #3f3f3f;
  font-size: 85%;
}

#support li a {
  border: 1px solid #CCCCCC;
}

#support li a img {
  border: none;
}

#directory-form {
  width: 900px;
  margin: 20px auto;
}

#main-directory {
  background: url(../images/layout/directory-title-back.png) repeat-x 0 0;
  color: #4f4e4f;
}

#main-directory .title h2 {
  padding-left: 56px;
  background: url(../images/layout/small-badge.png) no-repeat 0 25px;
  line-height: 37px;
  font-size: 36px;
  margin: 0 0 0 30px;
  color: #fff;
  padding-top: 25px;
  float: left;
  min-height: 62px;
}

#main-directory .title a {
  float: right;
  margin: 19px 47px 0 0;
  width: 216px;
  height: 52px;
  background: url(../images/layout/button-directory-sign-up.png) no-repeat 0 0;
}

#main-directory.directory-form .title a {
  background-image: url(../images/layout/button-question.png);
}

#main-directory #search input[type=text] {
  margin-left: 66px;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #7e97a9;
  padding: 10px 13px;
  font-size: 16px;
  line-height: 16px;
  color: #435263;
  width: 285px;
}

#main-directory #search {
  margin: 0 30px;
  background: url(../images/layout/directory-search-back.jpg) no-repeat 0 0;
  padding: 24px 0 47px;
}

#main-directory #search input[type=submit] {
  background: none;
  border: none;
  height: 40px;
  width: 60px;
  text-indent: -999em;
  cursor: pointer;
}

#directory, #directory .entry {
  margin: 0;
  padding: 0;
  color: #4f4e4f;
  list-style: none;
}

#directory, #business {
  margin: 0 30px;
}

#directory .entry {
  padding: 20px 0 30px;
}

#directory .entry + .entry {
  border-top: 1px dashed #b4b4b4;
}

#directory .entry.odd {
  background: #f5f5f5;
}

#directory li .meta, #business .meta {
  float: left;
  padding: 0 35px 0 20px;
  width: 225px;
  font-size: 100%;
  line-height: 1.6;
}

#directory li .main, #business .main {
  width: 600px;
  float: right;
}

#directory h2, #business h2 {
  margin: 0;
  padding: 0;
  font-size: 200%;}

#business h2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.main .description {}

#directory h2 a {
  color: #373737;
  text-decoration: none;
  background: transparent url(../images/icon-search.png) center left no-repeat;
  padding-left: 35px;
}

#directory h2 a:hover {
  text-decoration: underline;
}

#directory .services, #business .services {
  padding: 0;
  font-weight: bold;
}

#directory .meta a, #business .meta a {
  text-decoration: underline;
  color: #373737;
}

#directory .meta a:hover, #business .meta a:hover {
  text-decoration: none;
}

.directory .contact a {
  display: block;
}

#directory a.contact-link, #business a.contact-link {
  font-weight: bold;
  display: block;
  padding-left: 20px;
  background: url(../images/layout/icon-message.png) no-repeat 0 center;
}

#business a.contact-link {
  margin: 10px 0;
  display: block;
}

#directory .services, #business .services {
  margin: 0;
  padding: 0;
}

#directory .services li, #business .services li {
  padding-left: 30px;
  background: url(../images/layout/icon-check.png) no-repeat 0 center;
  margin: 0;
  line-height: 1.6;
  font-size: 100%;
  float: left;
  width: 230px;
  list-style: none;
}

#directory .meta img, #business .meta img {
  display: block;
  border: 1px solid #d2d2d2;
}

#business .logo {
  margin-bottom: 10px;
}

#business .tel, #business .street-address, #business .postal-code {
  display: block;
}

#business .social-media a {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  background-image: url(../images/layout/icon-social-media-small.png);
  background-repeat: no-repeat;
  margin-right: 10px;
  text-indent: -999em;
}

#business .social-media .facebook {
  background-position: 0 0;
}

#business .social-media .twitter {
  background-position: 0 -14px;
}

#business .social-media .linkedin {
  background-position: 0 -28px;
}

#business {
  margin: 0 35px 20px;
}

#business h3 {
  background: url(../images/layout/directory-header-back.png) no-repeat 0 0;
  line-height: 31px;
  border-bottom: 1px solid #a3bcce;
  color: #373737;
  font-size: 123.1%;
  padding-left: 10px;
  margin: 0 1px;
}

#business .section {
  margin-top: 10px;
  line-height: 1.5;
}

#business .twitter h3 {
  background: url(../images/layout/icon-twitter.png) no-repeat 0 0;
  position: relative;
  top: -15px;
  margin-left: 11px;
  border-bottom: 0;
  text-indent: -999em;
}

#business .twitter {
  background: url(../images/layout/directory-header-back.png) no-repeat 0 0;
}

#business .twitter ul, #business .twitter li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#business .twitter li {
  padding: 0 30px 15px;
  background: url(../images/layout/twitter-separator.png) no-repeat center bottom;
  color: #373737;
  font-size: 100%;
  margin-top: 15px;
}

#business .twitter li a {
  color: #4f4e4f;
  text-decoration: none;
}

#business .twitter li a:hover {
  text-decoration: none;
}

#business .map {
  margin-top: 10px;
}

#business img.google-map {
  border: 1px solid #d2d2d2;
  cursor: pointer;
}

#business a.google-map {
  background: url(../images/layout/icon-star.png) no-repeat 0 center;
  padding-left: 15px;
  display: block;
}

.back-to {
  display: block;
  margin: 15px 0 15px 20px;
  font-size: 93%;
  color: #bd1818;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.back-to:hover {
  text-decoration: underline;
}

#footer {
  min-height: 300px;
  background: url(../images/layout/bot-back.png) repeat-x 0 0;
  margin-top: 20px;
}

#footer p {
  width: 855px;
  margin: 0 auto;
  padding: 18px 0 0 45px;
  background: url(../images/layout/small-badge.png) no-repeat 0 18px;
  line-height: 1.7;
}

#footer p span, #footer p a {
  display: block;
  color: #313131;
  text-decoration: none;
}

#footer .name {
  font-weight: bold;
}

#footer a:hover {
  text-decoration: underline;
}

#cboxContent h2 {
  text-align: center;
  margin: 5px 0 15px;
}

form.contact p {
  margin: 4px 0;
}

form.contact input[type=text], form.contact label {
  display: block;
  width: 300px;
}

form.contact label {
  font-weight: bold;
  margin-bottom: 2px;
}

form.contact textarea {
  height: 50px;
  background: #e8e8e8;
}

form.contact input[type=submit] {
  width: 129px;
  height: 33px;
  background: url(../images/layout/button-submit.png) no-repeat 0 0;
  margin-top: 10px;
  display: block;
  border: none;
  padding: 0;
  text-indent: -999em;
  cursor: pointer;
}

form.contact input[type=text], form.contact textarea {
  border: 1px solid #aaa;
  padding: 5px;
  width: 288px;
  margin: 0;
  background: #e8e8e8;
}

.pager {
  text-align: center;
  margin: 20px auto;
}

.pager span, .pager a {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.pager a, .pager span {
  padding: 5px;
  margin: 0 5px;
}

.pager a, .pager .at-start, .pager .at-end {
  border: 1px solid #cecece;
  background: #f3f3f3;
  text-decoration: none;
  color: #373737;
}

.pager .at-start, .pager .at-end {
  color: #cecece;
}

.pager .break {
  color: #e83b10;
  font-size: 20px;
  line-height: 15px;
  padding: 6px 0px;
}

.pager .current-page {
  border: 1px solid #e83b10;
  background: #f46014;
  color: #fff;
}

.pager a:hover {
  background: #d6d6d6;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

:focus {
	outline: none;
	border: none;}
	
a:focus {
	outline: none;}
	
.meta .contact {
	padding-top: 10px;
	line-height: 24px;} 
	
.meta .contact a {
	text-decoration: underline;} 
	
.border {
	background-color: #f5f5f5;
  	border: 1px solid #d2d2d2;
  	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 6px;}
	
.hr {
	padding-top: 1px;
	background: #ccc;
	margin: 6px 0;}
	
.linesBg {
	padding: 6px 0 6px 10px;
	background-color: #fff9e6;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;}
	
.lines {
	padding: 6px 0 6px 10px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;}
	
a.back {
	color: red;}
	
a img {
	border: 0;}
	

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
