/****
 *
 * generic tags
 *
 ****/

body
{
	font-family: Courier New, Courier, monospace;
	font-size: 140%;
	background-color: #000000;
	color: #aaaaaa;
	width: 822px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10pt;
	margin-top:0px;	
	line-height: 1.6em;
}


a:link
{
	color: #FFFFFF;
}

a:visited 
{
	color: #aaaaaa;
}

a:hover
{
	background: #FFFFFF;
	color: #000000;
}

a.img:hover
{
	background: none;
	color: #ffffff;
}

p
{
	color: #aaaaaa;
	margin-bottom: 1.5em;
	font-size: 9pt;
	font-family: verdana, sans-serif;
}



h2, h3, h4
{
	position: relative;
	overflow: visible;
	font-weight: bold;
	font-size: 15pt;
	line-height: 20.5pt;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	padding-top: 2px;
	display: inline;
	white-space: nowrap;
	text-transform: uppercase;
	color: #eeeeee;
	margin-right: 5px;
}

h2 a,
h2 a:link,
h2 a:visited
{
	position: relative;
	text-decoration: none;
	overflow: visible;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	padding-top: 2px;
}




h3
{
	font-weight: normal;
	font-size: 10pt;
	line-height: 17pt;
	padding-top: 2px;
	display: inline;
	border: 0px;
	text-transform: uppercase;
	color: #eeeeee;
}

h4
{
	font-weight: normal;
	font-style: italic;
	font-size: 10pt;
	line-height: 12pt;
	margin: 0;
	padding-top: 0;
	display: inline;
	text-transform: none;
	border: 0px;
}

h4 a:link
{
	text-decoration: none;
	color: #eeeeee;
}


strong
{
	font-weight: bold;
	color: #eeeeee;
}

p a:link
{
	white-space: nowrap;
}

img
{
	border: 0px;
}


/****
 *
 * global ids
 *
 ****/

#head
{
	padding: 30px 10px 30px 10px;
	position: relative;
	width: 800px;
	background: #000000;
}

#content
{
	padding: 0px 10px 0px 10px;
	position: relative;
	width: 800px;
	min-height: 600px;
	background: #000000;
}

#foot
{
	padding: 30px 10px 30px 10px;
	position: relative;
	width: 800px;
	margin-bottom: 25px;
	background: #000000;
}

#content .main
{
	width: 600px;
	float: left;
}

#content .secondary
{
	width: 185px;
	float: right;
}

/****
 * 
 * Primary navigation
 *
 ****/

.navi
{
	position: relative;
}

.navi ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navi ul li
{
	display: inline;
	margin-right: 10px;
}

.navi h1
{
	display: inline;
	font-size: 10pt;
}

.navi a
{
	color: #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.navi a:hover
{
	color: #000000;
}

.navi .current a
{
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	padding-top: 1px;
}

.navi .byline
{
	position: absolute;
	top: 30px;
	left: 580px;
	width: 230px;
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	color: #777777;
}

.navi .byline a
{
	color: #777777;
}

/****
 *
 * foot navigation
 *
 ****/

#foot .byline
{
	font-size: 8pt;
	font-weight: normal;
	text-transform: none;
}

#foot .byline a
{
	text-transform: none;
	color: #777777;
}

/****
 *
 * secondary column styles
 *
 ****/

.secondary ul.items
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	color: #555555;
}

.secondary ul.items a
{
	color: #eeeeee;
	text-decoration: none;
}

.secondary ul.items .current a
{
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
}


.secondary ul.items a:hover
{
	color: #000000;
}

/****
 *
 * home page styles 
 *
 ****/

#console
{
	position: relative;
	height: 625px;
	width: 800px;
}

.home .marquee
{
	font-weight: bold;
	text-transform: uppercase;
}

/****
 *
 * works styles
 *
 ****/

