/* SignalFive CSS - version2
/* 02/02/98 - 11:57 PM */

/* This style sheet is for Base Styles that can be inherited across pages, such as fonts,
common widths, classes, etc. Below is reset styles... */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

@font-face {
	font-family: "Droid Sans";
	src: url(../../fonts/DroidSans.ttf) format("truetype");
}

@font-face {
	font-family: "Droid Sans";
	font-weight: bold;
	src: url(../../fonts/DroidSans-Bold.ttf) format("truetype");
}

body {
	line-height: 1.2em;
	font: 12px/1.4 "Droid Sans", "trebuchet ms", sans-serif;
	}

noscript p { color: #f4892a; font-weight: bold; margin: 10px 10px 10px 0; }
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* link hover */
a:hover { color:#d92e2e; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h2 { text-align:left; color:#2b2e3b; font-size:24px; font-weight:bold; }
h3, #portfolio a { color:#fff; font-size:14px; font-weight:bold; }

* { border:0 none; list-style-image:none; list-style-position:outside; list-style-type:none; margin:0; padding:0; text-decoration:none; }

/* wrapper and common styles */
img { border:0px; margin:0px; padding:0px; }
.p-30 { margin-left:30px; }
.p-10-left { padding-left:10px; } 

.push { height: 3em; clear:both; text-align:center; }

/* Font style for IE */
html{ font-size: 100%; /* IE hack */ }
