/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	/*font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;*/
	font: 13px/1.5 'Helvetica Neue',Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 2.5em;
	letter-spacing:-0.03em;
 
}

h2 {
	font-size: 1.9em;
	letter-spacing:-0.01em;
 }

h3 {
	font-size: 1.8em;
 }

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.2em;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/


p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 1em;
	 
}


ol {
	list-style: decimal;
}

ul {
 	 margin-bottom:1em;
	  list-style:none;
}

li {
	padding:0; margin:0; line-height:1.5em;
	 
}


li p , li a{ line-height:normal; padding:0;}
 
 
a {
	color:#f5c437; 
	text-decoration: none;

}

a:hover {
	color:#888; 
	text-decoration: underline;
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);	

}

h1 {
 	font-weight: normal;
	text-align: left;
	line-height:1.1em;
	color:#777;
	text-shadow: 0 -1px 1px rgba(10,10,10,0.25);
  }
 
h1.hr { margin:0 0 0.5em 0; padding:0; line-height:normal; border-bottom:1px solid rgba(50,50,50,0.25); }

h2 {
	padding: 20px 0 0;
	color:#9AC527;
	font-weight: normal;
 }
 
h3 { font-weight:normal; font-style:italic; font-size:24px; text-align:left;}

h4 {font-weight:normal;   color:#666;  }


h2,h3 , h4 , h5 { line-height:normal; margin-bottom:0.5em; }

li h2, li h3, li h4 , li h5 { margin-bottom:0; line-height:normal; }
 
p {
 	overflow: hidden;
	padding:0;
	text-align: left;
}



blockquote { font-style:italic; font-size:0.9em; padding:10px; }

small { font-size:0.9em; color:#888; }