/*
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;
}
*/

td, tr {
    background-color: #FFFFFF;	
}

body {
	font-size: 62.5%;
	font-family: Georgia, Times, serif;
	color: #333;
	background-color: #d0d0d0;
	line-height: 2.6em;
}

h1.pagetitle,
h2.pagetitle {
	padding: 0 0 10px 0;
	font-family: Georgia, Times, serif;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 2.8em;
	color: #7d6145;
}

h1, h2, h2 a {
	color: #7d6145;
	padding-top: 10px;
}

/*Post Body
---------------------------------------*/
.entry a:hover {
	text-decoration: underline;
}
.entry p {
	color: #444;
	padding-bottom: 20px;
	line-height: normal;
	font-size: 1.1em;
	max-width: 600px;
}
.entry p strong {
	color:#7d6145;
}
.entry h1,
.entry h2,
.entry h3 {
	font-size: 1.4em;
	font-weight: normal;
	padding: 20px 0 10px 0;
	color: #7d6145;
}
.entry h3 {
	padding-top: 10px;
	font-size: 1em;
}
.entry h4 {
	padding-top: 10px;
	font-size: 1.1em;
}
.entry table,
.entry tr,
.entry td {
	font-size: 62.5%;
	line-height: 1.8em;
	line-height: 1.5em;
	font-size: 1.03em;
}

pre {
	margin: 10px 0;
	padding: 1.1em 10px;
	overflow: auto;
	background-color: #FFFFFF;
	color: #000;
}
code {
	padding: 2px 3px;
	font: 1.1em Consolas, Courier New, sans-serif;
	background-color: #FFFFFF;
	color: #000;
}
pre code { font-size: 1.3em; }

blockquote { font-style: italic; color:#444; padding: 10px 20px 10px 45px; background:url("http://blog.brand-yourself.de/wp-content/themes/linen_pro_child/images/quote.gif") no-repeat scroll 0px 6px transparent;}
blockquote p {margin-bottom:8px;}
blockquote.pullquote_right {float: right; display: block; width: 35%; }
blockquote.pullquote_left {float: left; display: block; width: 35%; }

.entry ul,
.c-body ul {
	margin: 0 0 10px 10px;
	line-height: 1.8em;
	font-size: 1.1em;
	max-width: 500px;	
}
.entry ul li,
.c-body ul li {
	display: list-item;
	margin: 5px 0 0 20px;
	list-style-type: disc;
	font-size: 1.1em;
	max-width: 500px;	
}
.entry ol,
.c-body ol {
	margin: 0 0 15px 30px;
	line-height: 1.8em;
	font-size: 1.1em;
}
.entry ol li ol li,
.c-body ol li ol li {
	font-size: 1.1em;
	list-style-type: lower-roman;
	max-width: 500px;
}
.entry ol li,
.c-body ol li {
	margin: 10px 0 0 0;
	list-style-type: decimal;
	list-style-position: outside;
}

/* Calender in Sidebar
----------------------------------------------*/

table#wp-calendar a {
	border: solid 1px #7d6145;
	padding: 0px 2px 0px 2px;
}

table#wp-calendar a:hover {
	background-color: #7d6145;
	border: solid 1px #7d6145;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	color: #FFF;
}


/* Footer
----------------------------------------------*/

.footer-column {
	float: left;
	margin-right: 30px;
	width: 156px;
	font-size: 1.2em;
}
#footer-1.footer-column {
	width: 342px;
}
#footer-4.footer-column {
	margin-right: 0;
}
.footer-column h2 {
	margin-bottom: 15px;
	padding: 10px 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}
.footer-column li,
.footer-column p {
	margin: 5px 0;
	line-height: 1.9em;
}
.footer-column p {
	margin: 15px 0;
}
.footer-column a {
	color: #7d6145;
}
.footer-column a:hover {
	color: #fff;
}
#copyright {
	margin-bottom: 30px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	line-height: 2.2em;
	color: #fff;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	text-decoration: underline;
}