/*
 Theme Name:   Twenty Fifteen Child
 Theme URI:    http://2015themes.com/twenty-fifteen-child/
 Description:  Twenty Fifteen Child Theme
 Author:       2015 Themes Team
 Author URI:   http://2015themes.com
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-fifteen-child
*/

/* = Your Theme customization starts from here
------------------------------------------------------- */

/* things that are red */
h1.entry-title, .current-menu-item a {
	color:#aa0c31;
}

/* turn off word wrap */
p, li, a {
    word-wrap: normal;
    hyphens: none;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
}

.clear-float {
	clear:both;
}

.centered {
	text-align:center;
}

.entry-content ul {
    /*list-style-position: inside;*/
	list-style: none;
}

.entry-content li:before {
	font-size:20px;
    content: "• ";
	padding-right: 6px;
    color: #aa0c31;
}

.entry-content h3 {
    color: #aa0c31;
}


.home .hentry {
	padding-top:0;
}

.entry-content table {
	font-size:13px;
}

@media (max-width: 380px) {	
.entry-content table {
	font-size:8px;
}
}

body.custom-background {
	background-size:cover;
}

input[type="submit"] {
    background-color: #aa0c31;
}

.site-info p {
	font-size:12px;
}

