/*
	# Company: Reload Consulting
	# CSS Author: Nick Maller (www.defythypixel.com)
	# File: screen.css
*/
@import url(form.css);
@import url(layout.css);
@import url(components.css);

/* 
	** Global reset and setting vertical rhythm
*/
*
{
	margin: 0;
	padding: 0;
	line-height: 122%;
}
body
{
	/*color: #565656;*/
	color: #414141;
	font-size: 100%;
	font-family: Arial, Sans-Serif;
    line-height: 1.125em; /* 16×1.125=18 */
}

/* 
	** Headings
*/
h1,
h2,
h3,
h4,
h5,
h6
{
	padding: 8px 0 4px;
	color: #252525;
}
h1 {	font-size: 155%; color: #0d0d0d; padding: 0; letter-spacing: -1px; }
h2 {	font-size: 120%; }
h3 {	font-size: 110%; }
h4 {	font-size: 100%; }
h5 {	font-size: 100%; }
h6 {	font-size: 100%; }


/* 
	** Content Elements
*/
p,
ul,
ol,
dl,
fieldset
{
	padding-bottom: 15px;
	line-height: 1.3em;
}
p big
{
	display: block;
	line-height: 1.1em;
}
table
{
	margin-bottom: 15px;
}
em
{
	font-weight: bold;
}
blockquote
{
	/*color: #959697;*/
}
cite
{
	color: #c2c2c3;
}

/* 
	** Lists
*/
ul ul,
ol ol
{
	padding: 0;
	list-style-position: inside;
}
ul li,
ol li
{
	margin-left: 27px;
}
ul
{
	list-style-type: none;
}
ul li
{
	margin-left: 0;
	padding: 0 0 0 17px;
	
	background: url(../images/bullet.gif) no-repeat 6px .4em;
}

/* 
	** Links
*/
a:link,
a:visited
{
	color: #007cc4;
}
a:hover
{
	color: #42a2d9;
}
a img
{
	border: 0;
}

/* 
	** tables
*/
table
{
	width: 100%;
	margin-bottom: 15px;
	table-layout: fixed;
	border-collapse: collapse;
	
	font-size: 90%;
}
table caption
{
	text-align: left;
	font-weight: bold;
}
table th,
table td
{
	padding: 4px;
	
	border: 1px solid #eaeaea;
}
table th
{
	text-align: left;
}
table thead th,
table thead td
{
	background-color: #eaeaea;
}
