/*
Theme Name: Cardinal Peak
Theme URI: http://wordpress.org/
Description: The Cardinal Peak WordPress theme.
Version: 1.0
Author: Cardinal Peak
*/

html, body
{
  width:100%;
  padding:0px;
  margin:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#444444;
}

html
{
  background:left top url(images/page_bg.gif) repeat-x #333333;
}

form
{
  vertical-align:top;
}

select
{
  width:95%;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  padding:4px;
  border:none;
  background:#FFFFFF;
  color:#999999;
}

div, images, a, h1, h2, h3, ul, li, p, form, ul, li
{
  padding:0px;
  margin:0px;
}

/* To be used only for the logo/company name */ 
h1 {
	display: block;
	width: 234px;
	height: 95px;
	background: transparent url(images/logo.gif) no-repeat;
	text-indent: -9999px;
	position: absolute;
	left: 50%;
	margin-left: -395px;
	z-index: 10000;
}
h1 a {
	display: block;
	width: 234px;
	height: 95px;
	background: transparent url(images/logo.gif) no-repeat;
}
h1 a:hover {
	background: transparent url(images/logo.gif) no-repeat;
}
img.logo {
	display: block;
	width: 234px;
	height: 95px;
	position: absolute;
	left: 7px;
	z-index: 100;
}

h3, h4, h5, h6 
{
  font-size:15px;
  color:#a21e22;
}

p
{
  padding:2px 0px 10px 0px;
}


img
{
  border:none;
}

a
{
  color:#333333;
  text-decoration:underline;
}

a:hover 
{
  color:#9a3233;
}

pre
{
  margin: 0;
}
pre.last {
	margin-bottom: 15px;
}

ol
{
	margin-top: 0;
}

/* General Page Elements */
body {
	background: #1d1e1e url(images/page_bg_shaded.gif) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #444;
	word-wrap: break-word; 
	-webkit-nbsp-mode: space; 
	-webkit-line-break: after-white-space;
}
#outercontainer {
	width: 100%;
	margin: 0px auto;
	background: transparent url(images/header_bg.gif) no-repeat top center;
}
#container {
	width: 804px;
	padding: 0px 16px;
	position: relative;
	margin: 0px auto;
	line-height: 1.4;
}
#header {
	position: relative;
	background: #fff;
	width: 804px;
	height: 118px;
}
#contactinfo {
	position: absolute;
	top: 20px; 
	left: 50%;
	margin-left: 180px;
	width: 200px;
	font-size: 100%;
	text-align: right;
}
#contactinfo a {
	color: #333;
}
#contactinfo a:hover {
	color: #9a3233;
}
#contactinfo h3 {
	color: #a30e16;
	font-size: 130%;
	padding: 0;
	text-align: right;
}

#contactinfo-cc {
	position: absolute;
	top: 20px; 
	left: 50%;
	margin-left: 180px;
	width: 200px;
	font-size: 100%;
	text-align: right;
}
#contactinfo-cc a {
	color: #333;
}
#contactinfo-cc a:hover {
	color: #9a3233;
}

#contactinfo-cc h3 {
	color: #a30e16;
	font-size: 130%;
	padding: 0;
	text-align: right;
}

#content {
	position: relative;
	width: 804px;
	padding: 20px 0px 50px;
	background: #fff;
	margin: 0px auto;
	overflow: visible;
	float: left;
}
div.navigation {
	display: block;
	width: 100%;
	float: left;
	float: right;
	padding:10px 0 25px;
}
.cc-blog .navigation {
	width: 560px;
	float: none;
}
.topDiv
{
  width:100%;
  height:118px;
  background:center top url(images/header_bg.gif) no-repeat;
}

.centerTop
{
  width:804px;
  height:118px;
  margin:0 auto;
  background:#FFFFFF;
}

.logoDiv
{
  position:absolute;
  margin:2px 0px 0px 6px;
}

