/*
Theme Name: Child of Pilcrow
Description: Child theme developed for Ron Berler Books, based on Pilcrow
Author: Joan Berler
Version: 0.0.1
Template: pilcrow
*/

@import url('../pilcrow/style.css');

/*
Structure
*/

#wrapper {
    max-width: 850px;
    margin: 0px auto;
  	border-left: 2px solid #666;
  	border-right: 2px solid #666;
}

#wrapper #container {
    margin: 0px 4.7%;
}

.two-column #container {
    max-width: 770px;
}

#header img {
    border-bottom: 2px solid rgb(34, 34, 34);
    max-width: 100%;
    width: auto;
    height: auto;
}
/*
Main Content
*/


.entry-content h2 {
    color: #cc0e0b;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 10px;
}

.entry-content h3 {
    color: #cc0e0b;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1.2;
}

.entry-content h5, .entry-content h6 {
    padding-top: 0px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
}

.entry-content h4 {
    background: none repeat scroll 0% 0% #fff;
    font-size: 11px;
    display: inline;
    line-height: 20px;
    text-transform: uppercase;
    border-bottom: 0px solid rgb(221, 221, 221);
}

.entry-content ul {	
	margin-left: 60px;
	margin-top: 20px;
}


.sidebar-list {
    margin-left: 0px;
    margin-top: 8px;
    list-style: none outside none;
}


blockquote {
    background: none repeat scroll 0% 0% rgb(245, 245, 245);
    border-style: solid;
    border-color: rgb(187, 187, 187);
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-width: 1px 0px;
    color: rgb(102, 102, 102);
    margin: 0px 0px 1.7em;
    padding: 5px 10px 0px;
}

/*
Buttons
*/

ul.button {
	list-style: none;
	padding-left: 0;
	width:140px;
	float: left;		
	
}
ul.button li {
	margin-bottom: 12px;
}
ul.button li, ul.button li:visited {
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
    width: 140px;
    height: 25px;
    background: #4d789e;
    border: 1px solid #666;
    border-radius: 12px;
    box-shadow: 0 0 5px #777777;    
    font-family: Arial, Helvetica, San-serif;
    font-size: 14px;
    text-align: center;
    color: white;
}

ul.button li:hover, ul.button li:active, ul.button li:focus {	
	background: #83a6c6;	
}

ul.button a, ul.button a:visited {
	font-family: Arial, Helvetica, San-serif;
    font-size: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
}

ul.button a:hover, ul.button a:active, ul.button a:focus {
	color: #fff;
	
}



/*
Widget Stuff
*/

.widget-title {
    color: #4d789e;
    font-size: 18px;
    
    line-height: 21px;
    margin-bottom: 12px;
}


.widget ul {
    background: none repeat scroll 0% 0% #fff;
    border-bottom: 0px solid rgb(221, 221, 221);
    margin-left: 0px;
    padding: 10px 10px 10px 20px;
}



.widget a {
    color: rgb(153, 153, 153);
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.widget a:focus,
		a:active,
		a:hover {
	color: #4d789e;
	text-decoration: underline;
}

ul {
    list-style: none;
}

.textwidget {
	font-size: 12px;
	margin-top: 12px;
	padding-bottom: 0px;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 7px;
    margin-bottom: 30px;
}

.timely a {
    color: black;
    text-decoration: none;
}


/*
Footer Area
*/


#footer #colophon {
    background: none repeat scroll 0% 0% #ccc;
    color: rgb(255, 255, 255);
    overflow: hidden;
    padding-left:10px;
	padding-bottom:15px;
    border-bottom: 20px solid #000;
}

#footer .sidebar-list {
    margin-left: 0px;
    margin-top: 0px;
    list-style: none outside none;
}

#footer .widget ul {
    border: medium none;
    background: none repeat scroll 0% 0% transparent;
    padding: 0px;
    width: 750px;
}

#footer h3{
	color: rgb(135, 135, 135);
	font-size: 12px;
	font-weight: bold;	
}


#footer ul li {
	display: inline;
	padding-right: 20px;
}

#footer #colophon a {
	font-size: 11px;
	text-transform: uppercase;
    border-bottom: none;
    color: rgb(135, 135, 135);
    }
    
#footer #colophon a:hover {
	color: #4d789e;
	text-decoration: underline;
}    

.entry-meta {display:none; }