/*
Theme Name: McCorkle company site
Theme URI: http://mccorkle.com
Description: Special theme for McCorkle
Version: 1.0
Author: TrueParallel
Author URI: http://trueparallel.com
Tags: custom


*/

html, body {
	margin: 0;
	padding: 0;
	height:100%; /* needed for container min-height */
	height: auto;
	background: #a6a6a6 url(images/body-bg.jpg) left top repeat-x;
	font: normal 10px/14px Arial, sans-serif;
	color: #323133;
}
body {
  overflow-x: hidden;
}
.border {
  border: 1px solid #a00;
}
.has-white-sh {
  text-shadow: 1px 1px 0 #fff;
}
.has-black-sh {
  text-shadow: 1px 1px 0 #000;
}

.clearfix {
  /*display: inline-block;*/
  //height: 1%; /* IE semantic hack */
}
.clearfix:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  line-height: 0;
}
.double-line {
  margin-bottom: 15px !important;
}
/* WRAPPER -------------------------------------------------------------------------------- */
#container {
	height: auto; /* real browsers */
	min-height: 100%; /* real browsers */
  background-color: #fff;
  position: relative;
}
.shadow-left-cont {
  margin: 0 auto;
  width: 1064px;
	background: transparent url(images/main-sh-left-cont.gif) left top repeat-y;
}
.shadow-right-cont {
  background: transparent url(images/main-sh-right-cont.gif) right top repeat-y;
}
.shadow-left {
	background: url(images/main-sh-left.jpg) left top no-repeat;
}
.shadow-right {
  background: url(images/main-sh-right.jpg) right top no-repeat;
	position: relative;
}
#container {
  width: 1024px !important;
  margin-left: 20px !important;
}


/* HEADER -------------------------------------------------------------------------------- */
#header {
  height: 84px;
  border-top: 1px solid #5d595b;
  border-bottom: 1px solid #5d595b;
	background: #f0f0f0 url(images/header-bg.jpg) left top repeat-x;
	padding: 30px 45px 0 0;
	text-align: right;
color: white;
}

#header #logo {
  position: absolute;
  display: block;
  left: 24px;
  top: 40px;
  width: 239px;
  height: 57px;
  background: url(images/logo-transparent.png) left top no-repeat;
  cursor: pointer;
}
#header form.login_form input {
  border: 1px solid #848388;
  background-color: #c6c6c6;
  height: 12px;
  color: #505153;
  font: 10px Arial, sans-serif;
  padding: 4px 3px;
  margin: 0 3px 5px 0;
}
#header form.login_form input.login-submit {
  border: 0;
  width: 55px;
  height: 23px;
  background: transparent url('images/login-submit.gif') center top no-repeat;
  color: #000000;
  padding: 4px 3px;
}


/* DROPDOWN MENU -------------------------------------------------------------------------------- */
#menu-wrapper {
  padding: 0 0 15px 0;
  background: transparent url(images/menu-bg.jpg) left top repeat-x;
}
#menu-wrapper #phone {
  float: right;
  font: 12px Arial, sans-serif;
  padding: 12px 25px 0 0;
  color: #5379a3;
}
#menu-wrapper a {
  color: #424242;
}
#menu-wrapper ul.nav-top {
  display: block;
  height: 37px;
  background: #ccc url(images/menu-bg.jpg) left top repeat-x;
  padding-left: 13px;
}
#menu-wrapper  ul.nav-top a.current {
  color: #5379a3! important;
}
#menu-wrapper  ul.nav-top a:hover {
  color: #6591b8;
}
#menu-wrapper ul.nav-top li {
  font: 10px Arial, sans-serif;
  display: inline;
  line-height: 37px;
  padding: 5px 6px 5px 12px;
  background: transparent url(images/menu-item.jpg) left top no-repeat;
  text-transform: uppercase;
}
#menu-wrapper ul.nav-top li.first {
  background: url(none);
}
#menu-wrapper ul.nav-top li ul {
  background: #000 url(none);
  width: 130px;
  padding: 5px 0 5px 12px;
  z-index: 2;
}
#menu-wrapper ul.nav-top li ul li {
  background: #000 url(none);
  font: 12px Arial, sans-serif;
  text-transform: capitalize;
  width: 100%;
  display: block;
  color: #fff;
  padding: 5px 0;
  height: 15px;
  line-height: 12px;
	cursor: pointer;
}
#menu-wrapper ul.nav-top li ul li a {
  color: #fff;
	cursor: pointer;
}
#menu-wrapper ul.nav-top li ul li ul {
  margin-top: 7px;
  left: 150px;
	cursor: pointer;
}

/* DROPDOWN ----------- */
.sf-menu {
	line-height: 1.0;
}
.sf-sub-indicator{
  display: none;
}
.sf-menu ul {
	position: absolute;
	top: -9999px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); /* IE 5.5+*/
  -moz-opacity: 0.8; /* Mozilla 1.6 и ниже */
  -khtml-opacity: 0.8; /* Konqueror 3.1, Safari 1.1 */
  opacity: 0.8; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}
