/*
Theme Name: Linen PRO
Theme URI: http://thethemefoundry.com/linen/
Description: A clean and flexible magazine style theme. Features custom typography options, custom background support, and a featured post slider.
Version: 1.3.11
Author: The Theme Foundry
Author URI: http://thethemefoundry.com/
Tags: fixed-width, two-columns, white, custom-background, right-sidebar, threaded-comments, custom-colors, theme-options, translation-ready
License: GNU General Public License
License URI: LICENSE
*/

/*
	Copyright (C) 2008 - 2011 The Theme Foundry

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

/* Import Stylesheets
-----------------------------------------------------------*/
@import url("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 in a Child Theme.  Any custom
changes you make here will be overidden when you upgrade the theme.
-----------------------------------------------------------*/

html body.custom-background {background-attachment: scroll;}

.post-date-box img {display:none;}
.single .wp-post-image {display:none;}
.sidebar-story-link {padding: 12px 0; font-size: 1.1em; font-weight: normal; letter-spacing: .1em; text-transform: uppercase; font-family: 'Arvo', Helvetica, Arial, sans-serif; display: inline-block; margin-bottom: 12px;}

@media screen and (max-width: 960px) {
#header {padding: 5%;}
#wrapper {width:90%; margin:5%;}
#featured {display: none;}
#footer {display:none; width: 80%; margin: 5%; padding: 5%;}
#content {max-width:620px; margin-left: 5%; width: 90%;}
#sidebar {display:none; max-width:620px; width: 90%; margin: 5%;}
#footer-1.footer-column {width:auto;}
#navigation {margin-top: 15px;}
.post-date-box {height: 32px;}
}
@media screen and (max-width: 768px) {
.entry {margin-left:0;}
.post-date-box {margin-right:15px; margin-bottom:15px;}
.entry img, img.single-post-thm, .entry.single img, body.page .entry img {max-width:100%;}
#respond {margin-left:0;}
input.text-input, form#commentform textarea, input#author, input#email, input#url {width:90%; padding:5%;}
}
@media screen and (max-width: 480px) {
.entry p {float:left; width: 95%;}
.entry h2, .entry h3, .entry h4 {line-height:1.4;}
.post-date-box {width:100%;}
.post-date {width:100%;}
#navigation {display:none;}
#header #title {font-size:2.6em;}
#header #description {padding-bottom: 5%; border-bottom: 1px solid #CCC;}
}