/*---------------------------------------------------------------- 
  Copyright: 
  Copyright (C) 2009 danielfajardo web
  
  License: 
  GPL Software 
  
  Author: 
  danielfajardo - http: //wwww.danielfajardo.com
---------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%; /* Resets 1em to 10px */
	color: #444;
}

body.font-small {
	font-size: 65%;
}

body.font-medium {
	font-size: 75%;
}

body.font-large {
	font-size: 85%;
}

/* Headings
***************************************************************************** */
h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-family: Geneva, Helvetica, Verdana, Arial, sans-serif;
	font-weight: normal;
	line-height: 1.2em;
	color: #be261e;
}

h1 {
	font-weight: bold;
	color: #F00;
	background-image: url(/img/8.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 37px;
	padding-top: 6px;
	padding-bottom: 0px;
}

h2 {
	color: #666;
	background-image: url(/img/2.jpg);
	background-repeat: no-repeat;
	padding-left: 11px;
	margin: 0px;
	background-position: 0px 4px;
}

h3 {
	color: #666;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.0em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
	font-weight: bold;
}

h6 {
	font-size: 0.9em;
	font-weight: bold;
}

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: #ffffdd;
}

blockquote {
	font-style: italic;
	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;
}

/* General elements
***************************************************************************** */
p {
	margin: .5em 0 1em 0;
	line-height: 1.6em;
}

p.last {
	margin-bottom: 0 !important;
}

p img { /* margin: 0 15px 10px 0; */
	padding: 0;
}

hr {
	display: none;
}

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

em {
	font-style: italic;
}

.small {
	font-size: .8em;
	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 {
	padding: 4px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}

input.button {
	float: right;
	padding: 4px 8px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #26a;
	color: #cdd;
}

input.button:hover {
	background: #be261e;
	color: #fff;
}

input.button:active {
	background: #333;
	color: #fff;
}

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

textarea {
	padding: 9px;
	border: 1px solid #cdd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #f9ffff;
}

/* Links
***************************************************************************** */
a {
	text-decoration: none;
}

a:link {
	color: #26a;
}

a:hover {
	color: #000;
}

a:active {
	color: #be261e;
}

a:visited {
	color: #26a;
}

a img {
	border: none;
}

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

ul {
	list-style-type: disc;
}

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