.LinkTop
{
  text-align:right;
  padding:20px 22px 0px 0px;
  color:#333333;
}

.LinkTop h3 
{
  color:#a30e16;
  font-size:17px;
  padding:10px 0px 0px 0px;
  text-align:right;
}

/*.ContDiv
{
  width:804px;
  min-height:400px;
  /*height:expression(this.scrollHeight < 400 ? "400px" : "auto" ); 
  margin:0 auto;
  padding:15px 0px 0px 0px;
  background: #fff;
  float: left;
}*/

.leftCont
{
  width:560px;
  float:left;
  display:block;
}
img.inset {
	float: left;
	border: 4px solid #fff;
	margin-right: 10px; 
	padding: 0;
	position: relative; /* peekaboo bug fix for IE */
}

.leftCont h2
{
  color:#323232;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-transform:uppercase;
}

.leftCont ul
{
  padding-left:45px;
  padding-bottom:15px;
}
.leftCont ul li
{
  padding:0px 0px 5px 10px;
}

.leftContPad
{
  padding:35px 50px 0px 30px;
}

.topText
{
  background:left bottom url(images/bg_img_7.jpg) repeat-x;
  padding:0px 0px 10px 0px;
  line-height:18px;
}

.cc-blog .topText, .cc-blog .postDiv, .cc-blog .postDivSingle, .cc-blog .navigation, .cc-blog .padComm {
	margin-left: 30px;
}
.cc-blog .topText h2, 
.cc-blog .topText p, 
.cc-blog .postDiv h2, 
.cc-blog .postDiv p 
.cc-blog .postDivSingle h2, 
.cc-blog .postDivSingle p,
.cc-blog .padComm h3, 
.cc-blog .padComm p {
	padding-left: 0px;
}
.cc-blog .postDiv h2, .cc-blog .postDivSingle h2 {
	color: #323232;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h2.titleTop
{
  font-size:17px;
  color: #a21e22;
  font-family:Georgia, Times, serif;
  text-align:left;
  text-transform:none;
  padding-bottom: 5px;
}

.postDiv
{
  background:left bottom url(images/border.jpg) repeat-x;
  padding:16px 0px 19px 0px;
}

.postDivSingle
{
  background:left bottom url(images/border.jpg) repeat-x;
  padding:0px 0px 19px 0px;
}

.leftCont h2 a, .cc-blog .postDiv h2 a, .cc-blog .postDivSingle h2 a
{
  color:#323232;
  text-transform:uppercase;
  text-decoration:none;
}
.leftCont h2 a:hover, .cc-blog .postDiv h2 a:hover, .cc-blog .postDivSingle h2 a:hover {
	text-decoration: underline;
}

.leftCont h3 a, .cc-blog .postDiv h3 , .cc-blog .postDivSingle h3 a
{
  color:#323232;
  text-transform:uppercase;
  text-decoration:none;
}

#content.cc-blog img {
	padding: 0;
	float: left;
    margin: 2px 20px 9px 0;
}

.dateDiv
{
  padding:4px 0px 10px 0px;
}

.leftCont p
{
  padding:0px 0px 15px 0px;
  line-height:18px;
}

.commDiv
{
  font-size:11px;
  padding:0px 0px 5px 0px;
}

.commDiv a, .cc-blog .commDiv a
{
  color:#656565;
  text-decoration:underline;
  padding:0;
}

.commDiv a:hover, .cc-blog .commDiv a:hover
{
  text-decoration:underline;
  color:#7b7a7a;
}

.leftCont img
{
  float:left;
  margin:2px 20px 9px 0px;
}

.leftCont img.aligncenter {
  display: block;
  margin: 0px auto;
  text-align: center;
  float: none;
}


.RightCont
{
  width:243px;
  float:left;
  display:block;
}

.cc-blog #secondarycontent {
	background: #fff;
	padding-left: 20px; 
}

.RightCont p {
	padding: 0;
}

