/*
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;
}
*/


#title a:link, #title a:visited {
color: #cc3017;
text-decoration: none;
}

#title {
padding-bottom: 10px;
padding-top: 5px;
font-size: 4.5em;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
}

#navigation {
margin: 35px 0 0 0;
border-top: 1px solid #aaa;
border-bottom: 1px solid #aaa;
}
/*
.post-date-box.no-thumb {
position: static;
height: 100px;
background-image: url(/wp-content/uploads/2013/02/newspapers2.png);
}

.post-date-box {
float: left;
position: relative;
margin-bottom: 30px;
width: 94px;
height: 94px;
background-image: url(/wp-content/uploads/2013/02/newspapers2.png);
}

#navigation {
margin: 30px 0 0 0;
border-top: 2px solid #aaa;
border-bottom: 1px solid #aaa;
}

*/

.post-date {
width: 94px;
font-size: 1.1em;
color: #efefef;
background-color: #f3b442;
border-radius: 8px;
}

.nav li li a {
margin: 0;
padding: 3px 3px 5px 7px;
width: 189px;
line-height: 20px;
color: #1b4465;
border-bottom: 1px solid #aaa;
border-right: 1px solid #aaa;
border-left: 1px solid #aaa;
}

.nav li li {
width: 200px;
background: #ccc;
}

#description h2 {
font-size: 1.8em;
font-weight: bold;
font-style: italic;
color: #000;
}


#wrapper, #footer {
border: 1px solid #636363;
margin: 10px auto;
}

#navigation {
margin: 30px 0 0 0;
border-top: 1px solid #1E70B1;
border-bottom: 1px solid #1E70B1;
border-left: 1px solid #1E70B1;
border-right: 1px solid #1E70B1;
padding-left: 13px;
border-radius: 8px;
background-color: #1E70B1;
}

.nav a {
display: block;
padding: 13px 10px 15px 10px;
font-size: 1.4em;
font-family: Helvetica, Arial, sans-serif;
color: #fff;
}

body {
font-size: 72.5%;
font-family: helvetica, Times, serif;
color: #333;
background-color: #dbdbdb;
background-image: url(/wp-content/uploads/2013/09/newspapers4.png);
background-repeat: repeat;
background-position-x: center;
/*
background-image: url(/wp-content/uploads/2013/02/page_bg.jpg);
background-repeat: no-repeat;
*/
}

.nav ul a {
font-weight: normal;
font-size: 1.2em;
}

.nav ul {
position: absolute;
left: -999em;
height: auto;
width: 200px;
font-weight: normal;
z-index: 99999;
padding-top: 1px;
}

.nav a:hover,
.nav li.sfhover a  {
	color: #eee;
background-color: #1b4465;
}

.nav .current-menu-parent a, .nav .current-menu-ancestor a {
color: #eee;
}

#sidebar ul li.widget ul li ul {
margin-left: 15px;
font-size: 1em;
}

#sidebar ul li.widget ul {
margin: 0px 0 0 0;
/*font-size: 1.2em;*/
}

#sidebar {
float: right;
width: 218px;
margin-right: 30px;
margin-top: -15px;
}

.widget {
margin: 0 0 10px 0;
}