/*

STYLESHEET INFORMATION
----------------------
Project: Asyncrob Company Website
Client:  Asyncrob Corporation
Author:  Jose Olarte III

*/


* { margin: 0; padding: 0; } /* global white-space reset */


/*---------------*/
/* HTML ELEMENTS */
/*---------------*/

body {
	background: #DDD url(../images/page-bg.png) top center repeat-x;
	color: #314267;
	font: 62.5% Helvetica, Arial, sans-serif; /* 10px = 1em reset */
	padding-left: 50%;
}

a {
	color: #690;
}

a img {
	border: none;
}

table {
	border-collapse: collapse; /* remove cellspacing */
	font-size: 1em;
}

input, select, button {
	font: 1em Helvetica, Arial, sans-serif;
}

option {
	margin-right: 0.5em; /* Firefox, Opera */
}

optgroup {
	font: 1em Helvetica, Arial, sans-serif;
	font-style: italic;
	font-weight: bold;
}

	optgroup option {
		padding-left: 1.5em;
	}


/* IE BUTTON-WIDTH FIX */

input.button, button.button {
   padding: 0 4px;
   width: 0;
   overflow: visible;
}

input.button[class], button[class] { /* IE ignores [class] */
	width: auto;
}


/*-----------------*/
/* GENERIC CLASSES */
/*-----------------*/

.clearfix {
	clear: both;
	display: block;
	font-size: 0; /* for IE6 and lower */
	height: 0;
	line-height: 0px;
}

.read-more {
	margin-bottom: 0 !important;
	text-align: center;
}
