
/**************************************/
/*              Reset                 */
/**************************************/
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
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;
}

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


/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
- orange	#F60
\**************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/

body {
	padding: 40px 0 0 40px;
	font-family: verdana, helvetica, arial, sans-serif;
}


/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/


ul#nav{
	list-style: none;
	margin: 0;
	padding: 9px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
  	text-align: left;
	white-space: nowrap;
	background-color: #fff;
}

ul#nav li{
	display: inline;
	margin: 0 5px
}

ul#nav a:link, ul#nav a:visited{
	text-decoration: none;
	margin: 0 0 1px 0;
	padding: 5px 10px;
  	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #999;
}

ul#nav a#current{
	border-color: #666;
	color: #000;
}

ul#nav a:hover{
	border-color: #F60;
	color: #666;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#head h2 {
	margin-bottom: 20px;
}

#head span.title {
	background-color: #000;
	color: #fff;
	padding: 3px;
}

h3 {
	margin: 20px 0 10px 0;
}

#content {
	margin: 0;
}

iframe {
	margin: 20px 0;
}

textarea.code {
	width: 500px;
	padding: 5px;
	overflow: auto;
}

fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }
label { font-weight: bold; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }


ul#project_list {
	list-style-type: square;
	width: 500px;
	margin-top: 50px;
	margin-left: 20px;
}

ul#project_list li {
	margin-top: 20px;
	padding: 5px 2px;
}

ul#project_list li a:link, ul#project_list li a:visited {
	color: #666;
	text-decoration: underline;
}

ul#project_list li a:hover {
	color: red;
	background-color: #ccc;
}


/**************************************/
/*               FOOTER               */
/**************************************/


