/*Author: Kevin Barasa;
*Date: 03/03/2015;
*bkevin001@yhoo.com/ kevin@digitarttechnologies.com
*Phone: 0724 778 017;
*/

/*General body resets*/
body{
	margin:0px;
	///background: rgba(214, 214, 214, 0.52);
	padding: 0px;
	font-family:'Roboto','Open Sans', sans-serif; 
	font-size: 100%;}
/*this is a divisions area....strictly out of bound..and am serious*/
div#top{height: 200px;width: 100%;}
div.wrapper{
	border: 1px solid #DEDDDD;
	box-shadow: 0px 10px 20px 2px #8A8888;
	overflow: hidden;
	background: ghostwhite;
	max-width: 1100px;
	font-size: 14px;
	margin: 0px auto;}
/*Main Page reset*/
div.clearfix{
	content: " ";
	display: block;
	overflow: hidden;
	visibility: hidden;
	clear: both;}
div.aside_left{
	width: 15%;
	//background: rgba(214, 214, 214, 0.52);
	background-color: rgb(66, 119, 48);
	color: #808080;
	padding-bottom: 10px;
	//border-right: 1px solid #427730;
	border-top: 1px solid #427730;
	border-bottom: 1px solid #427730;
	float: left;}
/*Center Data...Confirm first!*/
div.center_data{
	font-family: "Lato",sans-serif;
	//padding-top: 20px;
	float: center;
	display:block;
	//margin-left: 1%; 
	margin-right: 1%; 
	display: block; float: left; 
	position: relative;
	box-sizing: border-box;
	width: 57%;
}
#note{
	width: 100%;
	height: 100px;
	margin: auto;
	color: #666;
	line-height: 21px;
	//background-color: #c7e6c7;
	//background-color: #EFEFEF;
	padding: 6px 8px 10px 10px;
	//border-left: 6px solid #A5B003;}
/*Right Aside data*/
div.aside_right{
	border-left: 1px solid #427730;
	color: #808080;
	float: right;
	overflow: hidden; 
	width: 25.5%;
	//height: 400px;
	//background: rgba(214, 214, 214, 0.52);
	//background: #D6D6D6;
	border-top: 1px solid #427730;
}
div#current_issue{
	//color: #427730;
	font-size: 15px;
	font-family: "Open Sans", sans serif;
	margin-left: 24px;
}
/*End of restricted area....access now below!*/


/* Start of  dynamic abstract*/

#dynamic_abstract {
	font-family: "Open Sans", sans serif;
}

/*Elements Wrap*/
ul, li, a{
	padding:0px;
	list-style: none;
	text-decoration: none; 
	//color: inherit;
	font-family: inherit !important;}
li.active, li#menu:hover{
	background-color: #7A7A7A;
	border-left: 5px solid #fff;
	//background: #69C663;
	//color: rgba(243, 238, 238, 1);
}
li.active a{color: #333;}
li#menu a{color: #fff;}
li#menu{
	cursor: pointer;
	color: rgba(162, 157, 157, 1);
	line-height: 40px;
	text-align: left;
	padding-left: 9px;}
h3#section_header{
	color: #fff;
	background: none repeat scroll 0% 0% #427730;
	padding: 0.4em 2.2em;
	text-transform: uppercase;
	white-space: nowrap;
	font-family: "Roboto Condensed",sans-serif;
	line-height: 27px;
	text-align: center;
	text-indent: -25px;
	font-size: 1.1em;
	font-weight: 600;}
h3#titles{
	//background: #737B35;
	width: 100%;
	text-align: center;
	padding: 0px 10px 0px 10px;
	margin-top: 40px;
	border-top: 1px solid #427730;
	border-bottom: 1px solid #427730;
	color: #427730;
	margin-bottom: 0px;
	font-size: 1.8em;}
article{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DCDCDC;
	z-index: 1;}
	article h4 a{
		color: inherit !important;
	}
	article h4 a:hover{
		
	}
span#byline{
	text-align: center;
	font-weight: 400;
	font-size: 0.8em;
	color: #666;}
footer{
	font-family: "Open Sans",sans-serif;
	width: 100%;
	padding: 10px;
	margin-top: 10px;
	text-align: center;
	//border-top: 3px solid rgba(108, 216, 121, 1);;
	background: rgb(196, 197, 194);}
footer li{
	display: inline; 
	margin-left: 10px;}
input, select{
	width: 250px;
	line-height: 20px;
	padding: 8px;
	margin-bottom: 19px;}
td{padding: 5px;}

