/*
Theme Name: CCPRF
Theme URI: http://ccprf.ca/
Description: The CCPRF theme
Author: Takeover Studio
Author URI: http://takeoverstudio.com
Version: 1.0
Tags: 
License:
License URI:

General comments (optional).
*/

body {
  margin: 0; padding: 0;
  font: 12px/18px Arial, Helvetica, sans-serif;
}

#wrapper0 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: url(images/sitebackground.png) top left repeat;
}

#wrapper1 {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 0 0;
  background: transparent url(images/wrapperbackground.png) top center repeat-y;
}

@media screen and (max-device-width: 480px) {
  #wrapper1 {
    width: 1040px;
  }
}

@media screen and (max-device-width: 1024px) {
  #wrapper1 {
    width: 1040px;
  }
}

#wrapper2 {
  width: 998px;
  margin: 0 auto;
  padding: 0;
  background: transparent;
}

header {
}

header .logos {
  margin: 0 10px;
  background-color: #fff;
  background-image: url(images/headerbottom.png);
  background-position: bottom center;
  background-repeat: no-repeat;
}

header a#logo {
  float: left;
  width: 466px;
  margin: 30px 0 28px 2px;
}

header #firmfinder {
  float: left;
  width: 300px;
  margin-left: 193px;
  margin-top: 78px;
}

header #firmfinder #firmdropdownoptions {
  position: absolute;
  left: -9999px;
  z-index: 1;
  background-color: #d1d1d1;
  padding: 0 10px;
}

header #firmfinder #firmdropdownoptions ul {
  list-style: none;
}

header #firmfinder #firmdropdownoptions ul li {
  width: 100%;
}

header #firmfinder #firmdropdownoptions ul li a, header #firmfinder #firmdropdownoptions ul li a:link, header #firmfinder #firmdropdownoptions ul li a:visited, header #firmfinder #firmdropdownoptions ul li a:hover, header #firmfinder #firmdropdownoptions ul li a:active {
  display: block;
  width: 100%;
  color: #474747;
  text-decoration: none;
}

header #firmfinder #firmdropdownoptions ul li a:hover {
  background-color: #eee;
}

header nav { clear: both; }
header nav .top { height: 37px; background: url(images/menutop.png) top center no-repeat; }
header nav ul { position: relative; list-style: none; margin: 0; padding: 0; height: 37px;}
header nav ul li { position: relative; float: left; margin: 0; padding: 0; }
header nav ul li a { display: block; height: 37px; background: url(images/menu.png) top left no-repeat; text-indent: -9999px; }
header nav ul li a.home { width: 114px; background-position: 0 0; }
header nav ul li a.about { width: 83px; background-position: -114px 0px; }
header nav ul li a.members { width: 176px; background-position: -197px 0px; }
header nav ul li a.news { width: 80px; background-position: -373px 0px; }
header nav ul li a.video { width: 80px; background-position: -453px 0px; }
header nav ul li a.jobs { width: 142px; background-position: -533px 0px; }
header nav ul li a.resources { width: 123px; background-position: -675px 0px; }
header nav ul li a.faq { width: 69px; background-position: -799px 0px; }
header nav ul li a.contact { width: 131px; background-position: -867px 0px; }
header nav .bottom { height: 47px; background: url(images/menubottom.gif) top center no-repeat; }
.home nav .bottom { background: url(images/menubottom-home.png) top center no-repeat; }


#main {
  margin: 0 9px;
  background-color: #fff;
}

#main #sectionheader {
  margin-left: 20px;
}

#main #sectionheader.home { height: 292px; }
#main #sectionheader img { float: left; }
#main #sectionheader a { float: left; }

#main #content {
  width: 585px;
  float: left;
  margin: 40px 0 0 45px;
}

#main #content h1 {
  font-size: 16px;
}

#main #content h1 a, #main #content h1 a:link, #main #content h1 a:visited, #main #content h1 a:hover, #main #content h1 a:active {
  color: #000;
  text-decoration: none;
}

#main #content h1 a:hover {
  text-decoration: underline;
}

#main #content p {
  margin-bottom: 20px;
  line-height: 18px;
}

#main #content a, #main #content a:link, #main #content a:visited, #main #content a:hover, #main #content a:active {
  color: #b63401;
  text-decoration: underline;
}  

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

#main #content h2 {
  font-size: 16px;
  margin-bottom: 20px;
}

