/*
Theme Name: Two Chums
Theme URI: http://freutcake.com
Description: Custom Theme made for Two Chums.
Version: 1.0
Author: Leah Bergman
Author URI: http://freutcake.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;
}
*/
#navigation {
    border-bottom: 3px solid #C3E5DE;
    border-top: 0px;
    margin: 10px 0 0;
}
.post-date {
	position: absolute;
	width: 70px;
	font-size: 1.3em;
	color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #f48987;
}
#sidebar h2.widgettitle {
	border-bottom: 3px solid ##EEEEEE;
	border-top: 0px none;
	padding: 2px 0;
}
.nav li li {
	width: 200px;
	background: #c3e5de;
}
.nav li li:hover,
.nav li li.sfhover,
.nav li li.current-menu-item,
.nav li li.current_page_parent,
.nav li li.current_page_ancestor,
.nav li li.current-cat-parent,
.nav li li.current-cat,
.nav li li.current_page_item {
	background: #e0f7f2;
}
#sidebar a {
	color: #555555;
	font-family: Helvetica, Arial, sans-serif;
}
li.bypostauthor div.c-body {
	padding-top: 10px;
	border-top: 5px solid #c3e5de;
}
a:link, a:visited {
	color: #555555;
	text-decoration: none;
}
a:hover {
	color: #ef4135;
}
.entry h2.title a {
	color: #555555;
}
.entry h2.title a:hover {
	color: #f48987;
}
.single-post-title {
	font-size: 1.8em;
	color: #555555;
}
body.archive h1,
body.page-template-archives-php h1,
body.search h1 {
	font-size: 1.2em;
	color: #555555;
	font-style: italic;
}
.footer-column h2 {
	margin-bottom: 15px;
	padding: 12px 0;
	font-size: 1em;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: .1em;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	border-top: 0px solid #eee;
}
h1.pagetitle,
h2.pagetitle {
	font-size: 1.8em;
	color: #555555;
}
body {
	font-size: 64%;
}