/**

Copyright (C) 2009 Keith Levi Lumanog
website: http://www.keithics.com
email:   webmaster@keithics.com
Skype: keithics

portfolio: http://keithics.com/gallery.php

notes:
Please feel free to modify this file, and if you want to ask something or want me to help.. please don't hesitate to email me.
I will try my best to help you out.

**/

/******************* defaults *********************/

div{

}

body,ol,ul,li,form,fieldset,legend,h1,h2,h3,h4,p , .zero{
	margin:0;
	padding:0;
	border:none;
}

h1{
	font-weight:normal;
	font-size:20px;
}

h1,h2,h3,h4{
	margin-bottom:5px;
	font-weight:normal;
}

h2{
	font-size:18px;
}

h3{
	font-size:14px;
	font-weight:bold;
}

p{
	line-height:20px;
	margin-bottom:7px;
	margin-top:7px;
}

a{
	outline:none;
	text-decoration:none;
}

a:link , a:visited{
	color:#2A7385;
}

a:hover{
	color:#069;
	text-decoration:underline;
}

a img{
	border:none;
}

.clear{
	clear:both;
}

.input{
	
}


/********** texts and floats ****************/

.left , #left{
	float:left;
}

.right , #right{
	float:right;
}


.float_wrap{
	overflow:hidden;
}

.tleft , #tleft{
	text-align:left;
}

.tright , #tright{
	text-align:right;
}

.cleft , #cleft{
	clear:left;
}

.cright , #cright{
	clear:right;
}

.cboth , #cboth{
	clear:both;
}

.small{
	font-size:11px;
}

/************** icons and images ***************/

.icons{
	margin-bottom:-5px;
}


/************** colors ***************/

.grey{
	color:#999;
}

.blue{
	color:#2A7285;
}