.sf-menu ul * {
  text-shadow: none;
}
.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	position: relative;
}
.sf-menu a {
	position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left: 0;
	z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top: -9999px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top: -9999px;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left: 20px; /* match ul width */
	top: 0;
}
#menu-wrapper object {

}

/* CONTENT -------------------------------------------------------------------------------- */
#content {
  padding: 5px 40px 60px 20px; /* bottom padding for footer */
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 22px;
}
#content.home {
  padding-left: 40px;
}
#content h1 {
  color: #4776a7;
  font: normal 33px "Avenir Light", "Myriad Pro", sans-serif;
  text-transform: lowercase;
  padding: 0 0 13px 0;
  border-bottom: 1px solid #c0c0c0;
  margin: 0 0 20px 0;
  font-weight: lighter;
}
#content h2 {
  color: #5379a3;
  font: normal 18px Arial, sans-serif;
  margin: 25px 0 15px 0;
}
#content h2.smallmargin{
  margin: 5px 0 0px 0 !important;
}
#content h3 {
  color: #5379a3;
  font: normal 15px Arial, sans-serif;
  margin: 10px 0 5px 0;
}
#content h3.smallmargin{
  margin-bottom: 5px !important;
}

#content a, #content a:hover, #content a:visited {
  color: #1f4b79;
  text-decoration: underline;
}
#content li {
  margin: 0 0 7px 0;
}
#content p {
  margin: 0 0 10px 0;
}
#content label {
  display: inline-block;
  float: left;
  clear: none;
  color: #5379a3;
  line-height: 18px;
  padding: 0 2px 0 0;
}

#content .hr {
  border-bottom: 1px solid #b2b2b2;
  margin: 0 0 20px 0;
}
#content .blue {
  color: #5379a3;
}
#content .pre {
  margin: 5px 0 0 0;
  font-size: 14px;
  line-height: 24px;
}
#content table {
  padding: 0 0 10px 0;
}
#content div.block {
  display: inline-block;
  position: relative;
  height: 100%;
}
#content .main-left {
  float: left;
  width: 345px;
  margin: 0px 25px 0 0;
}
#content .main-center {
  float: left;
  width: 310px;
  margin: 0px 0 0 0;
}
#content .solutions-block {
  width: 435px;
  min-height: 160px;
  margin: 0 10px 15px 0;
}

#content .pad15 {
  padding: 15px;
}
#content .pad015 {
  padding: 0 15px;
}
#content .marleft {
  margin-left: 20px;
}
#content .graybg {
  background: #eee url(images/block-graybg.gif) left top repeat-x;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
#content .graybg>.sh-r {
  position: absolute;
  top: 7px;
  right: -7px;
  width: 7px;
  height: 100%;
  background: url(images/block-sh-r.jpg) left top repeat-y;
}
#content .graybg>.sh-b {
  position: absolute;
  bottom: -7px;
  left: 7px;
  width: 100%;
  height: 7px;
  background: url(images/block-sh-b.jpg) left top repeat-x;
}
#content .graybg>.sh-rtc {
  position: absolute;
  top: 0;
  right: -7px;
  width: 7px;
  height: 7px;
  background: url(images/block-sh-rtc.jpg) left top no-repeat;
}
#content .graybg>.sh-rbc {
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 7px;
  height: 7px;
  background: url(images/block-sh-rbc.jpg) left top no-repeat;
}
#content .graybg>.sh-lbc {
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 7px;
  height: 7px;
  background: url(images/block-sh-lbc.jpg) right top no-repeat;
}

#content .fixh {
  min-height: 360px;
}
#content .news {
  font-weight: bold;
  line-height: 14px;
}

#content #contact {
  width: 500px;
  line-height: 13px;
}
#content {
  line-height: 20px;
}
#content #contact input {
  width: 310px;
  font-size: 12px;
  height: 19px;
  margin-bottom: 2px;
}
#content #contact input.submit{
  height: auto !important;
}
#content #contact textarea {
  width: 314px;  
}
#content #contact .city input {
  width: 180px;
}
#content #contact .state input {
  margin: 0 0 0 4px;
  width: 120px;
}
.submit {
  border: 0;
  width: 76px;
  max-width: 76px;
  height: 23px;
  background: transparent url('images/forms-submit.gif') center top no-repeat;
  padding: 4px 3px;
}
.bios {
  width: 55%;
  padding: 0 30px;
}
#solutions-teasers {
  width: 970px;
  height: 527px;
  background: url(images/solutions-background.jpg) top left no-repeat;
  position: relative;
  color: #555;
  font-size: 13px;
}
#solutions-teasers .spacer {
  width: 100%;
  height: 175px;
  clear: both;
}
#solutions-teasers h3 {
  font-size: 20px;
  color: #5379a3;
  margin: 0 0 5px 0;
}
#solutions-teasers em {
  display: block;
  color: #5379a3;
  margin: 0 0 5px 0;  
  font-style: normal;
}
.solution-teaser.under {
  float: left;
  width: 455px;
  padding: 25px 10px 0 20px;
}
.solution-teaser.over {
  width: 520px;
  float: none;
  position: absolute;
  top: 200px;
  left: 210px;
  
}
/* SIDEBAR -------------------------------------------------------------------------------- */
#content {
  position: relative;
}
#content #sidebar-right {
  float: right;
  max-width: 210px;
  margin: 0 0 20px 10px;
}
.about-photo {
  padding-top: 180px;
}


