/*
Theme Name: bas2026
*/

/*  - - - - - - - - - - - - - - - - - - - -  */
/*  BAS - body.css  */
/*  - - - - - - - - - - - - - - - - - - - -  */


body {

	margin: 0;
	
	background: white;
	font-family: Arial, sans-serif;
	font-size: 1.1rem;
	line-height: 160%;
}


p {

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

#content {

	margin: 40px auto;
	min-width: 400px;
	max-width: 992px;
}

.bas-text-box {

	margin: 25px;
	padding: 20px;
	
	text-align: center;
	background: #CCCCCC;
	border: 1px gray dotted;
}

h1 {

	margin-bottom: 30px;
	
	font-size: 200%;
	line-height: 130%;
	font-weight: 600;
	color: #90A090;
}

.post-category {

	font-size: 80%;
}

blockquote {

    margin-left: 40px;
    margin-right: 60px;
    padding-left: 20px;
    color: #889988;
    border-left: solid 4px #889988;
}
