/*   
Theme Name: Outrank
Description: WordPress theme for Outrank.com
Author: Olive
Author URI: http://olivedesign.com
*/

/******************
Global Styles
******************/
* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	font-family: Helvetica;
	font-size: 12px;
	line-height: 14px;
	color: #666666;
}

img {border: 0;}

img.alignright {float:right; margin: 0 0 10px 10px;}

img.alignleft {float:left; margin: 0 10px 10px 0;}

img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

a {
	color: #002E7B;
}

a:hover {
	
}

sup {
	font: 8px/8px Arial,Helvetica,sans-serif;
	vertical-align: top;
}

.right {float: right;}

.left {float:left;}

.clear {clear:both;}

/******************
Image Replacement Styles
******************/
.image_replace {
	display: block;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

.image_replace_anchor {
	background-position: 0 0;
	background-repeat: no-repeat;
}

.image_replace_anchor a {
	display: block;
	text-indent: -9999px;
	outline: none;
}

#logo_outrank {
    background-image: url("images/logo_outrank.png");
    float: left;
    height: 71px;
    line-height: 71px;
    width: 226px;
}

#logo_outrank a {
    height: 71px;
    line-height: 71px;
    width: 226px;
}


#logo_profit_fuel {
  width: 127px;
  height: 27px;
  line-height: 27px;
  background-image: url(images/logo_profit_fuel.png);
  float: left;
}

#logo_profit_fuel a {
  width: 127px;
  height: 27px;
  line-height: 27px;
}

/******************
Wrapper Styles
******************/
#wrapper {
	margin: 0px auto;
	width: 1082px;
}

.home #wrapper {
  width: 1087px;
}

/******************
Header Styles
******************/
#header {
	background-image: url(images/bg_header.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 88px;
  padding: 28px 50px 0px 155px;
}

.home #header {
  background-image: url(images/bg_header_home.png);
}

#header_phone {
  float: right;
  padding: 10px 0px 0px 0px;
  color: #262626;
  font-weight: bold;
}

#header_phone .phone_number {
  font-size: 30px;
  line-height: 30px;
  color: #FF340F;
}

/******************
Banner Styles
******************/
.home #banner {
  height: 203px;
  background-image: url(images/bg_banner_home.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

/******************
Navigation Styles
******************/
#navigation {
  background-image: url(images/bg_navigation.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 37px;
  padding: 0px 0px 0px 150px;
}

.home #navigation {
  background-image: url(images/bg_navigation_home.png);
}

#nav {
  
}

#nav li {
  float: left;
  padding: 0px 15px 0px 13px;
  background-image: url(images/bullet_nav.png);
  background-position: right center;
  background-repeat: no-repeat;
}

#nav li a {
  display: block;
  float: left;
  height: 37px;
  line-height: 37px;
  color: #fff;
  text-decoration: none;
}

#nav li a:hover {
  color: #FF5C22;
}

#nav li.current-menu-item a {
  color: #FF5C22;
}

#nav li.last {
  background: none;
}

/******************
Content Styles
******************/
#content {
	background-image: url(images/bg_content_repeat.png);
	background-position: 0px 0px;
	background-repeat: repeat-y;
	width: 100%;
}

#content_top {
  background-image: url(images/bg_content_top.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 100%;
}

#content_bottom {
  background-image: url(images/bg_content_bottom.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
  width: 100%;
}

#main {
  float: left;
  width: 695px;
  padding: 40px 0px 80px 165px;
  color: #073364;
}

.page-template-page-successes-php #main {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  width: 735px;
  padding: 40px 0px 80px 145px;
}

.page-template-page-successes-php #main a {
  text-decoration: none;
}

.page-template-page-testimonials-php #main {
  font-weight: normal;
  color: #666666;
  font-size: 12px;
  line-height: 14px;
  width: 815px;
  padding: 40px 0px 80px 100px;
}

#main h2 {
  font-size: 25px;
  line-height: 25px;
  color: #E11600;
  padding: 0px 0px 20px 0px;
}

#main p, #main blockquote, #main ul, #main ol {
  padding: 0px 0px 20px 0px;
}

#main ul {
  padding-left: 15px;
}

#main ol {
  padding-left: 20px;
}

#main ul li {
  list-style-type: disc;
}

#main ol li {
  list-style-type: decimal;
}

#what_is_outrank {
  font-size: 14px;
  line-height: 16px;
  color: #073364;
}

#main #what_is_outrank ul {
  padding-left: 0px;
}

#main #what_is_outrank ul li {
  background-image: url(images/bullet_main.png);
  background-position: 0px 4px;
  background-repeat: no-repeat;
  padding: 0px 0px 7px 10px;
  list-style: none;
}