/* FOOTER --------------------------------------------------------------------------------- */
#footer {
	position: absolute;
  border-top: 1px solid #b2b2b2;
	width: 1024px;
	height: 30px;
	bottom: 0; /* stick to bottom */
  left: 0px;
  font: 10px Arial, sans-serif;
  color: #505153;
  text-align: right;
  background: #ddd url(images/footer-bg.jpg) left top repeat-x;
}
#footer a {
  color: #505153;
}
#footer #copy {
  padding: 0 25px 0 0;
  font: 10px/30px Arial, sans-serif;
  color: #5379a3;
}
#footer ul.nav-bottom {
  float: left;
  display: block;
  height: 30px;
}
#footer ul.nav-bottom li {
  display: inline;
  line-height: 30px;
  padding: 5px 6px 5px 12px;
  background: transparent url(images/footer-item.jpg) left center no-repeat;
  text-transform: uppercase;
}
#footer ul.nav-bottom a:hover {
  color: #6591b8;
}
#footer ul.nav-bottom li.first {
  background: none;
}

/* SPECIAL FIXES ---------------------------------------------- */
.content-wrapper table td {
  padding-right: 50px;
}
/* Industry */
.page-id-8 h2 {
  margin-bottom: 10px !important;
}
.page-id-8 .industry-table td {
  width: 180px;
  white-space: nowrap !important;
}
.industry-table td {
  padding: 0 30px 0 0;
}
/* Solutions */
.page-id-10 h2 {
  margin-bottom: 27px !important;
}
/* Solutions/* */
.parent-pageid-10 h3.blue, .parent-pageid-28 h3.blue {
  font-size: 15px !important;
  margin: 20px 0 4px 0 !important;
}
/* solutions/court-reporting/* */
.parent-pageid-28 h2 {
  margin-bottom: 10px !important;
}
.column {
  float: left;
}
.description {
  clear: both;
  margin-top: 40px;
  width: 670px;
}
.video-description {
  float: right;
  width: 125px;
  padding-left: 25px;
  margin-right: -150px;
}
.services-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.column .services-list {
  width: 300px;
  padding-right: 40px;
}
.column h3 {
  margin: 0 0 25px 0 !important;
  color: #6591b8;
}
.services-list li {
  margin: 0 0 12px 0;
  line-height: 110%;
}
/* solutions/video */
.page-id-34 .services {
  margin-top: 5px;
}
.services h2 {
  margin-top: 0 !important;
}
/* reporters */
p.teaser {
  font-size: 15px !important;
  width: 670px;
}
p.teaser-small {
  font-size: 12px !important;
  width: 670px;  
}
.page-id-22 h2 {
  margin-bottom: 10px !important;
}
.page-id-22 p {
  margin-bottom: 15px !important;
}
.page-id-22 .wpcf7 {
  margin-bottom: 30px;
}
h2.sidebar-header {
  color: #5379a3;
  margin: 0 0 10px 0 !important;
  padding: 0;
  font-size: 15px;
}
/* attorney */
img.attroney-pic {
  margin-bottom: 10px;
}
.page-id-26 h3 {
  font-size: 15px !important;
  margin: 20px 0 10px 0 !important;
}
.page-id-26 .submit {
  font-size: 11px;
  padding: 0 0 0 1px !important;
}
/* faq & news */
.faq-block p, .news-block p {
  margin-bottom: 17px !important;
  font-size: 12px !important;
}
.faq-block .blue, .news-block .blue {
  color: #5379a3 !important;
}
img.news-pic {
  margin-bottom: 18px;
}
/* resources */
.page-id-43 h2 {
  font-size: 15px !important;
}
.page-id-43 #content a {
  color: #5379a3 !important;
}
/* about us */
.about-mcc h2 {
  margin: 0 0 10px 0 !important;
}
.about-mcc h3 {
  margin: 15px 0 5px 0 !important;
  color: #5379a3;
  font-size: 15px !important;
}
/* sitemap */
.page-link {
  margin: 15px 0 0 0 !important;
}
.child-page-link {
  margin: 0 0 0 10px !important;
}
/* terms-of-use */
.page-id-73 h2 {
  font-size: 15px !important;
  color: #5379a3;
  margin-bottom: 10px !important;
}
.page-id-73 .please-read {
  color: #5379a3;
  width: 670px;
  margin-bottom: 17px !important;
}
.page-id-73 .description {
  margin-top: 0 !important;
}
.small-video {
  float: left;
}
#home-newsblock {
  max-width: 187px;
}
/* SPECIAL FIXES END ------------------------------------------ */