.rightContPad
{
  padding:7px 0px 0px 0px;
}

.RightCont ul
{
  padding:0px;
}

.padRight
{
  padding:15px 15px 5px 15px;
}

.botPad
{
  width:243px;
  height:9px;
  font-size:1px;
  background:#FFFFFF;
}

.widgetTop
{
  background:left bottom url(images/bg_img_5.jpg) repeat-y;
}

.widgetTop ul li
{
  padding:0px 0px 5px 0px;
  display:block;
}

.widgetBgImg, #secondarycontent .cc-feed
{
  min-height:57px;
  height:expression(this.scrollHeight < 57 ? "57px" : "auto" );
  background:left bottom url(images/bg_img_3.jpg) no-repeat;
}

#secondarycontent .cc-feed {
  padding: 15px 15px 5px 20px;
  min-height: 37px;
  margin: 8px 0;
}

.widgetBgImg h3, #secondarycontent .cc-feed h3
{
  background:url(images/rss_icon.gif) top right no-repeat;
  padding:5px 30px 0px 0px;
  font-size:15px;
  color: #A21E22;
}
.widgetBgImg h3 a, #secondarycontent .cc-feed h3 a {
  text-decoration: none;
  color: #A21E22;
}
.widgetBgImg h3 a:hover, #secondarycontent .cc-feed h3 a:hover {
  text-decoration: underline;
}

.widgetBgImg h2
{
  color:#333;
  font-size:12px;
  padding:0px 0px 5px 0px;
  font-family:Arial, Helvetica, sans-serif;
}

.widgetBgImg h2 a
{
  color:#333;
  text-decoration:underline;
}

.widgetBgImg h2 a:hover
{
  color:#9a3233;
}

.widget1
{
  background:left top url(images/bg_img_5.jpg) repeat-y;
}

.cc-top-posts, #secondarycontent.cc .widget1 {
  min-height:100px;
  height:expression(this.scrollHeight < 100 ? "100px" : "auto" );
  background:#dedede left top url(images/bg_img_2.jpg) no-repeat;
  margin: 8px 0;
}
.cc-top-posts h2, #secondarycontent.cc .widget1 h2 {
	padding: 0 0 5px 0;
	color: #333;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 100%;
}
.cc-top-posts h2, .cc-top-posts h2 a {
	color: #333;
}

.cc-top-posts ul, #secondarycontent.cc .widget1 ul {
	display: block;
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
}

.cc-top-posts ul li, #secondarycontent.cc .widget1 ul li {
	padding:0px 0px 15px 0px;
  	display:block;
}

.cc-top-posts ul li a, #secondarycontent.cc .widget1 ul li a {
	color: #333;
	text-decoration: underline;
}

.cc-top-posts ul li a:hover, #secondarycontent.cc .widget1 ul li a:hover {
	color: #A21E22;
}

.widget1BgImg
{
  min-height:100px;
  height:expression(this.scrollHeight < 100 ? "100px" : "auto" );
  background:left top url(images/bg_img_2.jpg) no-repeat;
}

#secondarycontent.cc .widget1BgImg, #secondarycontent.cc .padRight {
	padding: 0;
	margin: 0;
	background: transparent;
	min-height: auto;
	height: auto;
}

.widget1 ul
{
  display:block;
  list-style: none;
}

.widget1 ul li
{
  padding:0px 0px 15px 0px;
  display:block;
  list-style: none;
}

.widget1BgImg h2, .widget2BgImg h2
{
  color:#333;
  font-size:100%;
  padding:0px 0px 5px 0px;
  font-family:Arial, Helvetica, sans-serif;
}

.widget1BgImg h2.top_posts, .widget2BgImg h2.top_posts {
	color: #333;
}
.widget1BgImg h2 a, .widget2BgImg h2 a
{
  color:#333;
  text-decoration:none;
}

