/*  

Theme Name: The Station Child

Version: 1

Description: 

Author: SuccessRank

Template: thestation

*/



@import url("../thestation/style.css"); 


/* Class Modification ************************************************************************************************************ */
/* ******************************************************************************************************************************* */

/* Make site-wide font larger */
body {
  font-size:100%;
}

/* keep the footer text small to prevent it wrapping with many items */
#footer {
  font-size:80%;
}

/* reverse the link underline logic */
a:hover  {
	text-decoration: none;
}

a {
	text-decoration: underline;
}

/* smaller header space */
#header {
  height:110px;
}
#header img {
  margin:30px 0 0;
}


/* larger menu font */
#pagenav li {
  font-size:14px;
}


/* reduce P margins */
#main_content #top p {
  margin:10px 0 10px;
}

/* reduce blockquote margins */
.entry blockquote {
  padding:0 30px;
}


#footer .copyright {
  font-size:100%;
}

#footer .copyright a {
   color:#c0c0c0;
}






/* New Classes ******************************************************************************************************************* */
/* ******************************************************************************************************************************* */



/* http://sonspring.com/journal/clearing-floats */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}


/* Phone number in header */
#header #phone_block {
  color:#E0E0E0;
  float: right;
  display: block;
  height: 40px;
  padding: 8px 0 0 35px;
  margin: 55px 0 0 0;
  text-align:right;
  text-decoration: none;
}

#header #phone_number {
  font-size:140%;
  text-decoration: none;
  font-weight: bold;
}

/* new class for title underlines */
.title_underline {
  border-bottom:1px solid #808080;
  padding:0;
  margin:0;
  line-height:95%;
}
  

/* new class */
.small {
  font-size:80%
}

/* new class to remove image borders */
.noborder {
  border:none !important;
}

/* for expanding divs - set to hidden on load */
.hidden {display:none;}

/* new class for some homepage titles */
.reason_title {
  margin-right:10px;
  font-size:16px;
  font-weight:bold;
}

/* correction for homepage feature image placement */
.mainpage_1 {
  border:none !important;
  margin:-38px -10px 0 0 !important;
  padding:0 !important;
}


/* Main Page Feature Blocks ------------------------------------------------------------------------------------------------------- */
#feature_block {
  width:635px;
  margin:0px 0 0 0px;
  text-align:center;
}

#feature_block span {
  display:none;
}

#feature_block a {
  width:203px;
  height:160px;
  margin:0 0px 0 0px;
  display:block;
}

#feature_block .website a {background:url("/images/feature_website.jpg") 0 0 no-repeat; } 
#feature_block .website a:hover {background-position:0 -160px; background-repeat:no-repeat;} 

#feature_block .seo a {background:url("/images/feature_seo.jpg") 0 0 no-repeat; } 
#feature_block .seo a:hover {background-position:0 -160px; background-repeat:no-repeat;} 

#feature_block .directories a {background:url("/images/feature_directories.jpg") 0 0 no-repeat; } 
#feature_block .directories a:hover {background-position:0 -160px; background-repeat:no-repeat;} 

#feature_block .booking a {background:url("/images/feature_booking.jpg") 0 0 no-repeat; } 
#feature_block .booking a:hover {background-position:0 -160px; background-repeat:no-repeat;} 

#feature_block .education a {background:url("/images/feature_education.jpg") 0 0 no-repeat; } 
#feature_block .education a:hover {background-position:0 -160px; background-repeat:no-repeat;} 

#feature_block .lead a {background:url("/images/feature_lead.jpg") 0 0 no-repeat; } 
#feature_block .lead a:hover {background-position:0 -160px; background-repeat:no-repeat;} 


/* Get Started button ----------------------------------------------------------------------------------------------------------------- */
.button_get_started {
  width:150px;
  height:30px;
  margin:0px;
}

.button_get_started a {
  width:150px;
  height:30px;
  margin:0px;
  display:block;
}

.button_get_started a {background:url("/images/button_get_started_30x150.jpg") 0 0 no-repeat; } 
.button_get_started a:hover {background-position:0 -30px; background-repeat:no-repeat;} 

/* spacing for the feature page */
#feature .button_get_started {
  margin-top:20px;
}


/* Text boxes  ------------------------------------------------------------------------------------------------------------------------- */

.text_box_blue_1 {
  background:url('/images/text_box/text_box_blue_body.gif') repeat-y;
  background-color:#FFFFFF;
}
.text_box_blue_2 {
  background:url('/images/text_box/text_box_blue_bottom_left.gif') no-repeat left bottom;
}
.text_box_blue_3 {
  background:url('/images/text_box/text_box_blue_top_left.gif') no-repeat left top;
  padding:10px 100px 5px 10px; 
  font-size:12px;
}



/* Feature page sections ----------------------------------------------------------------------------------------------------------------- */

#feature {background-color:#FFFFFF; }  /* required for IE7 */

#feature .item {
  margin-top:40px;
  padding-left:200px;
  background-repeat:no-repeat;
  background-position:20px 20px;
}


#feature h2 {
  font-size:28px;
  margin-top:80px;
}


#feature h3 {
  margin-top:15px;
  margin-bottom:-15px;
  font-size:22px;
  color:#000066;
}

#feature .website {		background-image:url('/images/feature_page_globe_and_email.jpg');}
#feature .seo {			background-image:url('/images/feature_page_binoculars.jpg');}
#feature .directories {	background-image:url('/images/feature_page_search_directories.jpg');}
#feature .booking {		background-image:url('/images/feature_page_clipboard.jpg');}
#feature .education {	background-image:url('/images/feature_page_clock.jpg');}
#feature .lead {		background-image:url('/images/feature_page_group.jpg');}





