
/* GLOBAL */
body {
	padding: 0;
	margin: 0;
	border: 0;
	background-color: black;
	color: black;
	font-family: sans-serif;
	font-size: 14px;
}
li {
	margin-bottom: 5px;
}
a, 
a:visited {
	color: #009;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #df490e;
	text-decoration: underline;
}


/* SITE HEADER */
.site-header {
	background-color: black;
	height: 45px;
	padding-top: 19px;
	border-bottom: solid 5px olive;
}
.site-header .jinsky-logo {
	height: 41px;	
}
.site-header .jinsky-logo h1 {
	margin: 0;
}
.site-header .jinsky-logo h1 a {
	width: 140px;
	display: block;
	height: 41px;
	font-size: 0;
	text-indent: -5000px;
	background-image: url(/images/logo.jpg);
	background-repeat: no-repeat;
}
.site-header .site-menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 0;
	list-style-type: none;
	height: 25px;
}
.site-header .site-menu ul li {
	float: left;
	text-align: center;
}
.site-header .site-menu ul li a {
	display: block;
	width: 90px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	color: white;
	font-weight: bold;
	font-size: 14px;
	font-variant: small-caps;
	margin-left: 5px;
}
.site-header .site-menu ul li a:hover {
	color: yellow;
}

/* SITE CRUX and FOUNDATION */
.foundation {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}
.crux {
	/* Gecko bug - when you put something inside this, make sure there is
	   some padding or gecko will add about 10px of margin to the top. */
	position: relative;
	background-color: #ddd;
	min-height: 400px;
	width: 100%;
	padding: 10px 0;
}

/* THE FLASH */
#flash-notice,
#flash-now {
	margin: 5px 20px 20px 20px;
	padding: 0 5px;
	background-color: lime;
	color: black;
	border: 2px solid black;
	font-weight: bold;
	text-align: center;
}

/* PAYLOAD BLOCK */
.payload {
	position: relative;
	background-color: white;
	margin: 0;
	background-image: url(/images/payload-bg-sprite.jpg);
	background-position: -780px 0px;
	background-repeat: repeat-y;
}
.payload-head {
	background-image: url(/images/payload-bg-sprite.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 15px 15px 25px 15px;
}
.payload-head h1 {
	margin: 0;
	text-align: center;
	background-repeat: no-repeat;
	height: 100px;
	font-size: 0;
	text-indent: -5000px;
}
.projects-page .payload-head h1 {
	background-image: url(/images/projects-headline.jpg);
}
.contact-page .payload-head h1 {
	background-image: url(/images/contact-us-headline.jpg);
}
.about-page .payload-head h1 {
	background-image: url(/images/about-us-headline.jpg);
}
.payload-body {
	padding: 0 35px;
}
.payload-foot {
	height: 30px;
	background-image: url(/images/payload-bg-sprite.jpg);
	background-position: -1560px 0px;
	background-repeat: no-repeat;
}

.homepage .payload {
	margin-top: 5px;
}
.homepage .payload-head {
	padding-bottom: 0;
}

/* SITE FOOTER */
.site-footer {
	position: relative;
	height: 140px;
	border-top: solid 5px olive;
	padding-top: 10px;
}
.site-footer .foundation {
	position: relative;
	color: white;
	text-align: center;
}

/* FORM RELATED */
.nv-field {
	position: relative;
	margin-top: 25px;
}
.nv-field label,
.nv-field .name {
	display: block;
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 30px;
	font-weight: bold;
}

.nv-list .name {
	display: block;
	float: left;
	width: 170px;
}

form .textblock {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: center;
}
form .textblock label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

input[type="text"] {
	padding: 2px 5px;
	width: 50%;
}
textarea {
	padding: 5px;
}
form .required {
	font-weight: bold;
	color: red;
}
.submit {
	margin: 20px 0 10px 0;
	text-align: center;
}
.has-mistake {
	border: solid 2px #c00;
}
.form-error-report {
	margin: 20px auto;
	clear: both;
	padding: 4px 10px;
	border: 2px solid black;
	color: black;
	background-color: lime;
	text-align: center;
	width: 60%;
	font-style: oblique;
	font-weight: bold;
}

/* HOMEPAGE */
.project {
	position: relative;
	margin-bottom: 40px;
	margin-top: 10px;
}
.project .description {
	margin-left: 240px;
	width: 470px; 
	min-height: 240px;
	height: 240px;		/* IE6 hack - see below */
}
/* IE6 unHack */
html > body .project .description {
	height: auto;
}
.project .description p {
	padding: 0 10px;
}
.project a.thumbnail {
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 211px;
	font-size: 0;
	text-indent: -5000px;
	background-repeat: no-repeat;
}
.projects-list .edgynet a.thumbnail {
	background-image: url(/images/edgynet-demo-thumb.jpg);
	height: 228px;
}
.projects-list .edgynet a.thumbnail:hover {
	background-position: 0px -228px;
}
.projects-list .stopwatch a.thumbnail {
	background-image: url(/images/stopwatch-thumbnail.jpg);
	height: 236px;
}
.projects-list .stopwatch a.thumbnail:hover {
	background-position: 0px -236px;
}
.project h2 {
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	background-color: #444;
	background-image: url(/images/project-head-bg.jpg);
	background-repeat: no-repeat;
	color: white;
	text-align: center;
	margin: 0;
}
.homepage .jinsky-overview {
	width: 460px;
	text-align: center;
	padding-right: 30px;
	border-right: solid 2px #999;
}
.homepage .recent-news {
	width: 200px;
	position: absolute;
	top: 15px;
	right: 30px;
}
.homepage .recent-news ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.homepage .recent-news ul li {
	margin-bottom: 15px;
}
.homepage .recent-news .date {
	display: block;
	color: #555;
	font-style: oblique;
}

/* OTHER */
.obvious-href {
	display: block;
	text-align: center;
}
.obvious-href a,
.obvious-href a:visited {
	color: #009;
	font-weight: bold;
	font-size: 115%;
	padding: 2px 0;
}
.obvious-href a:hover {
	color: #df490e;
	border-bottom: solid 2px #df490e;
	text-decoration: none;
}

