/*
Theme Name: Linen PRO Child Theme
Theme URI: http://thethemefoundry.com/linen/
Description: Child theme for customizing Linen PRO.
Version: 1.0
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Template: linen_pro
*/

/* Import Stylesheets, don't remove these.
-----------------------------------------------------------*/
@import url("../linen_pro/stylesheets/master.css");

/* Required Wordpress Classes, don't remove these.
-----------------------------------------------------------*/
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft { float: left; }
.alignright { float: right; }

/* Make all custom CSS changes BELOW this line
-----------------------------------------------------------*/
/* Example: Change the sidebar background to blue:
#sidebar {
	background: blue;
}
*/ /* Fiona's changes to colour of link text
---------------------------------------*/
a:link, a:visited {
	color: #5E85A3;
	text-decoration: none;
}
a:hover {
	color: #6B4E3D;
}
/*Nav - Fiona's changes to text colour of top nav bar 
---------------------------------------*/
.nav a {
	display: block;
	padding: 15px 20px 15px 0;
	font-size: 1.3em;
	font-family: Helvetica, Arial, sans-serif;
	color: #6B4E3D;
}
.nav .current-menu-parent li a,
.nav .current-menu-ancestor li a  {
	color: #6B4E3D;
}
.nav ul a {
	font-weight: normal;
	color: #6B4E3D;
	font-size: 1.2em;
}
/* Fiona's changes to padding of blockquote  
---------------------------------------*/
blockquote {
	clear: both;
	display: block;
	padding: 10px 10px 5px 45px;
	margin: 2px 0;
	font-style: italic;
}
/* Fiona's changes to h3 and h6
---------------------------------------*/
.entry h2,
h2 a {
   color: #99cc00 !important;
}
.entry h3,
.entry h4,
.entry h6, {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	padding: 20px 0 10px 0;
}
.entry h3 {
	padding-top: 10px;
	font-size: 1.1em;
}
.entry h4 {
	padding-top: 10px;
	font-size: .9em;
}
.entry h6 {
	padding-top: 10px;
	font-size: 2.5em;
}
/* Fiona's changes to colours of sidebar links & removing underline & font size
-------------------------------------------- */
#sidebar a {
	color: #6B4E3D;
}
#sidebar a:hover {
	color: #5E85A3;
	text-decoration: none;
}
#sidebar .textwidget{
  	font-size: 1.25em;
	padding: 5px 0;
	line-height: 1.5em;
}
#sidebar ul li.widget ul li {
	padding: 5px 0;
	line-height: 1.5em;
}
#sidebar div.textwidget p {
	font-size: 0.9em;
	padding: 10px 0;
	margin: 10px 0 0 0;
	line-height: 1.7em;
}
/* Fiona's changes to colours of footer links
-------------------------------------------- */
.footer-column a {
	color: #5E85A3;
}
.footer-column a:hover {
	color: #6B4E3D;
}
/* Fiona's formatting of footer hcard
-------------------------------------------- */
.vcard {
	color: #555555;
	margin-bottom: 10px;
	line-height: 1.5em;
	text-align: center;
}
/* Fiona's formatting of footer text sizes
-------------------------------------------- */
#footer .textwidget{
  	font-size: 1.0em;
	padding: 0px 0;
	line-height: 1.6em;
}