@charset "UTF-8";

/*--------------------------------------------------------------------*/
/* Global default style sheet for Kickstand Studio Site               */
/* Last Updated: 01.11.08 by Cory Perry                               */
/*--------------------------------------------------------------------*/


body {
	background: #000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #FFF;
	font-family: "Trebuchet MS", Verdana, "Lucida Grande", Tahoma, sans-serif;
}

/* global defaults (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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {border: 0;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* spans---------------------------------------*/

span.red {
	color: #FF0000;
}

/* headers-------------------------------------*/
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}

h1, h2, h3, h4, h5 {
	color: #FF0000;
	margin: 10px 0 10px 25px;
}

h3.contentHeader {
	font-size: 17px;
	color: #FF0000;
	margin: 15px 0 10px 25px;
}

/* main layout IDs (framework)-----------------*/
#wrapper {
	width: 950px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

#header {
	width: 950px;
	height: auto;
	overflow: auto;
	min-height: 145px;
}

#header img.logo {
	width: 365px;
	height: 95px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}

/* main nav positioning */
/* for main nav styling see the nav.css file */
#mainNav {
	position: absolute;
	top: 20px;
	right: 420px;
}

#portNav {
	font-size: 12px;
	position: absolute;
	top: 41px;
	left: 540px;
}

#infoNav {
	font-size: 12px;
	position: absolute;
	top: 62px;
	left: 540px;
}

#content {
	width: 948px;
	height: auto;
	min-height: 403px;
	border: 1px solid #FFF;
}

#footer {
	width: 950px;
	height: 30px;
	margin: 15px 0 20px 0;
}

/* main content styling---------------------------*/
#content p {
	margin: 0 50px 15px 25px;
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	font-size: 14px;
}

#content ul {
	list-style: none;
	margin: 0 50px 15px 25px;
}
#content li {
	font-family: "Century Gothic", "Trebuchet MS", Verdana, sans-serif;
	line-height: 18px;
	font-size: 14px;
}
