/*
 * This css file includes styles added in the jekyll port of this theme.
 * To find the original style.css that ships with Airspace, read airspace.css
 *
 */

 .italic {
   font-style: italic;
 }

 .bold {
   font-weight: bold;
 }

 .center-text {
   text-align: center;
 }

.post-area {
  padding: 20px;
  width: 100%;
  min-height: 150px;
  background-color: white;
  border-bottom: 1px dotted #ddd;
  
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  
  
}


.block {
 
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.post-area a:link, .post-area a:visited {
	color: #428bca;
  	text-decoration: underline;
}

.post-area a:hover, .post-area a:active {
	color: #428bca;
	text-decoration: none;
}

body { padding-top: 65px; }

.post-area img {
    max-width: 100%;
    height: auto;
    margin: center;
}

.post-date {
	color: gray;
	font-weight: bold;
}

.post-title a:link, .post-title a:visited {
	text-decoration: none;
	color: #000;
}

.post-title a:hover, .post-title a:active {
	color: #000;
	text-decoration: underline;
}

.post-area ul {
	padding: 10px;
	margin: 10px;
	list-style: disc;
}
.post-area li {
	margin: 15px 3px;
}

#investigate-mpd {
	font-size: 110%;
	background-color: white;
	padding: 15px; 
	border-radius: 10px;
    	border: 1px solid #666;
}



.button {
    background-color: #fff; 
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: white; 
    color: black; 
    border: 2px solid #666;
    background-image: url(http://defendj20resistance.org/img/butt-umbrella.png);
    background-repeat: no-repeat;
    background-position: 7px;
    padding-left: 65px;
}

.button1:hover {
    background-color: #eee;
    color: black;
    text-decoration: underline;
}

