
/*---------------------------------------------------------------- 
  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;
}

h1,h2,h3,h4,h5,h6 {	font-weight: normal; line-height: 1.5em; }
h1.underlined,h2.underlined,h3.underlined,h4.underlined,h5.underlined,h6.underlined {
	padding-bottom: -0.5em;
	margin-bottom: 0.5em;
}
	
h1 { font-size: 32px; letter-spacing: -.07em; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 20px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

hr { height: 1px; border: 1px solid #cdd; }

p, ul, ol, dl, address, pre { 
	margin-bottom: 16px;
}
ul, ol, dl { margin-left: 20px; }

p { line-height: 1.5em; }
p:first-child {}
p:last-child  {}
p.capital::first-letter {
	display: block;
	float: left;
	font-size: 3em;
	margin: 10px 4px 0px 0px;
}

address {	color: #777; }

abbr, acronym {
	font-weight: bold;
	letter-spacing: .09em;
	cursor: help;
	border-bottom: 2px dotted #26a;
}

cite { color: #666; font-style: italic; }

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

code, pre, kbd, tt {
	font-family: Consolas, 'Andale Mono', Monaco, Courier, 'Courier New', monospace;
	font-size: 1.1em;
}
kbd {}
tt  { color: black; }
pre {
	overflow: auto;
	padding: 16px 20px;
	border: 1px solid #ddd;
	background: #f1f1f1;
	}
	pre.script {
		border: 1px dashed #ccd;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		background: #ffd;
	}

i, em { color:#222; font-style: italic; }

ins { color:#222; background: #fcc; padding: 0 4px; }

b, strong { color:#666; font-weight: bold; }

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

big, .large { font-size: 1.20em; }

del, strike { text-decoration: line-through;}

sup, sub {
	font-size: 0.8em;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {	bottom: 1ex; }
sub {	top: .5ex; }

.resalted   { font-weight: bold; }
.highlight  { background: #e7feb1; padding: 0 .25em; margin: 0 .25em; }
.hidden     {	display: none; }
.underlined { border-bottom: 1px solid #cdd; }
.center     { text-align: center;	}

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

/* Forms 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-bottom: 8px;
	padding-left: 10px;
	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 { 	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); }

/* Ordered List */
ol       { list-style-type: decimal; }
ol ol    {	list-style-type: lower-alpha; }
ol ol ol {	list-style-type: lower-roman; }


/* Definiton list */
dt { font-weight: bold; margin-top: 8px; }
dd { margin-left: 20px; }
