

/* Add a gray background color with some padding */
articlebody {
    font-family: Arial;
    padding: 20px;
    background: #f1f1f1;
}

.BlogiFrame {
	width: 55%;
	margin-right: 10px;
	float: left;
}

.clearfix {
	clear: both;
}

/* Article image */
.articleimg {
  /* background-color: #aaa; */
  width: 100%;
  height: 50%;
  margin-top: 10px;
  /* overflow: hidden; */
  /* margin-left: 10px; */
  /* margin-right: 10px; */
  /* padding: 20px; */
}

/* Size of image inside of parent div */
.articleimg img {
	height: 200px;
	width: 100%;
}

/* Caption for images */
figure {
	text-align: center;
	font-size: 12px;
	font-style: italic;
}

/* Add a card effect for articles */
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
  margin-left: 10px;
  /* margin-bottom: 5px; */
}

/* Add a card effect for articles */
.smallcard {
  background-color: white;
  padding: 7px;
  padding-top: 20px;
  padding-left: 7%;
  margin-top: 20px;
  margin-left: 15%;
  padding-bottom: 20px;
  padding-right: 5%;
}


section {
	float: left;
	width: 60%;
}

aside {
	float: left;
	margin-left: 10px;
	width: 30%;
}

h5sml {
	color: #008B8B;
	font-weight: 200;
	font-size: 24px;
	margin-bottom: -5px;
	/* margin-left: 2%; */
	padding-bottom: 10px;
	padding-left: 2%;
}

h6sml {
	color: black;
	font-weight: 300;
	font-size: 14px;
	/* margin-left: 4%; */
}

fileHeading {
	color: black;
	font-weight: 300;
	font-size: 14px;
	/* margin-left: 4%; */
}


fileSubtitle {
	color: grey;
	font-weight: 300;
	font-size: 12px;
	/* margin-left: 4%; */
}

// Rounded Corners rectangle
,rcorners {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  border-radius: 25px; /* future proofing */
  border: 2px solid #73AD21;
  padding: 20px; 
  width: 200px;
  height: 150px;  
}

a:link {
	text-decoration: none;
}


/* To resume normal flow of document after columns */
.columns:after {
	display: block;
	content: "";
	clear: both;
}


/* Footer */
.footer {
  padding: 20px;
  text-align: center;
  background: #ddd;
  margin-top: 20px;
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn { 
    width: 100%;
    padding: 0;
  }
}