/* ============================== */
/* = HOW TO CUSTOMIZE PAGELINES = */
/* ============================== */

/*

Rules placed in this stylesheet will override the default styles of the Base Platform theme and will not be changed or over written when you update the 
Platform framework. Additionally, since this stylesheet is purely for editing purposes you can easily undo or erase some of the CSS to return your site back to the look and feel of the Base theme. 

In the Base theme the footer is black and the CSS looks like this:

	#footer {
		clear:both;
		font-size:1em;
		overflow:hidden;
		text-align: left;
		background: #000;
		color: #999;
		position: relative;
	}
		
To change the background color to white, all you have to do is declare a new rule for the color like so:

		#footer { background: #FFF; }

A great tool for modifying themes and inspecting CSS elements is the FireBug extension for FireFox. You can also use the developer tools provided by Chrome (right-click and "inspect element") or Internet Explorer if you're feeling dangerous.

LEARN CSS - We recommend using Lynda.com video tutorials to learn using CSS. 
			Also, for a comprehensive list of CSS rules and usage try consulting W3 schools @ http://www.w3schools.com/css/default.asp
*/
/* ============================== */
/* = Start Your Custom CSS Here = */
/* ============================== */



/*Jenny added customization*/

a.continue_reading_link {
 color: "red";
}


.navbar {
  /*-webkit-box-shadow: inset 0 0 0 rgba(255,255,255,.1), 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 3px rgba(0, 0, 0, 0.25);
  color: rgba(255,255,255,0.7);*/
-moz-box-shadow:0px 0px 10px 0px #fbfbfb;
-webkit-box-shadow:0px 0px 10px 0px #fbfbfb;
box-shadow:0px 0px 10px 0px #fbfbfb;


}

.navbar.pl-color-grey {
  background-color: #f1f1f1;
  background-image: none;
  background-repeat: repeat-x;
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc', GradientType=0);*/
  border-top: 1px solid #dcdcdc;
  color: rgba(0,0,0,0.5);
}
.navbar.pl-color-grey .searchform .searchfield {
  border: 1px solid #ccc;
}
.navbar.pl-color-grey .navline > li > a {
  color: rgba(0,0,0,0.6);
  text-shadow: 0 1px 0 #ffffff;
}
.navbar.pl-color-grey .navline > li > a:hover {
  color: #000000;
}
.navbar.pl-color-grey .navline > li.current-menu-item > a {
  color: #000000;
}
.navbar.pl-color-grey .navline > li.active > a:hover {
  color: rgba(0,0,0,0.8);
  background-color: #ddd;
}
.navbar.pl-color-grey .navline > li.dropdown.open > a {
  text-shadow: 0 1px 0 #ffffff;
  color: red;
  background: rgba(0,0,0,0.1);
}
.navbar.pl-color-grey .navline .caret {
  border-top-color: rgba(0,0,0,0.5);
}
.navbar.pl-color-grey .nav-btn-navbar .icon-bar {
  background: rgba(0,0,0,0.7);
  box-shadow: none;
}

/*-- HEADERS --*/

h1, h2, h3 {
font-family: 'Oxygen', sans-serif;
font-weight : 300;
}

h2 {
 font-size:20px;
}

 h3, .widget-title, .srp-widget-title, .twitterwidget-title {
font-size: 18px;
font-weight : 300;
}

h4 {
font-size: 14px;
font-weight : 300;
}

p{
font-size: 12px;
}

/*-- features -- */
#feature_slider .text-bottom .fmedia .fmedia-pad,
#feature_slider .text-bottom .feature-pad,
#feature_slider .text-none .fmedia .fmedia-pad {
  height: 380px;
  overflow: hidden;
}

#feature_slider .text-bottom .fcontent .fheading {
  padding: 0 10px;
  float: right;
  width: 66%;
text-align: right;	
}

#feature_slider .text-bottom .fcontent .ftext {
  font-size: 12px;
  padding: 3px 20px;
  line-height: 1.5em;
  overflow: hidden;
  float: right;
text-align: right;
  width: 50%;
}

/*-- Nav --*/
#secondnav .content-pad {
  padding: 10px 15px 5px 30px; 
}