/*  Theme Name: The Station Child
ChildVersion: 1
Description: 
Author: SuccessRank
Template: thestation
*/





@import url("../thestation/style.css"); 


body {

}
/* Move the logo up */
#header img {
  margin:30px 0 0 !important;
}

/* reverse the link underline logic */
.entry a:hover  {
	text-decoration: none !important;
}

.entry a {
	text-decoration: underline !important;
}

/* 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;
}

/* 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;
}

/* 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;
}

/* use normal ordered bullets in posts */
.entry  ol li  {
  list-style-type: decimal;
}

.subscribe2_widget {
  margin-top:0px;
  padding:5px;
  background-color:#E0E0FF;
  border:1px solid #D0D0E0;
}

/* increase spacing between widgets */
.widget {
  margin-bottom:70px;
}

/* hide comment count on featured articles */
#recent_articles .article .comments {
  display:none;
}