/*
	Developer By	:	KALI CHAUDHARY
	SkypeID			:	kalichaudhary
	Email			:	kalichaudhary@gmail.com
	URL				:	www.kali.com.np
	
	Company			: 	Dryicesolutions.net
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, audio, canvas, details, figcaption, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, summary, time, video {
	border: 0;
	outline: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	list-style:none;
}
body {
	line-height: 1;
	font: 13px/18px 'RobotoRegular', Arial, sans-serif;
	color:#3f3f3f;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote {
	display: block;
}
nav ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
ul {
	list-style: disc;
}
ul ul {
	list-style: circle;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
mark {
	background: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
input[type=submit], input[type=button], button {
	margin: 0!important;
	padding: 0!important;
}
input, select, a img {
	vertical-align: middle;
}

.hidden {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}


.clearfix {
	display: inline-block
}
html[xmlns] .clearfix {
	display: block
}
* html .clearfix {
	height: 1%;
	overflow: visible
}
.clear{ clear:both; margin:0; padding:0;}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }

.readmore{ background:url(../images/readmore.png) no-repeat; padding:5px 47px; float: right; height:13px;}
.readmore:hover{ background:url(../images/readmore.png) no-repeat 0 -25px; padding:5px 47px; height:13px;}

.view-all{ text-decoration:none; color:#328B3E; float:right;}
.view-all:hover{ text-decoration:none; color:#CC3300; float:right;}