/*
 * nazareth.c stylesheet
 * (c) mortz of nazareth
 */

html
{
	height: 100%;
}

body
{
	margin: 0;
	margin-left: 32px;
	padding: 0;
	width: 762px;
	background: #FFF url(img/gutter.gif) top left repeat-y;
	border-right: 1px solid #C0C0C0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

div.header
{
	width: 762px;
	height: 180px;
	background: url(img/header.jpg) top left no-repeat;
}

div.footer
{
	padding: 16px;
	color: #002157;
	font-style: italic;
}

div.menu
{
	position: absolute;
	top: 150px;
	left: 240px;
	border-left: 2px solid #EC008C;
}

div.menu a
{
	font-weight: bold;
	text-decoration: none;
	border-right: 2px solid #EC008C;
	padding: 0 8px;
	text-transform: uppercase;
	margin: 0;
}

div.menu a:hover
{
	color: #fff;
	background: #EC008C;
	
}

div.content
{
	margin: 16px;
}

h1
{
	font-size: 9px;
	font-weight: normal;
	color: #002157;
	font-style: italic;
	margin: 20px 0 0 0;
}

h2
{
	font-size: 9px;
	font-weight: normal;
	background: #000;
	color: #fff;
	margin: 10px 0 0 0;
	padding: 1px;
}

h2 span.comment {color: #eee;}
h2 span.string {color: #fff;}
h2 span.symbol {color: #C3F906;}

a, a:link, a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover, a:active
{
	color: #EC008C;
}

p,td
{
	font-size: 9px;
}

table,tr,td
{
	border-collapse: collapse;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

img
{
	background: url(img/comment.gif) top left repeat-y;
	padding-left: 15px;
	border:0;
}

img.avatar
{
	float: right;
}

span.latest img.avatar {
	height: 94px;
	width: 125px;
}

span.pp
{
	color: #005826;
}

span.comment
{
	color: #002157;
	font-style: italic;
}

span.symbol
{
	color: #EC008C;
	font-weight: bold;
}

span.string
{
	color: #FF0000;
}

div.indent
{
	padding-left: 20px;
}

form
{
	margin: 0;
	padding: 0;
}

input, textarea, select
{
	border: 1px solid #ccc;
	background: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	margin-bottom: 1px;
}

input[type=radio], input[type=checkbox]
{
	border: 0;
	background: transparent;
}

input[type=submit], input[type=reset], input[type=button]
{
	border: 2px solid #EC008C;
	font-weight: bold;
}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover
{
	background: #EC008C;
	color: #FFF;
}

