/*
 Theme Name:   Twenty Twelve Child
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  Twenty Twelve Child Theme developed for Happy Bookers Site
 Author:       Bob Fletcher
 Author URI:   http://example.com
 Template:     twentytwelve
 Version:      1.0.0
 Tags:         
 Text Domain:  twenty-twelve-child
*/

/* Bring in the Twenty Twelve style sheet  */
@import url("../twentytwelve/style.css");

/*       =Theme customization starts here
Styles here will override parent styles
-------------------------------------------------------------- */
		<footer class="entry-meta">

.site {
	max-width: 850px;
}

.entry-meta {
	border-bottom: 8px double #eee; /* To separate posts */
}
#home-page {
	border-bottom: hidden;
}
.entry-content p {
	margin: 0 8px 10px 0px;
	line-height: 1.4;
}

.entry-content table {
	border-bottom: hidden;
/*	border: none;  */
	font-size: 100%;
	line-height: 1.5;
	margin: 20px 0px 20px 50px;
	width: 50%;
}
.breadcrumbs{
	margin: -13px 10px 2px 0px;
	font-size: 10px;
	font-size: 90%;
	color: #00c;
	text-align: right;
}

p.homeblock {
    padding: 10px;
    margin-left: 8%;
    max-width:25%;
    border: 3px solid #1e73bc;
    color: #1e73bc;
    font-size: 135%;
	text-align: center;
    
/*    padding-left: 80px;
	font-size: 150%;
	text-align: center;
    */
}
.biglink{
    padding-left: 88px;
    padding-left: 9%;
	font-size: 150%;
	text-align: center;
}
.biglink a{
    color: #00c
}
.biglink a:visited {
    color: #00c
}

/* Navigation Menu */
.main-navigation {
	background: #00c;
	text-align: center;
}
.main-navigation li {
	margin-top: 24px;
	font-size: 11px;
	line-height: 1.42857143;
}

/* Footer */
footer[role="contentinfo"] {
	text-align: center;
}

#title {
	margin-top: -15px;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
}
.title a:visited{
	color:maroon;
}
#author {
	font-size: 80%;
	font-style: normal;
}
#discussion_info {
	float: right;
	margin-right: 100px;
}

/* Schedule for Front page sidebar -- */
#schedule {
	margin-top: -5px;
	margin-left: 40px;
	border: 3px solid #00c;
	float: right;
	width: 55%;
}
#schedule h4 {
	margin: 5px 0px;
	text-align: center;
}
#schedule ul {
	margin: 0px 5px 10px 5px;
	list-style-type: none;
}

#schedule li {
	padding-left: 5px;
	margin-left: 0px;
	font-size: 12px;
}

.site-content article {
	border-bottom: hidden;
	margin-bottom: 12px;
}

.site-header h1 {
	color: #c0c;
	font-style: italic;
	font-size: 32px;
	margin-left: 40px;
	margin-bottom: 0;
}

.site-header h2 {
	margin-top: -5px;
	margin-bottom: 15px;
	margin-left: 100px;
	font-size: 16px;
	font-weight: bold;		
}
/* Navigation Menu */
.main-navigation {
	border-top: 4px solid #1e73be;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	text-align: center;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	border-bottom: 1px solid #00c;
	border-top: 1px solid #00c;
}
.main-navigation li a {
	color: #fff;
	line-height: 2.0;
}
.main-navigation li a:hover {
	color: #8ff;
}
.main-navigation li {
	border: 1px solid #ffffff;
	margin: 4px;
	padding-left: 6px;
	padding-right: 6px;
}
.main-navigation li ul {
	background: #00c;  /****** IN WORK **/
}
.main-navigation li ul li a {
	background: #00c;
	border-bottom: 1px solid #00c;
	display: block;
	font-size: 10px;
	line-height: 1.5;
	padding: 4px 4px;
	width: 120px;
	white-space: normal;
}
.main-navigation li ul li a:hover {
	background: #00c;
	color: #8ff;
}
.main-navigation li.current-menu-item ,
.main-navigation li.current-menu-ancestor {
	background: #00a;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #fff;
}

/* Previous and Next styling */
.navigation .alignleft{
	font-size: 90%;
	margin-left: 2%;
}
.navigation .alignright{
	font-size: 90%;
	margin-right: 5%;
}
#nav_return{
	font-size: 90%;
	margin-left: 2%;
}
.photoright{
	float: right;
	margin-left: 25px;
	margin-right: 55px;
}

/**** Table styling ***/
table {
	margin: 20px;
	width: 50em;
}
tr {
	height: 1.7em;
}
.entry-content th {
	font-size: 100%;
	text-align: left;
	padding-left: 1.5em;
}
td {
	color: #444;
	width: 300px;
	line-height:110%;
}
td.title {
	width:35em;
	font-style:italic;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.4;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 14px 12px 24px;
	margin: 0.857142857rem 1.0rem 0.857142857rem 1.714285714rem;
}
.entry-content a:visited,
.comment-content a:visited {
	color: #21759b;
}
.site-content {
	margin: 0;
}