
	/**
	* zero everything
	*/
	* {
		margin: 0;
		padding: 0;
		}
		
		
		
	/**
	* global declarations
	*/
	body {
		font-size: 62.5%;
		line-height: 18px;
		font-family: Arial, Helvetica, sans-serif;
		background-color: #24292C;
		padding-left: 5px;
		}
		
	.dotline {
		height: 1px;
		line-height: 1px;
		font-size:1px;
		background-color: #393C41;
		margin: 0 -7px;
		}
		

		
	a, body {
		color: #BFC1C2;
		}
		
	a {
		outline: 0;
		text-decoration: none;
		}
		
	a img {
		border: 0;
		}
		
	a:hover img {
		border-color: #fff !important;
	}
		
	a:hover {
		color: #feb500;
		}
		

		
		
		
	/**
	* clearfix
	*/
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
			
	.clearfix {
		display: inline-block;
		}
		
	/* Hide from IE Mac \*/
	.clearfix {
		display:block;
		}
	/* End hide from IE Mac */
	
	
	
	
	.paginationstyle a{ /*Pagination links style*/
		padding: 0 1px;
	}



	.paginationstyle .flatview a.selected { /*Pagination div "flatview" links style*/
		font-weight: bold;
		color: #FEB500;
		
	}
	
	.flatview {
		float: left;
	}
	
	.fL {
		float: left;
		}
		
	.fR {
		float: right;
		padding-right: 5px;
		}	