.cc-top-posts h2 a:hover, .widget1BgImg h2 a:hover, .widget2BgImg h2 a:hover
{
  color:#9a3233;
}

.widget2
{
  background:left top url(images/bg_img_5.jpg) repeat-y;
}

.widget2BgImg
{
  min-height:77px;
  height:expression(this.scrollHeight < 77 ? "77px" : "auto" );
  background:left top url(images/bg_img_6.jpg) no-repeat;
}

.widgetBot
{
  min-height:200px;
  height:expression(this.scrollHeight < 200 ? "200px" : "auto" );
  background:left top url(images/bg_img_4.jpg) no-repeat;
}

.widgetBot h2
{
  color:#333;
  font-size:100%;
  padding:0px 0px 5px 0px;
  font-family:Arial, Helvetica, sans-serif;
}

.widgetBot h2 a
{
  color:#333;
  text-decoration:underline;
}

.widgetBot h2 a:hover
{
  color:#9a3233;
}

.footer
{
  width:804px;
  min-height:50px;
  height:expression(this.scrollHeight < 50 ? "50px" : "auto" );
  margin:0 auto;
  clear:both;
  padding:0px 0px 20px 0px;

  position: relative;
}

.lineRed
{
  width:804px;
  height:20px;
  background:#a21e22;
  position:absolute;
  margin:-25px 0px 0px 0px;
  font-size:1px;
}

#footer {
	position: relative;
	clear: both;
	width: 804px;
	border-top: 20px solid #a21e22;
	padding: 20px 0;
	text-align: center;
	background: #fff;
}
#footer ul {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	list-style: none;
}
#footer ul li {
	list-style-type: none;
	display: inline;
	font-size: 11px;
	padding: 0px 0px 0px 10px;
	background: url(images/footerlink_bg.gif) no-repeat 0px 3px;
	line-height: 10px;
}
#footer ul li:first-child {
	background: transparent;
	padding-left: 5px;
}
#footer ul li a {
	color: #333;
	text-transform:uppercase;
	text-decoration:none;
}
#footer ul li a:hover {
	color: #9a3233;
}
#footer p {
	clear: both;
	width: 100%;
	font-size: 11px;
	color: #333;
	padding: 10px 0;
	text-align: center;
}

.menuDiv
{
  position:absolute;
  margin:101px 0px 0px 0px;
}

div.featured {
	background: #dfdfdf url(/img/secondarycontent_bg.gif) no-repeat top left;
	margin: 8px 0;
	padding: 15px;
}
div.featured h4, div.featured h4 a {
	color: #333;
	margin: 0;
	text-decoration:none;
}
div.featured h4 a:hover {
	color: #9a3233;
}
div.featured h4.casecracker {
	display: block;
	width: 140px;
	height: 29px;
	background: url(/img/casecracker.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
}
div.featured h4.casecracker a, div.featured h4.casecracker a:hover {
	color: transparent;
	border: 0px none;
	text-decoration: none;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 55px;
	z-index: 10000;
}
#secondarycontent div.featured h4 {
	font-size: 100%;
	padding-bottom: 5px;
}
div.featured p a {
	color: #333;
	text-decoration: underline;
}
div.testimonial {
	background: #dfdfdf url(/img/testimonial_bg.gif) repeat-x bottom left; 
	margin: 8px 0;
	padding: 15px;
}
div.cpgeneral {
	margin: 8px 0;
	padding: 15px;
	background: #dfdfdf;
}
#secondarycontent div.testimonial p {
	font: 14px Georgia, Times, serif;
	color: #a33038;
	padding-bottom: 15px;
}
#secondarycontent div.testimonial p.credit {
	font-size: 12px;
	color: #333;
}

