/*
Theme Name: Gazi 1.3.sam
Theme URI: http://github.com/gzsrahman/gazi-wip
Description: A temporary continuation of the Abraham Lincoln theme developed for the Argus, available at http://github.com/joom/abraham-lincoln. Amended crudely by Sam Hilton.
Version: 2.2.0.sam
Author: Lord Gazi Rahman (and Sam Hilton)
Author URI: https://github.com/gzsrahman
License: MIT
*/

.podimg {
	height: 100%;
	border-radius: 5px;
}

.podimg:hover {
        box-shadow: 0 0 10px #b21e24;
}

.podtextbox {
	width: calc(100% - 212.5px);
	height: 100%;
	padding: 10px 10px 10px 0px;
	color: #231f20;
}

.gbody {
	display: flex;
    	flex-flow: row wrap;
    	justify-content: center;
    	font-family: 'Georgia', Georgia, serif;
    	row-gap: 20px;
	column-gap: 20px;
}

.gpostcard {
	background: #d0cbcb; 
	width: 255px; 
	height: 382px; 
	border-radius: 5px;
	color: #231f20;
	overflow: hidden;
}

.gpic {
	height: 204px;
  	display: block;
 	margin-left: auto;
  	margin-right: auto;
	margin-top: -10px;
	margin-bottom: -10px;
}

.gtextbox {
  	background: #e8e6e6;
	text-align: center;
	overflow: scroll;
  	width: 255px;
  	height: 188px;
  	border-bottom-left-radius: 5px;
  	border-bottom-right-radius: 5px;
}

.grole {
	background: #d42830;
	color: white;
	font-size: 12px;
	font-family: 'Georgia', Georgia, serif;
	text-align: center; 
    	display: inline-block;
	padding: 0.75px 7px 0.5px 7px;
	border-radius: 5px; 
  	margin: 5px auto 0 auto;
}

.gname {
	font-size: 20px;
	font-family: "Georgia", Georgia, serif;
  	display: block;
  	text-align: center;
    	color: #231f20;
  	margin-top: -2px;
	font-weight: bolder;
}

.gdescript {
	font-size: 12px;
	text-align: left;
	margin-left: 10px;
    	margin-right: 10px;
}