#main #content h3 {
  font-weight: bold;
  color: #be3601;
  font-size: 15px;
  line-height: 18px;
  border-bottom: dotted 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#main #content h3.category {
  font-size: 20px;
  line-height: 24px;
}

#main #content hr {
  clear: both;
  border: none;
  border-bottom: dotted 1px #000;
  padding-top: 10px;
  margin: 0px 0 30px 0;
}

#main #content .postdivider {
  border-bottom: dotted 1px #010101;
  height: 1px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

#main #content img.logo {
  margin-top: 10px;
}

#main #content dl.question, #main #content dl.answer {
  margin: 0;
  clear: both;
}
#main #content dl.question dt, #main #content dl.answer dt, #main #content dl.question dd, #main #content dl.answer dd {
  float: left;
}
#main #content dl.question dd, #main #content dl.answer dd {
  margin-left: 5px;
  width: 560px;
  padding-bottom: 20px;
}
#main #content dl.question dt, #main #content dl.answer dt {
  width: 20px;
}

#main #content dl.question dt, #main #content dl.question dd {
  font-weight: bold;
}
#main #content dl.qa dd {
}

#main #content .memberfilter {
  background-color: #e2e2e2;
  width: 615px;
  height: 75px;
  margin-left: -25px;
  margin-bottom: 25px;
}

#main #content .memberfilter p {  
  margin-left: 24px;
  margin-bottom: 5px;
  padding-top: 12px;
}

#main #content .memberfilter a.dropdown {
  display: block;
  float: left;
  margin-top: 0px;
  margin-left: 24px;
  width: 290px;
  height: 23px;
  background: transparent url(images/cboBlankDropdown.gif) no-repeat;
  padding: 4px 0 0 10px;
  color: #000;
  text-decoration: none;
}

#main #content .memberfilter a.dropdown span {
  display: block;
  width: 265px;
  height: 23px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#main #content .memberfilter img {
  float: left;
  margin: 26px 0 0 10px;
}

#main #content .membercategoryheader {
  margin-bottom: 20px;
}

#main #content .membercategoryheader h1 {
  font-size: 20px;
  line-height: 24px;
  color: #be3601;
}

#main #content .membercategoryheader a {
  display: block;
  margin-top: 4px;
  background: #fff url(images/linkbullet.png) 0 2px no-repeat;
  padding-left: 10px;
}

#main #content .memberheader {
  margin-bottom: 20px;
}
#main #content .memberheader img {
  margin-bottom: 10px;
}
#main #content p.categories {
  font-size: 11px;
  margin-bottom: 0;
}
#main #content p.categories .taglabel {
  font-weight: bold;
}

#main #content .eventlist .event h2, #main #content .event h1 {
  font-size:16px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}

#main #content .eventlist .event h2 a, #main #content .eventlist .event h2 a:link, #main #content .eventlist .event h2 a:visited, #main #content .eventlist .event h2 a:hover, #main #content .eventlist .event h2 a:active {
  color: #222;
  text-decoration: none;
}

#main #content .eventlist .event h2 a:hover {
  text-decoration: underline;
}

#main #content .event dl {
}

#main #content .event dl dt {
  font-weight: bold;
  clear: left;
  float: left;
  margin-right: 5px;
}

#main #content .event dl dd {
  float: none; display: block;
}

#main #content .eventlist .event p {
  clear: both;
  border-bottom: dotted 1px #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

#main #content .eventlist .event:last-child p, #main #content .eventlist .event.last p {
  border-bottom: none;
}

#main #content .videoinfo p:last-child { margin-bottom: 5px; }

#main #content .backbutton {
  border-bottom: dotted 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#main #content .backbutton img {
  display:block;
}

#main #content.body h1 {
  font-size: 16px;
  line-height: 18px;
  color: #b63401;
}

#main #content.body h1 a, #main #content.body h1 a:link, #main #content.body h1 a:visited, #main #content.body h1 a:hover, #main #content.body h1 a:active {
  color: #b63401;
  text-decoration: none;  
}
#main #content.body h1 a:hover {
  text-decoration: underline;
}

#main #content.body .byline {
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

#main #content.body .byline a {
  text-decoration: none;
}

#main #content.body .byline a:hover {
  text-decoration: underline;
}

#main #content.body .socialsharing {
  padding: 14px 0 10px 10px;
  background-color: #e2e2e2;
  margin-bottom: 25px;
  margin-top: 5px;
}

