/* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

body
{background-color: #000000;
color: #ffffff;
font-family: trebuchet ms, calibri, tahoma, arial, sans-serif;
text-align: left;}

a:link {text-decoration: none; color: #96cfd4;}
a:visited {text-decoration: none; color: #96cfd4;}
a:hover {text-decoration: underline; color: #96cfd4;}

a.navlinks:link {text-decoration: none; color: white;}
a.navlinks:visited {text-decoration: none; color: white;}
a.navlinks:hover {text-decoration: none; color: #96cfd4;}

img
{border-style: none;}

.grid_1 {width: 60px;}

.grid_2 {width: 140px;}

.grid_3 {width: 220px;}
		
/* used in a row of 4x3 */
.grid_3_216 {width: 216px;}

.grid_3_white {width: 200px;
				background-color:#ffffff;}

.grid_4 {width :300px;}

/* used in a row of 3x4 */
.grid_4_298 {width:298px;}

.grid_5 {width:380px;
		border: thin solid #ffffff;}

.grid_6 {width:460px;}

.grid_7 {width:540px;
		border: thin solid #ffffff;}

.grid_8 {width:620px;}

.grid_8_footer {width: 600px;
				padding-left: 10px;
				padding-right: 10px;
				-moz-border-radius: 5px;
				border-radius: 5px;}

.grid_9 {width:700px;}

.grid_9_maintext {width:680px;
				padding-left: 10px;
				padding-right: 10px;
				background-color: #333333;
				-moz-border-radius: 5px;
				border-radius: 5px;}

.grid_12 {width:942px;
		border: thin solid #ffffff;}
		
.grid_12_white {width:942px;
		border: thin solid #ffffff;
		background-color:#ffffff;}
		
.headerMain {padding-top: 10px;}
		
.footer {background-color: #333333;}

.socialLinks {float:right}

.column {
	margin: 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}


h1
{font-size: 1.4em;}

h2
{font-size: 1.2em;}

h3
{font-size: 1em;}

p
{font-size: 0.9em;}

p.navlinks
{font-size:2em;margin-top:0px;}

p.home_image_text
{font-size: 0.8em;
text-align:right;}

p.footer
{padding-left: 5px;
padding-right: 5px;}

ul
{font-size: 0.9em;}

img.home_image
{border: 10px solid #ffffff;}
