/*
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
-----------------------------------------------------------*/
body {
	color: #000000;
}

/*Image Border controls*/
.entry img {
  padding: 2px;
  border: 1px solid #E6E1DC;
  background: #F0EBE6;
}

/*title logo and navigation padding*/

#header {
    padding: 8px;
    margin-left: 22px;
    margin-right: 22px;
}

#title-logo {
    padding: 8px;
}

#navigation {
    margin-top: 0px;
}

#featured {
    margin-bottom: 15px;
}

/*Slider text box color*/
.slide-content {
background: none repeat scroll 0 0 #EBEDED;
}

/*"Read More" color*/
.slide-content a.more-link {
  background: none repeat scroll 0 0 #BE1400;
}

/*Date Box controls*/
.post-date-box .post-date{
   background: #BE1400;
}

/*Eliminates top navigation bar.
#navigation {
  display:none;
}*/

/*Eliminates featured image from appearing in the post.*/
.single-post-thm{
  display:none;
}

/*Wrapper opacity controller*/ 
/*#wrapper, #footer {
	background: rgba(249, 247, 242, 0.8);  
	filter:alpha(opacity=0); 
}*/

/*Wrapper shadow controls*/
#wrapper, #footer {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
    margin: 30px auto;
    padding: 0 0 30px;
    text-align: left;
    width: 960px;
}


#sidebar h2.widgettitle {
	border-bottom: 1px solid #11535E;
	border-top: 1px solid #11535E;
}

/*Link controls*/
.entry a:link, .entry a:visited {
  color: #BE1400;
  text-decoration: none;
/*  border-bottom:1px dotted;*/
  font-weight:normal;
}

.entry a:hover {
  color: #BE1400;
  text-decoration: none;
  border-bottom:1px dashed;
}

/*POST TITLE CONTROL*/
.entry h2.title a {
  color: #000000;
  text-decoration: none;
}