/*
Theme Name:     Local changes
Description:    
Author:         mvl22
Template:       blogsixteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/


/* Table style which is similar to div.graybox */
table.graybox {border-collapse: separate; border-spacing: 0 10px;}
table.graybox td {vertical-align: top; padding: 10px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background-color: #fcfcfc;}
table.graybox td:nth-child(2) > h3 {margin-top: 0; padding-top: 0;}
table.graybox td:first-child {width: 175px;}

/* Font styles */
h1 {font-family: "Roboto Slab"; font-size: 32px; color: #5F0C28; line-height: 1.2;}
h2 {font-family: "Roboto Slab"; font-size: 27px; color: #5F0C28; line-height: 1.2;}
h3 {font-family: "Roboto Slab"; font-size: 22px; color:#5F0C28; line-height: 1.2;}
h4 {font-family: "Roboto Slab"; font-size: 22px; line-height: 1.5;}
h5 {font-family: "Roboto Slab"; font-size: 12px; font-weight: normal; line-height: 1.2;}
p {font-family: open sans; font-size: 17px; margin-bottom: 23px}


/* unvisited link */
a:link {color: #5F0C28;}

/* visited link */
a:visited {color: #5F0C28;}

/* mouse over link */
a:hover {color: #222222;}

/* selected link */
a:active {color: #222222;}

/* Lists */
ul, ol {font-family: open sans; font-size: 17px; color:#222222;}

/* Footer */
.site-footer {display: none;}

/* Page title */
.page-id-223 .entry-title {display: none;}
.page-id-225 .entry-title {display: none;}
.page-id-15 .entry-title {display: none;} 
.page-id-22 .entry-title {display: none;} 
.page-id-24 .entry-title {display: none;} 
.page-id-343 .entry-title {display: none;} 
.page-id-498 .entry-title {display: none;} 

body .current_page_item a {background-color: rgba(255, 255, 255, .3); }

/* Remove line under subtitle */

@media only screen and (min-width : 56.875em) {
.content-area: {width: 100%}	
.site-description:after {
		display: none;
	}
}

/* Footer menu */

.bottomMenu { display: block; width:100%;}
.bottomMenu ul { display: inline; float: right; padding: 3px; }
.bottomMenu li { list-style-type: none; display: inline; font-family: roboto; font-size: 13px; }
.bottomMenu li a {
	text-decoration:none;
	font-weight:normal;
	padding: 0 7px 0 3px;
}
.bottomMenu li:last-child > a {border-right: none;} /* remove pipe from last item */


/* Divider Lines */

HR {
 background-color: #5F0C28; height: 1px; border: 0; 
}