/* CSS Document */

/* reset.css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	line-height:1.5em;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a img {
	border: none;
}


/* typography.css */
body {
	font-size: 75%;
	color:#999;
	background:#000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#999;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin-bottom: 0.5em;
}

h2 {
	font-size: 2em;
	margin-bottom: 0.75em;
}

h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-bottom: 1em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
	height: 1.25em;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}

h6 {
	font-size: 1em;
	font-weight: bold;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}

p {
	margin: 0 0 1.5em;
	line-height:1.7em;
}

p img {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}

a:focus, a:hover {
	color: #fff;
}

a {
	color:#999;
	text-decoration:none;
}

strong {
	font-weight: bold;
}


/* layout css */
.news-column {
	width:310px;
	margin:0 6px 0 0;
	float:left;
}
.cat-column {
	width:310px;
	margin:0 5px 0 0;
	float:left;
}
.one-column {
	width:310px;
	margin:0 10px 0 0;
	float:left;
}

.two-column {
	width:630px;
	margin:0 10px 0 0;
	float:left;
}

.three-column {
	width:950px;
}

.last {
	margin:0px	
}

.clear {
	clear:both;
}

.left {
	float:left;
}

.right {
	float:right;
}

.title {
	margin:0 0 20px 0;	
}

#container {
	width:950px;
	margin:0 auto;
}

#logo {
	height:55px;
	background:url(../images/aimbry-logo.gif) no-repeat 0 0;
	margin-top:45px;
}

#footer {
	text-align:center;
	font-size:.8em;
}

#footer a:hover {
	color:#FFF;
}

hr {
	background-color:#333;
	height:2px;
	clear:both;
	border:none;
	margin:20px 0 20px 0;
}


/* forms css */
label {
	font-weight: bold;
}

input {
	border:#333 1px solid;
	background-color:#000;
	color:#999;
}

.fields {
	width: 308px;
	margin:10px 0 20px 0;
}

textarea {
	width: 308px;
	height: 200px;
	border:#333 1px solid;
	background-color:#000;
	color:#999;
}

#submit:hover {
	color:#09F;
}