/* Navigation */
ul#navigation { 
	position: absolute;
	top: 101px;
	float: left;
	width: 804px;
	height: 30px;
	padding: 0;
	margin: 0;
	background: #aa2125 url(images/nav_bg_slice2.gif) top left repeat-x;
}
ul#navigation li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #660033;
	position: relative;
}
ul#navigation li:last-child, ul#navigation li.blog {
	border-right: 0px none;
}
ul#navigation li a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-decoration: none;
	padding: 9px 0px;
	background: transparent;
	text-align: center;
	border: 0;
}
ul#navigation li.about a {
	width: 140px;
}
ul#navigation li.industries a {
	width: 175px;
}
ul#navigation li.expertise a {
	width: 170px;
}
ul#navigation li.casestudies a {
	width: 180px;
}

ul#navigation li.blog a {
	width: 134px;
}
#outercontainer.about ul#navigation li.about a,
#outercontainer.industries ul#navigation li.industries a,
#outercontainer.expertise ul#navigation li.expertise a,
#outercontainer.casestudies ul#navigation li.casestudies a,
#outercontainer.why ul#navigation li.why a,
#outercontainer.news ul#navigation li.news a,
#outercontainer.blog ul#navigation li.blog a,
ul#navigation li a:hover,
ul#navigation li:hover a,
ul#navigation li.sfhover a {
	color: #a21e22;
	background: #fff url(images/nav_over.gif) top right repeat-x;
}

/* Subnavigation Drop-Down Styles */
ul#navigation li ul {
	visibility: hidden; 
	position: absolute; 
	top: 30px; 
	left: 0; 
	overflow: hidden;
	padding: 10px 0;
	margin: 0;
}
ul#navigation li.news ul.news {
	position: absolute;
	top: 30px;
	left: -118px;
	width: 190px;
}

/* first line style (:hover) for IE7 and non-IE browsers and the second line (.sfhover) for <= IE6 */
ul#navigation li:hover ul,
ul#navigation li.sfhover ul {
	visibility: visible; 
	height: auto;
	width: 190px; 
	background: #670d0f; 
	border: 0; 
	position: absolute;
	left: 0; 
	top: 30px; 
	overflow: visible;
	float: none;
	padding: 10px 0;
}
ul#navigation li.news:hover ul,
ul#navigation li.sfhover ul.news {
	position: absolute;
	top: 30px;
	left: -118px;
}
ul#navigation li ul li,
ul#navigation li:hover ul li,
ul#navigation li.sfhover ul li {
	float: none;
	padding: 0;
	margin: 0;
}
/* Fixes a whitespace bug in <= IE6 */
* html ul#navigation li ul li,
* html ul#navigation li:hover ul li,
* html ul#navigation li.sfhover ul li {
	display: inline;
}
ul#navigation li ul li:first-child {
	padding-left: 0;
}
#outercontainer.about ul#navigation li.about ul li a,
#outercontainer.industries ul#navigation li.industries ul li a,
#outercontainer.expertise ul#navigation li.expertise ul li a,
#outercontainer.casestudies ul#navigation li.casestudies ul li a,
#outercontainer.why ul#navigation li.why ul li a,
#outercontainer.news ul#navigation li.news ul li a,
#outercontainer.blog ul#navigation li.blog ul li a,
ul#navigation li:hover ul li a,
ul#navigation li.sfhover ul li a {
	display: block; 
	font-weight: normal;  
	line-height: 1.4;
	text-decoration: none;  
	background: transparent;
	height: auto; 
	padding: 3px 15px;    
	color: #fff;
	margin: 0; 
	border: 0;
	text-align: left;
	width: 160px;
}
#outercontainer.about ul#navigation li.about ul li:hover a, #outercontainer.about ul#navigation li.about ul li.sfhover a,
#outercontainer.industries ul#navigation li.industries ul li:hover a, #outercontainer.industries ul#navigation li.industries ul li.sfhover a,
#outercontainer.expertise ul#navigation li.expertise ul li:hover a, #outercontainer.expertise ul#navigation li.expertise ul li.sfhover a,
#outercontainer.casestudies ul#navigation li.casestudies ul li:hover a, #outercontainer.casestudies ul#navigation li.casestudies ul li.sfhover a,
#outercontainer.why ul#navigation li.why ul li:hover a, #outercontainer.why ul#navigation li.why ul li.sfhover a,
#outercontainer.news ul#navigation li.news ul li:hover a, #outercontainer.news ul#navigation li.news ul li.sfhover a,
#outercontainer.blog ul#navigation li.blog ul li:hover a, #outercontainer.blog ul#navigation li.blog ul li.sfhover a,
ul#navigation li:hover ul li:hover a,
ul#navigation li.sfhover ul li.sfhover a,
ul#navigation li ul li a:hover  {
	color: #ededed;
	text-decoration: underline;
	background: transparent;
}

