/*===================================================
Layout Global Style Sheet 
Project: Portfolio
Author: Sunil Duwal ~ (suwedds@gmail.com)
website: http://www.sunilduwal.com.np/
===================================================*/



body {
	background: #2A2A2A;
	color: #ffffff;
	font: normal 13px/18px Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
	}

a {
	color: #5d5c5c;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration:underline;
		}

img {
	display: inline-block;
	border: 0;
	}

ul li {
	list-style:none !important;
	margin:0;
	padding:0;
	}


/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

/* start commented backslash hack \*/
* html .clearfix{
	height:1%;
	}
.clearfix{
	display:block;
	}
/* stop commented backslash hack */

.clear{
	clear:both;
	}

.clear-left {
	clear:left;
	}

.float-right {
	float:right;
	}