#main #content.body .returntonews {
  border-bottom: dotted 1px #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#main #content.body #comments {
  border-top: dotted 1px #000;
  padding-top: 20px;
}

#main #content.body #comments h2 {
  font-size: 16px;
  color: #b63401;
  margin-bottom: 10px;
}

#main #content .postinfo { clear: both; }

.home .findafirm {
  float: left;
  margin: 20px 8px 0 20px;
  width: 281px;
}

.home .findafirm .top {
  height: 69px;
  background: #fff url(images/home-findafirm-top.png) top left no-repeat;
}

.home .findafirm .body {
  background: #fff url(images/home-findafirm-body.png) top left repeat-y;
  padding: 0 20px;
  height: 614px;
  overflow: hidden;
}

.home .findafirm .body h2 {
  font-weight: bold;
  font-size: 14px;
  color: #b73401;
  margin-top: 16px;
}

.home .findafirm .body ul, .home .findafirm .body ul li {
  list-style: none;
  margin: 0; padding: 0;
  line-height: 16px;
}

.home .findafirm .body ul li a, .home .findafirm .body ul li a:link, .home .findafirm .body ul li a:visited, .home .findafirm .body ul li a:hover, .home .findafirm .body ul li a:active  {
  color: #000;
  text-decoration: none;
}

.home .findafirm .body ul li a:hover {
  text-decoration: underline;
}

.home .findafirm .bottom {
  height: 56px;
  clear: both;
  background: #fff url(images/home-findafirm-bottom.png) top left no-repeat;
}

.home .featuredvideo {
  width: 651px;
  float: left;
  margin-top: 20px;
}

.home .featuredvideo .top {
  height: 68px;
  background: #fff url(images/home-featurednews-top.png) top left no-repeat;
}

.home .featuredvideo .top a {
  float: right;
  margin-top: 25px;
  margin-right: 26px;
}

.home .featuredvideo .body {
  background: #fff url(images/home-featuredvideo-body.png) bottom left no-repeat;
}

.home .featuredvideo .body iframe {
  margin-left: 25px;
}

.home .featuredvideo .body .bottom {
  margin-top: 10px;
  padding: 0 25px 50px 25px;
}

.home .featuredvideo .body .bottom p {
    margin-bottom: 20px;
}

.home .featuredvideo .bottom h2 {
  font-weight: bold;
  font-size: 14px;
  color: #b73401;
}

.home .featuredvideo .bottom h2 a, .home .featuredvideo .bottom h2 a:link, .home .featuredvideo .bottom h2 a:visited, .home .featuredvideo .bottom h2 a:hover, .home .featuredvideo .bottom h2 a:active  {
  color: #b73401;
  text-decoration: none;
}
.home .featuredvideo .bottom h2 a:hover {
  text-decoration: underline;
}

.home .featuredvideo .bottom a, .home .featuredvideo .bottom a:link, .home .featuredvideo .bottom a:visited, .home .featuredvideo .bottom a:hover, .home .featuredvideo .bottom a:active {
  font-weight: normal;
  color: #222;
  text-decoration: underline;
}

.home .featuredvideo .bottom a:hover {
  text-decoration: none;
}

.home-news {
    padding-left: 309px;
}

.home .infobox {
  float: left;
  margin-right: 10px;
  margin-top: 12px;
  width: 272px;
  height: 139px;
  padding: 30px 25px;
  background:#fff url(images/home-infoboxbg.png) top left no-repeat;
}

.home .infobox h2 {
  height: 18px; overflow: hidden;
}

.home .infobox h2 a, .home .infobox h2 a:link, .home .infobox h2 a:visited, .home .infobox h2 a:hover, .home .infobox h2 a:active {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}

.home .infobox h2 a:hover {
  text-decoration: underline;
}

.home .infobox dl, .home .infobox p { height: 75px; overflow: hidden; }

.home .infobox dl dt { font-weight: bold; clear: left; margin-right: 5px;  }
.home .infobox dl dd { }

.home .infobox dl dt {
  float: left;
}

.home .infobox .buttons { 
  clear: both;
}

.home .infobox .buttons a { 
  display: block; float: left; margin-right: 8px;
}

.home .footerboxes {
  display: block;
  color: #c5c5d3;
  width: 940px;
  height: 345px;
  background:#fff url(images/footerboxesbg.png) top left no-repeat;
  margin: 30px 20px 0px 20px;
  padding: 10px 0;
}