dl#blog_list {
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}

dl#blog_list dt {
  background-image: url(images/bullet_main.png);
  background-position: 0px 3px;
  background-repeat: no-repeat;
  padding: 0px 0px 0px 15px;
  font-size: 13px;
  font-weight: bold;
}

dl#blog_list dd {
  padding: 0px 0px 10px 15px;
  margin-bottom: 5px;
  border-bottom: 1px solid #C6DBE8;
}

dl#blog_list dd p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#sidebar {
  float: right;
  width: 157px;
  padding: 54px 0px 0px 0px;
}

#sidebar_video_callout {
  padding: 0px 0px 65px 54px;
}

#sidebar_video_callout a {
  display: block;
  width: 68px;
  height: 68px;
  line-height: 68px;
  text-indent: -9999px;
}

#sidebar_testimonials {
  padding: 0px 0px 0px 40px;
}

#sidebar_testimonials .testimonial {
  
}

#sidebar_testimonials .excerpt {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #008C2F;
  padding: 0px 0px 10px 0px;
}

#sidebar_testimonials .listen {
  padding: 0px 0px 0px 45px;
  font-weight: bold;
}

#sidebar_testimonials .listen a {
  text-decoration: none;
  background-image: url(images/icon_listen_sidebar.png);
  background-position: 3px 0px;
  background-repeat: no-repeat;
  display: block;
  padding-top: 30px;
}

#sidebar_testimonials .listen a:hover {
  text-decoration: underline;
}

#sidebar_testimonials_cta a {
  color: #5E7C8C;
  text-decoration: none;
}

/******************
Home Content Styles
******************/
#home_content {
  height: 344px;
  background-image: url(images/bg_content_home.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#home_left {
  float: left;
  width: 225px;
}

#home_testimonials {
  padding: 93px 45px 0px 25px;
}

#home_testimonials .testimonials {
  height: 90px;
}

#home_testimonials .testimonial {
  
}

#home_testimonials .excerpt {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #002E7B;
  padding: 0px 0px 10px 10px;
}

#home_testimonials .listen {
  padding: 0px 0px 10px 30px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
}

#home_testimonials .listen a {
  background-image: url(images/icon_listen_home.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding-left: 35px;
  display: block;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
}

#home_testimonials .listen a:hover {
  text-decoration: underline;
}

#home_testimonials_cta a {
  color: #5E7C8C;
  text-decoration: none;
}

#home_testimonials_cta a:hover {
  text-decoration: underline;
}

#home_middle {
  float: left;
  width: 620px;
}

/******************
Home Column Styles
******************/
#home_columns {
  padding: 62px 0px 0px 0px;
}

#home_columns .column {
  float: left;
  height: 200px;
  background-image: url(images/bg_home_column.png);
  background-position: right 10px;
  background-repeat: no-repeat;
  float: left;
  width: 145px;
  padding-left: 10px;
}

#home_columns .column h3 {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  padding: 70px 0px 5px 10px;
  font-size: 16px;
  line-height: 16px;
  color: #FF340F;
}

#home_columns .column p {
  padding: 0px 20px 0px 10px;
  color: #262626;
  font-size: 13px;
  line-height: 15px;
}

#home_columns #home_column_1 h3 {
  background-image: url(images/home_column_1.png);
}

#home_columns #home_column_2 h3 {
  background-image: url(images/home_column_2.png);
}

#home_columns #home_column_3 h3 {
  background-image: url(images/home_column_3.png);
}

#home_columns #home_column_4 {
  background: none;
}

#home_columns #home_column_4 h3 {
  background-image: url(images/home_column_4.png);
}

#home_right {
  float: right;
  width: 216px;
}

/******************
Home Callout Styles
******************/
#home_callout {
  padding-top: 52px;
}

#home_callout .callout {
  height: 76px;
  padding: 20px 20px 0px 0px;
  color: #5E7C8C;
}

#home_callout .callout .image {
  float: left;
  width: 70px;
}

#home_callout .callout .text {
  float: left;
  width: 120px;
}

#home_callout .callout a {
  text-decoration: none;
  color: #5E7C8C;
}

#home_callout .callout a:hover {
  text-decoration: underline;
}

#home_callout .callout h3 {
  color: #002E7B;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 3px;
}

#home_callout .callout h3 a {
  color: #002E7B;
}

#home_callout .callout_map {
  margin-bottom: 26px;
}

#home_callout .callout_map .image {
  padding-top: 4px;
}

#home_callout .callout_video .image {
  padding-top: 1px;
}

/******************
Success Stories Styles
******************/
#success_stories {
  font-weight: normal !important;
}

#success_title {
  float: left;
  padding-right: 10px;
}

