
/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 - 2011 danielfajardo web

  License: GNU General Public License v2.0
  License URI: http://www.gnu.org/licenses/gpl-2.0.html

  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */

body {
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-size: 62.50%; /* Resets 1em to 10px */
	color: #444;
	-webkit-font-smoothing: antialiased;
}
  
/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {	font-weight: normal; }
h1.underlined,h2.underlined,h3.underlined,h4.underlined,h5.underlined,h6.underlined { padding-bottom: .25em; }
	
h1 { font-size: 32px; letter-spacing: -.07em; padding-bottom: .1em; margin-top: .75em; margin-bottom: .2em; }
h2 { font-size: 28px; /* line-height: 1.2em; */ }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

code, pre {
	margin: 1em 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #000;
	}

pre {
	overflow: auto;
	padding: 1em;
	border: 1px solid #ddd;
	background: #f1f1f1;
	}
	pre.script {
		border: 1px dashed #ccd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #ffd;
	}

blockquote {
	font-style: italic;
	color: #666;
	letter-spacing: .1em;
	padding-left: 48px;
	background: url(../images/icons/quote.png) 0 0 no-repeat;
}

acronym, abbr
{
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #999;
}

a.external{
	padding-right: 1em;
	margin-right: .25em;
	background: url(../images/icons/external.png) right no-repeat;
} 

/* General elements
***************************************************************************** */

.entry {
	font-size: 1.4em;
	line-height: 1.4em;
}

p {
	margin: .5em 0 1em 0;
	line-height: 1.5em;
}
	p:last-child { margin-bottom: 1em !important; }
	/* p img {	padding: 0; } */
	p.capital::first-letter {
		display: block;
		float: left;
		font-size: 3em;
		margin: 10px 4px 0px 0px;
	}

hr { display: none; }

strong { 
	color:#666;
	font-weight: bold;
}
	
em { font-style: italic; }

.small { font-size: .85em; color: #666; }

.large { font-size: 1.2em; }

.resalted { font-weight: bold; }

.highlight  { background: #e7feb1; padding: 0 .25em; margin: 0 .25em; }

.center { text-align: center;	}

.hidden {	display: none; }

.underlined { border-bottom: 1px solid #cdd; }


/* General elements
***************************************************************************** */

input, textarea {
}

input {
	padding: 4px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}

input.button {
	float: right;
	padding: 4px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

label {
	padding: 0 10px 5px;
	font-size: 0.8em;
	color: #666;
}

textarea {
	font-family: monospace;
	font-size: 1.2em;
	color: #555;
	padding: 9px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}

/* list 
***************************************************************************** */

/* Unordered and Ordered list */
ul, ol { 
	margin: .5em 1.5em 1em 2em;
}

ul { 	list-style-type: disc; }
	ul.check, ul.arrow, ul.cross, ul.light, ul.star {
		list-style: none;
		margin-left: 0;
		}
		ul.check li, ul.arrow li, ul.cross li, ul.light li, ul.star li {
			list-style-type: none;
			background-repeat: no-repeat;
			background-position: center left;
			padding: 4px 0 3px 25px;
			}
			ul.check li { background-image: url(../images/list/typo_check.jpg); }
			ul.arrow li { background-image: url(../images/list/typo_arrow.jpg); }
			ul.cross li { background-image: url(../images/list/typo_cross.jpg); }
			ul.light li { background-image: url(../images/list/typo_light.jpg); }
			ul.star li  { background-image: url(../images/list/typo_star.jpg); }
	
	ul.check-big, ul.arrow-big, ul.cross-big, ul.light-big, ul.star-big {
		list-style: none;
		margin-left: 0;
		}
		ul.check-big li, ul.arrow-big li, ul.cross-big li, ul.light-big li, ul.star-big li {
			list-style-type: none;
			background-repeat: no-repeat;
			background-position: center left;
			padding: 11px 0 8px 50px;
			font-size: 1.4em;
			font-weight: bold;
			}
			ul.check-big li { background-image: url(../images/list/typo_check-big.jpg); }
			ul.arrow-big li { background-image: url(../images/list/typo_arrow-big.jpg); }
			ul.cross-big li { background-image: url(../images/list/typo_cross-big.jpg); }
			ul.light-big li { background-image: url(../images/list/typo_light-big.jpg); }
			ul.star-big li  { background-image: url(../images/list/typo_star-big.jpg); }

ol { list-style-type: decimal; }
	/* on the search results page */
	ol.list li { margin-bottom: 2em; }
	ol.list h4 { margin: 0 0 .2em; }

/* Definiton list */	
dl { margin: 0 0 1.5em 0; }
	dl dt { font-weight: bold; }
	dd { margin-left: 1.5em; }
	

/* Tables
***************************************************************************** */
	