.home .footerboxes .footerbox {
  float: left;
  width: 300px;
  height: 325px;
  background:#fff url(images/footerboxbg.png) top left no-repeat;  
  margin-left: 10px;
}

.home .footerboxes .footerbox ul {
  padding: 0 30px;
  list-style: none;
}

.home .footerboxes .footerbox p {
  padding: 0 30px;
  margin-bottom: 20px;
}

.home .footerboxes .footerbox ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: dotted 1px #c5c5d3;
}

.home .footerboxes .footerbox ul li:last-child, .home .footerboxes .footerbox ul li.last {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.home .footerboxes .footerbox ul.insights {
  margin: 0;
  height: 240px;
  overflow: hidden;
}

.home .footerboxes .footerbox ul.insights li a, .home .footerboxes .footerbox ul.insights li a:link, .home .footerboxes .footerbox ul.insights li a:visited, .home .footerboxes .footerbox ul.insights li a:hover, .home .footerboxes .footerbox ul.insights li a:active {
  color: #c6c6d3;
}

.home .footerboxes .footerbox img {
  display: block;
}

.home .footerboxes .footerbox img.heading {
  margin-bottom:20px;
}

.home .footerboxes .footerbox a, .home .footerboxes .footerbox a:link, .home .footerboxes .footerbox a:visited, .home .footerboxes .footerbox a:hover, .home .footerboxes .footerbox a:active {
  color: #fd0;
  text-decoration: none;
}

.home .footerboxes .footerbox a:hover {
  text-decoration: underline;
}

#sidebar {
  width: 280px;
  float: left;
  margin: 20px 0 20px 30px;
  color: #c5c5d3;
}

#sidebar a, #sidebar a:link, #sidebar a:visited, #sidebar a:hover, #sidebar a:active {
  color: #fd0;
  text-decoration: none;
}

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

#sidebar .sidebox {
  margin-top: 20px;
  background-color: #3f3f3f;
}

#sidebar .sidebox .content {
  padding: 10px 20px 2px 20px;
}

#sidebar .sidebox .content p {
  margin-bottom: 10px;
}


.pagination {
clear:both;
padding:0;
position:relative;
font-size:11px;
line-height:13px;
}

.pagination span, #main #content .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#c7c7c7;
background: #7c7c7c;
}

#main #content .pagination a:hover{
color:#fff;
background: #000;
}

.pagination .current{
padding:6px 9px 5px 9px;
background: #000;
color:#fff;
}

.pagination .info {
display:block;
float:left;
background-color: #fff;
color: #000;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
width:auto;
}

#twitterfeedx { margin-left: 20px; margin-top: 10px; }
#twitterfeed { margin-left: 10px; margin-top: 0px; }
#sidebar #twitterfeedx { margin-left: 10px; margin-top: 5px; padding-bottom: 20px; }
#sidebar #twitterfeed { margin-left: 0px; margin-top: 5px; padding-bottom: 20px; }

#footer {
  text-align: center;
  margin-top: 35px;
  line-height: 20px;
  color: #222;
  padding-bottom: 30px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
  color: #222;
  text-decoration: none;
}

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

.clear { clear: both; }
.clear10 { height: 10px; clear: both; }
.clear20 { height: 20px; clear: both; }



/* =Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em 10px;
	padding: 1.625em;
	position: relative;
	width: 100%;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -100px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	margin: 0 auto 1.625em;
	padding: 0px;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #eee;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	top: -40px;	
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 0px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
  display: block;
	resize: vertical;
	margin: 0;
	width: 85%;
	position: relative;
	top: -40px;
	
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 85%;
	position: absolute;
	top: 5px;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
}
#respond input#submit {
  display: block;
  width: 196px;
  height: 46px;
  background: #fff url(images/btnPostComment.png) 0 0 no-repeat;
	color: #eee;
	cursor: pointer;
	margin: 20px 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#main #content #reply-title {
	border: 1px solid #d3d3d3;
	border-bottom: none;
	-moz-border-radius: 3px;
	border-radius: 3px;

	color: #373737;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	padding: 20px 0 0 20px;
	margin-bottom: 0;
	background-color: #ddd;
}
#main #content #respond form p {
	background-color: #ddd;
	padding-left: 20px;
	margin: 0;
	padding-bottom: 0px;
-webkit-margin-before: 0;
-webkit-margin-after: 0;	
}

#main #content #respond form p.logged-in-as {
  padding-bottom: 10px;
}

#main #content #respond form p.comment-notes {
  padding-bottom: 20px;
  }

#main #content #respond form p.form-allowed-tags {
}

#main #content #respond form p.form-submit {
  background-color: #fff;
  border: none;
  margin: 0;
  padding: 0;
}

#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 85%;
}
#respond p {
	font-size: 12px;
}

#main #content form p.comment-form-comment {
/*	margin: 0 0 0 20px; */
	padding: 0;
  border: none;
  border-bottom: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-allowed-tags {
	display: none;
}