#success_content {
  float: right;
  width: 460px;
  padding-bottom: 20px;
}

#success_table {
  width: 100%;
  background-image: url(images/border_success_stories.png);
  background-position: right 0px;
  background-repeat: repeat-y;
}

#success_table a {
  font-weight: bold;
  text-decoration: none;
}

#success_table a:hover {
  text-decoration: underline;
}

#success_table tr th {
  font-weight: normal;
}

#success_table tr.text th {
  border-bottom: 1px solid #C8D6E5;
}

#success_table tr td {
  border-bottom: 1px solid #C8D6E5;
  padding: 3px 0px;
}

#success_table tr td.industry,
#success_table tr td.location {
  font-weight: normal !important;
  color: #666666 !important;
}

span.location {
  float: right;
  padding-right: 10px;
}

#success_table td.google_local, 
#success_table td.google_organic, 
#success_table td.yahoo_local,
#success_table td.yahoo_organic,
#success_table td.bing_organic {
  color: #002E7B;
  font-weight: bold;
  text-align: center;
}

#success_table td.google_local,
#success_table td.google_organic {
  width: 76px;
}

#success_table td.yahoo_local,
#success_table td.yahoo_organic {
  width: 78px;
}

#success_table td.bing_organic {
  width: 115px;
}

#success_industry_list {
  
}

#success_industry_list li {
  display: inline-block;
  width: 170px;
  padding: 0px 5px 0px 0px !important;
  background: none !important;
}

#success_industry_list li.toggle {
  color: #002E7B;
  text-decoration: underline;
  cursor: pointer;
}

#success_industry_list li.toggle:hover {
  text-decoration: none;
}

/******************
Benefits Styles
******************/
#benefit_table {
  text-align: center;
  background-image: url(images/bg_benefit_table.png);
  background-position: right 0px;
  background-repeat: repeat-y;
  width: 100%;
  margin-bottom: 20px;
}

#benefit_table tr th {
  color: #557FAB;
  border-bottom: 1px solid #C8D6E5;
}

#benefit_table tr th.outrank {
  width: 114px;
  background-color: #BEE4F6;
}

#benefit_table tr th.lead_generation {
  width: 110px;
}

#benefit_table tr th.pay_per_click {
  width: 103px;
}

#benefit_table tr th.search_directories {
  width: 101px;
}

#benefit_table tr th.traditional_seo {
  width: 103px;
}

#benefit_table tr td {
  padding: 3px 0px;
  border-bottom: 1px solid #C8D6E5;
}

#benefit_table tr td.benefit {
  background-image: url(images/icon_arrow_blue.png);
  background-position: 3px center;
  background-repeat: no-repeat;
  padding-left: 30px;
  padding-right: 5px;
  text-align: left;
  color: #002452;
  font-weight: bold;
}

#benefit_table tr td.outrank {
  background-color: #BEE4F6;
}

#benefit_table tr td.lead_generation {
  
}

#benefit_table tr td.pay_per_click {
  
}

#benefit_table tr td.search_directories {
  
}

#benefit_table tr td.traditional_seo {
  
}

/******************
Testimonials Content Styles
******************/
#content_testimonials {
  width: 820px;
  margin: 0px auto;
  padding: 30px 0px;
}

#content_testimonials h2 {
  color: #FF340F;
  padding: 0px 0px 20px 0px;
}

#testimonial_columns {
  padding-bottom: 30px;
}

#testimonial_columns .column {
  background-image: url(images/border_testimonials_page.png);
  background-position: right 0px;
  background-repeat: no-repeat;
  float: left;
  width: 170px;
  height: 130px;
  padding: 0px 20px 0px 18px;
  text-align: center;
}

#testimonial_columns .column.column_4 {
  background: none;
  padding-right: 0px;
}

#testimonial_columns .column .listen {
  width: 40px;
  margin: 0px auto;
  padding: 0px 0px 5px 0px;
  font-weight: bold;
}

#testimonial_columns .column .listen a {
  padding: 25px 0px 0px 0px;
  display: block;
  background-image: url(images/icon_listen_testimonials.png);
  background-position: center 0px;
  background-repeat: no-repeat;
}

#testimonial_columns .column .excerpt {
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  height: 60px;
}

#testimonial_columns .column.column_1 .excerpt {
  color: #00689A;
}

#testimonial_columns .column.column_2 .excerpt {
  color: #FF340F;
}

#testimonial_columns .column.column_3 .excerpt {
  color: #008C2F;
}

#testimonial_columns .column.column_4 .excerpt {
  color: #74047A;
}

#testimonial_columns .column .meta {
  color: #4b4f50;
}

#testimonial_list {
  padding-bottom: 30px;
}