.works .credits ul
{
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.works .credits li
{
	display: inline;
}

.works ul.images
{
	position: relative;
	list-style: none;
	display: block;
	width: 802px;
	margin: 0px;
	padding: 0px;
}

.works ul.images li
{
	background-color: #333333;
	text-align: center;
	position: relative;
	display: block;
	width: 266px;
	height: 199px;
	float: left;
	text-align: center;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

.works ul.images h3
{
	position: absolute;
	left: 5px;
	bottom: 15px;
	margin-left: 50px;
	margin-right: 50px;
	width: 166px;
	white-space: normal;
	color: #eeeeee;
	font-weight: bold;
	border-bottom: 2px solid #eeeeee;
	border-top: 2px solid #eeeeee;
	padding: 5px 0px 4px 0px;
	background: #000000;
	font-size: 120%;
	line-height: 110%;
	text-decoration: none;
}

.works ul.images a:hover
{
	/* background: #000000; */
}

.works ul.images .three
{
	border-right: 0px;
}

/****
 *
 * Project Styles
 *
 ****/

.project .main,
.project .secondary
{
	padding-top: 30px;
}

.project .work
{
	display: block;
	width: 800px;
	height: 600px;
}


/****
 *
 * blog styles 
 *
 ****/

.blog .entry
{
	padding-top: 1em;
	border-top: 2px solid #eeeeee;
	margin-bottom: 2em;
}

.blog .entry .attachment
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.attachment h5
{
	margin: 0px;
	font-size: 120%;
}

.blog .title a
{
	text-decoration: none;
	color: #eeeeee;
}

.blog .title a:hover
{
	color: #000000;
}

.blog .title h2
{
	border: 0px;
}

.blog .title h3
{
	display: block;
	width: 50%;
	float: left;
	margin: 0px;
	text-transform: none;
	clear: left;
}

.blog .title h4
{
	display: block;
	width: 50%;
	float: left;
	font-style: normal;
	text-align: right;
	clear: right;
	line-height: 17pt;
}

.blog .entry
{
	clear: both;
	margin-bottom: 50px;
}

.blog .entry object,
.blog .entry embed
{
	position: relative;
	display: block;
	clear: both;
	margin: 10px 0px 10px 0px;
}

.blog .entry form label
{
	display: block;
}

.blog .entry form p
{
	margin-bottom: 0px;
}

.blog .entry form textarea
{
	position: relative;
	width: 97%;
	max-width: 97%;
	background: #bbbbbb;
	border: 0px;
	padding: 3px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
}

.blog .entry form input.text
{
	position: relative;
	width: 100%;
	background: #bbbbbb;
	border: 0px;
	padding: 3px 0px 3px 3px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;	
}

.blog .entry form .optional
{
	font-size: 7pt;
	font-style: italic;
	color: #777777;
}

.blog .entry .formMessage
{
	font-size: 7pt;
	white-space: nowrap;
}

.blog .entry form
{
	display: inline;
	padding: 0px;
	margin: 0px;
}


.blog .entry form .buttons
{
	clear: both;
	position: relative;
	text-align: right;
	width: 97%;
}

.blog .entry form span.pre
{
	position: relative;
	display: block;
	width: 100%;
	background: #333333;
	color: #bbbbbb;
	padding-left: 3px;
	margin: 0px;
	font-family: Courier New, Courier, monospace;
	font-size: 9pt;
}

.blog .entry h4
{
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
}

.blog .entry p.first
{
	margin-top: 0px;
}


.blog .comments
{
	margin-top: 2px;
	padding: 15px 8px 10px 8px;
	background-image: url('/img/rule-comments-head.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #111111;
	border-bottom: 2px solid #eeeeee;
}


.blog .comment
{
	border-bottom: 2px dashed #202020;
}

.blog .last
{
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.blog .byline
{
	color: #777777;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	clear: both;
}


/****
 *
 * pages styles
 *
 ****/

.pages
{
	position: relative;
	white-space: nowrap;
	text-align: center;
	clear: both;
	font-size: 12pt;
}

.pages .previous
{
	position: relative;
	margin-right: 5px;
}


.pages .next
{
	position: relative;
	margin-left: 5px;
}


.pages ul.pageNumbers
{
	position: relative;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 30px;
}

.pages ul.pageNumbers li
{
	display: inline;
	margin: 0px;
	line-height: 21px;
}

.pages a
{
	color: #eeeeee;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

.pages .current a
{
	border-top: 2px solid #eeeeee;
	border-bottom: 2px solid #eeeeee;
}

/****
 *
 * global classes
 *
 ****/

.strong
{
	font-weight: bold;
	color: #eeeeee;	
}

.block
{
	padding-bottom: 2em;
}

.top
{
	margin-top: 0px;
}

.clear
{
	position: relative;
	line-height: 0px;
	height: 0px;
	clear: both;
}

.third
{
	width: 31%;
	margin-right: 2%;
	float: left;
}

.right
{
	text-align: right;
}

.center
{
	text-align: center;
	clear: both;
}

.message,
.success
{
	color: #66ee66;
	font-size: 125%;
	text-align: center;
}

.error
{
	color: #ee4444;
	font-size: 125%;
	text-align: center;
}

.hidden
{
	visibility: hidden;
}