/* SPRITES */

a.btnMessageFromTheChair {
  width: 184px;
  height: 30px;
  display: block;
  background: transparent url(images/btnMessageFromTheChair.png) 0 0 no-repeat;
}
a.btnMessageFromTheChair:hover {
  background-position: 0 -30px;
}

a.btnReadMoreAboutUs {
  width: 161px;
  height: 30px;
  display: block;
  background: transparent url(images/btnReadMoreAboutUs.png) 0 0 no-repeat;
}
a.btnReadMoreAboutUs:hover {
  background-position: 0 -30px;
}

a.btnReadMore {
  float: left;
  width: 75px;
  height: 22px;
  display: block;
  background: transparent url(images/btnReadMore.png) 0 0 no-repeat;
}
a.btnReadMore:hover {
  background-position: 0 -22px;
}

a.btnViewAllNews {
  float: left;
  width: 93px;
  height: 22px;
  display: block;
  background: transparent url(images/btnViewAllNews.png) 0 0 no-repeat;
}
a.btnViewAllNews:hover {
  background-position: 0 -22px;
}

a.btnView {
  display: block;
  width: 40px;
  height: 22px;
  background: transparent url(images/btnView.png) 0 0 no-repeat;
}
a.btnView:hover {
  background-position: 0 -22px;
}

a.btnViewAllEvents {
  display: block;
  width: 103px;
  height: 22px;
  background: transparent url(images/btnViewAllEvents.png) 0 0 no-repeat;
}
a.btnViewAllEvents:hover {
  background-position: 0 -22px;
}

a.btnViewAllFirms {
  margin-top: 30px;
  display: block;
  width: 99px;
  height: 26px;
  background: transparent url(images/btnViewAllFirms.png) 0 0 no-repeat;
}
a.btnViewAllFirms:hover {
  background-position: 0 -26px;
}

a.btnViewDetails {
  display: block;
  width: 84px;
  height: 22px;
  background: transparent url(images/btnViewDetails.png) 0 0 no-repeat;
}
a.btnViewDetails:hover {
  background-position: 0 -22px;
}

a.btnClickToViewCompanies {
  display: block;
  width: 246px;
  height: 46px;
  background: transparent url(images/btnClickToViewCompanies.png) 0 0 no-repeat;
}
a.btnClickToViewCompanies:hover {
  background-position: 0 -46px;
}

a.btnViewMoreVideos {
  display: block;
  width: 114px;
  height: 22px;
  background: transparent url(images/btnViewMoreVideos.png) 0 0 no-repeat;
}
a.btnViewMoreVideos:hover {
  background-position: 0 -22px;
}

/* Wordpress stuff */

ul, ol {
	margin: 0 0 1.625em 2.5em;
	padding: 0;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
cite {
	border: none;
}
big {
	font-size: 131.25%;
}

pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	padding: 0.75em 1.625em;
}
code, kbd, code var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	border: none;
	color: #333;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Tables */
table {
	border: none !important;
	border-bottom: 1px solid #ddd !important;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	margin: 0 0 1.625em;
	width: 100%;
}
tr th {
	border: none !important;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
td {
	border: none !important;
	border-top: 1px solid #ddd !important;
	padding: 6px 10px 6px 0;
}

/* Images */
img[class*="wp-image-"] {
	height: auto;
	max-width: 97.5%;
}
img.size-full {
	width: auto; /* Prevent stretching of full-size images in IE8 */
}
img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	margin-top: 0.4em;
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 1.625em;
}
.wp-caption {
	background: #eee;
	border: none;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption img {
	display: block;
	margin: 5px auto 0 !important;
	max-width: 98%;
	border-color: #eee;
}
.wp-caption .wp-caption-text,
.wp-caption-dd {
	color: #666;
	font-family: Georgia, serif !important;
	font-size: 12px;
	margin: 0 0 0.6em 0 !important;
	padding: 0 0 5px 40px;
	position: relative;
	text-align: left;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"] {
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {
	background: #fff;
	border-color: #ddd;
}