#testimonial_list .testimonial {
  padding: 3px 0px;
  border-bottom: 1px solid #C6DBE8;
}

#testimonial_list .listen {
  display: inline-block;
  width: 26px;
  height: 22px;
  line-height: 22px;
  background-image: url(images/icon_listen_testimonials.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  outline: none;
}

#testimonial_list .excerpt {
  padding: 0px 10px;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #3c3c3c;
}

#testimonial_list .excerpt p {
  display: inline;
}

#testimonial_list .meta {
  line-height: 22px;
  color: #4b4f50;
}

#testimonial_list .meta a {
  color: #4b4f50;
  text-decoration: none;
}

#testimonial_sort {
  padding-bottom: 20px;
}

/******************
Contact Styles
******************/
#contact_title {
  float: left;
}

#contact_exerpt {
  float: right;
  width: 450px;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 20px;
}

#contact_exerpt strong {
  color: #002452;
  font-weight: bold;
}

#contact_exerpt .phone {
  color: #E11600;
  font-weight: bold;
}

/******************
Footer Styles
******************/
#footer {
	height: 54px;
	background-image: url(images/bg_footer.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 14px 0px 50px 200px;
}

.home #footer {
  height: 55px;
  background-image: url(images/bg_footer_home.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

#footer_right {
  float: left;
  padding: 0px 0px 0px 40px;
  color: #5E7C8C;
}

/*Footer Nav*/
#footer_navigation {
  padding-top: 3px;
}

#footer_nav {
  
}

#footer_nav li {
  float: left;
  padding: 0px 5px 0px 0px;
}

#footer_nav li a {
  color: #00296E;
  text-decoration: none;
}

#footer_nav li a:hover {
  text-decoration: underline;
}

/******************
Dimension Styles
******************/

/******************
Margin/Padding Styles
******************/
.pad_top_50 {
  padding-top: 50px !important;
}
/* MELISSA WHAT IS CSS */
#whatismaincontainer {
    width: 750px;
    height: 800px;
    font-family: Helvetica, sans-serif;
}
#whatismaincontainer ul {
    margin-top: 20px;
}
#whatismaincontainer .row {
    padding-bottom: 25px;
}
#whatismaincontainer .bodytext {
    font-size:12px;
    font-weight: bold;
    color: #073364;
    padding-left: 15px;
    width: 40%;
    margin-top: 0px;
    float: left;
}

#whatismaincontainer .headline {
    font-size:20px;
    font-weight:bold;
    color: #d4380e;
    line-height: 17px;
    padding-bottom: 25px;
}

#whatismaincontainer .subhead {
    font-size:15px;
    font-weight:normal;
    color: #d4380e;
}
#whatismaincontainer .blueswish {
    background: no-repeat left bottom  url(http://i.imgur.com/obUkZ.gif);
}
#whatismaincontainer .image1 {
    float: right;
    margin-top: 0px;
    width: 50%;
}
#whatismaincontainer .dot {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
}
#whatismaincontainer .dot img {
    margin-top: 15px;
}
/* MELISA HOW IT COMPARES CSS */
#comparesmaincontainer {
    width: 815px;
    height: 800px;
    font-family:Helvetica, sans-serif;
}
#comparesmaincontainer .row {
    padding-bottom: 25px;
}
#comparesmaincontainer .bodytext {
    font-size:12px;
    font-weight: bold;
    color: #073364;
    padding-left: 15px;
    width: 425px;
    margin-top: 0px;
    float: left;
}

#comparesmaincontainer .headline {
    font-size:20px;
    font-weight:bold;
    color: #d4380e;
    line-height: 17px;
    padding-bottom: 25px;
}

#comparesmaincontainer .subhead {
    font-size:15px;
    font-weight:normal;
    color: #d4380e;
}
#comparesmaincontainer .blueswish {
    background-image: url(background-blue-swish.gif);
    background-repeat:no-repeat;
    background-position:left bottom;
}
#comparesmaincontainer .image1 {
    float: right;
    margin-right: 200px;
    margin-top: 0px;
    width: 313px;
}
#comparesmaincontainer .dot {
    margin-left: 100px;
    width: 662px;
    padding-bottom: 10px;
}
#comparesmaincontainer .checkmark {
    float: left;
}

#comparesmaincontainer .differencetext {
    font-size:12px;
    font-weight: bold;
    color: #073364;
    float: right;
    margin-right: 100px;
    padding-left: 35px;
    padding-bottom: 10px;
    padding-top: 3px;
}
#comparesmaincontainer .orangedifferencetext {
    font-size:15px;
    font-weight: bold;
    color: #f0552c;
    padding-left: 35px;
}
#comparesmaincontainer .dot2 {
    margin-left: 100px;
    width: 677px;
}