.alignright 
{
  float:right;
}

.alignleft 
{
  float:left;
}

.postmetadata
{
  padding:0px 0px 0px 0px;
  line-height:16px;
  font-size:11px;
}

.cc-blog .postmetadata {
	width: 500px;
}
#respond
{
  padding:0px 0px 25px 0px;
}

#respond h3
{
 color:#323232;
 font-size:12px;
}

#comment
{
  width:470px;
  height:84px;
  border:1px #666666 solid;
  background:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#666666;
  margin:0px 0px 25px 0px;
}

#author, #email, #url
{
  width:202px;
  height:17px;
  border:1px #666666 solid;
  background:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#666666;
  padding:3px;
}

#respond .nameInput
{
   padding:15px 0px 7px 0px;
}

#submit
{
  width:152px;
  height:19px;
  background:left top url(images/sub.jpg) no-repeat;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  display:table;
  vertical-align:top;
  overflow: hidden;
  text-align:center;
}

.padSearch
{
  padding:0px 0px 20px 0px;
}

.inpSearch
{
  width:120px;
  height:15px;
  border:1px #666666 solid;
  background:#FFFFFF;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#666666;
  vertical-align:middle;
}

#searchsubmit
{
  width:60px;
  height:19px;
  background:left top url(images/search.jpg) no-repeat;
  border:none;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  color:#000000;
  text-align:center;
  vertical-align:middle;
}

.padComm
{
  padding:15px 0px 10px 0px;
}

#comments
{
 color:#323232;
 font-size:12px;
}

.textComments
{
  padding:0px 0px 0px 15px;
}

.wp-caption p.wp-caption-text {
	font-size: 12px;
	font-style: italic; 
	line-height: 17px;
	padding: 0px 0px 10px 0px;
	margin: 0;
}


#blog-intro a, #blog-intro a:link, #blog-intro a:visited, .topText p a {
	text-decoration:none;
	color:#9a3233;
}
#blog-intro a:hover, .topText p a:hover {
	color: #7C1619;
}


/*Additional Styles for the Jobs Pages */
#outercontainer.about .topText, #outercontainer.about .postDiv, #outercontainer.about .postDivSingle {
    background: transparent;
}
#outercontainer.about .topText {
	margin-bottom: 15px;
}
#outercontainer.about .postDiv, #outercontainer.about .postDiv h2 {
	padding-top: 0;
}
#outercontainer.about .dateDiv, #outercontainer.about .postmetadata {
	padding: 5px 265px 0 180px;
}
#outercontainer.about .postDiv h2, #outercontainer.about .postDivSingle h2, #outercontainer.about .postDiv h2 a, #outercontainer.about .postDivSingle h2 a {
	color: #323232;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}
#outercontainer.about .postDiv h2 a:hover, #outercontainer.about .postDivSingle h2 a:hover {
	text-decoration: underline;
}
hr.jobs {
    border: 0px none;
	background: transparent url(images/border.jpg) repeat-x scroll left bottom;
	height: 3px;
	padding: 0;
	margin: 15px 265px 0 180px;
}
hr.jobs.top {
	background: transparent url(images/bg_img_7.jpg) repeat-x scroll left bottom;
}










